Lecture 3 Flashcards
Solution Methods for Unconstrained Optimization
Indirect methods (Optimal solution is found by solving the system of equations)
and
Direct methods (Optimal solution is found by directly improving the objective function via iterative descent)
Direct methods
Iterative descent
Line search approach
and
Trust region approach
Armijo Condition
Let
π be continuously differentiable, π a descent direction, and let π β(0,1) be given. Then there exists an
πΌ>0, such that for π(πΌ)βπ(ππ+πΌπ), the condition π(πΌ)β€π(0)+πΌππβ²(0) holds
Wolfe Conditions
Relevance:
Wolfe Conditions promote
convergence to a stationary point
Geometric interpretation:
guarantee minimum step length!
Line search approach
Determination of a Descent Direction
Steepest descent direction
Conjugate directions
Newtonβs step direction
β¦. special cases
Zeroth order oracle
First order oracle
Second order oracle
- Given πreturn the value π(π)
- Given πreturn ππand gradient π΅π(π)
- Given πreturn ππ, π΅π(π) and Hessian π΅^2π(π)
Analytical Complexity
Arithmetical Complexity
Analytical Complexity: The smallest number of queries to an oracle to solve Problem π to accuracy Ξ΅
Arithmetical Complexity: The smallest number of arithmetic operations (including work of the oracle and work of method), required to solve problem πup to accuracy Ξ΅