My Project
|
#include <feature.h>
Public Member Functions | |
ToEffect () | |
double | match (const StateInfo &state, const MoveInfo &info, 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 const Piece | find (const NumEffectState &state, Square to, const PieceMask &remove, Player player) |
static void | supportAttack (const NumEffectState &state, Square to, const PieceMask &my_pin, const PieceMask &op_pin, Player turn, std::pair< Ptype, Ptype > &out) |
static void | supportAttack (const StateInfo &info, Square to, Move move, std::pair< Ptype, Ptype > &out) |
static size_t | supportAttack (const StateInfo &info, Square to, Move move) |
![]() | |
static int | classifyEffect9 (const NumEffectState &state, Player player, Square to) |
Definition at line 350 of file move_probability/feature.h.
|
inline |
Definition at line 353 of file move_probability/feature.h.
|
inlinestatic |
Definition at line 356 of file move_probability/feature.h.
References osl::NumEffectState::effectSetAt(), osl::Square::isOnBoard(), osl::NumEffectState::piecesOnBoard(), and osl::NumEffectState::selectCheapPiece().
Referenced by supportAttack().
|
inlinevirtual |
Implements osl::move_probability::Feature.
Definition at line 394 of file move_probability/feature.h.
References osl::captured(), osl::Move::capturePtype(), osl::move_probability::Feature::dimension(), osl::move_probability::MoveInfo::move, osl::Move::ptype(), osl::PTYPE_SIZE, supportAttack(), and osl::Move::to().
|
inlinestatic |
Definition at line 366 of file move_probability/feature.h.
References osl::alt(), find(), and osl::Piece::ptype().
Referenced by match(), supportAttack(), supportAttack(), and osl::move_probability::PatternCommon::updateCacheOne().
|
inlinestatic |
Definition at line 388 of file move_probability/feature.h.
References osl::PTYPE_SIZE, and supportAttack().
|
inlinestatic |
Definition at line 376 of file move_probability/feature.h.
References osl::alt(), osl::Move::from(), osl::Move::isDrop(), osl::Piece::number(), osl::SimpleState::pieceAt(), osl::move_probability::StateInfo::pin, osl::PieceMask::set(), osl::move_probability::StateInfo::state, supportAttack(), and osl::SimpleState::turn().