The problem of minimize
becomes so the problem:
![]() |
![]() |
This problem can be solved with the Lagrangian multipliers; from
equations (4.3) and (4.4) (page
)
we can write:
![]() |
![]() |
This means:
The steepest descend algorithm chooses at each iteration
a new point
from the old point
from the equation (4.9) (page
)
with
chosen accordingly to the desired convergence rate: if
is small the algorithm will closely approximate the minimum, with slow
convergence, while if
is large the convergence is fast but the
algorithm can oscillate near the minimum. Thus some methods are necessary
to reduce (or enlarge) the step
at each iteration: large steps if we are
far away from the minimum, small steps if we are close to the minimum.
The scheme of choosing the proper step can affect greatly
the convergence of the algorithm. The best choice is the method of
the optimal gradient.