#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 |
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 783 of file move_probability/feature.h.
anonymous enum |
Enumerator | |
---|---|
DIM |
Definition at line 786 of file move_probability/feature.h.
|
inline |
Definition at line 789 of file move_probability/feature.h.
|
inlinestatic |
Definition at line 792 of file move_probability/feature.h.
References osl::move_probability::BlockLong::findAll(), osl::Move::from(), osl::Move::player(), and target.
|
inlinevirtual |
Implements osl::move_probability::Feature.
Definition at line 798 of file move_probability/feature.h.
References osl::Move::isDrop(), and osl::move_probability::MoveInfo::move.