搜索资源列表
chapter15
- 基于混合粒子群算法的TSP搜索算法matlab 实现-Particle swarm optimization based on hybrid search algorithm for TSP
work
- 基于混合粒子群算法的TSP搜索算法,遗传初始化-Genetic algorithms of the the TSP search algorithm based on hybrid particle swarm of the igonr matab the math you off dosmin
TSP
- 根据混合粒子群算法原理,在MATLAB中编程实现基于粒子群算法的TSP搜索算法,给出了适应度函数,粒子初始化,交叉操作,变异操作,最后给出了仿真结果。有图可以看出,混合粒子群算法能够较快找到连接各个城市的最优路径,谢谢,希望能够给大家带来帮助。-According to the principle of hybrid particle swarm algorithm, programmed in MATLAB Based on Part
chapter14基于粒子群算法的PID控制器优化设计
- chapter15基于混合粒子群算法的TSP搜索算法(A TSP Search Algorithm Based on Hybrid Particle Swarm Optimization)
chapter15 基于混合粒子群算法的TSP搜索算法
- sp搜索算法,是经典的人工智能算法,我们可以利用此算法解决很多搜索问题(sp search algorithm is a classic artificial intelligence algorithm, we can use this algorithm to solve a lot of search problems)
TSP-PSO
- 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(Hybrid particle swarm algorithm instead of the traditional particle swarm algorithm in the method to update the position of the p