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

クラス osl::eval::ml::PieceStandY

#include <pieceStand.h>

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

すべてのメンバ一覧

Public 型

enum  { ONE_DIM = osl::Piece::SIZE * 9, DIM = ONE_DIM * 2*EvalStages }

Static Public メソッド

static void setUp (const Weights &weights)
static MultiInt eval (const NumEffectState &state)
template<Player P>
static MultiInt evalWithUpdate (const NumEffectState &state, Move moved, const MultiInt &last_value)

Static Private メソッド

static int index (Ptype ptype, Player player, Square king, int count)
static int index (int i, Player player, Square king, int count)
static void updateResult (NumEffectState const &state, MultiInt &result, int i, Ptype ptype, CArray< Square, 2 > const &kings)

Static Private 変数

static CArray< MultiInt, 360 > y_attack_table
static CArray< MultiInt, 360 > y_defense_table
static CArray< MultiInt, 9 *7 *19 > y_attack_table_sum
static CArray< MultiInt, 9 *7 *19 > y_defense_table_sum

説明

eval/pieceStand.h115 行で定義されています。


列挙型

anonymous enum
列挙型の値:
ONE_DIM 
DIM 

eval/pieceStand.h134 行で定義されています。


関数

osl::MultiInt osl::eval::ml::PieceStandY::eval ( const NumEffectState state  )  [static]
template<osl::Player P>
template MultiInt osl::eval::ml::PieceStandY::evalWithUpdate< WHITE > ( const NumEffectState state,
Move  moved,
const MultiInt last_value 
) [static]
static int osl::eval::ml::PieceStandY::index ( int  i,
Player  player,
Square  king,
int  count 
) [inline, static, private]

eval/pieceStand.h127 行で定義されています。

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

static int osl::eval::ml::PieceStandY::index ( Ptype  ptype,
Player  player,
Square  king,
int  count 
) [inline, static, private]
void osl::eval::ml::PieceStandY::setUp ( const Weights weights  )  [static]
void osl::eval::ml::PieceStandY::updateResult ( NumEffectState const &  state,
osl::MultiInt result,
int  i,
osl::Ptype  ptype,
CArray< Square, 2 > const &  kings 
) [inline, static, private]

変数

eval/pieceStand.h118 行で定義されています。

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

eval/pieceStand.h120 行で定義されています。

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

eval/pieceStand.h119 行で定義されています。

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

eval/pieceStand.h121 行で定義されています。

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


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