Hello,
I have solved (using YALMIP) a problem like:
find x
st |x' A_i x - M_i|<eps, i=1....I
I solved it with semidefinite relaxation (also called phase retrieval) with more or less good results in a form like
find X
st |tr(A_i X)-M_i |<eps i=1....I
Te problem described above fix an upper and lower value to x'Ax.
Now, I am interested only in the lower bound and fixing a maximum absolute value to x in order to constrain the problem. Can I solve it in a simpler way or it is as difficult to solve as the previous one?
I know both of them are non-convex.
Thank you and best regards,
Ignacio