PSDP Problem
Definitions¶
Here,
Background¶
denotes a minimizer for the SP problem. denotes a minimizer for the PSDP problem.- When
, a sufficient condition for to be in is that . - A sufficient condition for
to be in is that . is also necessary and sufficient for uniqueness of minimizers in case of PSDP.
Previous Approches¶
- The objective function and the feasible set in case of PSDP are both convex.
- We can use convex optimization which directly exploits the convexity of
. - Solutions involve finite convergence towards global minimas bringing the approximate minimizer arbitrarily close to the unique global minimizer.
Approach of this paper¶
Algorithm ideas:
- Steepest descent (doesn’t converge, proven)
- Newton’s algorithm (modified, superior than known convex programs of that time)
- Where do we obtain the data? Take stuff, perturb by errors to make sure that
.
Newton’s method:
- Has quadratic convergence.
- Can find complex zeroes.
- If you have
variables, then operations is needed to find (Hessian) and operations to find the inverse of the Hessian.
Quasi Newtown method:
A good choice for