#include <oracleProverLight.h>
構成 | |
class | AttackHelper |
class | DefenseHelper |
Public 型 | |
typedef NtesukiTable | table_t |
typedef NumEffectState | state_t |
typedef NtesukiMoveGenerator | gen_t |
Public メソッド | |
OracleProverLight (state_t &s, gen_t *g, PathEncoding p, table_t &t, NtesukiRecord::ISScheme isscheme=NtesukiRecord::no_is) | |
template<Player P> | |
bool | startFromAttack (NtesukiRecord *record, const NtesukiRecord *record_orig, const unsigned int pass_left) |
template<Player P> | |
bool | startFromDefense (NtesukiRecord *record, const NtesukiRecord *record_orig, const unsigned int pass_left) |
Private メソッド | |
template<Player P> | |
bool | attack (const NtesukiRecord *oracle, const unsigned int pass_left) |
template<Player P> | |
bool | defense (const NtesukiRecord *oracle, const unsigned int pass_left) |
Private 変数 | |
state_t & | state |
gen_t * | mg |
PathEncoding | path |
table_t & | table |
NtesukiRecord::ISScheme | isscheme |
int | fixed_search_depth |
oracleProverLight.h の 16 行で定義されています。
oracleProverLight.h の 21 行で定義されています。
typedef NumEffectState osl::ntesuki::OracleProverLight::state_t |
oracleProverLight.h の 20 行で定義されています。
oracleProverLight.h の 19 行で定義されています。
osl::ntesuki::OracleProverLight::OracleProverLight | ( | state_t & | s, | |
gen_t * | g, | |||
PathEncoding | p, | |||
table_t & | t, | |||
NtesukiRecord::ISScheme | isscheme = NtesukiRecord::no_is | |||
) | [inline, explicit] |
oracleProverLight.h の 34 行で定義されています。
bool OracleProverLight::attack | ( | const NtesukiRecord * | oracle, | |
const unsigned int | pass_left | |||
) | [inline, private] |
oracleProverLight.tcc の 109 行で定義されています。
参照先 CATCH_DFPN, osl::ntesuki::NtesukiTable::findWithMoveConst(), osl::ntesuki::NtesukiRecord::fixed_search_depth, osl::ntesuki::NtesukiRecord::getBestMove(), osl::ntesuki::NtesukiMove::getMove(), osl::ntesuki::NtesukiRecord::getValue(), osl::checkmate::FixedDepthSearcher::hasCheckmateMove(), osl::ntesuki::NtesukiMove::isCheck(), osl::ntesuki::NtesukiMove::isImmediateCheckmate(), osl::isValid(), ntesuki_assert, path, osl::ntesuki::OracleProverLight::AttackHelper< Searcher, P >::result, state, table, と TRY_DFPN.
bool OracleProverLight::defense | ( | const NtesukiRecord * | oracle, | |
const unsigned int | pass_left | |||
) | [inline, private] |
oracleProverLight.tcc の 192 行で定義されています。
参照先 CATCH_DFPN, osl::ntesuki::NtesukiRecord::delay_is, osl::ntesuki::NtesukiTable::findWithMoveConst(), osl::ntesuki::NtesukiMoveGenerator::generateSlow(), osl::ntesuki::NtesukiMove::getMove(), osl::ntesuki::NtesukiRecord::getValue(), osl::ntesuki::NtesukiMove::isCheck(), osl::ntesuki::NtesukiMove::isNormal(), osl::ntesuki::NtesukiMove::isPass(), isscheme, mg, moves, osl::ntesuki::NtesukiRecord::normal_is, ntesuki_assert, path, osl::ntesuki::OracleProverLight::DefenseHelper< Searcher, P >::result, state, table, と TRY_DFPN.
template bool osl::ntesuki::OracleProverLight::startFromAttack< WHITE > | ( | NtesukiRecord * | record, | |
const NtesukiRecord * | record_orig, | |||
const unsigned int | pass_left | |||
) | [inline] |
oracleProverLight.tcc の 265 行で定義されています。
参照先 CATCH_DFPN, osl::ntesuki::NtesukiRecord::getBestMove(), osl::ntesuki::NtesukiRecord::getPDPieces(), osl::ntesuki::NtesukiRecord::getPieceStand(), osl::ntesuki::NtesukiRecord::getValue(), osl::ntesuki::NtesukiMove::isImmediateCheckmate(), osl::PieceStand::isSuperiorOrEqualTo(), osl::ntesuki::NtesukiMove::isValid(), ntesuki_assert, osl::ntesuki::NtesukiRecord::setResult(), と TRY_DFPN.
参照元 osl::ntesuki::NtesukiSimulationSearcher::startFromAttackProof().
template bool osl::ntesuki::OracleProverLight::startFromDefense< WHITE > | ( | NtesukiRecord * | record, | |
const NtesukiRecord * | record_orig, | |||
const unsigned int | pass_left | |||
) | [inline] |
oracleProverLight.tcc の 302 行で定義されています。
参照先 CATCH_DFPN, osl::ntesuki::NtesukiRecord::getBestMove(), osl::ntesuki::NtesukiRecord::getPDPieces(), osl::ntesuki::NtesukiRecord::getPieceStand(), osl::ntesuki::NtesukiRecord::getValue(), osl::PieceStand::isSuperiorOrEqualTo(), ntesuki_assert, osl::ntesuki::NtesukiRecord::setResult(), と TRY_DFPN.
参照元 osl::ntesuki::NtesukiSimulationSearcher::startFromDefenseProof().
int osl::ntesuki::OracleProverLight::fixed_search_depth [private] |
oracleProverLight.h の 28 行で定義されています。
oracleProverLight.h の 27 行で定義されています。
参照元 defense().
gen_t* osl::ntesuki::OracleProverLight::mg [private] |
oracleProverLight.h の 24 行で定義されています。
参照元 defense().
oracleProverLight.h の 25 行で定義されています。
state_t& osl::ntesuki::OracleProverLight::state [private] |
oracleProverLight.h の 23 行で定義されています。
table_t& osl::ntesuki::OracleProverLight::table [private] |
oracleProverLight.h の 26 行で定義されています。