We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

stat.CO

Change to browse by:

References & Citations

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Statistics > Computation

Title: CVXR: An R Package for Disciplined Convex Optimization

Abstract: CVXR is an R package that provides an object-oriented modeling language for convex optimization, similar to CVX, CVXPY, YALMIP, and Convex.jl. It allows the user to formulate convex optimization problems in a natural mathematical syntax rather than the restrictive form required by most solvers. The user specifies an objective and set of constraints by combining constants, variables, and parameters using a library of functions with known mathematical properties. CVXR then applies signed disciplined convex programming (DCP) to verify the problem's convexity. Once verified, the problem is converted into standard conic form using graph implementations and passed to a cone solver such as ECOS or SCS. We demonstrate CVXR's modeling framework with several applications.
Comments: 34 pages, 9 figures
Subjects: Computation (stat.CO)
Journal reference: Journal of Statistical Software, 94(14), 1-34, 2020
DOI: 10.18637/jss.v094.i14
Cite as: arXiv:1711.07582 [stat.CO]
  (or arXiv:1711.07582v4 [stat.CO] for this version)

Submission history

From: Anqi Fu [view email]
[v1] Tue, 21 Nov 2017 00:01:17 GMT (116kb,D)
[v2] Fri, 1 Dec 2017 01:43:05 GMT (396kb,D)
[v3] Thu, 25 Oct 2018 22:59:58 GMT (420kb,D)
[v4] Mon, 29 Jun 2020 18:26:09 GMT (466kb,D)

Link back to: arXiv, form interface, contact.