Public Member Functions | |
Searcher (qsearch_t **q, eval_t &e) | |
virtual | ~Searcher () |
virtual const std::string | name () const =0 |
virtual const std::pair< int, int > | alphaBeta (Player turn, int pawn_value, int real_value) const =0 |
virtual int | search (Player turn, int pawn_value, int real_value, Move last_move)=0 |
void | report () const |
Protected Member Functions | |
const std::pair< int, int > | count (Player turn, int alpha, int beta, Move last_move) |
Protected Attributes | |
stat::Average | width |
stat::Average | nodes |
stat::Average | diff |
stat::Average | accuracy |
qsearch_t ** | searcher |
eval_t & | eval |
Definition at line 106 of file range-vs-nodes.cc.
Definition at line 113 of file range-vs-nodes.cc.
|
inlinevirtual |
Definition at line 116 of file range-vs-nodes.cc.
|
pure virtual |
Implemented in ExtendToOther, ExtendToCenterModest, ExtendToCenter, FixedRange, and FullWidth.
|
inlineprotected |
Definition at line 129 of file range-vs-nodes.cc.
References osl::alt(), osl::BLACK, osl::eval::max(), result, osl::WHITE, and width.
|
pure virtual |
Implemented in ExtendToOther, ExtendToCenterModest, ExtendToCenter, RootCenter, AccurateCenter, FixedCenter, and FullWidth.
|
inline |
Definition at line 144 of file range-vs-nodes.cc.
References width.
|
pure virtual |
Implemented in NormalSearcher.
|
protected |
Definition at line 109 of file range-vs-nodes.cc.
|
protected |
Definition at line 109 of file range-vs-nodes.cc.
|
protected |
Definition at line 111 of file range-vs-nodes.cc.
|
protected |
Definition at line 109 of file range-vs-nodes.cc.
|
protected |
Definition at line 110 of file range-vs-nodes.cc.
|
protected |
Definition at line 109 of file range-vs-nodes.cc.