CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab -steepest descent method
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab -steepest descent method - List
[
matlab
]
SteepestDescentMethod
DL : 1
最速下降梯度法MATLAB程序.转载自科研中国.-steepest descent gradient method MATLAB program. China reprinted from the research.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
胡俊
[
matlab
]
zsxjf
DL : 0
最速下降法matlab程序,最速下降求法-Steepest descent method matlab procedures, steepest descent method
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王伟
[
matlab
]
Opt_Steepest
DL : 1
最速下降法是一种沿着N维目标函数的负梯度方向搜索最小值的方法。该程序是用最速下降法求无约束最优化解。-Steepest descent method is an N-dimensional objective function along the negative gradient direction of the minimum search method. The program is used steepest descent method for unconstrained optimal resolve.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
xutianyuan
[
matlab
]
Steepest.Descent.Method.matlab
DL : 0
matlab经典算法的程序 最速下降梯度法matlab程序-classical algorithm matlab procedure steepest descent gradient method matlab program
Update
: 2025-02-17
Size
: 1kb
Publisher
:
温兆一
[
matlab
]
zuisuxiajiangfa
DL : 0
最速下降法的MATLAB源程序,不知道是否喜欢-Steepest descent method of the MATLAB source code, I do not know like it or not
Update
: 2025-02-17
Size
: 4kb
Publisher
:
张晓
[
matlab
]
fsx
DL : 0
非线性规划中的最速下降法,黄金分割法,阻尼牛顿法,牛顿切线法.-Non-linear programming in the steepest descent method, golden section method, damping Newton s Law, Newton s tangent method.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
[
MPI
]
MATLAB--lm
DL : 0
MATLAB实现最速下降法的具体源程序代码-MATLAB steepest descent method to achieve the specific source code
Update
: 2025-02-17
Size
: 1kb
Publisher
:
廖民
[
matlab
]
optimization
DL : 0
最优化学习的Matlab程序:包括最速下降法,黄金分割法,曲线拟合等.-Matlab optimization learning process: including the steepest descent method, golden section method, such as curve fitting.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
lin
[
AI-NN-PR
]
Steepest
DL : 1
计算梯度下降法计算极值,只能找到局部最小点。可以通过调整步长实现全局最小-Calculation of gradient descent method to calculate extreme value, can only find local minimum point. By adjusting the step size can achieve the global minimum
Update
: 2025-02-17
Size
: 1kb
Publisher
:
宗丹
[
matlab
]
zsxjf
DL : 0
最速下降法,是数值分析中很重要的一种,源码为其在matlab中的实现。-Steepest descent method, numerical analysis is a very important one in the matlab source code for its realization.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
马丫
[
matlab
]
steepest_descent_method
DL : 0
采用最速下降法查找最小值,采用H终止准则,计算时间很快,很适合初学者使用-Steepest descent method using the minimum search using H termination criteria, the computation time soon, it is suitable for beginners to use
Update
: 2025-02-17
Size
: 5kb
Publisher
:
sailorkai
[
3G develop
]
Equalizer_LSM
DL : 0
基于LM算法实现的均衡器。采用梯度估计近似实现最陡下降法。给出最后实验误差平方的均值曲线图。有完整的注释。-LM algorithm based on the equalizer. Similar to the realization of the estimated gradient steepest descent method. Finally, given the experimental error of the mean-square curve. Note complete.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
why98
[
matlab
]
--matlab
DL : 0
用MATLAB代码来实现最速下降法的计算。-MATLAB code used to achieve the steepest descent method calculations.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
Joyee
[
matlab
]
steepest_method_with_const_step
DL : 0
NUMERICAL OPTIMIZATION: This steepest descent method with constant step length to find the minima of f(x, y) = xy exp(− 2x^2 − y^2 + 0.3y) Graphical represxentation in 5 ways of solution, simple and clear explained.-NUMERICAL OPTIMIZATION: This is steepest descent method with constant step length to find the minima of f(x, y) = xy exp(− 2x^2 − y^2+ 0.3y) Graphical represxentation in 5 ways of solution, simple and clear explained.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
venera
[
matlab
]
steepestdescent
DL : 0
Steepest descent have been applied to a biomedical application data and the component responsible for key operation is obtained
Update
: 2025-02-17
Size
: 3kb
Publisher
:
Madhavaraja
[
Algorithm
]
Steepest-descent-method
DL : 0
最优化算法,最速下降法,matlab函数实现 function [istatus,xm,ym,lamda]=quickestdown(y,x0,lamda0, tol, maxIter) 最速下降法 输入:fun--目标函数 x--变量 x0---初始位置 lamda0--初始步长 tol---精度 maxIter--最大迭代次数 -Steepest descent method
Update
: 2025-02-17
Size
: 1kb
Publisher
:
cola
[
Other
]
Newton
DL : 0
压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimization problems of several commonly used method of source: variable rotation Act (variable_rotation.m), steepest descent method (steepest_descent.m), as amended Newton (modified_newton.m), conjugate gradient method (conjugate_gradient.m). In addition, coefficient_matrix.m as the objective function coefficients obtained matrix, minval.m function for the minimum calculation, gradient.m for gradient calculation function-Compression bag contains unconstrained optimization problems of several commonly used method of source: variable rotation Act (variable_rotation.m), steepest descent method (steepest_descent.m), as amended Newton (modified_newton.m), conjugate gradient method (conjugate_gradient.m). In addition, coefficient_matrix.m as the objective function coefficients obtained matrix, minval.m function for the minimum calculation, gradient.m for gradient calculation function
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zhuyuanli
[
Other
]
The-steepest-descent-method
DL : 0
最优化方法 最速下降法程序 MATLAB程序-MATLAB program optimization method of steepest descent method
Update
: 2025-02-17
Size
: 4kb
Publisher
:
姑苏大奖
[
matlab
]
The-steepest-descent-method
DL : 0
关于最优化算法的Matlab仿真程序,最速下降法与牛顿法。-Optimization algorithm Matlab simulation program, the steepest descent method and Newton method.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
lyn
[
matlab
]
The-steepest-descent-method-matlab
DL : 0
程序是通过最速下降法寻找三阶二维的目标函数的局布极值点。-Program is through the steepest descent method to find the objective function of the third-order two-dimensional local extremum point.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
刘宇涛
«
1
2
3
4
5
6
7
8
9
10
...
13
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.