Stochastic Methods
Numerical methods available for an Stochastic approach.
| Method | Efficiency | Basic Parameter | Comments | 
|---|---|---|---|
| Hammersley | ✩✩ | Number of runs | |
| Latin HyperCube | ✩✩ | Number of runs | Maintain the value of the random seed to get repeatable designs. | 
| Modified Extensible Lattice Sequence | ✩✩ | Number of runs | Maintain the value of the random seed to get repeatable
                                        designs. Note: Modified Extensible Lattice Sequence can be extended upon itself to add points to a previously
                                    completed MELS DOE. | 
| Simple Random | ✩ | Number of runs | Maintain the value of the random seed to get repeatable designs. |