Problem Set 10



14: Search & Optimization

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.

 photo rosenbrock_zps16032296.png
The Rosenbrock Function plotted in MatLab

My M file is available here.
 photo rosenbout_zpsa7ac1cce.png

Output of multidimensional minimization---165 steps were required to reach minimization at (1,1).