#include <benchmark.h>
Public Member Functions | |
| Benchmark (Board *, uint) | |
| void | benchmarkEval () |
| void | benchmarkCopyBoard () |
| void | benchmarkPlayout () |
| void | benchmarkOldPlayout () |
| void | benchmarkUct () |
| void | benchmarkSearch () const |
| void | benchmarkAll () |
Private Attributes | |
| Board * | board_ |
| uint | playoutCount_ |
| Timer | timer |
Benchmarking of various computational stuff -
Should run ideally always from the same position (like the starting position).
1.5.7.1