optiprofiler.problem_libs.s2mpj.s2mpj_load

Contents

optiprofiler.problem_libs.s2mpj.s2mpj_load#

optiprofiler.problem_libs.s2mpj.s2mpj_load(problem_name, *args)[source]#

Load the S2MPJ problem.

Parameters:
problem_namestr

Name of the problem in S2MPJ.

*argstuple

Additional arguments to pass to the problem class constructor

Returns:
Problem

An instance of the Problem class.