#include <minorPiece.h>
Public Types | |
enum | { ONE_DIM = 1024, DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
static void | setUp (const Weights &weights) |
static void | eval (const NumEffectState &state, CArray< PieceMask, 40 > &attacked_mask, MultiIntPair &out) |
template<Player P> | |
static void | evalWithUpdateBang (const NumEffectState &state, Move moved, const CArray< PieceMask, 2 > &effected_mask, CArray< PieceMask, 40 > &attacked_mask, MultiIntPair &last_value_and_out) |
Static Private Member Functions | |
static int | index (bool same_turn, bool has_support, Ptype ptype, Ptype attack_ptype) |
template<int Sign> | |
static void | adjust (int black, int white, MultiIntPair &result) |
template<bool Plus> | |
static void | evalOnePiece (const Player player, const Ptype ptype, const Ptype attack_ptype, bool with_support, MultiIntPair &result) |
template<Player P> | |
static void | updateChanged (const NumEffectState &state, const Piece p, Move moved, int captured_number, const CArray< PieceMask, 2 > &effected_mask, const CArray< PieceMask, 2 > &new_mask, CArray< PieceMask, 40 > &attacked_mask, MultiIntPair &result) |
Static Private Attributes | |
static CArray< MultiInt, 1024 > | table |
Definition at line 1102 of file minorPiece.h.
anonymous enum |
Definition at line 1105 of file minorPiece.h.
static void osl::eval::ml::NonPawnAttackedPtype::adjust | ( | int | black, |
int | white, | ||
MultiIntPair & | result | ||
) | [inline, static, private] |
Definition at line 1125 of file minorPiece.h.
References osl::BLACK, table, and osl::WHITE.
Referenced by evalOnePiece().
void osl::eval::ml::NonPawnAttackedPtype::eval | ( | const NumEffectState & | state, |
CArray< PieceMask, 40 > & | attacked_mask, | ||
MultiIntPair & | out | ||
) | [static] |
Definition at line 1452 of file minorPiece.cc.
References adjust(), osl::BLACK, osl::Piece::number(), osl::PAWN, osl::Piece::ptype(), result, osl::Piece::square(), and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval().
static void osl::eval::ml::NonPawnAttackedPtype::evalOnePiece | ( | const Player | player, |
const Ptype | ptype, | ||
const Ptype | attack_ptype, | ||
bool | with_support, | ||
MultiIntPair & | result | ||
) | [inline, static, private] |
Definition at line 1137 of file minorPiece.h.
References adjust(), osl::BLACK, index(), result, and osl::WHITE.
template void osl::eval::ml::NonPawnAttackedPtype::evalWithUpdateBang< WHITE > | ( | const NumEffectState & | state, |
Move | moved, | ||
const CArray< PieceMask, 2 > & | effected_mask, | ||
CArray< PieceMask, 40 > & | attacked_mask, | ||
MultiIntPair & | last_value_and_out | ||
) | [static] |
Definition at line 1506 of file minorPiece.cc.
References osl::alt(), osl::BLACK, osl::captured(), osl::Move::capturePtype(), osl::Move::isDrop(), osl::KING, osl::Move::oldPtype(), osl::PAWN, osl::Move::player(), osl::Piece::ptype(), osl::PTYPE_EMPTY, result, osl::Move::to(), and osl::WHITE.
static int osl::eval::ml::NonPawnAttackedPtype::index | ( | bool | same_turn, |
bool | has_support, | ||
Ptype | ptype, | ||
Ptype | attack_ptype | ||
) | [inline, static, private] |
Definition at line 1118 of file minorPiece.h.
References osl::PTYPE_SIZE.
Referenced by evalOnePiece().
void osl::eval::ml::NonPawnAttackedPtype::setUp | ( | const Weights & | weights | ) | [static] |
Definition at line 1442 of file minorPiece.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
static void osl::eval::ml::NonPawnAttackedPtype::updateChanged | ( | const NumEffectState & | state, |
const Piece | p, | ||
Move | moved, | ||
int | captured_number, | ||
const CArray< PieceMask, 2 > & | effected_mask, | ||
const CArray< PieceMask, 2 > & | new_mask, | ||
CArray< PieceMask, 40 > & | attacked_mask, | ||
MultiIntPair & | result | ||
) | [inline, static, private] |
Definition at line 1153 of file minorPiece.h.
References osl::alt(), osl::Move::capturePtype(), osl::Move::isPromotion(), osl::Piece::number(), old, osl::Move::oldPtype(), osl::Piece::ptype(), osl::Move::ptype(), result, and osl::Piece::square().
osl::misc::CArray< MultiInt, 1024 > osl::eval::ml::NonPawnAttackedPtype::table [static, private] |
Definition at line 1347 of file minorPiece.h.
Referenced by adjust().