ray.tune.schedulers.TrialScheduler.on_trial_error#

TrialScheduler.on_trial_error(trial_runner: ray.tune.execution.trial_runner.TrialRunner, trial: ray.tune.experiment.trial.Trial)[source]#

Notification for the error of trial.

This will only be called when the trial is in the RUNNING state.