I am working with scipy trying to test out the Nelder-Mead simplex algorithm. I am exactly following the example code shown here: http://docs.scipy.org/doc/scipy/reference/tutorial/optimize.html
This line causes an error:
from scipy.optimize import minimize
It says it cannot import name minimize. Am I importing something wrong?