My Project
|
#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 2292 of file minorPiece.cc.
Referenced by osl::eval::ml::OpenMidEndingEval::debugInfo(), osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
|
inlinestaticprivate |
Definition at line 1611 of file minorPiece.h.
References osl::BLACK, and table.
|
static |
Definition at line 2260 of file minorPiece.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
|
staticprivate |
Definition at line 1621 of file minorPiece.h.
Referenced by evalOne().