文件名称:ANT-GA-PSO
介绍说明--下载内容均来自于网络,请自行研究使用
将蚁群优化算法与粒子群优化算法进行组合,并利用遗传算法的交叉操作与变异操作对粒子多样性进行改进,提高全局优化效率,并配有实例演示。-The ant colony optimization algorithm and the particle swarm optimization algorithm are combined, and the genetic algorithm is used to improve the diversity of the particles.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ANT-GA-PSO优化算法\ant_pso(Example).m
..................\ca_tsp.m
..................\.ross_tsp\cross_tsp_a.m
..................\.........\cross_tsp_b.m
..................\.........\cross_tsp_c.m
..................\.........\cross_tsp_d.m
..................\mutation_d\mutation_a.m
..................\..........\mutation_b.m
..................\..........\mutation_c.m
..................\..........\mutation_d.m
..................\path_set.m
..................\cross_tsp
..................\mutation_d
ANT-GA-PSO优化算法