|
My Project
|
#include <feature.h>
Public Types | |
| enum | { DIM = 9 * 3 * 2 * 2 } |
Public Member Functions | |
| DropAfterOpposingPawn () | |
| double | match (const StateInfo &state, const MoveInfo &info, int offset, const double *w) const |
Public Member Functions inherited from osl::move_probability::Feature | |
| Feature (std::string n, size_t d) | |
| virtual | ~Feature () |
| std::string | name () const |
| size_t | dimension () const |
Additional Inherited Members | |
Static Public Member Functions inherited from osl::move_probability::Feature | |
| static int | classifyEffect9 (const NumEffectState &state, Player player, Square to) |
Definition at line 1318 of file move_probability/feature.h.
| anonymous enum |
| Enumerator | |
|---|---|
| DIM | |
Definition at line 1321 of file move_probability/feature.h.
|
inline |
Definition at line 1324 of file move_probability/feature.h.
|
inlinevirtual |
Implements osl::move_probability::Feature.
Definition at line 1327 of file move_probability/feature.h.
References osl::alt(), osl::BISHOP, osl::Board_Table, osl::Square::canPromote(), osl::Move::capturePtype(), osl::SimpleState::countPiecesOnStand(), osl::Move::from(), osl::BoardTable::getOffset(), osl::GOLD, osl::container::MoveStack::hasLastMove(), osl::SimpleState::hasPieceOnStand(), osl::move_probability::StateInfo::history, osl::Move::isDrop(), osl::Move::isNormal(), osl::SimpleState::kingSquare(), osl::KNIGHT, osl::LANCE, osl::container::MoveStack::lastMove(), osl::move_probability::MoveInfo::move, osl::PAWN, osl::move_probability::MoveInfo::player, osl::Move::ptype(), osl::ROOK, osl::SILVER, osl::move_probability::StateInfo::state, osl::Move::to(), osl::U, and osl::Square::x().