#include <engine.h>
Public Member Functions | |
| SearchStartKit (const Board *, Engine *, Uct *) | |
Private Attributes | |
| const Board * | board_ |
| Board to search on. | |
| Engine * | engineInstance_ |
| On which instance to start the search. | |
| Uct * | uct_ |
| Uct instance to use for the search. | |
Friends | |
| class | Engine |
const Board* SearchStartKit::board_ [private] |
Board to search on.
Engine* SearchStartKit::engineInstance_ [private] |
On which instance to start the search.
Uct* SearchStartKit::uct_ [private] |
Uct instance to use for the search.
1.5.7.1