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