ray.tune.ProgressReporter.report# ProgressReporter.report(trials: List[Trial], done: bool, *sys_info: str)[source]# Reports progress across trials. Parameters: trials – Trials to report on. done – Whether this is the last progress report attempt. *sys_info – System info strings to include in the report.