Jump to content

Frank–Wolfe algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Encyclops (talk | contribs) at 20:00, 13 November 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Frank-Wolfe algorithm, also known as the Convex Combination algorithm, is a classic algorithm in Operations Research. It was originally proposed by Marguerite Frank and Phil Wolfe in 1956 as a procedure for solving quadratic programming problems with linear constraints. The method is a feasible direction method and each step involves a linearization of the objective function; it ends after a finite number of steps when the Karush-Kuhn-Tucker conditions are satisfied. It can be seen as a generalization of the Simplex Method for Linear Programming. It has been found especially useful for determining the equilibrium flows for transportation networks.