NelderMead-class: Class "NelderMead" of Nelder-Mead optimizers and its Generator
Description
Class "NelderMead" is a reference class for a Nelder-Mead
simplex optimizer allowing box constraints on the parameters and using
reverse communication.
The NelderMead() function conveniently generates such objects.
Usage
NelderMead(...)
Arguments
...
Argument list (see Note below).
Methods
NelderMead$new(lower, upper, xst, x0, xt)
Create a
new NelderMead object
Extends
All reference classes extend and inherit methods from
"envRefClass".
References
Based on code in the NLopt collection.
See Also
Nelder_Mead, the typical “constructor”.
Further, glmer, nlmer