Solve optimization problems using an R interface to NLopt. NLopt is a free/open-source library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original implementations of various other algorithms. See <https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/> for more information on the available algorithms. Building from included sources requires 'CMake'. On Linux and 'macOS', if a suitable system build of NLopt (2.7.0 or later) is found, it is used; otherwise, it is built from included sources via 'CMake'. On Windows, NLopt is obtained through 'rwinlib' for 'R <= 4.1.x' or grabbed from the appropriate toolchain for 'R >= 4.2.0'.
| Version: | 2.2.1 |
| Suggests: | knitr,rmarkdown,covr,tinytest |
| Published: | 2025-03-17 |
| DOI: | 10.32614/CRAN.package.nloptr |
| Author: | Jelmer Ypma [aut], Steven G. Johnson [aut] (author of the NLopt C library), Aymeric Stamm |
| Maintainer: | Aymeric Stamm <aymeric.stamm at cnrs.fr> |
| BugReports: | https://github.com/astamm/nloptr/issues |
| License: | LGPL (≥ 3) |
| URL: | https://github.com/astamm/nloptr,https://astamm.github.io/nloptr/ |
| NeedsCompilation: | yes |
| SystemRequirements: | cmake (>= 3.2.0) which is used only on Linux ormacOS systems when no system build of nlopt (>= 2.7.0) can befound. |
| Citation: | nloptr citation info |
| Materials: | README,NEWS |
| In views: | Optimization |
| CRAN checks: | nloptr results |
| Reference manual: | nloptr.html ,nloptr.pdf |
| Vignettes: | nloptr (source,R code) |
| Package source: | nloptr_2.2.1.tar.gz |
| Windows binaries: | r-devel:nloptr_2.2.1.zip, r-release:nloptr_2.2.1.zip, r-oldrel:nloptr_2.2.1.zip |
| macOS binaries: | r-release (arm64):nloptr_2.2.1.tgz, r-oldrel (arm64):nloptr_2.2.1.tgz, r-release (x86_64):nloptr_2.2.1.tgz, r-oldrel (x86_64):nloptr_2.2.1.tgz |
| Old sources: | nloptr archive |
Please use the canonical formhttps://CRAN.R-project.org/package=nloptrto link to this page.