11.1.4. rheia.OPT.optimization.scale_samples_to_design_space
- rheia.OPT.optimization.scale_samples_to_design_space(nondim_doe, space_obj)
Scales the starting sample to the given design space.
- Parameters
nondim_doe (ndarray) – The non-dimensionalized design of experiment.
space_obj (object) – The object with information on the design space and stochastic space
- Returns
dim_doe – The design of experiment scaled up to the design space.
- Return type
ndarray