CRAN
nloptr 1.2.1
R Interface to NLopt
Released Oct 3, 2018 by Jelmer Ypma
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
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>nloptr</artifactId> <version>1.2.1-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:nloptr')
Test Results
This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.
- auglag-examples
- bobyqa-examples
- check.derivatives-examples
- cobyla-examples
- crs2lm-examples
- direct-examples
- isres-examples
- lbfgs-examples
- mlsl-examples
- mma-examples
- neldermead-examples
- newuoa-examples
- nl.grad-examples
- nl.opts-examples
- nloptr.print.options-examples
- sbplx-examples
- slsqp-examples
- stogo-examples
- test-all
- tnewton-examples
- varmetric-examples