How can I convert the following optimization problem to a QCQP. minimize ||Gx − h||4.

155 Views Asked by At

Minimize over variable x. G is an nn matrix. h is an n1 vector. I want to map the equation ||Gx − h||4 is a QCQP problem. OR Map the 4-norm of equation (Gx-h) as QCQP.