#include <piecePairKing.h>
Public Types | |
enum | { ONE_DIM = 1488375, DIM = ONE_DIM } |
Static Public Member Functions | |
static void | setUp (const Weights &weights) |
static CArray< int, 2 > | eval (const NumEffectState &) |
template<Player P> | |
static void | evalWithUpdateBang (const NumEffectState &state, Move moved, CArray< int, 2 > &last_value) |
template<Player King> | |
static int | evalOne (const NumEffectState &) |
Static Private Member Functions | |
template<Player King> | |
static int | add (const NumEffectState &state, Square to, Ptype ptype) |
template<Player King> | |
static int | sub (const NumEffectState &state, Square from, Ptype ptype) |
template<Player King> | |
static int | addSub (const NumEffectState &state, Square to, Ptype ptype, Square from) |
static int | composeIndex (int king, int i0, int i1) |
static int | indexWhite (Square p) |
static int | indexKing (Player owner, Square king, bool &flipx) |
template<bool FlipX> | |
static int | indexPiece (Player owner, Square position, Ptype ptype) |
Static Private Attributes | |
static osl::CArray< int16_t, ONE_DIM > | table |
Definition at line 15 of file piecePairKing.h.
anonymous enum |
Definition at line 18 of file piecePairKing.h.
int osl::eval::ml::PiecePairKing::add | ( | const NumEffectState & | state, |
Square | to, | ||
Ptype | ptype | ||
) | [static, private] |
Definition at line 88 of file piecePairKing.cc.
References osl::BLACK, osl::KING, osl::Piece::ptype(), osl::Piece::square(), osl::Square::squareForBlack(), and osl::Square::y().
int osl::eval::ml::PiecePairKing::addSub | ( | const NumEffectState & | state, |
Square | to, | ||
Ptype | ptype, | ||
Square | from | ||
) | [static, private] |
Definition at line 166 of file piecePairKing.cc.
References osl::BLACK, osl::KING, osl::Piece::ptype(), osl::Piece::square(), osl::Square::squareForBlack(), and osl::Square::y().
static int osl::eval::ml::PiecePairKing::composeIndex | ( | int | king, |
int | i0, | ||
int | i1 | ||
) | [inline, static, private] |
Definition at line 37 of file piecePairKing.h.
osl::CArray< int, 2 > osl::eval::ml::PiecePairKing::eval | ( | const NumEffectState & | state | ) | [static] |
Definition at line 30 of file piecePairKing.cc.
References osl::BLACK, and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval().
int osl::eval::ml::PiecePairKing::evalOne | ( | const NumEffectState & | state | ) | [static] |
Definition at line 40 of file piecePairKing.cc.
References osl::BLACK, osl::KING, osl::Piece::square(), and osl::Square::squareForBlack().
template void osl::eval::ml::PiecePairKing::evalWithUpdateBang< WHITE > | ( | const NumEffectState & | state, |
Move | moved, | ||
CArray< int, 2 > & | last_value | ||
) | [static] |
Definition at line 215 of file piecePairKing.cc.
References osl::alt(), osl::captured(), osl::Move::capturePtype(), osl::Move::from(), osl::Move::isDrop(), osl::Move::isPass(), osl::isPromoted(), osl::KING, osl::Move::oldPtype(), osl::Move::player(), osl::Move::ptype(), osl::PTYPE_EMPTY, osl::Square::squareForBlack(), osl::Move::to(), and osl::Square::y().
static int osl::eval::ml::PiecePairKing::indexKing | ( | Player | owner, |
Square | king, | ||
bool & | flipx | ||
) | [inline, static, private] |
Definition at line 45 of file piecePairKing.h.
References osl::BLACK, osl::Square::flipHorizontal(), osl::Square::rotate180(), osl::Square::x(), and osl::Square::y().
static int osl::eval::ml::PiecePairKing::indexPiece | ( | Player | owner, |
Square | position, | ||
Ptype | ptype | ||
) | [inline, static, private] |
Definition at line 60 of file piecePairKing.h.
References osl::BLACK, osl::Square::flipHorizontal(), indexWhite(), osl::isPromoted(), osl::PTYPE_BASIC_MIN, osl::Square::rotate180(), and osl::Square::y().
static int osl::eval::ml::PiecePairKing::indexWhite | ( | Square | p | ) | [inline, static, private] |
Definition at line 41 of file piecePairKing.h.
References osl::Square::x(), and osl::Square::y().
Referenced by indexPiece().
void osl::eval::ml::PiecePairKing::setUp | ( | const Weights & | weights | ) | [static] |
Definition at line 11 of file piecePairKing.cc.
References osl::eval::ml::Weights::dimension(), osl::eval::ml::Weights::value(), and osl::WHITE.
int osl::eval::ml::PiecePairKing::sub | ( | const NumEffectState & | state, |
Square | from, | ||
Ptype | ptype | ||
) | [static, private] |
Definition at line 128 of file piecePairKing.cc.
References osl::BLACK, osl::KING, osl::Piece::ptype(), osl::Piece::square(), osl::Square::squareForBlack(), and osl::Square::y().
osl::CArray< osl::int16_t, 1488375 > osl::eval::ml::PiecePairKing::table [static, private] |
Definition at line 70 of file piecePairKing.h.