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 Private Attributes | |
static CArray< MultiInt, 9 > | table |
static CArray< MultiInt, 144 > | opp_table |
Friends | |
class | KnightHeadOppPiecePawnOnStand |
Definition at line 830 of file minorPiece.h.
anonymous enum |
Enumerator | |
---|---|
ONE_DIM | |
DIM |
Definition at line 834 of file minorPiece.h.
|
static |
Definition at line 1385 of file minorPiece.cc.
References osl::alt(), osl::BLACK, osl::Board_Table, osl::NumEffectState::countEffect(), osl::NumEffectState::hasEffectByPtypeStrict(), osl::SimpleState::hasPieceOnStand(), osl::Piece::isEmpty(), osl::Piece::isOnBoard(), osl::SimpleState::isPawnMaskSet(), osl::Piece::isPiece(), osl::Piece::isPromoted(), osl::BoardTable::nextSquare(), osl::Piece::owner(), osl::PAWN, osl::SimpleState::pieceAt(), osl::SimpleState::pieceOf(), osl::Piece::ptype(), osl::Piece::square(), osl::U, osl::Square::x(), and osl::Square::y().
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
|
static |
Definition at line 1365 of file minorPiece.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
|
friend |
Definition at line 832 of file minorPiece.h.
|
staticprivate |
Definition at line 839 of file minorPiece.h.
Referenced by osl::eval::ml::KnightHeadOppPiecePawnOnStand::setUp().
|
staticprivate |
Definition at line 838 of file minorPiece.h.