#include "utils.h"
#include "board.h"
#include "engine.h"
#include "uct.h"
#include "eval.h"
#include "timer.h"
Go to the source code of this file.
Classes | |
| class | Benchmark |
| Benchmarking class. More... | |
Defines | |
| #define | START_POS_PATH "data/startpos.txt" |
| #define | NEGATIVE_GOAL_CHECK_PATH "data/rabbits/b001.txt" |
| #define | PLAYOUT_DEPTH 3 |
| #define | UCT_NODE_MATURE 5 |
| #define | SEC_ONE 1 |
| #define | UCT_CHILDREN_NUM 25 |
Performs following benchmarks:
1.5.7.1