Utilities#

Python interface of IOH package. Includes several ease-of-use routines not available in C++.

Functions#

get_problem(fid[, instance, dimension, ...])

Instantiate a problem based on its function ID, dimension, instance and suite

wrap_problem(function[, name, ...])

Function to wrap a callable as an ioh function

get_problem_id(problem_name, problem_class)

Get the problem id corresponding to a problem name of a given type

Classes#

Experiment(algorithm, fids, iids, dims, ...)

Class to help easily setup benchmarking experiments.