Learn R Programming

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

Rsolnp (version 2.0.0)

General Non-Linear Optimization

Description

General Non-linear Optimization Using Augmented Lagrange Multiplier Method.

Copy Link

Version

Install

install.packages('Rsolnp')

Monthly Downloads

23,881

Version

2.0.0

License

GPL-2

Maintainer

Alexios Ghalanos

Last Published

June 20th, 2025

Functions in Rsolnp (2.0.0)

solnp_problem_suite

Retrieve Implemented Test Problems for the SOLNP Suite
startpars

Generates and returns a set of starting parameters by sampling the parameter space based on the evaluation of the function and constraints.
solnp

Nonlinear optimization using augmented Lagrange method (original version)
csolnp

Nonlinear optimization using augmented Lagrange method (C++ version)
solnp_problems_table

List of Valid Test Problems for the SOLNP Suite
solnp_standardize_problem

Standardize an Optimization Problem to NLP Standard Form
csolnp_ms

Multi-start version of csolnp
Rsolnp-package

Rsolnp: General Non-Linear Optimization
gosolnp

Random Initialization and Multiple Restarts of the solnp solver.