My Project
|
#include <feature.h>
Public Member Functions | |
MoveFromOpposingSliders () | |
double | match (const StateInfo &state, const MoveInfo &move, int offset, const double *w) const |
![]() | |
Feature (std::string n, size_t d) | |
virtual | ~Feature () |
std::string | name () const |
size_t | dimension () const |
Static Public Member Functions | |
static int | longPtype (const NumEffectState &state, Square position, Player player) |
![]() | |
static int | classifyEffect9 (const NumEffectState &state, Player player, Square to) |
Definition at line 561 of file move_probability/feature.h.
|
inline |
Definition at line 564 of file move_probability/feature.h.
|
inlinestatic |
Definition at line 567 of file move_probability/feature.h.
References osl::BISHOP, osl::NumEffectState::hasEffectAt(), osl::LANCE, osl::NumEffectState::longEffectAt(), osl::SimpleState::pieceOf(), osl::ROOK, and osl::Piece::square().
Referenced by match().
|
inlinevirtual |
Implements osl::move_probability::Feature.
Definition at line 580 of file move_probability/feature.h.
References osl::alt(), osl::Move::from(), osl::Square::isPieceStand(), longPtype(), osl::move_probability::MoveInfo::move, osl::SimpleState::pieceOnBoard(), osl::move_probability::StateInfo::pinByOpposingSliders(), osl::move_probability::MoveInfo::player, osl::Move::ptype(), osl::PTYPE_SIZE, and osl::move_probability::StateInfo::state.