ray.tune.ProgressReporter#

class ray.tune.ProgressReporter[source]#

Abstract class for experiment progress reporting.

should_report() is called to determine whether or not report() should be called. Tune will call these functions after trial state transitions, receiving training results, and so on.

Methods

__init__

report

Reports progress across trials.

setup

Setup progress reporter for a new Ray Tune run.

should_report

Returns whether or not progress should be reported.