#include <kingTable.h>

Public 型 | |
| enum | { ONE_DIM = 17 * 17 * 9, DIM = ONE_DIM * EvalStages } |
Static Public メソッド | |
| 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 メソッド | |
| static int | index (int piece_count, int supported, int y) |
Static Private 変数 | |
| static CArray< MultiInt, ONE_DIM > | table |
kingTable.h の 401 行で定義されています。
| anonymous enum |
kingTable.h の 404 行で定義されています。
| 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] |
| static int osl::eval::ml::King25EffectSupportedY::index | ( | int | piece_count, | |
| int | supported, | |||
| int | y | |||
| ) | [inline, static, private] |
kingTable.h の 406 行で定義されています。
| void osl::eval::ml::King25EffectSupportedY::setUp | ( | const Weights & | weights | ) | [static] |
kingTable.cc の 484 行で定義されています。
参照先 osl::NStages, ONE_DIM, table, と osl::eval::ml::Weights::value().
osl::misc::CArray< MultiInt, osl::eval::ml::King25EffectSupportedY::ONE_DIM > osl::eval::ml::King25EffectSupportedY::table [static, private] |
kingTable.h の 410 行で定義されています。
参照元 setUp().
1.6.3