astamm / nloptr

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.
https://astamm.github.io/nloptr/
Other
106 stars 34 forks source link

Add propagation of extra arguments to inequality constraints #160

Closed astamm closed 5 months ago

astamm commented 5 months ago

when using deprecated behavior. Closes #159.

aadler commented 5 months ago

Thank you; that was a complete oversight on my part.

astamm commented 5 months ago

No worries. You've done a lot! I hope I did not miss some places but I think I am there. One more reverse dependency broken and I'll submit the release.