You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Introduce asynchronous optimization with the TunerAsync and TuningInstanceAsync* classes.
BREAKING CHANGE: The Tuner class is TunerBatch now.
BREAKING CHANGE: THe TuningInstanceSingleCrit and TuningInstanceMultiCrit classes are TuningInstanceBatchSingleCrit and TuningInstanceBatchMultiCrit now.
BREAKING CHANGE: The CallbackTuning class is CallbackBatchTuning now.
BREAKING CHANGE: The ContextEval class is ContextBatchTuning now.
refactor: Remove hotstarting from batch optimization due to low performance.
refactor: The option evaluate_default is a callback now.