FITFLOP
Home

convex-optimization (3 post)


posts by category not found!

How to represent X^2/Y (X and Y are matrices) in cvxpy respecting DCP rules?

Representing X2 Y in CVXPY A Guide to DCP Compliance CVXPY a powerful Python based convex optimization library offers a user friendly interface for formulating

2 min read 05-10-2024 28
How to represent X^2/Y (X and Y are matrices) in cvxpy respecting DCP rules?
How to represent X^2/Y (X and Y are matrices) in cvxpy respecting DCP rules?

Reformulation of SOCP constraints for convex optimization problem

Understanding and Reformulating SOCP Constraints in Convex Optimization Problem Lets say we have a convex optimization problem where a constraint involves a nor

2 min read 03-10-2024 30
Reformulation of SOCP constraints for convex optimization problem
Reformulation of SOCP constraints for convex optimization problem

How to model log(e^x/(e^y+c)) in cvxpy with respect to DCP rules?

Modeling log ex ey c in CVXPY A Guide to DCP Rules Problem You want to model the expression log ex ey c in CVXPY but you re unsure how to do so while adhering t

2 min read 02-10-2024 31
How to model log(e^x/(e^y+c)) in cvxpy with respect to DCP rules?
How to model log(e^x/(e^y+c)) in cvxpy with respect to DCP rules?