My Project
|
#include <king8.h>
Static Public Member Functions | |
static void | setUp (const Weights &weights, int stage) |
static const MultiIntPair | eval (const NumEffectState &state) |
![]() | |
static const MultiIntPair | eval (const NumEffectState &state, const table_t &table) |
static void | evalWithUpdateBang (const NumEffectState &state, Move laste_move, MultiIntPair &last_values_and_out) |
template<osl::Player P> | |
static int | index (Square king, int diff) |
Static Private Attributes | |
static table_t | table |
Friends | |
class | KingXBlockedBoth |
class | KingXBlockedYBase |
Additional Inherited Members | |
![]() | |
enum | { DIM = 90 } |
typedef CArray< MultiInt, 90 > | table_t |
Definition at line 232 of file core/osl/eval/king8.h.
|
inlinestatic |
Definition at line 238 of file core/osl/eval/king8.h.
References osl::eval::ml::KingXBlockedYBase::eval(), and table.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval().
|
static |
Definition at line 923 of file king8.cc.
References osl::eval::ml::Weights::value().
|
friend |
Definition at line 234 of file core/osl/eval/king8.h.
|
friend |
Definition at line 235 of file core/osl/eval/king8.h.
|
staticprivate |
Definition at line 243 of file core/osl/eval/king8.h.
Referenced by osl::eval::ml::KingXBlockedYBase::adjust(), and eval().