modopt.CSDLProblem (deprecated)

class modopt.CSDLProblem

Problem class for CSDL problems.

__init__(problem_name='unnamed_problem', simulator=None)

Initialize the CSDLProblem object.

problem_namestr, default=’unnamed_problem’

The name of the problem.

simulatorcsdl.Simulator

The Simulator object to be used.