Jump to content

Gradient method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cydebot (talk | contribs) at 09:05, 13 December 2011 (Robot - Moving category Optimization methods to Category:Optimization algorithms and methods per CFD at Wikipedia:Categories for discussion/Log/2011 December 1.). 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 method are the gradient descent and the conjugate gradient.

See also