搜索资源列表
旅行商程序及其结构说明
- 旅行商问题,我们数学竞赛自己编的,最优问题-traveling salesman problem, we Mathematics Olympiad own series, optimal problems
luxingshang
- 用C编的遗传算法求解旅行商问题的源码-C series of the Genetic Algorithm for the Traveling Salesman Problem source 000000000000000000
GAtsp(C++)
- 这是从其他网站下载的C#程序,用以求解旅行商的问题,采用算法为遗传算法-This is downloaded from other websites C# procedure for solving the traveling salesman problem, the algorithm used for the genetic algorithm
tsp
- 用分支定界法求解旅行商问题旅行商问题是一个经典NP问题:有n个城市,一个推销员要从其中的某一个城市出发,每个城市只能遍历一次,要求走遍所有的城市,再回到他出发的城市,求所有可能路径中路径最短的一条路径来。
TSPGA
- 用C#编的用遗传算法求解旅行商(TSP)问题的源代码。-with C# Part of the Genetic Algorithm for TSP (TSP) of the source code.
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. Genetic Algorithm to Solve Traveling
TSP
- 用c#实现tsp问题 即经典的旅行商问题 典型的组合优化问题-With c# Achieve tsp issues classic traveling salesman problem that is typical of combinatorial optimization problems
TSP
- 这是解决旅行商问题的c#程序代码,编写的方法是普通遗传算法-This is the solution of traveling salesman problem c# code, the method is the preparation of general genetic algorithm
11838804390
- 编写程序实现用遗传算法解决旅行商问题,研究遗传算法的工作原理和收敛性质。-TSP using Genentic Algorithm
53607898tsp
- 旅行商问题,用于在N个城市中求最短路径问题的源程序-Traveling salesman problem, for the N cities seeking the source shortest path problem
GA_TSP
- 以C++程序完成的旅行商问题,求各位给个看法-To C++ program to complete the traveling salesman problem, find you for a view
lvxingshang
- 旅行商问题 c++源程序-Traveling salesman problem c++ source ~~~~
TSP
- 模拟退火算法解决旅行商问题的的C++代码-Simulated annealing algorithm to solve the traveling salesman problem C++ code
30TSP-Cs
- 使用C#算法解决30个城市的旅行商问题(TSP),程序代码内有详细的说明,适合C#语言的入门学习。-Using C# algorithm to solve the traveling salesman problem in 30 cities (TSP), the program code with detailed instructions for the C# language learning portal.
oscillator-algorithms-source-code
- 模拟谐振子算法源代码,内有求解旅行商问题的算例。-oscillator algorithms source code,include examples for solving the traveling salesman problem.
GA-TSP
- 利用遗传算法求解30个城市的旅行商(tsp)问题,C++程序-Genetic Algorithm for TSP (tsp) problem C++ program
SA_Tsp
- 模拟退火旅行商问题用C#语言编写的,有界面计算城市之间旅行最短行程问题-Simulated annealing traveling salesman problem written in C# language, the interface to calculate the shortest path problem traveling between cities
GeneticAlgorithm_TSP
- vs2013实现的TSP旅行商问题的demo-Vs2013 implementation of the TSP traveling salesman problem demo
ant-colony-optimization
- 旅行商问题(TSP)的C语言程序,附详细注释-Traveling salesman problem (TSP) of the C language program, with detailed notes
TspGA源码
- TSP(旅行商问题)遗传算法实现源代码。(TSP (travel salesman problem) genetic algorithm to achieve the source code.)