#include <king8.h>

Public 型 | |
| enum | { ONE_DIM = 5, DIM = ONE_DIM * EvalStages } |
Static Public メソッド | |
| static void | setUp (const Weights &weights) |
| static MultiIntPair | eval (const NumEffectState &state) |
Static Private メソッド | |
| static int | index (const Position king) |
| template<Player P> | |
| static int | indexY (const Position king) |
| template<int Sign> | |
| static void | adjust (int index, int index_y, MultiInt &out) |
Static Private 変数 | |
| static CArray< MultiInt, ONE_DIM > | table |
フレンド | |
| class | KingXBlockedYBase |
eval/ml/king8.h の 252 行で定義されています。
| anonymous enum |
eval/ml/king8.h の 256 行で定義されています。
| void osl::eval::ml::KingXBothBlocked::adjust | ( | int | index, | |
| int | index_y, | |||
| MultiInt & | out | |||
| ) | [inline, static, private] |
eval/ml/king8.cc の 625 行で定義されています。
参照先 osl::eval::ml::KingXBothBlockedY::table, と table.
参照元 eval(), と osl::eval::ml::KingXBlockedYBase::evalWithUpdateBang().
| MultiIntPair osl::eval::ml::KingXBothBlocked::eval | ( | const NumEffectState & | state | ) | [static] |
eval/ml/king8.cc の 634 行で定義されています。
参照先 adjust(), osl::BLACK, index(), result, と osl::WHITE.
| static int osl::eval::ml::KingXBothBlocked::index | ( | const Position | king | ) | [inline, static, private] |
| static int osl::eval::ml::KingXBothBlocked::indexY | ( | const Position | king | ) | [inline, static, private] |
eval/ml/king8.h の 267 行で定義されています。
| void osl::eval::ml::KingXBothBlocked::setUp | ( | const Weights & | weights | ) | [static] |
eval/ml/king8.cc の 603 行で定義されています。
参照先 osl::NStages, ONE_DIM, table, と osl::eval::ml::Weights::value().
friend class KingXBlockedYBase [friend] |
eval/ml/king8.h の 254 行で定義されています。
osl::misc::CArray< MultiInt, osl::eval::ml::KingXBothBlocked::ONE_DIM > osl::eval::ml::KingXBothBlocked::table [static, private] |
eval/ml/king8.h の 260 行で定義されています。
1.6.3