搜索资源列表
Steepest-decline
- 最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值
min
- 以负梯度方向作为下降方向的极小化算法的最速下降法-To decrease the negative gradient direction as the direction of minimizing the steepest descent algorithm
zuisuxiajiangfa
- 最速下降法(steepest descent method)是以负梯度方向作为下降方向的极小化算法,又称梯度法,是1874年法国科学家Cauchy提出的,最速下降法是无约束最优化中最简单的方法。-Steepest descent method
java-NewTon_way
- java编程解决牛顿法和最速下降法计算数学优化极小值问题-java programming to solve the Newton method and the steepest descent method of mathematical optimization minimum