#include <minorPiece.h>


Public メソッド | |
| template<osl::Player P> | |
| bool | canRetreat (const osl::state::NumEffectState &state, const osl::Piece silver) |
Static Public メソッド | |
| static MultiInt | eval (const NumEffectState &state) |
Static Protected メソッド | |
| template<Player P> | |
| static int | indexRetreat (Position pos) |
| template<Player P> | |
| static bool | canRetreat (const NumEffectState &state, const Piece silver) |
| template<Player P> | |
| static MultiInt | evalOne (const NumEffectState &state, const Piece silver, const CArray< Position, 2 > &kings) |
Static Protected 変数 | |
| static CArray< MultiInt, 153 > | head_table |
| static CArray< MultiInt, 9 > | retreat_table |
minorPiece.h の 542 行で定義されています。
| bool osl::eval::ml::SilverFeatures::canRetreat | ( | const osl::state::NumEffectState & | state, | |
| const osl::Piece | silver | |||
| ) | [inline] |
| static bool osl::eval::ml::SilverFeatures::canRetreat | ( | const NumEffectState & | state, | |
| const Piece | silver | |||
| ) | [inline, static, protected] |
| osl::MultiInt osl::eval::ml::SilverFeatures::eval | ( | const NumEffectState & | state | ) | [static] |
| static int osl::eval::ml::SilverFeatures::indexRetreat | ( | Position | pos | ) | [inline, static, protected] |
minorPiece.h の 548 行で定義されています。
参照先 osl::BLACK, と osl::Position::y().
osl::misc::CArray< osl::MultiInt, 153 > osl::eval::ml::SilverFeatures::head_table [static, protected] |
minorPiece.h の 584 行で定義されています。
参照元 evalOne(), と osl::eval::ml::SilverHeadPawnKingRelative::setUp().
osl::misc::CArray< osl::MultiInt, 9 > osl::eval::ml::SilverFeatures::retreat_table [static, protected] |
minorPiece.h の 585 行で定義されています。
1.6.3