Example #1
0
 def test_gp(self):
     self.search_space_test_all(
         lambda: GPTuner(),
         supported_types=[
             "choice", "randint", "uniform", "quniform", "loguniform",
             "qloguniform"
         ],
         ignore_types=["normal", "lognormal", "qnormal", "qlognormal"])
Example #2
0
 def test_gp(self):
     self.test_round = 1  # NOTE: GP tuner got hanged for multiple testing round
     self.search_space_test_all(
         lambda: GPTuner(),
         supported_types=[
             "choice", "randint", "uniform", "quniform", "loguniform",
             "qloguniform"
         ],
         ignore_types=["normal", "lognormal", "qnormal", "qlognormal"],
         fail_types=["choice_str", "choice_mixed"])