Frank–Wolfe algorithm: Difference between revisions

Content deleted Content added
added brief comment about convergence, reference
No edit summary
Line 15:
Step 3. Direction-finding subproblem. Solve for <math>\bar{x_k}</math>
:Minimize <math>\nabla^T f(x_k) \bar{x_k}</math>
:Subject to to <math>\bar{x_k} \epsilon \mathbf{P}</math>
(note that this is a Linear Program. <math>x_k</math> is fixed during Step 3, while the minimization takes place by varying <math>\bar{x_k}</math>).