A problem of using CVX SDP

Uncategorized
Dec 19, 2024
H


I have tried many initial points, but the first step always fails and the rest steps are normal(solved or inaccurate/solved). Does it matter if only the first step fails?

E

MOSEK can solve your problem without using the successive approximation method. Using Mosek should be faster and more robust in this case.

M

Follow @Erling’s advice if you have access to Mosek.

As for the Successive approximation method, what matters is the final status reported by CVX.Don’t worry about the intermediate output for the Successive approximation method.

H
Replying to #3

Does it mean i should change

begin cvx sdp

into

begin cvx mosek

M

No.

Use
cvx_solver mosek Before or in your CVX program. You can use cvx_save_prefs if you want.