#include <kingTable.h>
|
enum | { ONE_DIM = 17 * 13 * 64,
DIM = ONE_DIM * EvalStages
} |
|
|
static void | setUp (const Weights &weights) |
|
static MultiInt | eval (const NumEffectState &, 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 effect, int piece_count, int stand_count) |
|
Definition at line 320 of file kingTable.h.
static MultiInt osl::eval::ml::King25Effect2::eval |
( |
const NumEffectState & |
, |
|
|
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 |
static int osl::eval::ml::King25Effect2::index |
( |
int |
effect, |
|
|
int |
piece_count, |
|
|
int |
stand_count |
|
) |
| |
|
inlinestaticprivate |
void osl::eval::ml::King25Effect2::setUp |
( |
const Weights & |
weights) | |
|
|
static |
The documentation for this class was generated from the following files: