#include <boost/scoped_ptr.hpp>
#include <boost/thread/barrier.hpp>
#include <boost/thread/condition.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>
#include "BenzenePlayer.hpp"
#include "TwoDistance.hpp"
#include "HexAbSearch.hpp"
#include "Resistance.hpp"
Go to the source code of this file.
Classes | |
struct | VariationInfo |
Varaition TT entry. More... | |
class | WolveSearch |
Performs an AlphaBeta search using Resistance for evaluations. More... | |
class | WolvePlayer |
Player using HexAbSearch to generate moves. More... |
Definition in file WolvePlayer.hpp.