mltb icon indicating copy to clipboard operation
mltb copied to clipboard

Reschedule trial when it was based on an enqueued trial

Open PhilipMay opened this issue 3 years ago • 0 comments

https://github.com/PhilipMay/mltb/blob/2d8c6fe07e7d64694ee7835e3e46774cced89dde/mltb/omlflow.py#L279

If a trial fails with an error it could be rescheduled back to optuna. But with an option for "n_retries" to avoid endless retries.

PhilipMay avatar Mar 11 '21 10:03 PhilipMay