#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 |
Enumerator | |
---|---|
ONE_DIM | |
DIM |
Definition at line 164 of file eval/ml/pieceStand.h.
|
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().
|
static |
Definition at line 424 of file eval/ml/pieceStand.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
|
staticprivate |
Definition at line 168 of file eval/ml/pieceStand.h.