Skip to content
Prev 293246 / 398502 Next

Define lower-upper bound for parameters in Optim using Nelder-Mead method

<Ted.Harding <at> wlandres.net> writes:
In addition to these options, there is also a derivative-free
box-constrained optimizer (bobyqa) in the 'minqa' package (and in
an optim-like wrapper via the optimx package), and
a box-constrained Nelder-Mead optimizer in the development
(r-forge) version of lme4, which is based on the NLopt optimization
library (also accessible via the nloptr package).