mirror of
https://github.com/wassname/ray.git
synced 2026-08-07 11:27:43 +08:00
[tune] Support true pooling and batched concurrency (#10352)
This commit is contained in:
@@ -70,7 +70,7 @@ tune.run_experiments({
|
||||
"c": tune.grid_search(list(range(10))),
|
||||
},
|
||||
},
|
||||
}, reuse_actors=True, verbose=1)"""
|
||||
}, verbose=1)"""
|
||||
|
||||
EXPECTED_END_TO_END_START = """Number of trials: 30 (29 PENDING, 1 RUNNING)
|
||||
+---------------+----------+-------+-----+-----+
|
||||
|
||||
Reference in New Issue
Block a user