nloptr provides an R interface to NLopt, a free/open-source library for nonlinear optimization providing a common interface to a number of different optimization routines which can handle nonlinear constraints and lower and upper bounds for the controls.
Error in .checkfunargs(eval_f, arglist, "eval_f") :
eval_f requires argument '...' but this has not been passed to the 'nloptr' function.
It would be super-convenient if .checkfunargs could be lenient about ..., as this would make it much easier to use nloptr with objective functions constructed by the TMB package.
I'm guessing this would be easy and am happy to submit a PR if it seems like a worthy idea.
It would be super-convenient if
.checkfunargs
could be lenient about...
, as this would make it much easier to usenloptr
with objective functions constructed by the TMB package.I'm guessing this would be easy and am happy to submit a PR if it seems like a worthy idea.