Skip to content
/ mf_cvxpy Public
forked from cvxpy/cvxpy

A Python-embedded modeling language for convex optimization problems.

License

Notifications You must be signed in to change notification settings

mfopt/mf_cvxpy

This branch is 21 commits ahead of, 2480 commits behind cvxpy/cvxpy:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e46263 · Dec 5, 2015
Jun 1, 2015
Jun 1, 2015
Sep 20, 2015
Jun 1, 2015
Jun 1, 2015
May 18, 2015
Feb 8, 2014
May 3, 2015
May 7, 2015
Jun 1, 2015
Aug 14, 2013
Jan 8, 2014
Dec 5, 2015
Aug 15, 2013
Jun 5, 2014
Aug 15, 2013
Oct 8, 2013
Sep 17, 2014
Jun 1, 2015
Oct 30, 2013
Jun 1, 2015

Repository files navigation

This is a special version of CVXPY designed for matrix-free convex optimization. See these papers for further details on matrix-free convex optimization. See the CVXPY site for more information on CVXPY itself.

From the perspective of the user, matrix-free CVXPY is exactly the same as standard CVXPY except it has an additional solver "SCS_MAT_FREE", which is a matrix-free version of SCS. The solver is preliminary and not at all optimized.

To install matrix-free CVXPY, clone this Github repository and run python setup.py install in the repository directory. You must also install the matrix-free SCS solver from source (repository here).

See this repository for instructions on installing a faster version of the matrix-free SCS solver.

About

A Python-embedded modeling language for convex optimization problems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%