|
My Project
|
#include <king8.h>
Static Public Member Functions | |
| static void | setUp (const Weights &weights) |
| static const CArray< int, 2 > | eval (const NumEffectState &state) |
| static const CArray< int, 2 > | evalWithUpdate (const NumEffectState &new_state, Move last_move, const CArray< int, 2 > &last_value) |
| Static Public Member Functions inherited from osl::eval::ml::King8EffectBase | |
| template<class MakeEffectState> | |
| static const CArray< int, 2 > | evalCommon (const NumEffectState &state, const table_t &) |
| template<class MakeEffectState> | |
| static const CArray< int, 2 > | evalWithUpdateCommon (const NumEffectState &new_state, Move last_move, const CArray< int, 2 > &last_value, const table_t &) |
| template<class MakeEffectState> | |
| static std::pair< CArray< int, 2 >, CArray< int, 2 > > | evalWithUpdateCommon (const NumEffectState &new_state, Move last_move, const CArray< int, 2 > &last_value_opening, const CArray< int, 2 > &last_value_ending, const table_t &, const table_t &) |
Static Private Attributes | |
| static CArray< int, 32 > | table |
Friends | |
| class | King8EffectDefenseSquareBoth |
Additional Inherited Members | |
| Public Types inherited from osl::eval::ml::King8EffectBase | |
| enum | { DIM = 32 } |
| enum | EffectState { NOT_EMPTY = -1 , NO_EFFECT = 0 , LESS_EFFECT , MORE_EFFECT , MORE_EFFECT_KING_ONLY } |
| typedef CArray< int, 32 > | table_t |
| Public Member Functions inherited from osl::eval::ml::King8EffectBase | |
| template<class MakeEffectState> | |
| const osl::CArray< int, 2 > | evalCommon (const NumEffectState &state, const table_t &table) |
| template<class MakeEffectState> | |
| const osl::CArray< int, 2 > | evalWithUpdateCommon (const NumEffectState &new_state, Move last_move, const CArray< int, 2 > &last_value, const table_t &table) |
| template<class MakeEffectState> | |
| std::pair< osl::CArray< int, 2 >, osl::CArray< int, 2 > > | evalWithUpdateCommon (const NumEffectState &new_state, Move last_move, const CArray< int, 2 > &last_value_o, const CArray< int, 2 > &last_value_e, const table_t &table_o, const table_t &table_e) |
| Static Protected Member Functions inherited from osl::eval::ml::King8EffectBase | |
| static int | index (const Direction dir, EffectState state) |
Definition at line 115 of file core/osl/eval/king8.h.
|
static |
Definition at line 358 of file king8.cc.
References osl::eval::ml::King8EffectBase::evalCommon(), and table.
|
static |
Definition at line 364 of file king8.cc.
References osl::eval::ml::King8EffectBase::evalWithUpdateCommon(), and table.
|
static |
Definition at line 348 of file king8.cc.
References osl::eval::ml::Weights::dimension(), table, and osl::eval::ml::Weights::value().
|
friend |
Definition at line 118 of file core/osl/eval/king8.h.
References King8EffectDefenseSquareBoth.
Referenced by King8EffectDefenseSquareBoth.
|
staticprivate |
Definition at line 119 of file core/osl/eval/king8.h.
Referenced by eval(), evalWithUpdate(), osl::eval::ml::King8EffectDefenseSquareBoth::evalWithUpdate(), and setUp().