mlr-org / mlr3hyperband

Successive Halving and Hyperband in the mlr3 ecosystem
https://mlr3hyperband.mlr-org.com
GNU Lesser General Public License v3.0
18 stars 5 forks source link

Hyperband does not work at all #53

Closed ThomasWolf0701 closed 4 years ago

ThomasWolf0701 commented 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

jakob-r commented 4 years ago

Please try the most recent git versions of bbotk, mlr3tuning and mlr3hyperband. Everything should work now.