#include <kingTable.h>
Public Types | |
enum | { ONE_DIM = 4096, DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
static void | setUp (const Weights &weights) |
static MultiInt | eval (const NumEffectState &state, const CArray< int, 5 > &black, const CArray< int, 5 > &white) |
Static Private Member Functions | |
static int | index (int effect1, int effect2, int i) |
template<Player Defense> | |
static int | indexX (Square king, int effect1, int effect2, int i) |
template<Player Defense> | |
static int | indexY (Square king, int effect1, int effect2, int i) |
Static Private Attributes | |
static CArray< MultiInt, 4096 > | table |
static CArray< MultiInt, 20480 > | x_table |
static CArray< MultiInt, 36864 > | y_table |
Friends | |
class | King25MobilityX |
class | King25MobilityY |
Definition at line 852 of file kingTable.h.
anonymous enum |
Definition at line 857 of file kingTable.h.
osl::MultiInt osl::eval::ml::King25Mobility::eval | ( | const NumEffectState & | state, |
const CArray< int, 5 > & | black, | ||
const CArray< int, 5 > & | white | ||
) | [static] |
Definition at line 1810 of file kingTable.cc.
References osl::BLACK, result, osl::WHITE, osl::eval::ml::ppair::x_table, and osl::eval::ml::ppair::y_table.
Referenced by osl::eval::ml::OpenMidEndingEval::debugInfo(), osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
static int osl::eval::ml::King25Mobility::index | ( | int | effect1, |
int | effect2, | ||
int | i | ||
) | [inline, static, private] |
Definition at line 863 of file kingTable.h.
static int osl::eval::ml::King25Mobility::indexX | ( | Square | king, |
int | effect1, | ||
int | effect2, | ||
int | i | ||
) | [inline, static, private] |
Definition at line 870 of file kingTable.h.
References osl::BLACK, osl::WHITE, and osl::Square::x().
static int osl::eval::ml::King25Mobility::indexY | ( | Square | king, |
int | effect1, | ||
int | effect2, | ||
int | i | ||
) | [inline, static, private] |
Definition at line 886 of file kingTable.h.
References osl::BLACK, and osl::Square::y().
void osl::eval::ml::King25Mobility::setUp | ( | const Weights & | weights | ) | [static] |
Definition at line 1782 of file kingTable.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
friend class King25MobilityX [friend] |
Definition at line 854 of file kingTable.h.
friend class King25MobilityY [friend] |
Definition at line 855 of file kingTable.h.
osl::misc::CArray< MultiInt, 4096 > osl::eval::ml::King25Mobility::table [static, private] |
Definition at line 893 of file kingTable.h.
osl::misc::CArray< MultiInt, 20480 > osl::eval::ml::King25Mobility::x_table [static, private] |
Definition at line 894 of file kingTable.h.
Referenced by osl::eval::ml::King25MobilityX::setUp().
osl::misc::CArray< MultiInt, 36864 > osl::eval::ml::King25Mobility::y_table [static, private] |
Definition at line 895 of file kingTable.h.
Referenced by osl::eval::ml::King25MobilityY::setUp().