My Project
|
#include <pieceStand.h>
Public Types | |
enum | { ONE_DIM = 44 , DIM = ONE_DIM * EvalStages } |
Public Member Functions | |
NonPawnPieceStandTurn () | |
Static Public Member Functions | |
static void | setUp (const Weights &weights) |
static void | eval (const NumEffectState &state, MultiIntPair &out) |
template<Player P> | |
static void | evalWithUpdateBang (const NumEffectState &state, Move moved, MultiIntPair &last_value_and_out) |
Static Private Member Functions | |
static int | index (Player player, Player turn, Ptype ptype, int count) |
Static Private Attributes | |
static CArray< MultiInt, 44 > | table |
Definition at line 96 of file eval/pieceStand.h.
anonymous enum |
Enumerator | |
---|---|
ONE_DIM | |
DIM |
Definition at line 99 of file eval/pieceStand.h.
|
inline |
Definition at line 100 of file eval/pieceStand.h.
|
static |
Definition at line 232 of file eval_pieceStand.cc.
References osl::BLACK, osl::SimpleState::countPiecesOnStand(), osl::PieceStand::order, osl::PAWN, and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval().
|
static |
Definition at line 260 of file eval_pieceStand.cc.
References osl::BLACK, osl::Move::capturePtype(), osl::SimpleState::countPiecesOnStand(), osl::Move::isCapture(), osl::Move::isDrop(), osl::PAWN, osl::Move::player(), osl::Move::ptype(), osl::unpromote(), and osl::WHITE.
|
inlinestaticprivate |
Definition at line 109 of file eval/pieceStand.h.
References osl::PtypeTable::getIndexMin(), and osl::Ptype_Table.
|
static |
Definition at line 222 of file eval_pieceStand.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
|
staticprivate |
Definition at line 108 of file eval/pieceStand.h.