#include <cmath>
#include "BenzenePlayer.hpp"
#include "BitsetIterator.hpp"
#include "HashDB.hpp"
#include "Book.hpp"
#include "EndgameUtils.hpp"
#include "StateDB.hpp"
#include "Resistance.hpp"
#include "SgThreadedWorker.h"
#include "SgBookBuilder.h"
#include "SgUctSearch.h"
Go to the source code of this file.
Classes | |
class | BookBuilder< PLAYER > |
Expands a Book using the given player to evaluate game positions. More... | |
class | BookBuilder< PLAYER >::Worker |
Copyable worker. More... |
Definition in file BookBuilder.hpp.