Public 型 | Static Public メソッド | Static Private メソッド | Static Private 変数 | フレンド

クラス osl::eval::ml::King25BothSide

#include <kingTable.h>

osl::eval::ml::King25BothSideのコラボレーション図
Collaboration graph
[凡例]

すべてのメンバ一覧

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 (Square 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 (Square 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.h773 行で定義されています。


列挙型

anonymous enum
列挙型の値:
ONE_DIM 
DIM 

kingTable.h778 行で定義されています。


関数

osl::MultiInt osl::eval::ml::King25BothSide::eval ( const NumEffectState state,
const CArray< int, 5 > &  black,
const CArray< int, 5 > &  white 
) [static]

kingTable.cc1684 行で定義されています。

template<osl::Player P>
template MultiInt osl::eval::ml::King25BothSide::evalOne< WHITE > ( const NumEffectState state,
const CArray< int, 5 > &  effects 
) [static]
static int osl::eval::ml::King25BothSide::index ( int  effect1,
int  effect2,
int  i 
) [inline, static, private]

kingTable.h787 行で定義されています。

template<Player P>
static int osl::eval::ml::King25BothSide::indexX ( Square  king,
int  effect1,
int  effect2,
int  i,
int  j 
) [inline, static, private]

kingTable.h794 行で定義されています。

参照先 osl::BLACK, osl::WHITE, と osl::Square::x().

参照元 evalOne().

static int osl::eval::ml::King25BothSide::indexX ( int  king_x,
int  effect1,
int  effect2,
int  i 
) [inline, static, private]

kingTable.h816 行で定義されています。

static int osl::eval::ml::King25BothSide::indexY ( int  king_y,
int  effect1,
int  effect2,
int  i 
) [inline, static, private]

kingTable.h828 行で定義されています。

template<Player P>
static int osl::eval::ml::King25BothSide::indexY ( Square  king,
int  effect1,
int  effect2,
int  i 
) [inline, static, private]

kingTable.h821 行で定義されています。

参照先 osl::BLACK, と osl::Square::y().

参照元 evalOne().

void osl::eval::ml::King25BothSide::setUp ( const Weights weights  )  [static]

kingTable.cc1600 行で定義されています。

参照先 osl::NStages, table, と osl::eval::ml::Weights::value().


フレンドと関連する関数

friend class King25BothSideX [friend]

kingTable.h775 行で定義されています。

friend class King25BothSideY [friend]

kingTable.h776 行で定義されています。


変数

kingTable.h831 行で定義されています。

参照元 osl::eval::ml::King25BothSideY::setUp(), と setUp().

kingTable.h832 行で定義されています。

参照元 evalOne(), と osl::eval::ml::King25BothSideX::setUp().

kingTable.h833 行で定義されています。

参照元 evalOne(), と osl::eval::ml::King25BothSideY::setUp().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義