My Project
|
#include <feature.h>
Public Types | |
enum | { DIM = 9 * 2 * PTYPE_SIZE * PTYPE_SIZE } |
Public Member Functions | |
CoverPawn () | |
double | match (const StateInfo &si, const MoveInfo &mi, int offset, const double *w) const |
![]() | |
Feature (std::string n, size_t d) | |
virtual | ~Feature () |
std::string | name () const |
size_t | dimension () const |
Additional Inherited Members | |
![]() | |
static int | classifyEffect9 (const NumEffectState &state, Player player, Square to) |
Definition at line 1356 of file move_probability/feature.h.
anonymous enum |
Enumerator | |
---|---|
DIM |
Definition at line 1359 of file move_probability/feature.h.
|
inline |
Definition at line 1362 of file move_probability/feature.h.
|
inlinevirtual |
Implements osl::move_probability::Feature.
Definition at line 1365 of file move_probability/feature.h.
References osl::alt(), osl::Board_Table, osl::NumEffectState::countEffect(), osl::BoardTable::getOffset(), osl::NumEffectState::hasEffectIf(), osl::container::MoveStack::hasLastMove(), osl::SimpleState::hasPieceOnStand(), osl::move_probability::StateInfo::history, osl::NumEffectState::inCheck(), osl::Move::isCaptureOrPromotion(), osl::Piece::isOnBoardByOwner(), osl::container::MoveStack::lastMove(), osl::move_probability::MoveInfo::move, osl::PAWN, osl::SimpleState::pieceAt(), osl::SimpleState::pieceOnBoard(), osl::move_probability::MoveInfo::player, osl::Piece::ptype(), osl::Move::ptype(), osl::PTYPE_EDGE, osl::PTYPE_SIZE, osl::Move::ptypeO(), osl::move_probability::StateInfo::state, osl::Move::to(), and osl::U.