gemseo.problems.mdo.sobieski.design_space module#

The design space of the Sobieski's SSBJ use case.

create_design_space(dtype=DataType.FLOAT, physical_naming=False)[source]#

Create the design space for the Sobieski's SSBJ use case.

Parameters:
  • dtype (SobieskiBase.DataType) --

    The data type for the NumPy arrays, either "float64" or "complex128".

    By default it is set to "float64".

  • physical_naming (bool) --

    Whether to use physical names for the input and output variables (e.g. "range") or mathematical notations (e.g. "y_4").

    By default it is set to False.

Returns:

The design space for the Sobieski's SSBJ use case.

Return type:

DesignSpace