#include <minorPiece.h>

| Public Types | |
| enum | { ONE_DIM = 1024, DIM = ONE_DIM * EvalStages } | 
| Public Member Functions | |
| template<osl::Player P> | |
| MultiInt | evalWithUpdate (const NumEffectState &state, Move moved, const CArray2d< int, 2, 9 > &pawns, const MultiInt &last_value) | 
| Static Public Member Functions | |
| static void | setUp (const Weights &weights) | 
| static MultiInt | eval (const NumEffectState &state) | 
| template<Player P> | |
| static MultiInt | evalWithUpdate (const NumEffectState &state, Move moved, const CArray2d< int, 2, 9 > &pawns, const MultiInt &last_value) | 
| Static Private Member Functions | |
| static int | index (Player P, PtypeO up, PtypeO up_up) | 
| static int | indexY (Player P, PtypeO up, PtypeO up_up, int y) | 
| Static Private Attributes | |
| static CArray< MultiInt, 1024 > | table | 
| static CArray< MultiInt, 9216 > | y_table | 
| Friends | |
| class | PawnPtypeOPtypeOY | 
Definition at line 853 of file minorPiece.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| ONE_DIM | |
| DIM | |
Definition at line 857 of file minorPiece.h.
| 
 | static | 
Definition at line 692 of file minorPiece.cc.
References osl::BLACK, osl::Board_Table, osl::Square::isOnBoard(), osl::Piece::isOnBoard(), osl::Piece::isPromoted(), osl::BoardTable::nextSquare(), osl::Piece::owner(), osl::PTYPEO_EDGE, result, osl::Piece::square(), osl::U, osl::Square::y(), and osl::eval::ml::ppair::y_table.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval().
| MultiInt osl::eval::ml::PawnPtypeOPtypeO::evalWithUpdate | ( | const NumEffectState & | state, | 
| Move | moved, | ||
| const CArray2d< int, 2, 9 > & | pawns, | ||
| const MultiInt & | last_value | ||
| ) | 
Definition at line 727 of file minorPiece.cc.
References osl::alt(), osl::BLACK, osl::captured(), osl::Move::capturePtype(), osl::Move::capturePtypeOSafe(), osl::Move::from(), osl::Move::isDrop(), osl::Square::isOnBoard(), osl::Move::oldPtype(), osl::Move::oldPtypeO(), osl::PAWN, osl::Move::player(), osl::Move::ptype(), osl::Move::ptypeO(), osl::PTYPEO_EDGE, osl::PTYPEO_EMPTY, result, osl::Move::to(), osl::WHITE, osl::Square::x(), osl::Square::y(), and osl::eval::ml::ppair::y_table.
| 
 | static | 
| 
 | inlinestaticprivate | 
Definition at line 866 of file minorPiece.h.
References osl::altIfPiece(), osl::PTYPEO_MIN, and osl::WHITE.
Referenced by indexY().
| 
 | inlinestaticprivate | 
Definition at line 875 of file minorPiece.h.
References osl::BLACK, and index().
| 
 | static | 
Definition at line 672 of file minorPiece.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
| 
 | friend | 
Definition at line 855 of file minorPiece.h.
| 
 | staticprivate | 
Definition at line 880 of file minorPiece.h.
| 
 | staticprivate | 
Definition at line 881 of file minorPiece.h.
Referenced by osl::eval::ml::PawnPtypeOPtypeOY::setUp().
 1.8.4
 1.8.4