fminsearch.outputfun {neldermead} | R Documentation |
fminsearch Output Function Call
Description
This function calls the output function and make it match neldermead
requirements. It is used in the fminsearch
function as the
outputcommand
element of the neldermead object (see
?neldermead
and ?neldermead.set
).
Usage
fminsearch.outputfun(state = NULL, data = NULL, fmsdata = NULL)
Arguments
state |
The current state of the algorithm either 'init', 'iter' or 'done'. |
data |
The data at the current state. This is an object of class 'neldermead.data', i.e. a list with the following elements:
|
fmsdata |
This is an object of class 'optimbase.functionargs' which
contains specific data of the
|
Value
This function does not return any data, but execute the output function(s).
Author(s)
Author of Scilab neldermead module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)
See Also
fminsearch
,
neldermead
,
neldermead.set
,