Description: 离散粒子群算法(Discrete PSO)C语言源代码。
附带有利用D-PSO解决旅行商问题(TSP)的代码可作为使用时的Demo参考-discrete particle swarm algorithm (Discrete PSO) C language source code. Incidental use of a D-PSO solve the traveling salesman problem (TSP) code can be used as a reference when the Demo Platform: |
Size: 49152 |
Author:布拉德 |
Hits:
Description: 用粒子群方法解决TSP(旅行商)问题,按照TSP1.m中的格式输入程序参数即可-Using Particle Swarm solution to TSP (traveling salesman) problems, in accordance with the format in TSP1.m parameter input program Platform: |
Size: 4096 |
Author:王元 |
Hits:
Description: 这是一个很好用的求解TSP问题的粒子群算法,很适合初学者。-This is a very good solution of TSP used in the particle swarm optimization problems, it is suitable for beginners. Platform: |
Size: 2048 |
Author:zhaogang |
Hits:
Description: 用混合粒子群算法求解TSP问题,自带GUI界面,共有9中算法,可解决各种TSP问题,效果不错。-Using hybrid particle swarm algorithm to solve TSP problems, bring their own GUI interface, a total of 9 in the algorithm, to resolve the various TSP problems, good results. Platform: |
Size: 33792 |
Author:灞堝媷 |
Hits:
Description: 基于粒子群优化算法(PSO)的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Based on Particle Swarm Optimization (PSO) of the 50 cities TSP problem solving can be extended to a similar NP-hard problem. Platform: |
Size: 2048 |
Author:孙岩 |
Hits:
Description: 采用遗传微粒群算法(GPSO)求解旅行商问题(TSP)的源代码。内附多个算例,本算法对于中小规模问题求解效率很高,对于大规模问题则效率略低。如有任何疑问,请于http://2shi.phphubei.com.cn/index.php发帖询问。-Genetic Particle Swarm Optimization (GPSO) for Traveling Salesman Problem (TSP) of the source code. Containing a number of examples, the algorithm for solving small and medium-sized high efficiency, large-scale problems for the slightly lower efficiency. If you have any questions, please post http://2shi.phphubei.com.cn/index.php asked. Platform: |
Size: 936960 |
Author:李剑 |
Hits:
Description: 在分析粒子群优化的搜索原理的基础上,通过引入交换子和交换序的概念,构造
一种特殊的粒子群优化算法,并用于求解旅行商问题。
- This algorithm introduces the search strategies of particle swarm optimiza-
tion (PSO),via presenting the concepts of swap operator and swap sequence an algorithm of a kind of
special particle swarm optimization is constructed and then proposes its application to traveling sales-
man problems(TSP). Platform: |
Size: 5120 |
Author:李北辰 |
Hits:
Description: 一个基于粒子群优化算法源码,(PSO)的50个城市TSP问题的求解,可推广至类似NP.-A source code based on particle swarm optimization, (PSO) of the 50 cities TSP problem solving, can be extended to similar NP. Platform: |
Size: 2048 |
Author:抛弃 |
Hits:
Description: 粒子群算法在离散问题中的应用。这里主要是在TSP问题中的应用。-Discrete Particle Swarm Optimization Problems. Here the main problem in the application of TSP. Platform: |
Size: 5421056 |
Author:李洁 |
Hits:
Description: 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid particle swarm algorithm and genetic algorithm, ant colony algorithm and simulated annealing algorithm to solve the TSP problem the idea. Platform: |
Size: 633856 |
Author:durongmao |
Hits:
Description: 根据混合粒子群算法原理,在MATLAB中编程实现基于粒子群算法的TSP搜索算法,给出了适应度函数,粒子初始化,交叉操作,变异操作,最后给出了仿真结果。有图可以看出,混合粒子群算法能够较快找到连接各个城市的最优路径,谢谢,希望能够给大家带来帮助。-According to the principle of hybrid particle swarm algorithm, programmed in MATLAB Based on Particle Swarm TSP search algorithm given fitness function, particle initialization, crossover and mutation operation. Finally, the simulation results. There can be seen, hybrid particle swarm algorithm can quickly find the optimal path to connect each city, thank you, hope to be able to give us help. Platform: |
Size: 12288 |
Author:wangxin |
Hits:
Description: 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(Hybrid particle swarm algorithm instead of the traditional particle swarm algorithm in the method to update the position of the particle by tracking the maximum, but the introduction of crossover and mutation in genetic algorithm, the particle swarm extremum with individual extremum and cross and variation of the particle itself to search the optimal solution.) Platform: |
Size: 13312 |
Author:胡萝卜须
|
Hits: