I use CVX to solve the optimization problem, i get
Status: Inaccurate/Solved
Optimal value (cvx_optval): +49297.9
but when i debug the optimization value is
K>> sum(zeta1.*pow_abs(l,3)+p.*T)
ans =
1.7851
Why do inconsistencies occur
I use CVX to solve the optimization problem, i get
Status: Inaccurate/Solved
Optimal value (cvx_optval): +49297.9
but when i debug the optimization value is
K>> sum(zeta1.*pow_abs(l,3)+p.*T)
ans =
1.7851
Why do inconsistencies occur