ray.tune.ProgressReporter.should_report#

ProgressReporter.should_report(trials: List[ray.tune.experiment.trial.Trial], done: bool = False)[source]#

Returns whether or not progress should be reported.

Parameters
  • trials – Trials to report on.

  • done – Whether this is the last progress report attempt.