Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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… Read more Constraints Do Not Follow Dcp Rules In Cvxpy

Cvxpy:'sum_entries' Is Not Defined

I am trying to resolve a portfolio optimization problem in Python using CVXPY but getting an error … Read more Cvxpy:'sum_entries' Is Not Defined

Problem Does Not Follow Dcp Rules In Cvxpy

'Problem does not follow DCP rules' happens at the objective function but mathematically th… Read more Problem Does Not Follow Dcp Rules In Cvxpy

How To Take The Square Root Of Quad_form Output In Cvxpy?

I am trying to solve a problem that involves \sqrt{w^t \Sigma w} in the objective function. To comp… Read more How To Take The Square Root Of Quad_form Output In Cvxpy?

Dcp Requirement Violated When Specifying Constraing In Cvxpy, Perhaps Need To Rethink Entire Formulation Of Problem

This is a follow-up to an earlier specific question, but as I add more complexity to the problem f… Read more Dcp Requirement Violated When Specifying Constraing In Cvxpy, Perhaps Need To Rethink Entire Formulation Of Problem

Unable To Install Cvxpy Into Virtualenv For AWS Lambda

I am trying to run the cvxpy package in an AWS lambda function. This package isn't in the SDK,… Read more Unable To Install Cvxpy Into Virtualenv For AWS Lambda