[0-min_range*2, 0+min_range] More...
Public Member Functions | |
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 |
Static Private Attributes | |
static const int | extend_multiplier = 2 |
[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] |
Definition at line 354 of file range-vs-nodes.cc.
const std::pair<int,int> ExtendToOther::alphaBeta | ( | Player | turn, |
int | pawn_value, | ||
int | real_value | ||
) | const [inline, virtual] |
Reimplemented from FixedRange.
Definition at line 361 of file range-vs-nodes.cc.
References osl::eval::betterThan(), center, and osl::eval::delta().
const std::string ExtendToOther::name | ( | ) | const [inline, virtual] |
const int ExtendToOther::extend_multiplier = 2 [static, private] |
Definition at line 352 of file range-vs-nodes.cc.