#include <kingTable.h>

Public 型 | |
| enum | { ONE_DIM = 17 * 17, 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) |
Static Private メソッド | |
| static int | index (int piece_count, int supported) |
Static Private 変数 | |
| static CArray< MultiInt, ONE_DIM > | table |
kingTable.h の 377 行で定義されています。
| anonymous enum |
kingTable.h の 380 行で定義されています。
| static MultiInt osl::eval::ml::King25EffectSupported::eval | ( | int | black_attack_piece, | |
| int | white_attack_piece, | |||
| int | black_attack_supported_piece, | |||
| int | white_attack_supported_piece | |||
| ) | [inline, static] |
| static int osl::eval::ml::King25EffectSupported::index | ( | int | piece_count, | |
| int | supported | |||
| ) | [inline, static, private] |
kingTable.h の 382 行で定義されています。
| void osl::eval::ml::King25EffectSupported::setUp | ( | const Weights & | weights | ) | [static] |
kingTable.cc の 475 行で定義されています。
参照先 osl::NStages, ONE_DIM, table, と osl::eval::ml::Weights::value().
osl::misc::CArray< MultiInt, osl::eval::ml::King25EffectSupported::ONE_DIM > osl::eval::ml::King25EffectSupported::table [static, private] |
kingTable.h の 386 行で定義されています。
参照元 setUp().
1.6.3