lower_bounds {soobench} | R Documentation |
Retrieve the lower or upper bounds of a test function.
lower_bounds(fn) upper_bounds(fn) ## S3 method for class 'soo_function' lower_bounds(fn) ## S3 method for class 'soo_function' upper_bounds(fn)
fn |
Function to query. |
Vector of lower or upper bounds of test function.