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