搜索资源列表
ParallelCD
- 关联规则并行算法Count Distribution的C与MPI实现
parallelgenetic
- 使用并行遗传算法解决TSP问题,使用MPI函数库进行通信。-Using parallel genetic algorithm to solve TSP problem, use the MPI library for communication.
tsp_pso
- tsp 粒子群算法修正源码, 参考:大连理工大学 谷超 2009年硕士学位论文 “改进的ACO和PSO算法在TSP中的应用” *郭文忠1,陈国龙1,洪玉玲2 .求解TSP问题的动态邻域粒子群优化算法.漳州师范学院学报(自然科学版) -modified particle swarm optimization tsp source code, reference: Dalian University of Technology master s degree thesis Vall
genetic_algorithm
- MPI实现遗传算法,为了方便大家使用压缩包中还加入了文档说明,学习MPI的朋友可以-MPI realization of genetic algorithm, in order to facilitate the use of compression package also joined the document explains, learning MPI friends can
MyGaMpiII_1.0.tar
- 也是fortran编译的GA算法,但功能与I似有不同,似乎是曾加了并行,我看不太懂。可解压可运行,也还是不确定有没有BUG。-le programme génétique est parallèle) : deux versions parallèles utilisant le protocole MPI.
shortest_path_adjacencyWDigraph
- 采用动态规划法,构建邻接矩阵带权有向图,解决最短路径问题。-Dynamic programming method used to construct adjacency matrix weighted directed graph, the shortest path to solve the problem.
mpi-ikl-simplemkl-1.0.tar
- This package contains an implementation of the Infinite Kernel Learning (IKL) algorithm and the SimpleMKL algorithm. This is realized by building on Coin-Ipopt-3.3.5 and Libsvm.
matlab-GA
- matlab——遗传算法 遗传算法程序 -Genetic Algorithm Programming
cannon.c.tar
- mpi code to implement cannon s algorithm
checkerboard.tar
- mpi code for matrix multiplication using checkerboard approach
MyGaMpiII_1.0
- 这是一个基于实数编码的Fortran语言的遗传算法,并用MPI并行实现,里面提供了丰富的选择算子,交叉算子,变异算子可供选择,如选择算子有基于赌盘选择算子,无回放余数随机选择算子,变异算子有高斯变异,自适应变异等,此外还实行了一种策略可以有效地降低早熟的概率,本人还有一份非MPI版本的遗传算法,需要者可以联系。-This is a real-coded in Fortran language of genetic algorithms, and use MPI parallel implemen
allgather
- 只使用send和recv来实现imp的数个群集通讯函数,包括allgather,bcast,scatter,gather,alltoa-allgather,bcast,scatter,gather,alltoall mpi implement
tsp
- TSP问题并行算法实现,mpi实现并行TSP问题。-travelling Salesman Problem
S7-300-MPI-communication-code
- 西门子plc 通讯程序:S7-300 MPI 通讯程序 ,压缩包内部有程序代码-S7-300 MPI communication code
thqrtest
- 在MPI上实现的矩阵相乘并行计算的源程序,()