Consider the so-called Rosenbrock (banana) function: 100(x2 - æž)2 + (1 – «1) a.) Give the gradient, the Hessian and the
Posted: Fri May 20, 2022 11:55 pm
Consider the so-called Rosenbrock (banana) function: 100(x2 - æž)2 + (1 – «1) a.) Give the gradient, the Hessian and the second order Taylor series expansion of this function. b.) Apply the Pattern Search algorithm to minimize this function. Initialize the algo rithm as follows: 2° = (-1,1); df = (1,1); d? = (-1,1); and parameter setting: 1 C = E=0.1. 2 Make just 4 iteration cycles, i.e., you add/drop points four times. in