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

Fix error at start when no data has been collected yet #156

Closed kiudee closed 3 years ago

kiudee commented 3 years ago

This pull request fixes a bug which occurs every time when the local tuner is run without any data to resume from. This was due to the result object being created which internally scans for the current best point, throwing an error if the list is empty.