#include <king8.h>

Public 型 | |
| enum | { ONE_DIM = 80, DIM = ONE_DIM * EvalStages } |
Static Public メソッド | |
| static MultiInt | eval (const NumEffectState &state) |
| static void | setUp (const Weights &weights) |
Static Private メソッド | |
| template<int Sign> | |
| static void | adjust (int index_y, MultiInt &result) |
| template<Player P> | |
| static int | index (const Position king, bool is_l, bool u_blocked, bool opp_u_blocked, bool opp_blocked) |
| template<Player P> | |
| static int | indexY (const Position king, bool is_l, bool u_blocked, bool opp_u_blocked, bool opp_blocked) |
Static Private 変数 | |
| static CArray< MultiInt, 80 > | table |
| static CArray< MultiInt, 720 > | y_table |
フレンド | |
| class | KingXBlocked3Y |
eval/ml/king8.h の 288 行で定義されています。
| anonymous enum |
eval/ml/king8.h の 292 行で定義されています。
| static void osl::eval::ml::KingXBlocked3::adjust | ( | int | index_y, | |
| MultiInt & | result | |||
| ) | [inline, static, private] |
| MultiInt osl::eval::ml::KingXBlocked3::eval | ( | const NumEffectState & | state | ) | [static] |
eval/ml/king8.cc の 965 行で定義されています。
参照先 adjust(), osl::BLACK, result, と osl::WHITE.
参照元 osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), と osl::eval::ml::OpenMidEndingEval::updateSub().
| static int osl::eval::ml::KingXBlocked3::index | ( | const Position | king, | |
| bool | is_l, | |||
| bool | u_blocked, | |||
| bool | opp_u_blocked, | |||
| bool | opp_blocked | |||
| ) | [inline, static, private] |
eval/ml/king8.h の 305 行で定義されています。
参照先 osl::BLACK, osl::WHITE, と osl::Position::x().
| static int osl::eval::ml::KingXBlocked3::indexY | ( | const Position | king, | |
| bool | is_l, | |||
| bool | u_blocked, | |||
| bool | opp_u_blocked, | |||
| bool | opp_blocked | |||
| ) | [inline, static, private] |
eval/ml/king8.h の 324 行で定義されています。
参照先 osl::BLACK, osl::WHITE, osl::Position::x(), と osl::Position::y().
| void osl::eval::ml::KingXBlocked3::setUp | ( | const Weights & | weights | ) | [static] |
eval/ml/king8.cc の 936 行で定義されています。
参照先 osl::NStages, ONE_DIM, と osl::eval::ml::Weights::value().
friend class KingXBlocked3Y [friend] |
eval/ml/king8.h の 290 行で定義されています。
osl::misc::CArray< MultiInt, 80 > osl::eval::ml::KingXBlocked3::table [static, private] |
eval/ml/king8.h の 344 行で定義されています。
osl::misc::CArray< MultiInt, 720 > osl::eval::ml::KingXBlocked3::y_table [static, private] |
eval/ml/king8.h の 345 行で定義されています。
1.6.3