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

Implement fast resume functionality #125

Closed kiudee closed 3 years ago

kiudee commented 3 years ago

This pull request saves the complete optimizer object to disk using the library dill. The optimizer will be saved to the path specified by --model-path. The user can then specify --fast-resume and the tuning process will instantly resume instead of having to perform a costly re-initialization.

Closes #124