r-cvxr
Disciplined convex optimization
This package provides an object-oriented modeling language for disciplined convex programming (DCP) as described in Fu, Narasimhan, and Boyd (2020, <doi:10.18637/jss.v094.i14>). It allows the user to formulate convex optimization problems in a natural way following mathematical convention and DCP rules. The system analyzes the problem, verifies its convexity, converts it into a canonical form, and hands it off to an appropriate solver to obtain the solution. Interfaces to solvers on CRAN and elsewhere are provided.
- Versions: 1.0-15
- Website: https://cvxr.rbind.io
- Licenses: ASL 2.0
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-cvxr
as follows:
guix install r-cvxr
Or install a particular version:
guix install r-cvxr@1.0-15
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-cvxr about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-cvxr'><img src='https://packages.guix.gnu.org/packages/r-cvxr/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-cvxr)
Example Org:
[[https://packages.guix.gnu.org/packages/r-cvxr][https://packages.guix.gnu.org/packages/r-cvxr/badges/latest-version.svg]]