-
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
-
MD
说明: 从别的网上下来的,是一个简单又经典的分子动力学模拟程序,很适合初级使用。(for molecular simulation)
- 2010-06-08 14:55:11下载
- 积分:1
-
KINEMATIC
金属材料的随动强化有限元模型,适用于有限元分析的本构模型二次开发(Finite element model of kinematic hardening of metallic materials, constitutive model suitable for finite element analysis of secondary development)
- 2020-12-03 20:39:25下载
- 积分:1
-
fft_base2
本程序用于实现快速傅里叶变换的快速算法
% 为代码简便所有*2操作均直接实现,实际应采用二进制左移实现
(This procedure used to realize fast Fourier transform fast algorithm of all the code is simple to operate* 2 are referred directly to realize the actual binary left should be used to achieve)
- 2008-05-17 10:59:43下载
- 积分:1
-
3dcrack
abaqus中的三微裂纹扩展,一起学习下(the abaqus of three micro-crack propagation, with learning under)
- 2012-10-31 17:32:10下载
- 积分:1
-
最速下降法与牛顿法
说明: 此代码包括牛顿法和梯度下降法的实现过程,最优化以及算法中常见的问题解决方式(This code includes the process of Newton method and gradient descent method)
- 2020-01-07 09:42:51下载
- 积分:1
-
hanshuubijin
用切比雪夫多项式逼近已知函数
用勒让德多项式逼近已知函数
用帕德形式的有理分式逼近已知函数
用列梅兹算法确定函数的最佳一致逼近多项式
求已知函数的最佳平方逼近多项式
用傅立叶级数逼近已知的连续周期函数
离散周期数据点的傅立叶逼近
用自适应分段线性法逼近已知函数
用自适应样条逼近(第一类)已知函数
离散试验数据点的多项式曲线拟合
离散试验数据点的线性最小二乘拟合
离散试验数据点的正交多项式最小二乘拟合
(By using Chebyshev polynomial approximation of the known functionApproximation of the known functions by Legendre polynomialsApproximation by rational fraction of known function in the form of PadmaTo determine the best uniform function polynomial approximation with the Lemez algorithmThe best known polynomial square for function approximationContinuous periodic function with Fourier series approximation of the knownApproximation of discrete data points in the Fu Liye cycleApproximation of the known function with adaptive piecewise linear methodAdaptive spline approximation ( first class ) known functionPolynomial curve fitting of discrete data pointsLinear least squares fitting of discrete data pointsOrthogonal polynomial least squares fitting of discrete data points)
- 2020-08-24 21:38:15下载
- 积分:1
-
v1
说明: 蒙特卡罗模拟算法模拟MR模型中有序无序相变(In this cpp, using a useful combined Monte Carlo algorithm, we simulate the MR model model to study the phase transition)
- 2019-07-08 21:11:07下载
- 积分:1
-
sirt
SIRT方法解线性方程组,通过迭代求解,取得了更为精确的结果,节省了计算时间(sirt mehtod to solve equation)
- 2010-05-07 07:14:45下载
- 积分:1
-
duoxiangshi
计算方法程序:多项式拟合(Calculation procedure: Polynomial Fitting)
- 2008-05-01 14:42:31下载
- 积分:1