-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Do we run into rounding errors due to usage of floor(.)
? Check code, for example here
mlr3hyperband/R/TunerHyperband.R
Line 433 in 500d4fb
mu_current = floor(mu_start / eta^stage) |
Similar issues have been reported in #32, but have been already solved.