#include <minorPiece.h>

Public 型 | |
| enum | { DIM = PTYPE_SIZE * 5 } |
Static Public メソッド | |
| static void | setUp (const Weights &weights, int stage) |
| static MultiInt | eval (const NumEffectState &state) |
| template<Player P> | |
| static MultiInt | evalWithUpdate (const NumEffectState &, Move moved, MultiInt const &last_value) |
Static Private メソッド | |
| static int | index (const Piece piece) |
| static int | index (const Player, const Ptype ptype, const Position pos) |
Static Private 変数 | |
| static CArray< MultiInt, 80 > | table |
minorPiece.h の 760 行で定義されています。
| anonymous enum |
minorPiece.h の 763 行で定義されています。
| MultiInt osl::eval::ml::PtypeX::eval | ( | const NumEffectState & | state | ) | [static] |
| static int osl::eval::ml::PtypeX::index | ( | const | Player, | |
| const Ptype | ptype, | |||
| const Position | pos | |||
| ) | [inline, static, private] |
minorPiece.h の 775 行で定義されています。
参照先 osl::Position::x().
| static int osl::eval::ml::PtypeX::index | ( | const Piece | piece | ) | [inline, static, private] |
minorPiece.h の 771 行で定義されています。
参照先 osl::Piece::owner(), osl::Piece::position(), と osl::Piece::ptype().
参照元 eval(), と evalWithUpdate().
| void osl::eval::ml::PtypeX::setUp | ( | const Weights & | weights, | |
| int | stage | |||
| ) | [static] |
minorPiece.cc の 578 行で定義されています。
参照先 osl::eval::ml::Weights::dimension(), table, と osl::eval::ml::Weights::value().
osl::misc::CArray< MultiInt, 80 > osl::eval::ml::PtypeX::table [static, private] |
minorPiece.h の 770 行で定義されています。
参照元 eval(), evalWithUpdate(), と setUp().
1.6.3