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

Add library(nloptr) to make test files self-sufficient (closes #139) #143

Closed eddelbuettel closed 10 months ago

eddelbuettel commented 10 months ago

As discussed in #139, adding library(nloptr) makes it easier / possible to run test files in isolation which can be helpful in developing and debugging them.