Add a nodes bound for the multiPV search in "generate_training_data".

This commit is contained in:
Tomasz Sobczyk
2021-09-15 23:29:24 +02:00
parent f2dbb3f6c8
commit 474b63754d
2 changed files with 12 additions and 2 deletions
+2
View File
@@ -44,6 +44,8 @@ Currently the following options are available:
`random_multi_pv_depth` - the depth to use for multiPV search for random move. Default: `depth2`.
`random_multi_pv_nodes` - the maximum number of nodes for a multiPV search for random move. Default: `nodes`.
`write_min_ply` - minimum ply for which the training data entry will be emitted. Default: 16.
`write_max_ply` - maximum ply for which the training data entry will be emitted. Default: 400.