11442357456cde26446361573cf20067e074f2dc,test/test_smbo/test_smbo.py,TestSMBO,test_choose_next,#TestSMBO#,103
Before Change
def test_choose_next(self):
seed = 42
smbo = SMBO(self.scenario, seed)
smbo.runhistory = RunHistory()
X = self.scenario.cs.sample_configuration().get_array()[None, :]
Y = self.branin(X)
After Change
def test_choose_next(self):
seed = 42
smbo = SMAC(self.scenario, rng=seed).solver
smbo.runhistory = RunHistory(aggregate_func=average_cost)
X = self.scenario.cs.sample_configuration().get_array()[None, :]
Y = self.branin(X)
In pattern: SUPERPATTERN
Frequency: 9
Non-data size: 3
Instances
Project Name: automl/SMAC3
Commit Name: 11442357456cde26446361573cf20067e074f2dc
Time: 2016-09-29
Author: lindauer@informatik.uni-freiburg.de
File Name: test/test_smbo/test_smbo.py
Class Name: TestSMBO
Method Name: test_choose_next
Project Name: automl/SMAC3
Commit Name: 11442357456cde26446361573cf20067e074f2dc
Time: 2016-09-29
Author: lindauer@informatik.uni-freiburg.de
File Name: test/test_smbo/test_smbo.py
Class Name: TestSMBO
Method Name: test_init_only_scenario_quality
Project Name: automl/SMAC3
Commit Name: 11442357456cde26446361573cf20067e074f2dc
Time: 2016-09-29
Author: lindauer@informatik.uni-freiburg.de
File Name: test/test_smbo/test_smbo.py
Class Name: TestSMBO
Method Name: test_rng
Project Name: automl/SMAC3
Commit Name: 11442357456cde26446361573cf20067e074f2dc
Time: 2016-09-29
Author: lindauer@informatik.uni-freiburg.de
File Name: test/test_smbo/test_smbo.py
Class Name: TestSMBO
Method Name: test_init_EIPS_as_arguments
Project Name: automl/SMAC3
Commit Name: 11442357456cde26446361573cf20067e074f2dc
Time: 2016-09-29
Author: lindauer@informatik.uni-freiburg.de
File Name: test/test_smbo/test_smbo.py
Class Name: TestSMBO
Method Name: test_get_next_by_random_search
Project Name: automl/SMAC3
Commit Name: 11442357456cde26446361573cf20067e074f2dc
Time: 2016-09-29
Author: lindauer@informatik.uni-freiburg.de
File Name: test/test_smbo/test_smbo.py
Class Name: TestSMBO
Method Name: test_choose_next_2
Project Name: automl/SMAC3
Commit Name: 11442357456cde26446361573cf20067e074f2dc
Time: 2016-09-29
Author: lindauer@informatik.uni-freiburg.de
File Name: test/test_smbo/test_smbo.py
Class Name: TestSMBO
Method Name: test_init_only_scenario_runtime
Project Name: automl/SMAC3
Commit Name: 11442357456cde26446361573cf20067e074f2dc
Time: 2016-09-29
Author: lindauer@informatik.uni-freiburg.de
File Name: test/test_smbo/test_smbo.py
Class Name: TestSMBO
Method Name: test_get_next_by_local_search
Project Name: automl/SMAC3
Commit Name: 11442357456cde26446361573cf20067e074f2dc
Time: 2016-09-29
Author: lindauer@informatik.uni-freiburg.de
File Name: test/test_smbo/test_smbo.py
Class Name: TestSMBO
Method Name: test_get_next_by_random_search_sorted