Content deleted Content added
Erel Segal (talk | contribs) No edit summary |
Erel Segal (talk | contribs) Tags: nowiki added Visual edit |
||
Line 141:
Here are some special cases of convex programs, that can be solved efficiently by interior-point methods.<ref name=":0" />{{Rp|___location=Sec.10}}
* [[Linear programming]]: given a program of the form: '''minimize ''c''<sup>T</sup>''x'' s.t. ''Ax'' ≤ ''b''''', we can apply path-folliwing methods with the barrier <math>b(x) := -\sum_{j=1}^m \ln(b_j - a_j^T x)</math>. It is a self-concordant barrier with parameter ''M''=''m'' (the number of constraints). Therefore, the number of required
* [[Quadratically constrained quadratic program]]<nowiki/>ing: given a program of the form: '''minimize d<sup>T</sup>x s.t. ''f<sub>j</sub>''(''x'') := ''x''<sup>T</sup> ''A<sub>j</sub> x'' + ''b<sub>j</sub>''<sup>T</sup>''x'' + ''c<sub>j</sub>'' ≤ 0 for all j in 1,...,''m''''', where all matrices ''A<sub>j</sub>'' are [[Positive semidefinite matrices|positive-semidefinite]], we can apply path-folliwing methods with the barrier <math>b(x) := -\sum_{j=1}^m \ln(-f_j(x))</math>. It is a self-concordant barrier with parameter ''M''=''m''. The Newton complexity is O(''(m+n)n''<sup>2</sup>), and the total runtime complexity is O(''m''<sup>1/2</sup> (m+n) ''n''<sup>2</sup>).
*
==See also==
|