kiudee / chess-tuning-tools

A collection of scripts aimed at efficiently tuning chess engine parameters.
https://chess-tuning-tools.readthedocs.io/en/latest/
Other
52 stars 13 forks source link

Let tuning server obey minimum samplesize in the database #144

Open kiudee opened 3 years ago

kiudee commented 3 years ago

The tuning server reads the minimum samplesize from the configuration file and creates jobs with that samplesize. In practice it can be very useful to create additional jobs with a different samplesize and add them to the database. That’s why it would be useful, if the tuning server fetches the jobs’ samplesize instead of the constant value from the configuration and uses that for the decision to complete the job.