lower_bounds {soobench}R Documentation

Retrieve the lower or upper bounds of a test function.

Description

Retrieve the lower or upper bounds of a test function.

Usage

  lower_bounds(fn)

  upper_bounds(fn)

  ## S3 method for class 'soo_function'
 lower_bounds(fn)

  ## S3 method for class 'soo_function'
 upper_bounds(fn)

Arguments

fn

Function to query.

Value

Vector of lower or upper bounds of test function.


[Package soobench version 1.0-73 Index]