mirror of
https://github.com/wassname/ray.git
synced 2026-07-27 11:26:41 +08:00
[tune] Avoid scheduler blocking, add reuse_actors optimization (#4218)
This commit is contained in:
@@ -6,3 +6,8 @@ from __future__ import print_function
|
||||
class TuneError(Exception):
|
||||
"""General error class raised by ray.tune."""
|
||||
pass
|
||||
|
||||
|
||||
class AbortTrialExecution(TuneError):
|
||||
"""Error that indicates a trial should not be retried."""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user