CVX initial point

Hi all:
Here, I’m solving a convex problem via CVX, the initial point is generating randomly and the iteration starts. the result “status” is solved and CVX give me a “optimal value”.

However, I found that the initial point didn’t satisfy all the constraints. Does the result have any meaning? Are the results credible?

Show us all the solver and CVX output. Show us the evicence and amount of supposed constraint violation. And if possible, show us the code and input data.

Hello Mark!

CVX output is :


I brought the initial point and the CVX output point to all my constraints, and the data result showed they are not satisfied.

You haven’t shown us the evidence or amount of constraint violation. Constraints may be violated by up to a constraint tolerance.

Also see CVXQUAD: How to use CVXQUAD's Pade Approximant instead of CVX's unreliable Successive Approximation for GP mode, log, exp, entr, rel_entr, kl_div, log_det, det_rootn, exponential cone. CVXQUAD's Quantum (Matrix) Entropy & Matrix Log related functions .