Skip to content

Commit 3754aaa

Browse files
committed
FIX target algorithm runs are deterministic
1 parent 4e47005 commit 3754aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autosklearn/smbo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,8 @@ def run_smbo(self, max_iters=1000):
486486
#'instances': [[name] for name in meta_features_dict],
487487
'output-dir': self.backend.temporary_directory,
488488
'shared-model': self.shared_mode,
489-
'run-obj': 'quality'})
489+
'run-obj': 'quality',
490+
'deterministic': 'true'})
490491

491492
# TODO rebuild target algorithm to be it's own target algorithm
492493
# evaluator, which takes into account that a run can be killed prior

0 commit comments

Comments
 (0)