#include <kingTable.h>
|
enum | { DIM = 17 * 128 * 9
} |
|
|
static void | setUp (const Weights &weights) |
|
static int | eval (const NumEffectState &state, int black_effect, int black_piece, int white_effect, int white_piece) |
|
|
static int | index (int king_y, int effect, int piece_count) |
|
Definition at line 229 of file kingTable.h.
◆ anonymous enum
◆ eval()
static int osl::eval::ml::King25EffectYAttack::eval |
( |
const NumEffectState & |
state, |
|
|
int |
black_effect, |
|
|
int |
black_piece, |
|
|
int |
white_effect, |
|
|
int |
white_piece |
|
) |
| |
|
inlinestatic |
◆ index()
static int osl::eval::ml::King25EffectYAttack::index |
( |
int |
king_y, |
|
|
int |
effect, |
|
|
int |
piece_count |
|
) |
| |
|
inlinestaticprivate |
◆ setUp()
static void osl::eval::ml::King25EffectYAttack::setUp |
( |
const Weights & |
weights | ) |
|
|
inlinestatic |
◆ table
osl::CArray< int, 17 *128 *9 > osl::eval::ml::King25EffectYAttack::table |
|
static |
The documentation for this class was generated from the following files: