ray.tune.logger.LoggerCallback.log_trial_result# LoggerCallback.log_trial_result(iteration: int, trial: Trial, result: Dict)[source]# Handle logging when a trial reports a result. Parameters: iteration – Iteration of the experiment that this result belongs to. trial – Trial object. result – Result dictionary.