Called after a trial instance failed (errored) but the trial is scheduled
for retry.
The search algorithm and scheduler are not notified.
- Parameters:
iteration (int) – Number of iterations of the tuning loop.
trials (List[Trial]) – List of trials.
trial (Trial) – Trial that just has errored.
**info – Kwargs dict for forward compatibility.