#include <kingTable.h>
|
enum | { ONE_DIM = 17 * 13 * 64 * 9
, DIM = ONE_DIM * EvalStages
} |
|
|
static void | setUp (const Weights &weights) |
|
static MultiInt | eval (const NumEffectState &state, int black_attack_effect, int black_attack_piece, int white_attack_effect, int white_attack_piece, int black_stand_count, int white_stand_count) |
|
|
static int | index (int king_y, int effect, int piece_count, int stand_count) |
|
Definition at line 344 of file kingTable.h.
◆ anonymous enum
◆ eval()
static MultiInt osl::eval::ml::King25EffectY2::eval |
( |
const NumEffectState & |
state, |
|
|
int |
black_attack_effect, |
|
|
int |
black_attack_piece, |
|
|
int |
white_attack_effect, |
|
|
int |
white_attack_piece, |
|
|
int |
black_stand_count, |
|
|
int |
white_stand_count |
|
) |
| |
|
inlinestatic |
◆ index()
static int osl::eval::ml::King25EffectY2::index |
( |
int |
king_y, |
|
|
int |
effect, |
|
|
int |
piece_count, |
|
|
int |
stand_count |
|
) |
| |
|
inlinestaticprivate |
◆ setUp()
void osl::eval::ml::King25EffectY2::setUp |
( |
const Weights & |
weights | ) |
|
|
static |
◆ table
The documentation for this class was generated from the following files: