macop.checkpoints.Checkpoint¶
Abstract Checkpoint class
Classes
|
Local Search used as exploitation optimization algorithm |
-
class
macop.checkpoints.Checkpoint.
Checkpoint
(_algo, _every, _filepath)[source]¶ Local Search used as exploitation optimization algorithm
-
algo
¶ {Algorithm} – main algorithm instance reference
-
every
¶ {int} – checkpoint frequency used (based on number of evaluations)
-
filepath
¶ {str} – file path where checkpoints will be saved
-