搜索资源列表
GA_TSP
- 用VC写的遗传算法求解TSP问题程序,研一时候的作业,有多种变异和交叉方法,可以对比各中组合的计算结果-Written by VC genetic algorithm procedure TSP problem, a study of the operation time, there are several variations and cross-method comparison of the results of portfolio
GA_TSP
- 用遗传算法实现TSP,文中有详细说明,注释,是以是个城市为例的-GA——TSp
ga_tsp
- 遗传算法小程序,关于解决TSP问题的遗传算法,仅供参考-GA small program on the settlement of the TSP Genetic Algorithm for reference purposes only and interact more
GA_TSP
- 使用遗传算法解决旅行商问题,包含源代码和编译出的可执行文件-use GA to solve TSP ,there are cpp,hpp.including the whole codes
GA_TSP
- 以C++程序完成的旅行商问题,求各位给个看法-To C++ program to complete the traveling salesman problem, find you for a view
GA_TSP
- 用MFC开发的GA写的旅行商问题(TSP)-it is a program on MFC,for the problen of TSP ,the algrorithm is GA
g_a
- 程序功能:利用遗传算法求解TSP问题,其中GA_TSP为主函数,具体参数表示见主函数。-The program features: the use of genetic algorithm for TSP, and main function is GA_TSP.
ga_tsp
- This paper is the result of a literature study carried out by the authors. It is a review of the dierent attempts made to solve the Travelling Salesman Problem with Genetic Algorithms. We present crossover and mutation operators, developed to tackle
GA_tsp
- 本程序为使用基本GA求解tsp问题 种群数:60 最大世代数:5000 交叉率: 0.80 变异率: 0.15 -GA tsp
GA_tsp
- 遗传算法求解TSP问题,C++编程实现,matlab画图-Genetic Algorithm for TSP
GA_TSP
- 基本的遗传算法程序源代码,例子用来解决TSP问题-The basic genetic algorithm source code examples to solve TSP problem
GA_TSP
- 遗传算法 旅行社问题 TSP问题 C++源代码-genetic algorithm travelling salesman problem TSP problem C++ source code
GA_TSP
- 基于遗传算法的TSP问题实现,实例有30个城市的距离路径数据,采取两种交叉算子实现。-Based on genetic algorithm for the realization of TSP, examples of 30 cities in the distance path data, using two kinds of crossover operator.
GA_TSP
- 遗传算法解决TSP问题,参数分为三组,可自行设置。(The genetic algorithm to solve the TSP problem, the parameters are divided into three groups, can set up their own.)
