Algorithm 10.61: given an initial point x^0 = x0, a positive curvature sequence L_k, and
a rule counterpart selecting a primal counterpart of the current derivative, the non-Euclidean
gradient method generates iterates by
x^(k+1) = x^k - (‖f'(x^k)‖_* / L_k) f'(x^k)^†.
Instances For
The chosen primal-counterpart sequence along the non-Euclidean gradient trajectory generated
by counterpart, L, and x0.
Instances For
A counterpart-selection rule is admissible for the non-Euclidean gradient method when, along
the generated trajectory, each selected vector belongs to the primal-counterpart set
Λ_{f'(x^k)} of the current Fréchet derivative.
Instances For
The non-Euclidean gradient method starts at the prescribed initial point x^0 = x0.
One non-Euclidean gradient step subtracts the scaled chosen primal counterpart
(‖f'(x^k)‖_* / L_k) f'(x^k)^† from the current iterate.
Evaluating the counterpart sequence at k recovers the chosen primal counterpart at the
kth iterate of the non-Euclidean gradient method.
Under the admissibility condition, the objective is differentiable at each iterate generated by the non-Euclidean gradient method.
Under the admissibility condition, the selected direction at iteration k belongs to the
primal-counterpart set Λ_{f'(x^k)} of the current derivative.
Under the admissibility condition, the chosen counterpart sequence takes values in the primal-counterpart sets of the Fréchet derivatives along the generated trajectory.