My Project
|
#include <minorPiece.h>
Public Types | |
enum | { ONE_DIM = 9 , DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
static void | setUp (const Weights &weights) |
static MultiInt | eval (const NumEffectState &state) |
static MultiInt | evalWithUpdate (const NumEffectState &state, Move moved, const MultiInt &last_values) |
template<int Sign> | |
static void | adjust (int index, int index_attack, int index_defense, MultiInt &result) |
Static Private Member Functions | |
template<Player P> | |
static void | evalOne (const NumEffectState &state, const PieceMask promoted, MultiInt &result) |
template<bool attack, Player owner> | |
static int | indexY (const Square king, int x_diff) |
Static Private Attributes | |
static CArray< MultiInt, 9 > | table |
static CArray< MultiInt, 162 > | y_table |
Friends | |
class | PromotedMinorPiecesY |
Definition at line 881 of file minorPiece.h.
anonymous enum |
Enumerator | |
---|---|
ONE_DIM | |
DIM |
Definition at line 885 of file minorPiece.h.
|
inlinestatic |
Definition at line 984 of file minorPiece.cc.
References osl::eval::ml::ppair::y_table.
|
static |
Definition at line 1068 of file minorPiece.cc.
References osl::BISHOP, osl::PieceMask::clearBit(), osl::container::PieceMask64::none(), osl::NumEffectState::promotedPieces(), and osl::ROOK.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval().
|
staticprivate |
Definition at line 994 of file minorPiece.cc.
References osl::alt(), osl::PieceMask::any(), osl::BLACK, osl::SimpleState::kingSquare(), osl::SimpleState::pieceOf(), osl::NumEffectState::piecesOnBoard(), osl::Piece::square(), osl::container::PieceMask64::takeOneBit(), and osl::Square::x().
|
static |
Definition at line 1083 of file minorPiece.cc.
References osl::captured(), osl::Move::capturePtype(), osl::isMajor(), osl::isPromoted(), osl::KING, osl::Move::ptype(), and osl::PTYPE_EMPTY.
Referenced by osl::eval::ml::OpenMidEndingEval::updateSub().
|
inlinestaticprivate |
Definition at line 901 of file minorPiece.h.
References osl::BLACK, and osl::Square::y().
|
static |
Definition at line 963 of file minorPiece.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
|
friend |
Definition at line 883 of file minorPiece.h.
|
staticprivate |
Definition at line 906 of file minorPiece.h.
|
staticprivate |
Definition at line 907 of file minorPiece.h.
Referenced by osl::eval::ml::PromotedMinorPiecesY::setUp().