-
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
-
UC1
unit commitment with Gams
- 2012-08-31 22:54:32下载
- 积分:1
-
txt2LMS
将txt数据转换为LMS test.lab软件所能接受的格式(Change the txt format file to Unv file which can be read into the famous vibration test software LMS test.lab)
- 2021-04-07 11:09:01下载
- 积分:1
-
DK
说明: 邓肯张在ansys中的二次开发,适合于土体有限元分析(second development of duncan-zhang in ansys,it s be used to ansys)
- 2015-01-09 09:27:07下载
- 积分:1
-
untitled
说明: 求任意一点到任意点的距离的最小值!
对于求解一些最短距离的问题可以提供一些帮助!(seek any point to any point of the minimum distance! For some of the shortest distance to solve the problem, it can provide some help!)
- 2005-09-11 16:30:43下载
- 积分:1
-
orthofit
对离散点进行多项式拟合,不同于传统多项式拟合高次出现病态,此程序可以拟合高阶多项式( ORTHOFIT Fit polynomial to data.
YS = ORTHOFIT(X,Y,N) smooths/fits data Y(X) in a least-squares sense
using a polynomial of degree N and returns the smoothed data YS.)
- 2021-02-14 15:49:49下载
- 积分:1
-
junmiu
空间目标识别,采用PM算法,线性调频脉冲压缩的Matlab程序,多抽样率信号处理。( Space target recognition algorithm using PM, LFM pulse compression of the Matlab program, Multirate signal processing.)
- 2016-09-14 17:22:40下载
- 积分:1
-
cp1
计算风力机的转换功率的算例
根据流体力学激盘素理论推出
最大转换功率不可能超过0.47(cofficience of power change from wind energy to eletricity energy.)
- 2010-02-09 03:18:18下载
- 积分:1
-
quadrotorsimplesuper
一个自己弄的四旋翼的非线性动力学模型的m文件(nonliner model for quadrotor)
- 2014-12-26 23:15:18下载
- 积分:1
-
Numerical_Recipes_in_C
《数值分析方法库
》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。(《Numerical Recipes in C: The Art of Scientific Computing》, The product of a unique collaboration among four leading scientists in academic research and industry, Numerical Recipes is a complete text and reference book on scientific computing. In a self-contained manner it proceeds from mathematical and theoretical considerations to actual practical computer routines. With over 100 new routines bringing the total to well over 300, plus upgraded versions of the original routines, the new edition remains the most practical, comprehensive handbook of scientific computing available today.)
- 2010-05-17 12:44:53下载
- 积分:1