powered by
A Param to describe real-valued parameters.
R6::R6Class object inheriting from Param.
ParamDbl$new(id, lower = -Inf, upper = Inf, special_vals = list(), default = NO_DEF, tags = character())
Arguments of Param, and additionally:
lower :: numeric(1) Lower bound, can be -Inf.
lower
numeric(1)
-Inf
upper :: numeric(1) Upper bound can be +Inf.
upper
+Inf
Fields of Param, and additionally:
lower :: numeric(1) Lower bound.
upper :: numeric(1) Upper bound.
levels :: NULL Allowed levels. Always NULL for this parameter.
levels
NULL
nlevels :: Inf Number of categorical levels. Always Inf for this parameter.
nlevels
Inf
is_bounded :: logical(1) Are the bounds finite?
is_bounded
logical(1)
See Param.
Other Params: ParamFct, ParamInt, ParamLgl, ParamUty, Param
ParamFct
ParamInt
ParamLgl
ParamUty
Param
# NOT RUN { ParamDbl$new("ratio", lower = 0, upper = 1, default = 0.5) # }
Run the code above in your browser using DataLab