#include <kingTable.h>
|
| enum | { ONE_DIM = 17 * 17 * 9
, DIM = ONE_DIM * EvalStages
} |
|
| 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, int black_king_y, int white_king_y) |
|
| static int | index (int piece_count, int supported, int y) |
Definition at line 397 of file kingTable.h.
◆ anonymous enum
◆ eval()
| MultiInt osl::eval::ml::King25EffectSupportedY::eval |
( |
int | black_attack_piece, |
|
|
int | white_attack_piece, |
|
|
int | black_attack_supported_piece, |
|
|
int | white_attack_supported_piece, |
|
|
int | black_king_y, |
|
|
int | white_king_y ) |
|
inlinestatic |
◆ index()
| int osl::eval::ml::King25EffectSupportedY::index |
( |
int | piece_count, |
|
|
int | supported, |
|
|
int | y ) |
|
inlinestaticprivate |
◆ setUp()
| void osl::eval::ml::King25EffectSupportedY::setUp |
( |
const Weights & | weights | ) |
|
|
static |
◆ table
The documentation for this class was generated from the following files: