NelderMead class of optimizers
subject to box constraints and using reverse
communications.Nelder-Mead optimization of parameters, possibly with box constraints
NelderMead(...) Nelder_Mead(fn, par, lower = rep.int(-Inf, n),
upper = rep.int(Inf, n), control = list())
-Inf).Inf).x providing the minimumNelderMead$new(lower, upper, xst, x0,
xt){Create a new NelderMead
object}NelderMead