modopt.CSDLAlphaProblem

class modopt.CSDLAlphaProblem

Problem class for CSDL_alpha problems.

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

Initialize the CSDLAlphaProblem object.

problem_namestr, default=’unnamed_problem’

The name of the problem.

simulatorcsdl_alpha.SimulatorBase

The Simulator object to be used.