help
Code:
Arguments:
--quiet, -q
Disable all diagnostic verbose.
--analysis-verbose, -a
Dump the search verbose.
--ponder
Thinking on opponent's time.
--reuse-tree
Will reuse the sub-tree.
--early-symm-cache
Accelerate the search on the opening stage.
--friendly-pass
Do pass move if the engine wins the game.
--capture-all-dead
Try to remove all dead strings before pass. May be not safe for
game.
--cache-memory-mib <integer>
Set the NN cache size in MiB.
--playouts, -p <integer>
The number of maximum playouts.
--const-time <integer>
Const time of search in seconds.
--gpu, -g <integer>
Select a specific GPU device. Default is all devices.
--threads, -t <integer>
The number of threads used. Set 0 will select a reasonable numbe
r.
--batch-size, -b <integer>
The number of batches for a single evaluation. Set 0 will select
a reasonable number.
--lag-buffer <float>
Safety margin for time usage in seconds.
--score-utility-factor <float>
Score utility heuristic value.
--lcb-reduction <float>
Reduce the LCB weights. Set 1 will select the most visits node a
s the best move in MCTS.
--resign-threshold, -r <float>
Resign when winrate is less than x. Default is 0.1.
--weights, -w <weight file name>
File with network weights.
--book <book file name>
File with opening book.
--logfile, -l <log file name>
File to log input/output to.