Jump to content

Gradient method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by CES1596 (talk | contribs) at 12:07, 10 February 2011 (new article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In optimization, Gradient method is an algorithm to solve problems of the form

with the search directions defined by the gradient of the function at the current point. Examples of gradient methods are the gradient descent and the conjugate gradient.

See also