|
My Project
|
#include <kingTable.h>
Public Types | |
| enum | { X_DIM = 32 * 32 * 3 * 5 , Y_DIM = 32 * 32 * 3 * 9 , ONE_DIM = X_DIM + Y_DIM , DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
| static void | setUp (const Weights &weights) |
Definition at line 710 of file kingTable.h.
| anonymous enum |
| Enumerator | |
|---|---|
| X_DIM | |
| Y_DIM | |
| ONE_DIM | |
| DIM | |
Definition at line 713 of file kingTable.h.
|
static |
Definition at line 1218 of file kingTable.cc.
References osl::NStages, ONE_DIM, osl::eval::ml::Weights::value(), X_DIM, osl::eval::ml::King3Pieces::x_table, Y_DIM, and osl::eval::ml::King3Pieces::y_table.