gemseo.problems.uncertainty.wing_weight.uncertain_space module#
The uncertain space of the wing weight problem.
- class WingWeightUncertainSpace(uniform_distribution_name=UniformDistribution.SCIPY)[source]#
Bases:
ParameterSpaceThe uncertain space of the wing weight problem.
- Parameters:
uniform_distribution_name (UniformDistribution) --
The name of the class implementing the uniform distribution.
By default it is set to "SPUniformDistribution".