print.IOHproblem {IOHexperimenter} | R Documentation |
S3 print function for IOHproblem
## S3 method for class 'IOHproblem'
print(x, ...)
x |
The IOHproblem to print |
... |
Arguments for underlying function |
exp <- IOHexperimenter()
p <- next_problem(exp)
print(p)