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 <http://ab-initio.mit.edu/wiki/index.php/NLopt_Introduction> for more information on the available algorithms. During installation of nloptr on Unix-based systems, the installer checks whether the NLopt library is installed on the system. If the NLopt library cannot be found, the code is compiled using the NLopt source included in the nloptr package.
Version: | 1.2.2.2 |
Suggests: | testthat (≥ 0.8.1), knitr, rmarkdown, inline (≥ 0.3.14) |
Published: | 2020-07-02 |
Author: | Jelmer Ypma [aut, cre],
Steven G. Johnson [aut] (author of the NLopt C library),
Hans W. Borchers [ctb],
Dirk Eddelbuettel [ctb],
Brian Ripley [ctb] (build process on multiple OS),
Kurt Hornik [ctb] (build process on multiple OS),
Julien Chiquet [ctb],
Avraham Adler |
Maintainer: | Jelmer Ypma <uctpjyy at ucl.ac.uk> |
License: | LGPL-3 |
NeedsCompilation: | yes |
SystemRequirements: | A system installation of NLopt >= 2.4.0 (with headers) will be used if available. |
Citation: | nloptr citation info |
Materials: | README ChangeLog |
In views: | Optimization |
CRAN checks: | nloptr results |
Reference manual: | nloptr.pdf |
Vignettes: |
Introduction to nloptr: an R interface to NLopt |
Package source: | nloptr_1.2.2.2.tar.gz |
Windows binaries: | r-devel: nloptr_1.2.2.2.zip, r-release: nloptr_1.2.2.2.zip, r-oldrel: nloptr_1.2.2.2.zip |
macOS binaries: | r-release: nloptr_1.2.2.2.tgz, r-oldrel: nloptr_1.2.2.2.tgz |
Old sources: | nloptr archive |
Please use the canonical form https://CRAN.R-project.org/package=nloptr to link to this page.