-
Conjugate-Gradient-Method
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method between the method and Newton' s method, it takes only a first derivative information, but to overcome the steepest descent method convergence slow shortcomings, but also to avoid the Newton method needs to be stored Hesse and disadvantages of computing inverse matrix and the conjugate gradient method is not only one of the most useful methods to solve large linear equations, solution of large-scale nonlinear optimization is one of the most effective algorithm. In various optimization algorithm, conjugate gradient method is a very important one. The advantage is that a small amount of memory required, with step convergence, high stability, and does not require any external parameters.)
- 2017-03-14 15:48:15下载
- 积分:1
-
jichafenxi
正交实验中的极差分析代码,确定因素的优水平和最优水平组合,给出指标趋势图。(Orthogonal experiment range analysis code to determine the factors that the optimal level of excellent level and combination of indicators of trends is given.)
- 2008-06-04 19:04:22下载
- 积分:1
-
fing_v15
包括回归分析和概率统计,有借鉴意义哦,基于chebyshev的水声信号分析。( Including regression analysis and probability and statistics, There are reference Oh, Based chebyshev underwater acoustic signal analysis.)
- 2017-04-12 15:58:26下载
- 积分:1
-
equation
线性方程组的计算,采用的是高斯消元法来实现的。只有主要的算法代码,没有写主函数(Calculation of linear equations using the Gauss elimination method to achieve. Only the main algorithm code, did not write the main function)
- 2010-08-05 19:34:04下载
- 积分:1
-
7
相变UDF,包括质量传递和热量传递,能够进行气液相变的模拟(Phase transition UDF, including mass transfer and heat transfer, gas-liquid phase transition can be simulated)
- 2021-03-02 15:09:34下载
- 积分:1
-
gaussmix
混合高斯模型
对于给定的数据,可以自动选择最佳聚类数目和聚类中心,并根据判决规则进行收敛,运算很快,非常方便(Mixed-Gaussian model for a given data, can automatically select the best cluster number and cluster centers, and in accordance with decision rules convergence, compute very fast, very convenient)
- 2008-06-06 11:20:29下载
- 积分:1
-
optimization-mathematical-methods
最优化课件用于最优化数学方法学习,包括惩罚函数,乘子法等(Optimization courseware for optimizing mathematical methods of learning, including the penalty function multiplier method)
- 2016-04-06 10:56:59下载
- 积分:1
-
RLS
RLS algorithm.design by simulink
- 2011-07-27 22:19:05下载
- 积分:1
-
UMAT_Hashin3D
基于ABAQUS的三维hashin准则算法(A three-dimensional hashin standard algorithm based on ABAQUS)
- 2021-04-18 20:58:51下载
- 积分:1
-
floyd
求解最短路算法,,,
赋路径初值 更新 显示迭代步数
显示每步迭代后(solve the lest distance)
- 2013-09-13 12:35:54下载
- 积分:1