Science Fair Project Encyclopedia
Wolfe conditions
In (unconstrained) optimization, the Wolfe conditions are a set of inequalities for performing inexact linesearches; that is, for efficiently selecting a step length in the linesearch algorithm.
Let
be a smooth objective function, and let
be a given search direction. A step length αk is said to satisfy the Wolfe conditions if the following two inequalities hold.
- i)
,
- ii)
,
with 0 < c1 < c2 < 1. Inequality i) is known as the Armijo condition and ii) as the curvature condition. i) demands that αk gives 'sufficient' decrease in f, and ii) ensures that the slope of the function
at αk is greater than c2 times that at 0.
The Wolfe conditions provide a computationally more attractive way of computing a step length than minimizing exactly φ over
. However, the conditions can result in a value for the step length that is not close to a minimizer of φ. If we modify the curvature condition to say
- iia)
then i) and iia) together are the so-called strong Wolfe conditions, and as such αk is forced to lie close to a critical point of φ.
Reference
J. Nocedal and S. J. Wright, Numerical optimization. Springer Verlag, New York, NY, 1999.
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


