R/repairPoint.R
repairPoint.Rd
Clips values outside of box constraints to bounds.
repairPoint(par.set, x, warn = FALSE)
ParamSet Parameter set.
list List of parameter values. Must be in correct order. Values corresponding to non-numeric/integer types are left unchanged.
(logical(1)) Boolean indicating whether a warning should be printed each time a value is repaired. Default is FALSE.
logical(1)
FALSE
list: List of repaired points.