ray.tune.schedulers.TrialScheduler.on_trial_remove
ray.tune.schedulers.TrialScheduler.on_trial_remove#
- TrialScheduler.on_trial_remove(tune_controller: TuneController, trial: ray.tune.experiment.trial.Trial)[source]#
Called to remove trial.
This is called when the trial is in PAUSED or PENDING state. Otherwise, call
on_trial_complete
.