Remove ensure_quiet parameter from generate_training_data.

This commit is contained in:
Tomasz Sobczyk
2021-05-21 11:09:50 +02:00
parent 733f22e7c2
commit abb7fa00ab
2 changed files with 8 additions and 91 deletions

View File

@@ -60,6 +60,4 @@ Currently the following options are available:
`data_format` - format of the training data to use. Either `bin` or `binpack`. Default: `binpack`.
`ensure_quiet` - this is a flag option. When specified the positions will be from the qsearch leaf.
`seed` - seed for the PRNG. Can be either a number or a string. If it's a string then its hash will be used. If not specified then the current time will be used.