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
103 stars 36 forks source link

Patch: Fix for test-wrapper-global #166

Closed aadler closed 4 days ago

aadler commented 5 days ago

Correcting some of the unit tests in test-global-wrapper.

astamm commented 4 days ago

Awesome, thanks @aadler !