This week I focused mostly on my final project, but was able to complete part of 14.1; using the
downhill simplex method to search for the minimum of the classic Rosenbrock function.
The Rosenbrock Function plotted in MatLab
My M file is available here. Output of multidimensional minimization---165 steps were required to reach minimization at (1,1).