| neldermead.destroy {neldermead} | R Documentation |
Erase a neldermead object.
Description
neldermead.destroy calls optimbase.destroy and
optimsimplex.destroy to erase the content of this$optbase and
this$simplex0.
Usage
neldermead.destroy(this = NULL)
Arguments
this |
A neldermead object. |
Value
Return an updated neldermead object.
Author(s)
Author of Scilab neldermead module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)
See Also
optimbase.destroy,
optimsimplex.destroy
[Package neldermead version 1.0-12 Index]