#!/usr/bin/env python
# coding: utf-8

# # Nelder-Mead Method

# In[3]:


from IPython.display import FileLink
FileLink("nelder-mead.gif")

# More information: [Nelder-Mead method](https://en.wikipedia.org/wiki/Nelder–Mead_method) (Wikipedia)
# 
# (That's also where the animation is from.)
