Learn R Programming

Rsolnp (version 2.0.1)

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.1

License

GPL-2

Maintainer

Alexios Ghalanos

Last Published

June 30th, 2025

Functions in Rsolnp (2.0.1)

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.