[tune] Avoid breakage - soft deprecation warning for search algs (#8258)

This commit is contained in:
Richard Liaw
2020-05-01 10:36:43 -07:00
committed by GitHub
parent 3aec683f61
commit 07daff8794
7 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ if __name__ == "__main__":
parser.add_argument(
"--smoke-test", action="store_true", help="Finish quickly for testing")
args, _ = parser.parse_known_args()
ray.init(configure_logging=False)
ray.init()
space = {
"width": hp.uniform("width", 0, 20),