#include <pieceStand.h>

Public Types | |
| enum | { DIM = 21 } |
Public Member Functions | |
| NonPawnPieceStand () | |
Static Public Member Functions | |
| static void | setUp (const Weights &weights, int stage) |
| static MultiInt | eval (int black_count, int white_count) |
Static Private Attributes | |
| static CArray< MultiInt, 21 > | table |
Definition at line 62 of file eval/ml/pieceStand.h.
| anonymous enum |
Definition at line 66 of file eval/ml/pieceStand.h.
| osl::eval::ml::NonPawnPieceStand::NonPawnPieceStand | ( | ) | [inline] |
Definition at line 67 of file eval/ml/pieceStand.h.
| osl::MultiInt osl::eval::ml::NonPawnPieceStand::eval | ( | int | black_count, |
| int | white_count | ||
| ) | [static] |
Definition at line 54 of file eval/ml/pieceStand.cc.
Referenced by osl::eval::ml::OpenMidEndingEval::debugInfo(), osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
| void osl::eval::ml::NonPawnPieceStand::setUp | ( | const Weights & | weights, |
| int | stage | ||
| ) | [static] |
Definition at line 45 of file eval/ml/pieceStand.cc.
References osl::eval::ml::Weights::dimension(), and osl::eval::ml::Weights::value().
osl::misc::CArray< osl::MultiInt, 21 > osl::eval::ml::NonPawnPieceStand::table [static, private] |
Definition at line 64 of file eval/ml/pieceStand.h.
1.7.6.1