

Public メソッド | |
| Searcher (qsearch_t **q, const 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 メソッド | |
| const std::pair< int, int > | count (Player turn, int alpha, int beta, Move last_move) |
Protected 変数 | |
| stat::Average | width |
| stat::Average | nodes |
| stat::Average | diff |
| stat::Average | accuracy |
| qsearch_t ** | searcher |
| const eval_t & | eval |
range-vs-nodes.cc の 106 行で定義されています。
range-vs-nodes.cc の 113 行で定義されています。
| virtual Searcher::~Searcher | ( | ) | [inline, virtual] |
range-vs-nodes.cc の 116 行で定義されています。
| virtual const std::string Searcher::name | ( | ) | const [pure virtual] |
FullWidth, FixedCenter, AccurateCenter, RootCenter, ExtendToCenter, ExtendToCenterModest, と ExtendToOtherで実装されています。
参照元 report().
| virtual const std::pair<int,int> Searcher::alphaBeta | ( | Player | turn, | |
| int | pawn_value, | |||
| int | real_value | |||
| ) | const [pure virtual] |
FullWidth, FixedRange, ExtendToCenter, ExtendToCenterModest, と ExtendToOtherで実装されています。
| const std::pair<int,int> Searcher::count | ( | Player | turn, | |
| int | alpha, | |||
| int | beta, | |||
| Move | last_move | |||
| ) | [inline, protected] |
range-vs-nodes.cc の 129 行で定義されています。
参照先 osl::stat::Average::add(), osl::alt(), osl::BLACK, eval, osl::eval::max(), osl::WHITE, と width.
| void Searcher::report | ( | ) | const [inline] |
range-vs-nodes.cc の 144 行で定義されています。
参照先 accuracy, diff, osl::stat::Average::getAverage(), name(), nodes, と width.
参照元 Analyzer::report().
stat::Average Searcher::width [protected] |
stat::Average Searcher::nodes [protected] |
stat::Average Searcher::diff [protected] |
stat::Average Searcher::accuracy [protected] |
qsearch_t** Searcher::searcher [protected] |
range-vs-nodes.cc の 110 行で定義されています。
const eval_t& Searcher::eval [protected] |
1.5.6