monte_carlo_sampler module¶
A Monte Carlo sampler.
- class gemseo_umdo.monte_carlo_sampler.MonteCarloSampler(input_space)[source]
Bases:
objectA Monte Carlo sampler taking advantage of the vectorized functions.
- Parameters:
input_space (DesignSpace) – The input space on which to sample the functions.
- add_function(function, is_vectorized=True)[source]
Add a function to sample.