ray.tune.schedulers.TrialScheduler.on_trial_complete#

TrialScheduler.on_trial_complete(tune_controller: TuneController, trial: Trial, result: Dict)[source]#

Notification for the completion of trial.

This will only be called when the trial is in the RUNNING state and either completes naturally or by manual termination.