The Class "SimplexAlgorithm" implements the Nelder-Mead method (also downhill simplex method, amoeba method) [1].
Arguments
Objects from the class
Objects form the class SimplexAlgorithm can be created by calls of the form SimplexAlgorithm(...) where
(...) are the parameters for the SimplexAlgorithm objects.
Slots for <code>SimplexAlgorithm</code> objects
pct_initial_simplex_building:
A numeric giving the percentage of initial vertices for the simplex algorithm.
max_iteration:
A numeric giving the maximum of iterations.
tolerance:
A numeric giving the tolerance criteria for stopping the algorithm.
showProcess:
A boolean to show or not the process.
OptimalDesign:
A Design object giving the optimal design.
References
[1]
Nelder JA, Mead R (1965) A Simplex Method for Function Minimization. Comput J 7: 308-313.