FITFLOP
Home

cvx (2 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?

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?