as.interval {TunePareto} | R Documentation |
Specify a continous interval
Description
Specifies a continous interval by supplying a lower and upper bound. Such intervals can be supplied as parameter value ranges in tunePareto
.
Usage
as.interval(lower, upper)
Arguments
lower |
The lower bound of the interval |
upper |
The upper bound of the interval |
Value
A list of class Interval
specifying the lower and upper bound.
See Also
[Package TunePareto version 2.5.3 Index]