#include <king8.h>
Public Types | |
enum | { ONE_DIM = 80, DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
static MultiInt | eval (const NumEffectState &state) |
static void | setUp (const Weights &weights) |
Static Private Member Functions | |
template<int Sign> | |
static void | adjust (int index_y, MultiInt &result) |
template<Player P> | |
static int | index (const Square king, bool is_l, bool u_blocked, bool opp_u_blocked, bool opp_blocked) |
template<Player P> | |
static int | indexY (const Square king, bool is_l, bool u_blocked, bool opp_u_blocked, bool opp_blocked) |
Static Private Attributes | |
static CArray< MultiInt, 80 > | table |
static CArray< MultiInt, 720 > | y_table |
Friends | |
class | KingXBlocked3Y |
Definition at line 292 of file eval/ml/king8.h.
anonymous enum |
Definition at line 296 of file eval/ml/king8.h.
static void osl::eval::ml::KingXBlocked3::adjust | ( | int | index_y, |
MultiInt & | result | ||
) | [inline, static, private] |
Definition at line 301 of file eval/ml/king8.h.
References y_table.
MultiInt osl::eval::ml::KingXBlocked3::eval | ( | const NumEffectState & | state | ) | [static] |
Definition at line 965 of file eval/ml/king8.cc.
References adjust(), osl::BLACK, result, and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::debugInfo(), osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
static int osl::eval::ml::KingXBlocked3::index | ( | const Square | king, |
bool | is_l, | ||
bool | u_blocked, | ||
bool | opp_u_blocked, | ||
bool | opp_blocked | ||
) | [inline, static, private] |
Definition at line 309 of file eval/ml/king8.h.
References osl::BLACK, osl::WHITE, and osl::Square::x().
static int osl::eval::ml::KingXBlocked3::indexY | ( | const Square | king, |
bool | is_l, | ||
bool | u_blocked, | ||
bool | opp_u_blocked, | ||
bool | opp_blocked | ||
) | [inline, static, private] |
Definition at line 328 of file eval/ml/king8.h.
References osl::BLACK, osl::WHITE, osl::Square::x(), and osl::Square::y().
void osl::eval::ml::KingXBlocked3::setUp | ( | const Weights & | weights | ) | [static] |
Definition at line 936 of file eval/ml/king8.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
friend class KingXBlocked3Y [friend] |
Definition at line 294 of file eval/ml/king8.h.
osl::misc::CArray< MultiInt, 80 > osl::eval::ml::KingXBlocked3::table [static, private] |
Definition at line 348 of file eval/ml/king8.h.
Referenced by osl::eval::ml::KingXBlocked3Y::setUp().
osl::misc::CArray< MultiInt, 720 > osl::eval::ml::KingXBlocked3::y_table [static, private] |
Definition at line 349 of file eval/ml/king8.h.
Referenced by adjust(), and osl::eval::ml::KingXBlocked3Y::setUp().