#include <minorPiece.h>

Public 型 | |
| enum | { DIM = PTYPE_SIZE * 9 } |
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 player, const Ptype ptype, const Position pos) |
Static Private 変数 | |
| static CArray< MultiInt, 144 > | table |
minorPiece.h の 738 行で定義されています。
| anonymous enum |
minorPiece.h の 741 行で定義されています。
| MultiInt osl::eval::ml::PtypeY::eval | ( | const NumEffectState & | state | ) | [static] |
| static int osl::eval::ml::PtypeY::index | ( | const Player | player, | |
| const Ptype | ptype, | |||
| const Position | pos | |||
| ) | [inline, static, private] |
minorPiece.h の 753 行で定義されています。
参照先 osl::BLACK, と osl::Position::y().
| static int osl::eval::ml::PtypeY::index | ( | const Piece | piece | ) | [inline, static, private] |
minorPiece.h の 749 行で定義されています。
参照先 osl::Piece::owner(), osl::Piece::position(), と osl::Piece::ptype().
参照元 eval(), と evalWithUpdate().
| void osl::eval::ml::PtypeY::setUp | ( | const Weights & | weights, | |
| int | stage | |||
| ) | [static] |
minorPiece.cc の 516 行で定義されています。
参照先 osl::eval::ml::Weights::dimension(), table, と osl::eval::ml::Weights::value().
osl::misc::CArray< MultiInt, 144 > osl::eval::ml::PtypeY::table [static, private] |
minorPiece.h の 748 行で定義されています。
参照元 eval(), evalWithUpdate(), と setUp().
1.6.3