#include <cmath>
#include <iostream>
#include <fstream>
#include <set>
#include "SgBookBuilder.h"
#include "SgThreadedWorker.h"
#include "GoBoard.h"
#include "GoAutoBook.h"
#include "GoBoardSynchronizer.h"
Go to the source code of this file.
Classes | |
class | GoUctBookBuilder< PLAYER > |
Expands a Book using the given player to evaluate game positions. More... | |
class | GoUctBookBuilder< PLAYER >::Worker |
Copyable worker. More... |
Definition in file GoUctBookBuilder.h.