#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 158 of file eval/pieceStand.h.
anonymous enum |
Enumerator | |
---|---|
ONE_DIM | |
DIM |
Definition at line 161 of file eval/pieceStand.h.
|
static |
Definition at line 443 of file eval_pieceStand.cc.
References osl::BISHOP, osl::BLACK, osl::GOLD, osl::SimpleState::hasPieceOnStand(), osl::KNIGHT, osl::LANCE, osl::PAWN, osl::ROOK, osl::SILVER, osl::eval::ml::PieceStand::table, and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), setUp(), and osl::eval::ml::OpenMidEndingEval::updateSub().
|
static |
Definition at line 423 of file eval_pieceStand.cc.
References eval(), osl::NStages, osl::eval::ml::PieceStand::table, and osl::eval::ml::Weights::value().
Referenced by osl::eval::ml::PieceStandY::evalWithUpdate().
|
staticprivate |
Definition at line 165 of file eval/pieceStand.h.
Referenced by osl::eval::ml::PieceStandY::evalWithUpdate().