搜索资源列表
最速下降法程序源代码
- 用最速下降法实现无约束模型的优化计算。
一个最速下降法的Matlab程序.rar
- 一个最速下降法的Matlab程序.rar
Fortran 90最速下降法
- Fortran 90
work123
- 最优化算法,有共轭梯度、牛顿法、黄金分割、最速下降法等-optimization algorithm, a conjugate gradient, Newton, 0.618, the steepest decline in France
用于一维搜索的PSO算法
- 实现最速下降法当中的一维搜索时候的最佳步长的确定。-achieve steepest decline among law of one-dimensional search the best time to step determination.
zsxjf
- Matlab编写的最速下降法算法程序,美国一本权威数值计算方面的书上的源程序。-Matlab prepared by the steepest descent algorithm, a numerical calculation authoritative book on the source.
MyOpt
- 最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
xiajiang
- 用delphi语言实现运筹学最速下降法程序-used language tacticians steepest decline Act procedures
zuisuxiajiangfa
- 用C编写的最速下降法(解方程),注意矩阵A是正定对称的-prepared by the steepest decline (equation solution), the attention to the matrix A is symmetric positive definite
最速下降法
- 一个通用的计算函数最值问题的最速下降法程序
最速下降法
- 梯度下降法是一个最优化算法,通常也称为最速下降法。最速下降法是求解无约束优化问题最简单和最古老的方法之一,虽然现在已经不具有实用性,但是许多有效算法都是以它为基础进行改进和修正而得到的。最速下降法是用负梯度方向为搜索方向的,最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is an optimization algorithm, also known as steepest desc
最速下降法
- 最速下降法是求解无约束优化问题的算法程序,许多有效算法都是以它基础通过改进或修正而得到的。(The steepest descent method is an algorithm procedure for solving unconstrained optimization problems. Many efficient algorithms are based on the improvement or modification
最速下降法
- 利用最速下降法极小化函数q(x)=(10x1^2-18x1x2+10x2^2)/2+4x1-15x2=13,线搜索步长为精确步长(Steepest descent method for numerical example)
最速下降法和牛顿法
- 基于回溯线搜索的最速下降法和牛顿法,配数值算例(Steepest descent method and Newton method based on backtracking line search)
最速下降法
- 最速下降法,用于地球物理中的一维大地电磁反演,为广大物探学子提供一个参考(The steepest descent method is used for one-dimensional electromagnetic inversion in geophysics to provide a reference for scholars)
最速下降法完整版(精简版可打印)1603261421
- 实现最速下降法,用matlab实现最速下降法,可以在matlab中直接应用(Implement the steepest descent method with matlab to achieve the fastest descent method.)
最速下降法
- 最速下降法代码,数值计算算法,换参数即可(steepest descent method)
armijo线搜索+最速下降法的小程序
- armijo线搜索+最速下降法的小程序erfwefwerfwqrfw(Armijo line search + steepest descent algorithm appletfvv ewrwefg)
最速下降法
- 最优化课程中的最速下降法matlab程序,利用了wolfe搜索和armijo线搜索(Matlab program of steepest descent method in optimization course, using Wolfe search and Armijo line search)
最速下降法求解方程组
- 最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It