#include <majorPiece.h>

Public 型 | |
| enum | { ONE_DIM = 374544, DIM = ONE_DIM * EvalStages } |
Static Public メソッド | |
| static void | setUp (const Weights &weights) |
| template<Player King> | |
| static MultiInt | evalOne (const NumEffectState &state) |
| static MultiInt | eval (const NumEffectState &state) |
Static Private メソッド | |
| template<Player King> | |
| static int | index (const Square king, const Piece rook, const Piece bishop) |
Static Private 変数 | |
| static CArray< MultiInt, 374544 > | table |
majorPiece.h の 477 行で定義されています。
| anonymous enum |
majorPiece.h の 480 行で定義されています。
| MultiInt osl::eval::ml::KingRookBishop::eval | ( | const NumEffectState & | state | ) | [static] |
majorPiece.cc の 790 行で定義されています。
| template MultiInt osl::eval::ml::KingRookBishop::evalOne< WHITE > | ( | const NumEffectState & | state | ) | [static] |
| static int osl::eval::ml::KingRookBishop::index | ( | const Square | king, | |
| const Piece | rook, | |||
| const Piece | bishop | |||
| ) | [inline, static, private] |
majorPiece.h の 488 行で定義されています。
参照先 osl::BLACK, osl::Piece::isPromoted(), osl::Piece::owner(), osl::Piece::square(), osl::Square::x(), と osl::Square::y().
| void osl::eval::ml::KingRookBishop::setUp | ( | const Weights & | weights | ) | [static] |
majorPiece.cc の 750 行で定義されています。
osl::CArray< MultiInt, 374544 > osl::eval::ml::KingRookBishop::table [static, private] |
majorPiece.h の 486 行で定義されています。
1.7.1