1.2.1
Breaking Changes
- The Optuna plug-in no longer takes in
num_trials
as an argument. Please see the feature changes for more details.
Bug Fixes
- The Optuna plug-in now has functionality to correctly resume trials that failed due to user intervention or some other errors. Please see the documentation on the new
enqueue_failed_trials
function for more information.