Conditional Gradient
Conditional Gradient[Frank-Wolfe Method]
The problem :
​Where is convex on the bounded polygonal region
How can we determine the search direction in this problem? It is connected to a linear problem.
We first look into .
Suppose is a solution of this problem.
is an extreme point of the polygon P and hence, since P is convex, the line joining and is contained in and so the vector is a feasible direction.
Because of the convexity of , . It implies that this direction is also a descent direction.
, so
Last updated
Was this helpful?