some learners in mlr allow for ranges of numeric parameters with exclusive bounds. This is currently worked around using .Machine$double.eps (and fails if the absolute value of the bound is >= 2), and should have a proper solution.
I suggest parameters (and defaults) inclusive.bounds = TRUE, inclusive.bound.lower = inclusive.bounds, inclusive.bound.upper = inclusive.bounds.
some learners in mlr allow for ranges of numeric parameters with exclusive bounds. This is currently worked around using
.Machine$double.eps
(and fails if the absolute value of the bound is >= 2), and should have a proper solution. I suggest parameters (and defaults)inclusive.bounds = TRUE
,inclusive.bound.lower = inclusive.bounds
,inclusive.bound.upper = inclusive.bounds
.