搜索资源列表
nNewton
- 该程序代码为阻尼牛顿法matlab源代码,其特点有:简单易读,适于做优化。-code for the damping Newton Matlab source code, its characteristics are : simple accessibility, suitable for making optimization.
fsx
- 非线性规划中的最速下降法,黄金分割法,阻尼牛顿法,牛顿切线法.
阻尼牛顿法.txt
- 阻尼牛顿法.txt
无约束优化 阻尼牛顿法
- 无约束优化 梯度法的C++程序
nNewton
- 该程序代码为阻尼牛顿法matlab源代码,其特点有:简单易读,适于做优化。-code for the damping Newton Matlab source code, its characteristics are : simple accessibility, suitable for making optimization.
fsx
- 非线性规划中的最速下降法,黄金分割法,阻尼牛顿法,牛顿切线法.-Non-linear programming in the steepest descent method, golden section method, damping Newton s Law, Newton s tangent method.
feixianxing
- mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求
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
dpnewton_zuisu
- 阻尼牛顿法、最速下降法、变尺度法的matlab程序。-Damped Newton' s method, steepest descent method, variable metric method matlab program.
steepest
- 实用最优化方法 最速下降法 变尺度法 牛顿法 阻尼牛顿法 皆为可运行程序-The most practical method of steepest descent optimization variable metric method damped Newton' s method Newton' s method can run the program are all
nonlinear-equation
- mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形
zuniniudunfa
- 有阻尼牛顿法解无约束非线性规划,很好的!-Damped Newton method for unconstrained nonlinear programming, very good!
algorithms
- 分别用变尺度算法、牛顿法、阻尼牛顿法和最速下降法求函数的最值。-Variable metric algorithms were used, Newton, damped Newton method and steepest descent of a function of the value.
dampnm
- 阻尼牛顿法求解无约束优化问题,阻尼牛顿发求解无约束优化问题-Damped Newton method for solving unconstrained optimization problems
zunewton
- 阻尼牛顿法求解minf(x)=(1-x1)^2+2*(x2-x1^2)^2初始点x=(0,0)精度为0.01。可运行出结果,程序清晰,算法明确。-Damped Newton method for solving min f (x) = (1-x1) ^ 2+2* (x2-x1 ^ 2) ^ 2 the initial point x = (0,0) accuracy of 0.01.It Can run out the results
ZNNewton
- 阻尼牛顿法,用于求解二维非线性方程的求根,收敛速度较快-Damping Newton method for solving the two-dimensional nonlinear equations of Roots, convergence is faster
数值分析算法
- 阻尼牛顿法,偏微分方程数值解法的MATLAB程序
阻尼牛顿法程序)
- 由于实际问题的精确极小点一般是不知道的, 因此初始点的选取给算法的实 际操作带来了很大的困难. 为了克服这一困难, 可引入线搜索技术以得到大范围 收敛的算法, 即所谓的阻尼牛顿法(Since the exact minimum points of the actual problem are generally unknown, the selection of the initial points is given to the
优化算法
- 解决了最小无约束优化问题 步长由ARmijo非精确一维搜索生成,迭代方向分别由最速下降法,阻尼牛顿法,共轭梯度法,拟牛顿法(BFGS)产生(This code solves the minimum unconstrained optimization problem, and the step size is generated by ARmijo inexact one-dimensional search. The iterat
牛顿法解优化问题
- 使用各种牛顿法(包括普通牛顿法,拟牛顿法,阻尼牛顿法)求解优化问题(Using various Newton methods (including general Newton method, quasi Newton method, damped Newton method) to solve optimization problems)