#include <kingTable.h>

Public 型 | |
| enum | { ONE_DIM = 8192, DIM = ONE_DIM * EvalStages } |
Static Public メソッド | |
| static void | setUp (const Weights &weights) |
| template<Player P> | |
| static MultiInt | evalOne (const NumEffectState &state, const CArray< int, 5 > &effects) |
| static MultiInt | eval (const NumEffectState &state, const CArray< int, 5 > &black, const CArray< int, 5 > &white) |
Static Private メソッド | |
| static int | index (int effect1, int effect2, int i) |
| template<Player P> | |
| static int | indexX (Position king, int effect1, int effect2, int i, int j) |
| static int | indexX (int king_x, int effect1, int effect2, int i) |
| template<Player P> | |
| static int | indexY (Position king, int effect1, int effect2, int i) |
| static int | indexY (int king_y, int effect1, int effect2, int i) |
Static Private 変数 | |
| static CArray< MultiInt, 8192 > | table |
| static CArray< MultiInt, 40960 > | x_table |
| static CArray< MultiInt, 73728 > | y_table |
フレンド | |
| class | King25BothSideX |
| class | King25BothSideY |
kingTable.h の 777 行で定義されています。
| anonymous enum |
kingTable.h の 782 行で定義されています。
| osl::MultiInt osl::eval::ml::King25BothSide::eval | ( | const NumEffectState & | state, | |
| const CArray< int, 5 > & | black, | |||
| const CArray< int, 5 > & | white | |||
| ) | [static] |
kingTable.cc の 1683 行で定義されています。
| osl::MultiInt osl::eval::ml::King25BothSide::evalOne | ( | const NumEffectState & | state, | |
| const CArray< int, 5 > & | effects | |||
| ) | [inline, static] |
kingTable.cc の 1636 行で定義されています。
参照先 osl::BLACK, indexX(), indexY(), osl::WHITE, osl::Position::x(), x_table, osl::Position::y(), と y_table.
| static int osl::eval::ml::King25BothSide::index | ( | int | effect1, | |
| int | effect2, | |||
| int | i | |||
| ) | [inline, static, private] |
kingTable.h の 791 行で定義されています。
| static int osl::eval::ml::King25BothSide::indexX | ( | int | king_x, | |
| int | effect1, | |||
| int | effect2, | |||
| int | i | |||
| ) | [inline, static, private] |
kingTable.h の 820 行で定義されています。
| static int osl::eval::ml::King25BothSide::indexX | ( | Position | king, | |
| int | effect1, | |||
| int | effect2, | |||
| int | i, | |||
| int | j | |||
| ) | [inline, static, private] |
| static int osl::eval::ml::King25BothSide::indexY | ( | int | king_y, | |
| int | effect1, | |||
| int | effect2, | |||
| int | i | |||
| ) | [inline, static, private] |
kingTable.h の 832 行で定義されています。
| static int osl::eval::ml::King25BothSide::indexY | ( | Position | king, | |
| int | effect1, | |||
| int | effect2, | |||
| int | i | |||
| ) | [inline, static, private] |
| void osl::eval::ml::King25BothSide::setUp | ( | const Weights & | weights | ) | [static] |
kingTable.cc の 1599 行で定義されています。
参照先 osl::NStages, ONE_DIM, table, と osl::eval::ml::Weights::value().
friend class King25BothSideX [friend] |
kingTable.h の 779 行で定義されています。
friend class King25BothSideY [friend] |
kingTable.h の 780 行で定義されています。
osl::misc::CArray< MultiInt, 8192 > osl::eval::ml::King25BothSide::table [static, private] |
kingTable.h の 835 行で定義されています。
osl::misc::CArray< MultiInt, 40960 > osl::eval::ml::King25BothSide::x_table [static, private] |
kingTable.h の 836 行で定義されています。
osl::misc::CArray< MultiInt, 73728 > osl::eval::ml::King25BothSide::y_table [static, private] |
kingTable.h の 837 行で定義されています。
1.6.3