cms-patatrack / The-Optimizer

Mozilla Public License 2.0
2 stars 4 forks source link

Add option to save and restore a checkpoint #3

Closed bucket420 closed 10 months ago

bucket420 commented 1 year ago

This PR added the option to save a checkpoint, which can be restored later to continue the optimization. This is useful when you want to test out different PSO parameters, as you will be able to run a few iterations, inspect the result, and continue the run if the result is good.

Dependent on #2.