[0-min_range*2, 0+min_range]  
 More...
|  | 
|  | ExtendToOther (qsearch_t **q, eval_t &e, int range_d, int c) | 
|  | 
| const std::string | name () const | 
|  | 
| const std::pair< int, int > | alphaBeta (Player turn, int pawn_value, int real_value) const | 
|  | 
|  | FixedCenter (qsearch_t **q, eval_t &e, int d, int c) | 
|  | 
| int | center (int) const | 
|  | 
|  | FixedRange (qsearch_t **q, eval_t &e, int d) | 
|  | 
| int | halfRange (int pawn_value) const | 
|  | 
|  | NormalSearcher (qsearch_t **q, eval_t &e) | 
|  | 
| int | search (Player turn, int pawn_value, int real_value, Move last_move) | 
|  | 
|  | Searcher (qsearch_t **q, eval_t &e) | 
|  | 
| virtual | ~Searcher () | 
|  | 
| void | report () const | 
|  | 
[0-min_range*2, 0+min_range] 
Definition at line 350 of file range-vs-nodes.cc.
  
  | 
        
          | ExtendToOther::ExtendToOther | ( | qsearch_t ** | q, |  
          |  |  | eval_t & | e, |  
          |  |  | int | range_d, |  
          |  |  | int | c |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | const std::pair<int,int> ExtendToOther::alphaBeta | ( | Player | turn, |  
          |  |  | int | pawn_value, |  
          |  |  | int | real_value |  
          |  | ) |  | const |  | inlinevirtual | 
 
 
  
  | 
        
          | const std::string ExtendToOther::name | ( | ) |  | const |  | inlinevirtual | 
 
 
  
  | 
        
          | const int ExtendToOther::extend_multiplier =2 |  | staticprivate | 
 
 
The documentation for this class was generated from the following file: