#include <kingTable.h>

Public Types | |
| enum | { ONE_DIM = 17 * 17 * 9, DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
| static void | setUp (const Weights &weights) |
| static MultiInt | eval (int black_attack_piece, int white_attack_piece, int black_attack_supported_piece, int white_attack_supported_piece, int black_king_y, int white_king_y) |
Static Private Member Functions | |
| static int | index (int piece_count, int supported, int y) |
Static Private Attributes | |
| static CArray< MultiInt, ONE_DIM > | table |
Definition at line 401 of file kingTable.h.
| anonymous enum |
Definition at line 404 of file kingTable.h.
| static MultiInt osl::eval::ml::King25EffectSupportedY::eval | ( | int | black_attack_piece, |
| int | white_attack_piece, | ||
| int | black_attack_supported_piece, | ||
| int | white_attack_supported_piece, | ||
| int | black_king_y, | ||
| int | white_king_y | ||
| ) | [inline, static] |
Definition at line 413 of file kingTable.h.
References osl::eval::ml::KingPieceRelative::index().
Referenced by osl::eval::ml::OpenMidEndingEval::debugInfo(), osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
| static int osl::eval::ml::King25EffectSupportedY::index | ( | int | piece_count, |
| int | supported, | ||
| int | y | ||
| ) | [inline, static, private] |
Definition at line 406 of file kingTable.h.
| void osl::eval::ml::King25EffectSupportedY::setUp | ( | const Weights & | weights | ) | [static] |
Definition at line 485 of file kingTable.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
osl::misc::CArray< MultiInt, osl::eval::ml::King25EffectSupportedY::ONE_DIM > osl::eval::ml::King25EffectSupportedY::table [static, private] |
Definition at line 410 of file kingTable.h.
1.7.6.1