My Project
|
#include <king8.h>
Public Types | |
enum | { ONE_DIM = 5 , DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
static void | setUp (const Weights &weights) |
static MultiIntPair | eval (const NumEffectState &state) |
Static Private Member Functions | |
static int | index (const Square king) |
template<Player P> | |
static int | indexY (const Square king) |
template<int Sign> | |
static void | adjust (int index, int index_y, MultiInt &out) |
Static Private Attributes | |
static CArray< MultiInt, ONE_DIM > | table |
Friends | |
class | KingXBlockedYBase |
Definition at line 254 of file core/osl/eval/king8.h.
anonymous enum |
Enumerator | |
---|---|
ONE_DIM | |
DIM |
Definition at line 258 of file core/osl/eval/king8.h.
|
inlinestaticprivate |
Definition at line 624 of file king8.cc.
References table, and osl::eval::ml::KingXBothBlockedY::table.
Referenced by osl::eval::ml::KingXBlockedYBase::evalWithUpdateBang().
|
static |
Definition at line 633 of file king8.cc.
References osl::BLACK, osl::NumEffectState::Iking8Info(), osl::SimpleState::kingSquare(), osl::checkmate::King8Info::liberty(), and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval().
|
inlinestaticprivate |
Definition at line 263 of file core/osl/eval/king8.h.
References osl::Square::x().
Referenced by osl::eval::ml::KingXBlockedYBase::evalWithUpdateBang().
|
inlinestaticprivate |
Definition at line 269 of file core/osl/eval/king8.h.
References osl::BLACK, osl::Square::x(), and osl::Square::y().
|
static |
Definition at line 602 of file king8.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
|
friend |
Definition at line 256 of file core/osl/eval/king8.h.
|
staticprivate |
Definition at line 262 of file core/osl/eval/king8.h.
Referenced by adjust().