Learn R Programming

⚠️There's a newer version (2.0.3) of this package.Take me there.

nloptr (version 0.9.1)

R interface to NLopt

Description

nloptr is 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 on Unix the NLopt code is downloaded and compiled from the NLopt website.

Copy Link

Version

Install

install.packages('nloptr')

Monthly Downloads

333,960

Version

0.9.1

License

LGPL-3

Maintainer

Jelmer Ypma

Last Published

April 29th, 2013

Functions in nloptr (0.9.1)

nloptr.print.options

Print description of nloptr options
is.nloptr

R interface to NLopt
nloptr

R interface to NLopt
nloptr.default.options

Description and default values of nloptr options
nloptr-package

R interface to NLopt
print.nloptr

Print results after running nloptr
check.derivatives

Check analytic gradients of a function using finite difference approximations