gemseo.problems.uncertainty.ishigami.ishigami_space module#
The uncertain space used in the Ishigami use case.
- class IshigamiSpace(uniform_distribution_name=UniformDistribution.SCIPY)[source]#
Bases:
ParameterSpace
The uncertain space used in the Ishigami use case.
- Parameters:
uniform_distribution_name (UniformDistribution) --
The name of the class implementing the uniform distribution.
By default it is set to "SPUniformDistribution".