Rdocumentation
powered by
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
Link to current version
Version
Version
2.0.1
2.0.0
1.16
1.15
1.14
1.12
1.11
1.0-9
1.0-8
1.0-7
1.0-6
1.0-5
1.0-4
1.0-2
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)
Search all functions
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.