#include "SgSystem.h"
#include "SgRandom.h"
#include "HexUctSearch.hpp"
Go to the source code of this file.
Classes | |
struct | HexUctPolicyConfig |
Configuration options for policies. More... | |
struct | HexUctPolicyStatistics |
Statistics over all threads. More... | |
class | HexUctSharedPolicy |
Policy information shared amoung all threads. More... | |
class | HexUctPolicy |
Generates moves during the random playout phase of UCT search. More... | |
Defines | |
#define | COLLECT_PATTERN_STATISTICS 0 |
Whether statistics on patterns should be collected or not. |
Definition in file HexUctPolicy.hpp.
#define COLLECT_PATTERN_STATISTICS 0 |
Whether statistics on patterns should be collected or not.
This information is pretty much useless and slows down the search.
Definition at line 20 of file HexUctPolicy.hpp.