Closed ThomasWolf0701 closed 4 years ago
I tried the Hyperband tuner with my current workflow, and while all the other tuners work fine, The Hyperband tuner gives me the error: Fehler in private$.optimize(inst) : abstract
tuner = TunerHyperband$new(eta = 2L) atRF = AutoTuner$new(learnerRF, resampling_opt, measures, param_setRF, evals, tuner)
atXG$train(task) Fehler in private$.optimize(inst) : abstract
Please try the most recent git versions of bbotk, mlr3tuning and mlr3hyperband. Everything should work now.
I tried the Hyperband tuner with my current workflow, and while all the other tuners work fine, The Hyperband tuner gives me the error: Fehler in private$.optimize(inst) : abstract
tuner = TunerHyperband$new(eta = 2L) atRF = AutoTuner$new(learnerRF, resampling_opt, measures, param_setRF, evals, tuner)
atXG$train(task) Fehler in private$.optimize(inst) : abstract