Rdocumentation
powered by
Learn R Programming
Rsolnp (version 2.0.1)
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.1
License
GPL-2
Maintainer
Alexios Ghalanos
Last Published
June 30th, 2025
Functions in Rsolnp (2.0.1)
Search all functions
solnp_problems_table
List of Valid Test Problems for the SOLNP Suite
solnp_problem_suite
Retrieve Implemented Test Problems for the SOLNP Suite
csolnp_ms
Multi-start version of csolnp
kkt_diagnose
Summarize KKT Condition Diagnostics
solnp_standardize_problem
Standardize an Optimization Problem to NLP Standard Form
solnp
Nonlinear optimization using augmented Lagrange method (original version)
Rsolnp-package
Rsolnp: General Non-Linear Optimization
csolnp
Nonlinear optimization using augmented Lagrange method (C++ version)
gosolnp
Random Initialization and Multiple Restarts of the solnp solver.
startpars
Generates and returns a set of starting parameters by sampling the parameter space based on the evaluation of the function and constraints.