My Project
|
#include <feature.h>
Public Types | |
enum | { DIM = PTYPE_SIZE * PTYPE_SIZE } |
Public Member Functions | |
ThreatmateByCapture () | |
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 1582 of file move_probability/feature.h.
anonymous enum |
Enumerator | |
---|---|
DIM |
Definition at line 1585 of file move_probability/feature.h.
|
inline |
Definition at line 1588 of file move_probability/feature.h.
|
inlinevirtual |
Implements osl::move_probability::Feature.
Definition at line 1591 of file move_probability/feature.h.
References osl::captured(), osl::Move::capturePtype(), osl::move_probability::MoveInfo::move, osl::move_probability::StateInfo::possible_threatmate_ptype, osl::Move::ptype(), osl::PTYPE_BASIC_MIN, osl::PTYPE_EMPTY, osl::PTYPE_SIZE, and osl::move_probability::MoveInfo::see.