搜索资源列表
遗传算法解决tsp的C++程序
- 使用遗传算法解决旅行商问题,可设定问题规模的大小。
TSPGA_src
- 一个运用改良的遗传算法来解决旅行商问题的程序-an improved use of genetic algorithms to solve the traveling salesman problem procedures
TSPGA
- 用C#编的用遗传算法求解旅行商(TSP)问题的源代码。-with C# Part of the Genetic Algorithm for TSP (TSP) of the source code.
tsp(2)
- 本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
TSPGACCODE
- 旅行商问题的遗传算法求解源代码,多目标优化经典问题的现代启发式算法实现-traveling salesman problem genetic algorithm source code, multi-objective optimization of the modern classic Heuristic Algorithm
tsp-word
- 用遗传算法解决旅行商问题的简单实现.word格式,简单,易懂 -using genetic algorithms to solve the traveling salesman problem simple realization. Word format, a simple, understandable
travelingsalemanproblem
- 主要解决旅行商问题(traveling saleman problem,简称tsp,即已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市,求解最短距离的遗传算法。-mainly to solve the traveling salesman problem (traveling saleman problem, listed tsp, known cities n betwee
TspGA
- 遗传算法求解旅行商问题,对48个城市的TSP问题进行计算,求解路径和最优路径-Genetic Algorithm for Traveling Salesman Problem, the 48 city TSP problems, the solution of the path and optimal path
tsp
- 遗传算法用遗传算法解决旅行商问题关键词中华人民共和国-Genetic Algorithm with Genetic Algorithm to Solve Traveling Salesman Problem Keywords People s Republic of China
tsp-ga
- 基于遗传算法解决旅行商问题的vc++源码。-Based on genetic algorithm to solve the traveling salesman problem vc++ Source.
TSP
- 用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解TSP问题的性能,包括:运行时间、进化总代数和最优解质量。 结果曲线可以用图形显示出来。-Genetic algorithm is used to solve the traveling salesman problem, and use graphical interface is displayed. Compared usin
tsp
- C语言实现的遗传算法解TSP问题(旅行商问题),简单易懂。-C Language Implementation of Genetic Algorithm for TSP problem (TSP), easy-to-read.
GATSP
- 用遗传算法求解旅行商问题的matlab程序 (详细说明见文本)-Using Genetic Algorithm for Traveling Salesman Problem matlab program (a detailed explanation see the text)
tsp
- 结合旅行商问题,学习并掌握遗传算法。并从实例中体会遗传算法对解决NP问题的重要性。遗传算法解决旅行商问题-Combination of traveling salesman problem, to learn and master the genetic algorithm. Experience from the examples of genetic algorithm to solve the NP problem. Geneti
TSP-matlab
- 用遗传算法计算旅行商问题,MATLAB程序代码,机器可直接运行。-Traveling salesman problem using genetic algorithm, MATLAB code, the machine can be directly run.
TSP遗传算法
- 用遗传算法解决旅行商问题,直接输入各城市直接的距离即可解决。
GA-TSP
- 利用遗传算法求解旅行商问题,求解100城市的最短路程(Using GA to solve TSP problem)
旅行商问题
- 基于遗传算法求解旅行商问题,程序中随机设置了城市点出现的情况。(Genetic algorithm based travel salesman problem, the program randomly set up the city point of view.)
gaTSP
- 旅行商问题,以10个、30个城市为例,文件为TSP代码。(Traveling salesman problem, take 10, 30 cities for example, the document is TSP code.)
GA for TSP - Final
- 用遗传算法实现旅行商问题,可选择城市数量(Traveling salesman problem is realized by genetic algorithm, and the number of cities can be selected.)