#include <moveWithComment.h>
Public Member Functions | |
MoveWithComment (Move m=Move::INVALID(), int v=0) | |
~MoveWithComment () | |
Public Attributes | |
Move | move |
int | value |
vector< Move > | moves |
HashKey | root |
uint64_t | node_count |
double | elapsed |
int | root_limit |
Definition at line 13 of file moveWithComment.h.
|
inlineexplicit |
Definition at line 22 of file moveWithComment.h.
osl::search::MoveWithComment::~MoveWithComment | ( | ) |
Definition at line 5 of file moveWithComment.cc.
double osl::search::MoveWithComment::elapsed |
Definition at line 20 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively().
Move osl::search::MoveWithComment::move |
Definition at line 15 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively(), and osl::annotate::Vision3::match().
vector<Move> osl::search::MoveWithComment::moves |
Definition at line 17 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively().
uint64_t osl::search::MoveWithComment::node_count |
Definition at line 19 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively().
HashKey osl::search::MoveWithComment::root |
Definition at line 18 of file moveWithComment.h.
int osl::search::MoveWithComment::root_limit |
Definition at line 21 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively().
int osl::search::MoveWithComment::value |
Definition at line 16 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively(), and main().