搜索资源列表
nNewton
- 该程序代码为阻尼牛顿法matlab源代码,其特点有:简单易读,适于做优化。-code for the damping Newton Matlab source code, its characteristics are : simple accessibility, suitable for making optimization.
阻尼牛顿法.txt
- 阻尼牛顿法.txt
unconstrained_optimization
- VC实现的,多维函数搜索,无约束优化方法, (1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法 -VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s method (3) conjugate gradient
zuniniudunfa
- 有阻尼牛顿法解无约束非线性规划,很好的!-Damped Newton method for unconstrained nonlinear programming, very good!
zuiyouhuasuanfa
- 包括牛顿法,阻尼牛顿法,变尺度算法,最速下降法的优化算法程序。-Newton' s method, damped Newton method, variable metric algorithm, the steepest descent method optimization algorithm.
58848821fsx
- 阻尼牛顿法求解方程,另有牛顿法等方法求解方程组-Damped Newton method for solving equations
zuniniudun
- 介绍了一个优化的非约束方法,阻尼牛顿法的C语言编程-Introduced a non-binding approach to optimize damping Newton' s law of C language programming
gongchengyouhua2
- 工程优化里采用阻尼牛顿法迭代求函数的最小值-Engineering optimization in the use of minimum damping Newton method Iterative Function
优化算法
- 解决了最小无约束优化问题 步长由ARmijo非精确一维搜索生成,迭代方向分别由最速下降法,阻尼牛顿法,共轭梯度法,拟牛顿法(BFGS)产生(This code solves the minimum unconstrained optimization problem, and the step size is generated by ARmijo inexact one-dimensional search. The iterative directions are generated b