Skip to content

Commit f22c986

Browse files
authored
Save runhistory in every iteration (#1306)
1 parent 4703495 commit f22c986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autosklearn/smbo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ def run_smbo(self):
435435
total_walltime_limit = self.total_walltime_limit - startup_time - 5
436436
scenario_dict = {
437437
'abort_on_first_run_crash': False,
438+
'save-results-instantly': True,
438439
'cs': self.config_space,
439440
'cutoff_time': self.func_eval_time_limit,
440441
'deterministic': 'true',

0 commit comments

Comments
 (0)