搜索资源列表
-
0下载:
本程序实现0-1背包问题的遗传算法的并行计算,mpi+c语言-This procedure achieved 0-1 knapsack problem genetic algorithm parallel computing, mpi+ c language
-
-
0下载:
A GENETIC ALGORITHM is a a parallel search method that manipulates a
string of numbers (a chromosome) in a manner similar to the laws of
evolution and biology. In this software, that string of numbers
represents parameters of a mathematical
-
-
0下载:
并行遗传算法的分析,与最基本的有多不同,改进版-Parallel Genetic Algorithm analysis, with the most basic how different and improved version of
-
-
0下载:
vc++中用以测试mpi并行的遗传算法,应用在0-1背包的问题中。-Vc++ is used to test the mpi parallel genetic algorithm (ga), used in 0-1 knapsack problem.
-
-
0下载:
粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
-
-
0下载:
使用vc++6.0实现了遗传算法主从式并行计算,减少了遗传算法计算时间。-Using a genetic algorithm to achieve vc++6.0 master-slave parallel computing, genetic algorithm reduces computation time.
-