Public 型 | Static Public メソッド | Static Private メソッド | Static Private 変数

クラス osl::eval::ml::BishopExchangeSilverKing

#include <kingTable.h>

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

すべてのメンバ一覧

Public 型

enum  { BISHOP_ONE_DIM = 18 * 81 * (45*2), DIM = BISHOP_ONE_DIM*3 }

Static Public メソッド

static void setUp (const Weights &weights)
static int eval (const NumEffectState &state)

Static Private メソッド

static int indexKing (Square king)
static int indexRook (Square rook)
static int indexSilver (Square silver)
template<Player KingOwner>
static int evalOne (const NumEffectState &state, int offset)

Static Private 変数

static CArray< int, DIM > table

説明

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


列挙型

anonymous enum
列挙型の値:
BISHOP_ONE_DIM 
DIM 

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


関数

int osl::eval::ml::BishopExchangeSilverKing::eval ( const NumEffectState state  )  [static]
template<osl::Player KingOwner>
int osl::eval::ml::BishopExchangeSilverKing::evalOne ( const NumEffectState state,
int  offset 
) [static, private]
static int osl::eval::ml::BishopExchangeSilverKing::indexKing ( Square  king  )  [inline, static, private]

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

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

参照元 evalOne().

static int osl::eval::ml::BishopExchangeSilverKing::indexRook ( Square  rook  )  [inline, static, private]

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

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

static int osl::eval::ml::BishopExchangeSilverKing::indexSilver ( Square  silver  )  [inline, static, private]

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

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

参照元 evalOne().

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

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

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


変数

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

参照元 evalOne(), と setUp().


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