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

Patch: Fix for test-wrapper-global #166

Closed aadler closed 5 months ago

aadler commented 5 months ago

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

astamm commented 5 months ago

Awesome, thanks @aadler !