mlr3tuning 0.19.1
- refactor: Speed up the tuning process by minimizing the number of deep clones and parameter checks.
- fix: Set
store_benchmark_result = TRUEifstore_models = TRUEwhen creating a tuning instance. - fix: Passing a terminator in
tune_nested()did not work.