Example #1
0
 def test_batch(self):
     self.exhaustive = True
     tuner_fn = lambda: BatchTuner()
     self.search_space_test_all(tuner_fn, supported_types=["choice"])
     self.import_data_test(tuner_fn)
Example #2
0
 def test_batch(self):
     self.search_space_test_all(lambda: BatchTuner(),
                                supported_types=["choice"])