|
My Project
|
#include <pieceStand.h>
Public Types | |
| enum | { ONE_DIM = 5625 , DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
| static void | setUp (const Weights &weights) |
| template<Player Defense> | |
| static bool | canCheck (const NumEffectState &state) |
Definition at line 143 of file eval/pieceStand.h.
| anonymous enum |
| Enumerator | |
|---|---|
| ONE_DIM | |
| DIM | |
Definition at line 146 of file eval/pieceStand.h.
|
inlinestatic |
Definition at line 149 of file eval/pieceStand.h.
References osl::alt(), osl::eval::ml::KnightCheck::canCheck(), osl::checkmate::King8Info::dropCandidate(), osl::checkmate::King8Info::hasMoveCandidate(), and osl::NumEffectState::Iking8Info().
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
|
static |