IOHexperimenter: S3 class 'IOHexperimenter'

Description Usage Arguments Value Examples

View source: R/IOHexperimenter.R

Description

S3 class 'IOHexperimenter'

Usage

1
2
3
IOHexperimenter(suite = "PBO", dims = NULL, functions = NULL,
  instances = NULL, algorithm.info = " ", algorithm.name = " ",
  data.dir = NULL, param.track = NULL)

Arguments

suite

Which suite to use. Available: 'PBO', 'BBOB'

dims

Numerical Which dimensions to use

functions

Numerical Which functions from the selected suite to use

instances

Numerical Which problem instances to use

algorithm.info

Additional information about the algorithm you plan on running

algorithm.name

The name of the algorithm you plan on running

data.dir

Where the data should be stored. Defaults to NULL, meaning no data is stored.

param.track

Which parameters to track. Should be a vector of strings, containing no spaces or commas

Value

A S3 object 'DataSet'

Examples

1

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