Skip to content

mlr3tuning 0.12.0

Choose a tag to compare

@be-marc be-marc released this 25 Feb 09:49
· 285 commits to main since this release
  • 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().