#include <alphaBeta2.h>

Public メソッド | |
| AlphaBeta2SharedRoot () | |
| void | showLastPv (int limit) const |
Public 変数 | |
| vector< int > | last_root_value |
| value for each iteration | |
| vector< RootPV > | last_pv |
| history of pv | |
| Move | last_root_move |
| best move of the previous completed iteration | |
| int | last_root_value_update |
| interim value for the current iteration | |
alphaBeta2.h の 112 行で定義されています。
| osl::search::AlphaBeta2SharedRoot::AlphaBeta2SharedRoot | ( | ) | [inline] |
alphaBeta2.h の 122 行で定義されています。
| void osl::search::AlphaBeta2SharedRoot::showLastPv | ( | int | limit | ) | const |
alphaBeta2.cc の 53 行で定義されています。
best move of the previous completed iteration
alphaBeta2.h の 119 行で定義されています。
value for each iteration
alphaBeta2.h の 115 行で定義されています。
interim value for the current iteration
alphaBeta2.h の 121 行で定義されています。
1.6.3