#include <majorPiece.h>

Public Types | |
| enum | { ONE_DIM = 374544, DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
| static void | setUp (const Weights &weights) |
| template<Player King> | |
| static MultiInt | evalOne (const NumEffectState &state) |
| static MultiInt | eval (const NumEffectState &state) |
Static Private Member Functions | |
| template<Player King> | |
| static int | index (const Square king, const Piece rook, const Piece bishop) |
Static Private Attributes | |
| static CArray< MultiInt, 374544 > | table |
Definition at line 479 of file majorPiece.h.
| anonymous enum |
Definition at line 482 of file majorPiece.h.
| MultiInt osl::eval::ml::KingRookBishop::eval | ( | const NumEffectState & | state | ) | [static] |
Definition at line 791 of file majorPiece.cc.
| template MultiInt osl::eval::ml::KingRookBishop::evalOne< WHITE > | ( | const NumEffectState & | state | ) | [static] |
Definition at line 762 of file majorPiece.cc.
References osl::PtypeTraits< BISHOP >::indexMin, osl::PtypeTraits< ROOK >::indexMin, osl::Piece::isOnBoard(), and result.
| static int osl::eval::ml::KingRookBishop::index | ( | const Square | king, |
| const Piece | rook, | ||
| const Piece | bishop | ||
| ) | [inline, static, private] |
Definition at line 490 of file majorPiece.h.
References osl::BLACK, osl::Piece::isPromoted(), osl::Piece::owner(), osl::Piece::square(), osl::Square::x(), and osl::Square::y().
| void osl::eval::ml::KingRookBishop::setUp | ( | const Weights & | weights | ) | [static] |
Definition at line 751 of file majorPiece.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
osl::misc::CArray< MultiInt, 374544 > osl::eval::ml::KingRookBishop::table [static, private] |
Definition at line 488 of file majorPiece.h.
1.7.6.1