Add max_count parameter to limit the number of positions read.

This commit is contained in:
Tomasz Sobczyk
2021-03-30 15:00:34 +02:00
parent f85dbc3fe3
commit 7d74185d0b
2 changed files with 15 additions and 3 deletions

View File

@@ -4,6 +4,14 @@
Simplest usage: `stockfish.exe gather_statistics all input_file a.binpack`
Any name that doesn't designate an argument name or is not an argument will be interpreted as a group name.
## Parameters
`input_file` - the path to the .bin or .binpack input file to read
`max_count` - the maximum number of positions to process. Default: no limit.
## Groups
`all`