#include <pieceStand.h>

Public 型 | |
| enum | { DIM = 21 } |
Public メソッド | |
| NonPawnPieceStand () | |
Static Public メソッド | |
| static void | setUp (const Weights &weights, int stage) |
| static MultiInt | eval (int black_count, int white_count) |
Static Private 変数 | |
| static CArray< MultiInt, 21 > | table |
eval/ml/pieceStand.h の 62 行で定義されています。
| anonymous enum |
eval/ml/pieceStand.h の 66 行で定義されています。
| osl::eval::ml::NonPawnPieceStand::NonPawnPieceStand | ( | ) | [inline] |
eval/ml/pieceStand.h の 67 行で定義されています。
| osl::MultiInt osl::eval::ml::NonPawnPieceStand::eval | ( | int | black_count, | |
| int | white_count | |||
| ) | [static] |
| void osl::eval::ml::NonPawnPieceStand::setUp | ( | const Weights & | weights, | |
| int | stage | |||
| ) | [static] |
eval/ml/pieceStand.cc の 45 行で定義されています。
参照先 osl::eval::ml::Weights::dimension(), table, と osl::eval::ml::Weights::value().
osl::misc::CArray< osl::MultiInt, 21 > osl::eval::ml::NonPawnPieceStand::table [static, private] |
eval/ml/pieceStand.h の 64 行で定義されています。
1.6.3