My Project
|
#include <feature.h>
Public Types | |
enum | { DIM = BlockLong::LongAttackSize } |
Public Member Functions | |
BlockLongFrom () | |
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 |
virtual double | match (const StateInfo &, const MoveInfo &, int offset, const double *) const =0 |
size_t | dimension () const |
Static Public Member Functions | |
static double | findAll (const StateInfo &state, Move move, const double *w, int offset=0) |
![]() | |
static int | classifyEffect9 (const NumEffectState &state, Player player, Square to) |
Definition at line 781 of file move_probability/feature.h.
anonymous enum |
Enumerator | |
---|---|
DIM |
Definition at line 784 of file move_probability/feature.h.
|
inline |
Definition at line 787 of file move_probability/feature.h.
|
inlinestatic |
Definition at line 790 of file move_probability/feature.h.
References osl::move_probability::BlockLong::findAll(), osl::Move::from(), and osl::Move::player().
Referenced by match().
|
inlinevirtual |
Implements osl::move_probability::Feature.
Definition at line 796 of file move_probability/feature.h.
References findAll(), osl::Move::isDrop(), and osl::move_probability::MoveInfo::move.