Consider the problem of minimizing the function: f(x₁, x₂) = x² + 2x² − 2x₁x₂ − 2x₂ and the initial point x(0) = (0.5, 0
Posted: Tue Jul 12, 2022 12:53 pm
Consider the problem of minimizing the function: f(x₁, x₂) = x² + 2x² − 2x₁x₂ − 2x₂ and the initial point x(0) = (0.5, 0.5). (a) Perform two iterations of the steepest descent method. Find its ||Vf(x)||. (b) Using the stopping criteria of ||Vƒ(x)|| < 10−6, find the optimal solution with conjugate gradient method (i) (ii) Newton's method