ray.tune.ProgressReporter#
- class ray.tune.ProgressReporter[source]#
Abstract class for experiment progress reporting.
should_report()
is called to determine whether or notreport()
should be called. Tune will call these functions after trial state transitions, receiving training results, and so on.Methods
Reports progress across trials.
Setup progress reporter for a new Ray Tune run.
Returns whether or not progress should be reported.