http://www.scipy-lectures.org
- Methods based on conjugate gradient are named with ‘cg’ in scipy. The simple conjugate gradient method to minimize a function is scipy.optimize.fmin_cg():
- In scipy, scipy.optimize.fmin() implements the Nelder-Mead approach: (不太依赖于倒数)