#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 | 
| Enumerator | |
|---|---|
| DIM | |
Definition at line 66 of file eval/ml/pieceStand.h.
| 
 | inline | 
Definition at line 67 of file eval/ml/pieceStand.h.
| 
 | 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().
| 
 | static | 
Definition at line 45 of file eval/ml/pieceStand.cc.
References osl::eval::ml::Weights::dimension(), and osl::eval::ml::Weights::value().
| 
 | staticprivate | 
Definition at line 64 of file eval/ml/pieceStand.h.
 1.8.4
 1.8.4