# modopt.CSDLAlphaProblem ```{eval-rst} .. py:class:: modopt.CSDLAlphaProblem Problem class for CSDL_alpha problems. .. py:method:: __init__(problem_name='unnamed_problem', simulator=None) Initialize the `CSDLAlphaProblem` object. problem_name : str, default='unnamed_problem' The name of the problem. simulator : csdl_alpha.SimulatorBase The `Simulator` object to be used. ```