#include <majorPiece.h>

Public 型 | |
| enum | { ONE_DIM = 800, DIM = ONE_DIM * EvalStages } |
Static Public メソッド | |
| static void | setUp (const Weights &weights) |
| static MultiInt | eval (const NumEffectState &state) |
Static Private メソッド | |
| template<bool SamePlayer, Player P> | |
| static int | index (Piece rook1, Piece rook2) |
| static int | index (bool same_player, bool promoted1, bool promoted2, int y1, int y2) |
Static Private 変数 | |
| static CArray< MultiInt, 800 > | table |
majorPiece.h の 550 行で定義されています。
| anonymous enum |
majorPiece.h の 553 行で定義されています。
| osl::MultiInt osl::eval::ml::RookRook::eval | ( | const NumEffectState & | state | ) | [static] |
| static int osl::eval::ml::RookRook::index | ( | bool | same_player, | |
| bool | promoted1, | |||
| bool | promoted2, | |||
| int | y1, | |||
| int | y2 | |||
| ) | [inline, static, private] |
majorPiece.h の 597 行で定義されています。
| static int osl::eval::ml::RookRook::index | ( | Piece | rook1, | |
| Piece | rook2 | |||
| ) | [inline, static, private] |
majorPiece.h の 558 行で定義されています。
参照先 osl::BLACK, osl::Piece::isOnBoard(), osl::Piece::isPromoted(), osl::Piece::position(), と osl::Position::y().
参照元 setUp().
| void osl::eval::ml::RookRook::setUp | ( | const Weights & | weights | ) | [static] |
majorPiece.cc の 1002 行で定義されています。
参照先 index(), osl::NStages, ONE_DIM, table, と osl::eval::ml::Weights::value().
osl::misc::CArray< MultiInt, 800 > osl::eval::ml::RookRook::table [static, private] |
majorPiece.h の 605 行で定義されています。
1.6.3