ray.tune.Callback.on_experiment_end#

Callback.on_experiment_end(trials: List[Trial], **info)[source]#

Called after experiment is over and all trials have concluded.

Parameters:
  • trials – List of trials.

  • **info – Kwargs dict for forward compatibility.