GEMSEO 5.3.0
Please cite us if you use the software.
PyDOEFullFactorialDOE
PyDOEFullFactorialDOE.generate_samples()
Hide inherited members
The full-factorial DOE.
Bases: BaseFullFactorialDOE
BaseFullFactorialDOE
The pyDOE based full-factorial DOE.
Note
This class is a singleton.
Any
Generate samples.
n_samples (int) – The number of samples.
dimension (int) – The dimension of the sampling space.
**options (Any) – The options of the DOE algorithm.
The samples.
RealArray