optiSolve: Linear, Quadratic, and Rational Optimization
Solver for linear, quadratic, and rational programs with linear, quadratic, and rational constraints. A unified interface to different R packages is provided. Optimization problems are transformed into equivalent formulations and solved by the respective package. For example, quadratic programming problems with linear, quadratic and rational constraints can be solved by augmented Lagrangian minimization using package 'alabama', or by sequential quadratic programming using solver 'slsqp'. Alternatively, they can be reformulated as optimization problems with second order cone constraints and solved with package 'cccp'.
Version: |
1.0 |
Depends: |
R (≥ 3.4) |
Imports: |
Matrix, shapes, alabama, cccp, nloptr, MASS, methods, plyr, stringr, stats, Rcpp (≥ 0.12.4) |
Published: |
2021-10-13 |
DOI: |
10.32614/CRAN.package.optiSolve |
Author: |
Robin Wellmann |
Maintainer: |
Robin Wellmann <r.wellmann at uni-hohenheim.de> |
License: |
GPL-2 |
NeedsCompilation: |
no |
CRAN checks: |
optiSolve results |
Documentation:
Downloads:
Reverse dependencies:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=optiSolve
to link to this page.