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: as_search_space() function to create search spaces from Learner and ParamSet objects. Allows to pass TuningSpace objects as search_space in TuningInstanceSingleCrit and TuningInstanceMultiCrit.
feat: keep_hotstart_stack flag to remove mlr3::HotstartStack after tuning.
feat: Store errors and warnings in Archive.
feat: Default measure can be used in auto_tuner() and tune_nested().