#include <SgUctSearch.h>
If early abort is used, the search will be aborted after a fraction of the resources (max time, max nodes) are spent, if the value is a clear win (above a threshold).
Definition at line 482 of file SgUctSearch.h.
Public Attributes | |
float | m_threshold |
The threshold to define what a clear win is. | |
std::size_t | m_minGames |
The minimum number of games to allow an early abort. | |
int | m_reductionFactor |
The inverse fraction of the total resources (max time, max nodes), after which the early abort check is performed. |
std::size_t SgUctEarlyAbortParam::m_minGames |
The minimum number of games to allow an early abort.
For a very low number of simulations, the value can be very unreliable.
Definition at line 491 of file SgUctSearch.h.
The inverse fraction of the total resources (max time, max nodes), after which the early abort check is performed.
Definition at line 496 of file SgUctSearch.h.