-
禁忌算法 C++
禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
- 2018-04-13 09:03:34下载
- 积分:1
-
srfft
FFT DIF 分裂基的C语言代码,比较好的说明了整个流程(FFT DIF split the base of the C language code, better explains the entire process)
- 2010-06-02 17:10:36下载
- 积分:1
-
Main
平面应力、平面应变有限元数值计算,适合于有限元编程入门(plane stress and plane strain for numerical calcualtion)
- 2010-11-12 15:08:58下载
- 积分:1
-
CFD-SIMULATION-OF-BOILING-FLOWS
计算机流体理论方面的文献,动网格的划分和计算(Literature, of the theory of computational fluid dynamic division and calculation of the grid)
- 2012-06-06 10:07:31下载
- 积分:1
-
地球物理偏移相关程序包MandMVLab
地球物理偏移相关程序包,能实现时间偏移、深度偏移、及逆时偏移等,编写语言:Matlab。(Geophysical migration coding package, time migration, depth migration, reverse time migration, the writing language: Matlab.)
- 2021-03-06 22:49:30下载
- 积分:1
-
Sod
利用5阶WENO有限差分法求解一维Euler方程组,给出求解Sod型激波管问题的详细程序。(The use of 5-order WENO finite difference method for solving one-dimensional Euler equations given type of shock tube problem solving Sod detailed procedures.)
- 2014-02-07 11:03:08下载
- 积分:1
-
distance
C++程序求两点距离 可以点入坐标点(C++ program distance between two points)
- 2013-01-08 22:03:02下载
- 积分:1
-
lasso
使用lasso方法,对特征矩阵进行优化特征选择(向量选择),使其达到最优。(Use lasso method, optimize the characteristic matrix feature selection (vector selection), to the optimal.)
- 2020-07-15 09:28:51下载
- 积分:1
-
Python for Data Analysis, 2nd Edition
Python for Data Analysis
DATA WRANGLING WITH PANDAS,
NUMPY, AND IPYTHON
- 2018-09-15 23:03:37下载
- 积分:1
-
bycgste
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method and Newton' s method between a method that takes only a first derivative information, but to overcome the slow convergence of the steepest descent method shortcomings, but also avoid the need to store Newton and computing the inverse Hesse matrix and disadvantages, conjugate gradient method is not only to solve large linear equations of the most useful methods, large-scale nonlinear optimization solution is the most efficient algorithms)
- 2013-09-13 16:33:21下载
- 积分:1