optiprofiler.problem_libs.pycutest.pycutest_load

Contents

optiprofiler.problem_libs.pycutest.pycutest_load#

optiprofiler.problem_libs.pycutest.pycutest_load(problem_name, **kwargs)[source]#

Load a problem from pycutest and return a Problem instance.

Parameters:
problem_namestr

The name of the problem in pycutest to load. It may include SIF parameters in the format ‘_{paramname}_{paramvalue}’ appended to the base problem name.

**kwargsdict

Additional keyword arguments (only for problems with available SIF parameters).

Returns:
Problem

An instance of the Problem class.