a-hanf / mlr3automl

Automated machine learning in mlr3
GNU Lesser General Public License v3.0
25 stars 4 forks source link

Tuning stops after one run of hyperband even if there is stull runtime left #42

Closed ja-thomas closed 2 years ago

ja-thomas commented 2 years ago

This is very unintuitive behaviour.

self$tuner = tnr("hyperband", eta = 3L) needs to be set to self$tuner = tnr("hyperband", eta = 3L, repititions=Inf).

a-hanf commented 2 years ago

Thanks for the report 👍 Fixed in #44