next up previous
Next: Conjugate Direction Methods Up: Lecture 8 Previous: Quadratic Fit

Inexact Line Search

Since the line search is just one part of the optimization algorithm, it is enough to find an approximate minimizer, $\alpha_k$, to the problem

\begin{displaymath}
\min_\alpha f(x_k + \alpha d_k) = \min_\alpha \varphi(\alpha). \end{displaymath}

We then need criteras for when to stop the line search. We do not want $\alpha$ to small or large, and we want f to be reduced. Some examples of stopping criteria follows.

Arminjo's regel

Goldstein Test

Wolfe Test

See Fig. 7.8 in Luenberger.



Mats Holmstr|m
10/31/1997