My Project
|
#include <feature.h>
Public Member Functions | |
TakeBackFeature () | |
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 |
Additional Inherited Members | |
![]() | |
static int | classifyEffect9 (const NumEffectState &state, Player player, Square to) |
Definition at line 74 of file move_probability/feature.h.
|
inline |
Definition at line 77 of file move_probability/feature.h.
|
inlinevirtual |
Implements osl::move_probability::Feature.
Definition at line 80 of file move_probability/feature.h.
References osl::container::MoveStack::hasLastMove(), osl::move_probability::StateInfo::history, osl::container::MoveStack::lastMove(), match(), osl::move_probability::MoveInfo::move, osl::move_probability::MoveInfo::see, and osl::Move::to().
Referenced by match().