搜索资源列表
MyOpt
- 最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
xiajiang
- 用delphi语言实现运筹学最速下降法程序-used language tacticians steepest decline Act procedures
steepest
- 利用最陡下降法仿真实现了自适应滤波均衡器,该方法用硬件能方便实现.-use of the steepest descent method Simulation of the adaptive filter equalizers, the method can be used to facilitate the achievement of hardware.
matlab-zuisuxiajiang
- matlab-zuisuxiajiang实现matlab上的最速下降法-Matlab - Matlab zuisuxiajiang achieve the steepest descent method
zuisuxiajiang
- 最速下降法。很好的优化程序。需要的自己下来看看啊-Steepest descent method. Optimizer good. Under their own needs来看看啊
zuisu
- 一种最速下降法程序,每次迭代结果都同时显示出来。-A steepest descent method procedures
Conjugate-Gradient-Method
- 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
LMS
- 基于matlab软件的一个无约束优化问题的最速下降算法-Based on matlab software an unconstrained optimization problems steepest descent algorithm
chengxudaima
- 最优化理论,最速下降法,matlab实现,很好地,分享一下-Optimization theory, the steepest descent method, matlab realize, well, to share
steepest-descent-method
- 本代码为《最优化理论与方法》书籍中的拥有Amijo改进的最速下降法算法的代码,并举了3个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books have Amijo improvement in the steepest descent method algorithm code, citing the three books on
NAwolfe
- WOLF Searches steepest descent method
SD1
- steepest descent method
pso-fd
- PSO算法和最速下降法混合算法,求解单目标优化问题,测试函数是非线性方程组,解决MinF(x)的问题。-PSO algorithm and steepest descent method hybrid algorithm for solving single-objective optimization problem, the test function is non-linear equations, solving MinF (x) of the problem.
optimization
- 最优化问题中的最速下降法,共轭梯度法,黄金分割法代码,为applied optimization with matlab programming书中源代码-Steepest descent method, conjugate gradient method, golden section method code
waitui-huangjin-zuisuxiajiang
- 优化设计:外推法、黄金分割法、最速下降法,c程序-Optimization design: extrapolation method, golden section method, steepest descent method, C program
Steepest-Descent
- Steepest descent method implemented by matlab
wnlbPSAD
- 求维纳解及其误差性能曲线和最陡下降法仿真-Seeking Wiener solution and its error performance curves and steepest descent method simulation
最速下降法
- 最速下降法是求解无约束优化问题的算法程序,许多有效算法都是以它基础通过改进或修正而得到的。(The steepest descent method is an algorithm procedure for solving unconstrained optimization problems. Many efficient algorithms are based on the improvement or modification of them.)