Steepest Descent Do steepest descent steps when: 1. Typical behavior: f(x₁, x₂) = 5x² + x² + 4x₁.x₂ − 14x₁ − 6x₂ + 20, w
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Steepest Descent Do steepest descent steps when: 1. Typical behavior: f(x₁, x₂) = 5x² + x² + 4x₁.x₂ − 14x₁ − 6x₂ + 20, w
Steepest Descent Do steepest descent steps when: 1. Typical behavior: f(x₁, x₂) = 5x² + x² + 4x₁.x₂ − 14x₁ − 6x₂ + 20, with x = (0, 10) performing 5 steps. 2. Heun-Stitching: Consider the function ƒ(x) = x¹ Qx − c¹ x + 10, where Q and c are given by Q = = (² 20 5 5 2 and c = ( 16 ). starting from xo = (40,-100) performing 5 steps. 3. A non-quadratic function: f(x) = x₁-0.6x2 - ₁ log(x;) - log(5 - ₁x₁), starting from x₁ = (1, 1) performing 5 steps. 4. f(x) = 4x² - 4x₁x₂ + 2x with initial point x = (2,3). Perform 5 iterations.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!