

| Public Member Functions | |
| NormalSearcher (qsearch_t **q, eval_t &e) | |
| int | search (Player turn, int pawn_value, int real_value, Move last_move) | 
|  Public Member Functions inherited from Searcher | |
| 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 | 
| void | report () const | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from Searcher | |
| const std::pair< int, int > | count (Player turn, int alpha, int beta, Move last_move) | 
|  Protected Attributes inherited from Searcher | |
| stat::Average | width | 
| stat::Average | nodes | 
| stat::Average | diff | 
| stat::Average | accuracy | 
| qsearch_t ** | searcher | 
| eval_t & | eval | 
Definition at line 153 of file range-vs-nodes.cc.
Definition at line 156 of file range-vs-nodes.cc.
| 
 | inlinevirtual | 
Implements Searcher.
Definition at line 162 of file range-vs-nodes.cc.
References count.
 1.8.4
 1.8.4