quadprogpp-package | R Documentation |
This package provides a fast Quadratic Programming implementation in R. It wraps eiquadprog c++ library with RcppEigen R package.
Package: | quadprogpp |
Type: | Package |
Version: | 1.1 |
Date: | 2015-03-08 |
License: | GNU GPL v2.0 or later |
Maintainer: Farzad Noorian <farzad.noorian@sydney.edu.au>
eiquadprog is a modified version of uQuadProg++ library, working with Eigen data structures. See http://www.labri.fr/perso/guenneba/code/QuadProg/. Copyright (2011) Benjamin Stephens and (2010) Gael Guennebaud.
uQuadProg++ is itself a port made by Angelo Furfaro of QuadProg++ originally developed by Luca Di Gaspero, working with ublas data structures. See http://www.diegm.uniud.it/digaspero/index.php?page=software. Copyright (2008) Angelo Furfaro and (2006) Luca Di Gaspero.
Implementations are based on the dual method by Goldfarb and Idnani:
D. Goldfarb and A. Idnani (1982). Dual and Primal-Dual Methods for Solving Strictly Convex Quadratic Programs. In J. P. Hennart (ed.), Numerical Analysis, Springer-Verlag, Berlin, 226–239.
D. Goldfarb and A. Idnani (1983). A numerically stable dual method for solving strictly convex quadratic programs. Mathematical Programming, 27, 1–33.
QP.Solve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.