The objective f(x) = x₁^4 + x₁^2 + x₂^2 from Exercise 2.6, encoded on ℝ².
Instances For
The current point (1, 1) used in Exercise 2.6.
Instances For
The search direction (-3, -1) used in Exercise 2.6.
Instances For
The one-dimensional line-search profile α ↦ f(xk + α • dk) for Exercise 2.6.
Instances For
The explicit derivative φ'(α) = 324 α^3 - 324 α^2 + 128 α - 20
of the Exercise 2.6 line-search profile.
Instances For
The accepted Wolfe-rule update point (-1 / 2, 1 / 2) from Exercise 2.6.
Instances For
Helper for Chapter02 Exercise 2.6: the search ray from (1, 1) in direction (-3, -1)
has the explicit coordinate form (1 - 3 α, 1 - α).
Helper for Chapter02 Exercise 2.6: the line-search profile is the scalar quartic obtained by
substituting the explicit search ray into f(x₁, x₂) = x₁^4 + x₁^2 + x₂^2.
Helper for Chapter02 Exercise 2.6: the accepted half-step update lands at (-1 / 2, 1 / 2).
Chapter02 Exercise 2.6 (1): the half-step α = 1 / 2 satisfies the Wolfe rule with
ρ = 1 / 10 and σ = 1 / 2, and the resulting update point is (-1 / 2, 1 / 2).
Chapter02 Exercise 2.6 (2): the trial steplength α = 1 does not satisfy the Wolfe rule
for the Exercise 2.6 line-search profile with ρ = 1 / 10 and σ = 1 / 2.
Chapter02 Exercise 2.6 (3): the trial steplength α = 1 / 2 satisfies the Wolfe rule
for the Exercise 2.6 line-search profile with ρ = 1 / 10 and σ = 1 / 2.
Chapter02 Exercise 2.6 (4): the trial steplength α = 1 / 10 does not satisfy the Wolfe
rule for the Exercise 2.6 line-search profile with ρ = 1 / 10 and σ = 1 / 2.