mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 09:44:50 +08:00
[docs][tune] Make search algorithm, scheduler docs better! (#8179)
This commit is contained in:
@@ -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()
|
||||
ray.init(configure_logging=False)
|
||||
|
||||
space = {
|
||||
"width": hp.uniform("width", 0, 20),
|
||||
|
||||
Reference in New Issue
Block a user