neldermead.search {neldermead} | R Documentation |
Performs the optimization associated with the method associated with the
method
element of the neldermead object and find the optimum. If the
restartflag
element is enabled, automatic restarts are performed, based
on the restartdetection
element.
neldermead.search(this = NULL)
this |
A neldermead object. |
Return an updated neldermead object.
Author of Scilab neldermead module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)
fminsearch
,
neldermead
,
neldermead.set
,