My Project
|
#include <ptypeEval.h>
Static Public Member Functions | |
static void | setUp (const Weights &weights) |
static int | eval (const NumEffectState &state) |
template<Player P> | |
static int | evalWithUpdate (const NumEffectState &, Move moved, int last_value) |
static int | value (PtypeO ptypeO) |
Static Private Attributes | |
static CArray< int, PTYPEO_SIZE > | table |
Definition at line 82 of file ptypeEval.h.
|
static |
Definition at line 76 of file ptypeEval.cc.
References osl::SimpleState::pieceOf(), osl::Piece::ptypeO(), osl::PTYPEO_MIN, and osl::Piece::SIZE.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval().
|
inlinestatic |
Definition at line 89 of file ptypeEval.h.
References osl::alt(), osl::captured(), osl::Move::capturePtype(), osl::Move::isDrop(), osl::Move::isPass(), osl::Move::isPromotion(), osl::newPtypeO(), osl::Move::oldPtypeO(), osl::Move::player(), osl::PTYPE_EMPTY, osl::Move::ptypeO(), osl::PTYPEO_MIN, table, osl::unpromote(), and value().
|
static |
Definition at line 62 of file ptypeEval.cc.
References osl::BLACK, osl::eval::ml::Weights::dimension(), osl::CArray< T, Capacity >::fill(), osl::KING, osl::newPtypeO(), osl::eval::Ptype_Eval_Table, osl::PTYPEO_MIN, osl::eval::PtypeEvalTable::value(), osl::eval::ml::Weights::value(), and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::doResetWeights().
|
static |
Definition at line 88 of file ptypeEval.cc.
References osl::PTYPEO_MIN.
Referenced by osl::eval::ml::OpenMidEndingEval::captureValue(), and evalWithUpdate().
|
staticprivate |
Definition at line 84 of file ptypeEval.h.
Referenced by evalWithUpdate().