IOHproblem {IOHexperimenter}R Documentation

get an IOHproblem objects

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

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

p <- IOHproblem()

[Package IOHexperimenter version 0.1.4 Index]