[0-min_range*2, 0+min_range] [詳細]
Public メソッド | |
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 変数 | |
static const int | extend_multiplier = 2 |
[0-min_range*2, 0+min_range]
range-vs-nodes.cc の 351 行で定義されています。
range-vs-nodes.cc の 355 行で定義されています。
const std::pair<int,int> ExtendToOther::alphaBeta | ( | Player | turn, | |
int | pawn_value, | |||
int | real_value | |||
) | const [inline, virtual] |
FixedRangeを再定義しています。
range-vs-nodes.cc の 362 行で定義されています。
参照先 osl::eval::betterThan(), FixedCenter::center(), osl::eval::delta(), Searcher::eval, extend_multiplier, と FixedRange::halfRange().
const std::string ExtendToOther::name | ( | ) | const [inline, virtual] |
FixedCenterを再定義しています。
range-vs-nodes.cc の 359 行で定義されています。
参照先 FixedRange::divider, extend_multiplier, と tos().
const int ExtendToOther::extend_multiplier = 2 [static, private] |
range-vs-nodes.cc の 353 行で定義されています。
参照元 alphaBeta(), と name().