Skip to content

Commit

Permalink
Save runhistory in every iteration (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer authored and eddiebergman committed Jan 25, 2022
1 parent 8807267 commit 75271cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autosklearn/smbo.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ def run_smbo(self):
total_walltime_limit = self.total_walltime_limit - startup_time - 5
scenario_dict = {
'abort_on_first_run_crash': False,
'save-results-instantly': True,
'cs': self.config_space,
'cutoff_time': self.func_eval_time_limit,
'deterministic': 'true',
Expand Down

0 comments on commit 75271cf

Please sign in to comment.