#include <pieceStand.h>
Public Types | |
enum | { ONE_DIM = 16384, DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
static void | setUp (const Weights &weights) |
static MultiInt | eval (const NumEffectState &state) |
Static Private Attributes | |
static CArray< MultiInt, 16384 > | table |
Definition at line 161 of file eval/ml/pieceStand.h.
anonymous enum |
Definition at line 164 of file eval/ml/pieceStand.h.
osl::MultiInt osl::eval::ml::PieceStandCombinationBoth::eval | ( | const NumEffectState & | state | ) | [static] |
Definition at line 444 of file eval/ml/pieceStand.cc.
References osl::BISHOP, osl::BLACK, osl::GOLD, osl::KNIGHT, osl::LANCE, osl::PAWN, osl::ROOK, osl::SILVER, and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
void osl::eval::ml::PieceStandCombinationBoth::setUp | ( | const Weights & | weights | ) | [static] |
Definition at line 424 of file eval/ml/pieceStand.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
osl::misc::CArray< osl::MultiInt, 16384 > osl::eval::ml::PieceStandCombinationBoth::table [static, private] |
Definition at line 168 of file eval/ml/pieceStand.h.