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
Create a
new object
Extends
All reference classes extend and inherit methods from
"".