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