#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.
osl::search::MoveWithComment::MoveWithComment | ( | Move | m = Move::INVALID() , |
int | v = 0 |
||
) | [inline, explicit] |
Definition at line 22 of file moveWithComment.h.
Definition at line 5 of file moveWithComment.cc.
Definition at line 20 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively().
Definition at line 15 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively(), and osl::annotate::Vision3::match().
Definition at line 17 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively().
Definition at line 19 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively().
Definition at line 18 of file moveWithComment.h.
Definition at line 21 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively().
Definition at line 16 of file moveWithComment.h.
Referenced by osl::search::AlphaBeta2< EvalT >::computeBestMoveIteratively(), and main().