Public Member Functions | |
Generator (GameState &s, SearchPlayer &p, SearchAllMoves &parent, int sec, bool byoyomi) | |
Move | pickUpMove () |
const Move | nextMove () |
Public Attributes | |
GameState & | state |
SearchPlayer & | player |
MoveVector | tried_moves |
volatile Status & | status |
boost::mutex & | mutex |
int | index |
int | seconds |
bool | has_byoyomi |
Definition at line 102 of file speculativeAllMoves.cc.
osl::game_playing::SpeculativeAllMoves::SearchAllMoves::Generator::Generator | ( | GameState & | s, |
SearchPlayer & | p, | ||
SearchAllMoves & | parent, | ||
int | sec, | ||
bool | byoyomi | ||
) | [inline] |
Definition at line 111 of file speculativeAllMoves.cc.
const Move osl::game_playing::SpeculativeAllMoves::SearchAllMoves::Generator::nextMove | ( | ) | [inline] |
Definition at line 145 of file speculativeAllMoves.cc.
References osl::Move::INVALID(), and osl::Move::isNormal().
Definition at line 116 of file speculativeAllMoves.cc.
References osl::Move::INVALID(), osl::eval::max(), result, and osl::record::csa::show().
Definition at line 110 of file speculativeAllMoves.cc.
Definition at line 109 of file speculativeAllMoves.cc.
Definition at line 108 of file speculativeAllMoves.cc.
Definition at line 105 of file speculativeAllMoves.cc.
Definition at line 109 of file speculativeAllMoves.cc.
Definition at line 104 of file speculativeAllMoves.cc.
Definition at line 107 of file speculativeAllMoves.cc.
Definition at line 106 of file speculativeAllMoves.cc.