Top "Cvxpy" questions

CVXPY is a Python-embedded modeling language for convex optimization problems inspired by the MATLAB package CVX.

Python constrained non-linear optimization

What's the recommended package for constrained non-linear optimization in python ? The specific problem I'm trying to solve is this: I …

python mathematical-optimization cvxpy
From CVX to CVXPY or CVXOPT

I've been trying to pass some code from Matlab to Python. I have the same convex optimization problem working on …

python matlab cvxopt cvx cvxpy
CVXPY installation issues

I'm trying to install cvxpy on Windows 10 with Python 3.6.5. I've installed Anaconda 5.2 but the package website says that, given my …

python cvxpy
Constraints do not follow DCP rules in CVXPY

I want to solve this problem using CVXPY but I don't know why I get the following error message: DCPError: …

python convex-optimization cvxpy
Install Python Packages in Azure ML?

Similar question as here but now on Python packages. Currently, the CVXPY is missing in Azure ML. I am also …

python azure azure-machine-learning-studio cvxpy