IOHproblem: get an IOHproblem objects

Description Usage Arguments Details Value Examples

View source: R/IOHproblem.R

Description

If an 'experimenter'-argument is provided, this is the same function as 'next_problem' If not, this creates a suite consisting of a single function based on the other arguments

Usage

1
2
IOHproblem(suite = "PBO", functionnr = 1, dim = 16, instance = 1,
  experimenter = NULL)

Arguments

suite

The suite to use. Either 'PBO' or 'BBOB'

functionnr

The number of the function to create

dim

The dimension of the function to create

instance

The instance of the function to create

experimenter

(optional) an IOHexperimenter object

Details

An IOHproblem-object has the following attributes:

In addition to these attributes, there are three function-attributes available to use:

Value

An IOHproblem object

Examples

1
p <- IOHproblem()

IOHexperimenter documentation built on Sept. 1, 2020, 5:08 p.m.