#include <cmath>#include <iostream>#include <fstream>#include <set>#include <map>#include "SgBookBuilder.h"#include "SgThreadedWorker.h"#include "GoBoard.h"#include "GoBoardSynchronizer.h"Go to the source code of this file.
Classes | |
| class | GoAutoBookState |
| Tracks canonical hash. More... | |
| struct | GoAutoBookParam |
| class | GoAutoBook |
| Simple text-based book format. More... | |
Enumerations | |
| enum | GoAutoBookMoveSelectType { GO_AUTOBOOK_SELECT_COUNT, GO_AUTOBOOK_SELECT_VALUE } |
Definition in file GoAutoBook.h.
| GO_AUTOBOOK_SELECT_COUNT |
Select move with highest count. |
| GO_AUTOBOOK_SELECT_VALUE |
Select move with highest value. |
Definition at line 62 of file GoAutoBook.h.