#include <kingTable.h>

Public 型 | |
| enum | { DIM = 17 * 128 } |
Static Public メソッド | |
| static void | setUp (const Weights &weights, int stage) |
| static MultiInt | eval (const NumEffectState &, int black_effect, int black_piece, int white_effect, int white_piece) |
Static Public 変数 | |
| static CArray< MultiInt, 17 *128 > | table |
Static Private メソッド | |
| static int | index (int effect, int piece_count) |
kingTable.h の 206 行で定義されています。
| anonymous enum |
kingTable.h の 214 行で定義されています。
| static MultiInt osl::eval::ml::King25EffectDefense::eval | ( | const NumEffectState & | , | |
| int | black_effect, | |||
| int | black_piece, | |||
| int | white_effect, | |||
| int | white_piece | |||
| ) | [inline, static] |
| static int osl::eval::ml::King25EffectDefense::index | ( | int | effect, | |
| int | piece_count | |||
| ) | [inline, static, private] |
kingTable.h の 209 行で定義されています。
| static void osl::eval::ml::King25EffectDefense::setUp | ( | const Weights & | weights, | |
| int | stage | |||
| ) | [inline, static] |
kingTable.h の 216 行で定義されています。
参照先 osl::eval::ml::Weights::dimension(), と osl::eval::ml::Weights::value().
osl::misc::CArray< MultiInt, 17 *128 > osl::eval::ml::King25EffectDefense::table [static] |
kingTable.h の 215 行で定義されています。
1.6.3