neldermead.function: Call Cost Function.
Description
Simple way to compute the value of the cost function specified in a neldermead
object.
Usage
neldermead.function(this = NULL, x = NULL)
Value
Returns the value of the cost function.
Arguments
- this
A neldermead object.
- x
The point estimate where the cost function is to be evaluated.
Author
Author of Scilab neldermead module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)