搜索资源列表
遗传算法求解TSP问题
- 基本遗传算法求解TSP问题,只需给出城市间距离矩阵和初始参数即可进行计算。-basic genetic algorithm for TSP, is only inter-city distance matrix and the initial parameters can be calculated.
GA-TSP
- 该程序用遗传算法求解TSP问题,得到了比较优的解,初学者可以参考。
TSPMATLAB.rar
- 遗传算法求解TSP问题的MATLAB实现。这是一篇非常有新意的论文,对于学习遗传算法非常有用,This paper has resolved the traveling salesman problem(TSP) by virtue of geneitc algorithms(GA)
GA_TSP
- 利用遗传算法求解TSP问题。TSP问题描述如下:给定一组n个城市和他们两两之间地直达距离,寻找一条闭合的旅程,使得每个城市刚好经过一次而且总的旅行距离最短。 -The use of genetic algorithm to solve TSP problem. TSP problem described as follows: given a set of n cities and they are between 22 to direct the distance of the journey
TSP
- 遗传算法求解经典的旅行商(TSP)问题。图形化界面,可以选择大/中/小地图文件,并演示进化的过程。中/小地图在默认代数下一般都可以找到最优解。-Genetic Algorithm for the classic TSP problem. Graphical interface, you can choose large/medium/small map files, and demonstrates evolutionary process. Medium/small maps in the d
generic_tsp
- 用遗传算法求解TSP问题,种子数100,遗传概率和交叉概率可以在源程序中修改。-Genetic Algorithm with TSP problem, a few hundred seeds, genetic probability and crossover probability can modify the source program.
tspsa
- 针对基于遗传算法的TSP 问题求解, 尝试了多种遗传操作, 分析了这些操作在遗传算法中的作用, 讨论了基因片段保序在利用遗传算法求解TSP 问题中的重要性.-Based on Genetic Algorithm for TSP Problem Solving, try a variety of genetic manipulation, analysis of these operations at the role of genetic algorithm discussed Orderin
tsp
- 遗传算法求解tsp问题的matlab代码-Genetic algorithm matlab code issues tsp
TSP
- 用C++实现遗传算法求解TSP问题.txt-C++ for TSP
gaTSP
- 遗传算法求解tsp问题,采用遗传算法,比其他的算法更容易解决tsp- GA to solve the tsp problem
GA-TSP
- GA-TSP 运用遗传算法求解TSP问题,需要分开函数保存在运行。-GA-TSP the use of genetic algorithm to solve TSP problem and needs to separate the function is saved in the running.
GA-TSP
- 利用遗传算法求解旅行商问题,求解100城市的最短路程(Using GA to solve TSP problem)
TSP问题
- 用遗传算法求解TSP问题,文件比较全面,可以直接运行,或者自己改变输入(solve the TSP by ga)
各种智能算法求解TSP问题
- 各种求解TSP问题的人工智能算法(粒子群算法,遗传算法,蚁群算法等等)(All kinds of intelligent algorithm to solve TSP problem)
TSP
- 使用matlab,利用遗传算法求解TSP问题(Using MATLAB, the genetic algorithm is used to solve the TSP problem)
遗传算法求解tsp
- 运用matlab解决基于遗传算法的路径优化(Using MATLAB to solve path optimization based on genetic algorithm.)
TSP(GA)
- 遗传算法求解TSP问题的全部函数,运行时间很短。(THE FUNCTION OF GA to solve the tsp problem.)
ga_TSP
- 遗传算法求解TSP问题,可生成迭代图像,有详细中文注释(Solving TSP problem by GA)
遗传算法求解TSP
- 基于遗传算法的TSP算法,对初学遗传算法的,有帮助(TSP algorithm based on genetic algorithm which is helpful for beginners in learning genetic algorithm)
遗传算法
- 利用遗传算法求解TSP问题,并给出了最终图像和结果。(The genetic algorithm is used to solve the TSP problem, and the final image and results are given.)