Manage a simplex with arbitrary number of points.
... str = optimsimplex_tostring ( this )
The goal of this component is to provide a building block for optimization algorithms based on a simplex. The optimsimplex package may be used in the following optimization methods :
the Spendley et al. simplex method,
the Nelder-Mead method,
the Box algorithm for constrained optimization,
the multi-dimensional search by Virginia Torczon,
etc ...
Returns the current simplex as a string.
The current simplex object.
Michael Baudin - INRIA - 2008-2009
Michael Baudin - Digiteo - 2009-2011
Version | Description |
5.4.0 | optimsimplex_tostring was published up to Scilab 5.4.0.
It is replaced with an overload of string. |