#include <minorPiece.h>
Public Types | |
| enum | { ONE_DIM = 8192, DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
| static void | setUp (const Weights &weights) |
| static MultiInt | eval (unsigned int ptypeo_mask) |
Static Private Member Functions | |
| template<Player P> | |
| static MultiInt | evalOne (unsigned int ptypeo_mask) |
Static Private Attributes | |
| static CArray< MultiInt, 8192 > | table |
Definition at line 1603 of file minorPiece.h.
| anonymous enum |
| Enumerator | |
|---|---|
| ONE_DIM | |
| DIM | |
Definition at line 1606 of file minorPiece.h.
|
static |
Definition at line 2293 of file minorPiece.cc.
References osl::eval::ml::SilverFork::matchRook(), and osl::eval::ml::SilverFork::table.
Referenced by osl::eval::ml::OpenMidEndingEval::debugInfo(), osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), setUp(), and osl::eval::ml::OpenMidEndingEval::updateSub().
|
inlinestaticprivate |
Definition at line 1611 of file minorPiece.h.
References osl::BLACK.
|
static |
Definition at line 2261 of file minorPiece.cc.
References eval(), osl::NStages, osl::eval::ml::PawnDropX::ONE_DIM, and osl::eval::ml::Weights::value().
Referenced by osl::eval::ml::GoldAndSilverNearKing::eval().
|
staticprivate |
Definition at line 1621 of file minorPiece.h.
Referenced by osl::eval::ml::GoldAndSilverNearKing::eval().
1.8.13