repairPoint {ParamHelpers} | R Documentation |
Repairs values of numeric and integer parameters out side of constraints.
Description
Clips values outside of box constraints to bounds.
Usage
repairPoint(par.set, x, warn = FALSE)
Arguments
par.set |
ParamSet |
x |
list |
warn |
( |
Value
list: List of repaired points.
[Package ParamHelpers version 1.14.1 Index]