next_problem {IOHexperimenter}R Documentation

Get the next function of the currently initialized IOHexperimenter object

Description

Get the next function of the currently initialized IOHexperimenter object

Usage

next_problem(experimenter)

Arguments

experimenter

The IOHexperimenter object

Value

An IOHproblem object if available, NULL otherwise

Examples

exp <- IOHexperimenter()
p <- next_problem(exp)

[Package IOHexperimenter version 0.1.4 Index]