Welcome![Sign In][Sign Up]
Location:
Search - particle swarm tsp

Search list

[AI-NN-PRDiscrete_PSO_TSP_C

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:

[Mathimatics-Numerical algorithmspso_tsp_ansi_c

Description: 用C编写的粒子群寻优的优化算法,希望与大家共享-prepared by the Particle Swarm Optimization algorithm optimization, and share hope
Platform: | Size: 48128 | Author: he | Hits:

[AI-NN-PRTSP_PSO

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:

[matlabTSP

Description: 本程序是对旅行家问题的粒子群优化算法实现-This procedure is the issue of travelers Particle Swarm Optimization Algorithm
Platform: | Size: 11264 | Author: 邓高峰 | Hits:

[AI-NN-PRDPSO

Description: 求解TSP问题的动态邻域粒子群优化算法 (论文)-Solving dynamic TSP problem Neighborhood Particle Swarm Optimization (Thesis)
Platform: | Size: 206848 | Author: 清水 | Hits:

[matlabaco-ga-pso-tsp

Description: 一个集合遗传算法,蚁群算法,粒子群算法的混合算法解决TSP问题的MATLAB程序-A collection of genetic algorithm, ant colony algorithm, the hybrid particle swarm optimization algorithm to solve TSP problems MATLAB program
Platform: | Size: 4096 | Author: 严周广 | Hits:

[AI-NN-PRtsp

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:

[matlabTSP-PSO

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:

[AI-NN-PRparticle_swarm_optimization-Solve-the-TSP-problem.

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:

[AI-NN-PRGPSOtsp

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:

[Mathimatics-Numerical algorithmsPSO-TSP

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:

[matlabTSP_Particle

Description: 在MATLAB中用粒子群算法解决TSP问题。-use the particle swarm optimization(PSO) to solve the TSP problem。
Platform: | Size: 3072 | Author: hedongjing | Hits:

[Mathimatics-Numerical algorithmsc-tsp

Description: 实现旅行商问题的解决(微粒群算法或者蚁群算法)-To achieve resolution of the traveling salesman problem (or ant colony optimization Particle swarm optimization)
Platform: | Size: 3072 | Author: 吴明 | Hits:

[matlabswarm_optimization-Solve-the-TSP-problem

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:

[AI-NN-PRParticle-Swarm

Description: 粒子群算法在离散问题中的应用。这里主要是在TSP问题中的应用。-Discrete Particle Swarm Optimization Problems. Here the main problem in the application of TSP.
Platform: | Size: 5421056 | Author: 李洁 | Hits:

[AI-NN-PRTSP-based-on-improved-pso

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:

[matlabTSP

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:

[matlabPSO-TSP

Description: 粒子群解决旅行商问题 包含一些TSP数据(Particle swarm optimization for traveling salesman problems)
Platform: | Size: 11264 | Author: 叨叨徐 | Hits:

[OtherTSP-PSO

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:

[OtherBalanced fuzzy particle swarm optimization

Description: matlab code for tsp using pso
Platform: | Size: 400384 | Author: usgaa | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net