ray.tune.schedulers.TrialScheduler.on_trial_remove#

TrialScheduler.on_trial_remove(tune_controller: TuneController, trial: Trial)[source]#

Called to remove trial.

This is called when the trial is in PAUSED or PENDING state. Otherwise, call on_trial_complete.