My Project
|
#include <pieceStand.h>
Public Types | |
enum | { DIM = osl::Piece::SIZE } |
Public Member Functions | |
PieceStand () | |
Static Public Member Functions | |
static void | setUp (const Weights &weights, int stage) |
static MultiInt | eval (const NumEffectState &state) |
template<Player P> | |
static MultiInt | evalWithUpdate (const NumEffectState &state, Move moved, MultiInt last_value) |
Static Private Attributes | |
static CArray< MultiInt, osl::Piece::SIZE > | table |
Definition at line 19 of file eval/pieceStand.h.
anonymous enum |
Enumerator | |
---|---|
DIM |
Definition at line 23 of file eval/pieceStand.h.
|
inline |
Definition at line 24 of file eval/pieceStand.h.
|
static |
Definition at line 16 of file eval_pieceStand.cc.
References osl::BLACK, osl::SimpleState::countPiecesOnStand(), osl::PtypeTable::getIndexMin(), osl::PieceStand::order, osl::Ptype_Table, table, and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval().
|
inlinestatic |
Definition at line 28 of file eval/pieceStand.h.
References osl::BLACK, osl::captured(), osl::Move::capturePtype(), osl::SimpleState::countPiecesOnStand(), osl::PtypeTable::getIndexMin(), osl::Move::isDrop(), osl::Move::player(), osl::Move::ptype(), osl::PTYPE_EMPTY, osl::Ptype_Table, table, and osl::unpromote().
|
static |
Definition at line 7 of file eval_pieceStand.cc.
References osl::eval::ml::Weights::dimension(), and osl::eval::ml::Weights::value().
|
staticprivate |
Definition at line 21 of file eval/pieceStand.h.
Referenced by eval(), and evalWithUpdate().