Next: 4.1.8 Trust Region Method
Up: 4.1 Optimization Methods
Previous: 4.1.6.1 Hessian Matrix
4.1.7 Step Length Method
Step length methods are iterative methods where the parameter vector
of the next iteration is calculated by
|
(4.24) |
In (4.24)
is the parameter
vector of the current iteration,
is the step
direction, and
is the step length.
The step direction is calculated by the Newton or steepest-descent
method as described in Section 4.1.4 and
Section 4.1.3. Finding the step length is a
univariate minimization problem
|
(4.25) |
to find the minimum of the cost function along the search direction.
In this type of optimization method the selection of the direction is independent
from that of the step length.
R. Plasun