-
PSO
针对传统的算法如遗传算法、粒子群算法等在TSP问题上求解精确性和求解规模上都还有一定的不足,本文提出了一种基于动态规划思想的粒子群优化算法。该算法用动态规划的方法实现粒子间的信息交互和粒子的进化,并且将粒子群中的粒子按无标度信息指导网络拓扑图的方式进行连接。仿真结果表明该方法能有效地减小误差率,提高解的精确,同时还保持了较低的计算复杂度,具有良好的稳健性。(TSP problem solving for the traditional algorithms such as genetic algorithms, particle swarm optimization accuracy and solving the scale, there is a certain lack of a dynamic programming algorithm-based particle swarm optimization algorithm. The algorithm using dynamic programming method to achieve the evolution of information exchange between the particles and the particles, and particle swarm particle scale-free information guide network topology map to connect. The simulation results show that this method can effectively reduce the error rate and improve the solution precision, while maintaining a low computational complexity, good soundness.)
- 2013-01-07 18:05:35下载
- 积分:1
-
df
说明: 经过个人修改的matlab科学计算程序,供初学者使用(MATLAB scientific computing and visualization simulation literature amended program can achieve numerical conversion between)
- 2012-08-06 19:12:57下载
- 积分: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
-
3
说明: 用刷选法求出100之内的素数。并输出数有多少个。(100 prime number is calculated by the method of selection. And the output count how many.)
- 2013-09-11 19:40:35下载
- 积分:1
-
iteration-method
解线性方程组的迭代法
雅可比迭代、高斯—赛德尔迭代、超松弛迭代法
(Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method)
- 2013-07-05 20:15:05下载
- 积分:1
-
suanshubianma
算术编码是用符号的概率和它的编码间隔两俩个基本参数来描述的。算术编码可以是静态的或是自适应的。(Arithmetic coding to both of two basic parameters to describe the probability of the symbol and its coding interval. Arithmetic coding can be static or adaptive.)
- 2012-08-13 03:57:21下载
- 积分: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
-
oofem-1.7.tar
c++的有限元源码,带说明书和测试数据,是难得的有限元开发资料.(This is the code of finite element method, with manual document and data samples, it is valusble for FEM development)
- 2009-04-25 13:59:51下载
- 积分:1
-
TouYing
主要功能是进行高斯正算,高斯反算及透视方位投影的显示。(Main function is to be considered are Gaussian, inverse Gaussian and the perspective projection display position.)
- 2009-05-06 08:38:45下载
- 积分:1
-
QR-decomposition
QR分解法是目前求一般矩阵全部特征值的最有效并广泛应用的方法,一般矩阵先经过正交相似变化成为Hessenberg矩阵,然后再应用QR方法求特征值和特征向量。它是将矩阵分解成一个正规正交矩阵Q与上三角形矩阵R,所以称为QR分解法,(QR decomposition
)
- 2020-08-31 01:08:10下载
- 积分:1