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 Nov 18, 2021
1 parent 4703495 commit f22c986
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 f22c986

Please sign in to comment.