#include <majorPiece.h>
Public 型 | |
enum | { ONE_DIM = 128, DIM = ONE_DIM * EvalStages } |
Static Public メソッド | |
static void | setUp (const Weights &weights) |
static MultiInt | eval (const NumEffectState &state) |
Static Private メソッド | |
static int | index (Ptype ptype, bool self_with_support, bool opp_with_support, bool vertical) |
Static Private 変数 | |
static CArray< MultiInt, 128 > | table |
majorPiece.h の 608 行で定義されています。
anonymous enum |
majorPiece.h の 611 行で定義されています。
osl::MultiInt osl::eval::ml::RookRookPiece::eval | ( | const NumEffectState & | state | ) | [static] |
majorPiece.cc の 1104 行で定義されています。
参照先 osl::BLACK, osl::D, index(), osl::PtypeTraits< ROOK >::indexMin, osl::inverse(), osl::Position::isOnBoard(), osl::Piece::isOnBoard(), osl::L, osl::Piece::number(), osl::Piece::owner(), osl::Piece::position(), osl::Piece::ptype(), osl::R, result, osl::ROOK, table, osl::U, osl::WHITE, osl::Position::x(), と osl::Position::y().
参照元 osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), と osl::eval::ml::OpenMidEndingEval::updateSub().
static int osl::eval::ml::RookRookPiece::index | ( | Ptype | ptype, | |
bool | self_with_support, | |||
bool | opp_with_support, | |||
bool | vertical | |||
) | [inline, static, private] |
void osl::eval::ml::RookRookPiece::setUp | ( | const Weights & | weights | ) | [static] |
majorPiece.cc の 1094 行で定義されています。
参照先 osl::NStages, ONE_DIM, table, と osl::eval::ml::Weights::value().
osl::misc::CArray< MultiInt, 128 > osl::eval::ml::RookRookPiece::table [static, private] |
majorPiece.h の 622 行で定義されています。