gemseo / problems / sobieski

design_space module

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

gemseo.problems.sobieski.design_space.create_design_space(dtype='float64', physical_naming=False)[source]

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

Parameters:
  • dtype (str) –

    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