ray.tune.ProgressReporter.should_report# ProgressReporter.should_report(trials: List[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.