“Scipy”的版本间差异
跳到导航
跳到搜索
(创建页面,内容为“http://www.scipy-lectures.org”) |
无编辑摘要 |
||
第1行: | 第1行: | ||
http://www.scipy-lectures.org |
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(): |
2017年10月1日 (日) 12:48的版本
- 求函数最小值
: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():