Math Problem Statement

does there always exist a step length satisfy the (strong) wolfe condition for f(y) = .5|max(a+Q*y, 0)|_2^2?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Non-smooth optimization
Strong Wolfe conditions
Subgradients
Quadratic functions
Line search methods

Formulas

f(y) = 0.5 ||max(a + Q * y, 0)||_2^2
Armijo condition: f(y + αp) ≤ f(y) + c1 * α * ∇f(y)^T * p
Curvature condition: |∇f(y + αp)^T * p| ≤ c2 * |∇f(y)^T * p|

Theorems

Wolfe conditions
Subgradient theorem

Suitable Grade Level

Advanced Undergraduate / Graduate Level