gemseo.scenarios.backup_settings module#
Backup settings.
- class BackupSettings(file_path, at_each_iteration=False, at_each_function_call=True, erase=False, load=False, plot=False)[source]#
Bases:
object
The settings of the backup file to store the evaluations.
- Parameters:
- at_each_iteration: bool = False#
Whether the backup file is updated at every iteration of the optimization.