macop.callbacks.BasicCheckpoint¶
Basic Checkpoint class implementation
Classes
|
BasicCheckpoint is used for loading previous computations and start again after loading checkpoint |
-
class
macop.callbacks.BasicCheckpoint.
BasicCheckpoint
(_every, _filepath)[source]¶ BasicCheckpoint is used for loading previous computations and start again after loading checkpoint
-
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
-