Optional parameters to SgUctSearch::Search() to allow early aborts. More...
#include <SgUctSearch.h>
Public Attributes | |
SgUctValue | m_threshold |
The threshold to define what a clear win is. | |
SgUctValue | m_minGames |
The minimum number of games to allow an early abort. | |
SgUctValue | m_reductionFactor |
The inverse fraction of the total resources (max time, max nodes), after which the early abort check is performed. |
Optional parameters to SgUctSearch::Search() to allow early aborts.
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 444 of file SgUctSearch.h.
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 452 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 456 of file SgUctSearch.h.
The threshold to define what a clear win is.
Definition at line 447 of file SgUctSearch.h.