1. Perform 3 iterations of the Nelder-Mead method (as described in the lectures) on the following problem: min f(11, 12)
Posted: Thu May 12, 2022 10:27 am
1. Perform 3 iterations of the Nelder-Mead method (as described in the lectures) on the following problem: min f(11, 12) = 6x{ +223 - 6x112 – 11 – 272 using as the initial simplex vertices (-3,5), (4,2), and (5,-4). NOTE: Feel free to write YOUR OWN Matlab/Python/etc. code to implement the Nelder-Mead method (according to the approach given in the lecture). If you choose to do so, include your code, as well as your output, with your submission.