#include <kingTable.h>

| Public Types | |
| enum | { ONE_DIM = 17 * 13 * 64 * 9, DIM = ONE_DIM * EvalStages } | 
| Static Public Member Functions | |
| 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 Private Member Functions | |
| static int | index (int king_y, int effect, int piece_count, int stand_count) | 
| Static Private Attributes | |
| static CArray< MultiInt, ONE_DIM > | table | 
Definition at line 348 of file kingTable.h.
| anonymous enum | 
Definition at line 351 of file kingTable.h.
| 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 | ||
| ) |  [inline, static] | 
Definition at line 362 of file kingTable.h.
References osl::BLACK, osl::eval::ml::KingPieceRelative::index(), and osl::WHITE.
| static int osl::eval::ml::King25EffectY2::index | ( | int | king_y, | 
| int | effect, | ||
| int | piece_count, | ||
| int | stand_count | ||
| ) |  [inline, static, private] | 
Definition at line 353 of file kingTable.h.
| void osl::eval::ml::King25EffectY2::setUp | ( | const Weights & | weights | ) |  [static] | 
Definition at line 461 of file kingTable.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
| osl::misc::CArray< MultiInt, osl::eval::ml::King25EffectY2::ONE_DIM > osl::eval::ml::King25EffectY2::table  [static, private] | 
Definition at line 359 of file kingTable.h.
 1.7.6.1
 1.7.6.1