资源列表
蚁群算法
- 蚁群算法求解旅行商问题,一个经典程序,可以求出较优解(ant colony algorithm)
粒子群算法
- matlab粒子群算法的简单实现,可以自己调精度,群体学习和个体学习的权重(Particle Swarm Optimization based on matlab)
遗传算法
- matlab遗传算法的经典程序,收敛速度快,精度高(ga algorithm based on matlab)
fem_direct
- These codes are solutions to Gaussian elimination and finite element direct methods such as spring and bar
lppinv
- 文件中包含了一个visualC++工程,里面写好了一个矩阵广义求逆的C函数,只需给函数传递矩阵指针,矩阵的介数就能求出该矩阵的广义逆矩阵(The document contains a visualC++ project, which has written a matrix generalized inverse C function, just transfer the function of the matrix pointer, matrix betweenness, you can f
pso-mpi
- 标准PSO的c++实现,可以单线程运行,也可以通过MPI实现并行化,同时实现了粒子间的拓扑结构。(Standard PSO c++ implementation, you can run a single thread, you can also achieve parallelization through MPI, while achieving the topology between particles)
S2_intro_objects_S_1b_Lagrange_1
- 基于C++的拉格朗日插值法的实现,程序结构非常清晰明了,有注释(C++ interpolation based on the implementation of Lagrange, the program structure is very clear and clear, there are notes)
Introduction to Algorithms2_1
- Demo for insert sort task in Introduction to Algorithms
“当前”统计模型(Kalman)
- 根据当前运动模型,进行Kalman滤波。得到滤波优化后的运动轨迹(Kalman filtering is carried out according to the current motion model)
qiexiangangdu
- 用于弹塑性本构的切线刚度计算,基于塑性本构的增量理论编写(flow theory coupled with damage failure criteria of the program for the vumat ABAQUS program, functional simulation load to failure of the process of destruction)
cordic
- this file is about cordic commmalgorithm in telecomm,
euler2d_cudaFortran-master
- GPU实现2d欧拉方程问题,fortran 实现,简单易学,可以下载试试(GPU 2D Euler equations to achieve the problem, FORTRAN implementation, easy to learn, you can download to try)