ParamHelpers icon indicating copy to clipboard operation
ParamHelpers copied to clipboard

allow exclusive bounds

Open mb706 opened this issue 7 years ago • 1 comments

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.

mb706 avatar Mar 18 '17 16:03 mb706

yeah, i thought about this some time ago, then kinda was too lazy to do this.

i guess we could add this

berndbischl avatar Mar 19 '17 07:03 berndbischl