DefUnconstrained Minimization
Suppose is convex and twice continuously differentiable (hence is open), the unconstrained minimization is as follows:
Decent Methods
DefDecent Method
We define the descent methods as an iterative algorithm such that
where is the step or decent direction, is the step size or step length.
DefLine Search
The line search approach(algorithm) output a step size that determines how far should move along the given descent direction.
Algorithm Exact Line Search
The exact line search algorithm find will output step size such that
AlgorithmBacktracking Line Search
With parameters , starting at , repeat until .
AlgorithmGradient Descent Method
The gradient decent method is a family of decent method with . And stopping criterion usually of the form .
DefNormalized Steepest Descent Direction
The normalized steepest descent direction at given is
DefUnnormalized Steepest Descent Direction
The unnormalized steepest descent direction at given is
where
AlgorithmSteepest Descent Method
The steepest decent method is a family of decent method that find the steepest descent direction at point with
Newton’s Method
DefNewton Step
The newton step is defined as:
actually minimizes the second-order approximation of at : Prop is the steepest descent direction at in local Hessian norm
DefNewton Decrement
Define the Newton decrement as follows as a measure of the proximity of to :