on_trial_result# Callback.on_trial_result(iteration: int, trials: List[Trial], trial: Trial, result: Dict, **info)[source]# Called after receiving a result from a trial. The search algorithm and scheduler are notified before this hook is called. Parameters: iteration (int) – Number of iterations of the tuning loop. trials (List[Trial]) – List of trials. trial (Trial) – Trial that just sent a result. result (Dict) – Result that the trial sent. **info – Kwargs dict for forward compatibility.