搜索资源列表
模拟退火算法、遗传算法求解TSP修改版2
- 模拟退火法,最新的源代码,可以解压缩后直接使用,非常方便,很适用的-simulated annealing method, the latest source code can be extracted directly after use, very convenient, very applicable
yichuantsp
- 遗传算法求解TSP问题 原程序,无密码!-genetic algorithm for TSP program, no password!
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#程序代码,编写的方法是普通遗传算法-This is the solution of traveling salesman problem c# code, the method is the preparation of general genetic algorithm
11838804390
- 编写程序实现用遗传算法解决旅行商问题,研究遗传算法的工作原理和收敛性质。-TSP using Genentic Algorithm
Geneticalgorithmisrealizedusingc
- C#实现遗传算法,求解TSP问题,内容详细,条理清晰-Genetic algorithm is realized using c#, TSP, detailed text, clear
tsp
- tsp问题的解决方法 模拟退火和遗传算法-tsp solution to the problem simulated annealing and genetic algorithm
geneticTSP
- 基于遗传算法,在matlab中解决TSP问题 试算过 无误。-MATLAB TSP GA
GA-TSP
- 利用遗传算法求解30个城市的旅行商(tsp)问题,C++程序-Genetic Algorithm for TSP (tsp) problem C++ program
TSP_GeneAlg
- 遗传算法解决TSP问题,算法简单,适合初学者学习。-Genetic algorithm to solve TSP.
MyTSP
- 用microsoft visual studio2010打开运行,集合了解决tsp的遗传算法,免疫网络算法,效果良好。-open the source code with the microsoft visual studio2010,and the source contains the GA and IMA for tsp problem.
ga-tsp
- 用遗传算法解决TSP问题,和AFORGE.d-genetic algorithm to solve TSP with C#
tsp
- C#中TSP遗传算法的设计与功能实现。TSP是经典数学问题,求最短路径。-Design and implementation of TSP genetic algorithm in C#.
GA
- 这是我们课程学习用的遗传算法代码,用C语言写的,有关于函数优化的,也有关于TSP问题的,资料很好,与大家一起分享-This is our course to learn genetic algorithm code, written in C language, on the function optimization, but also on the TSP problem, the information is very good, to share with you
TspGA
- C#带winform窗口,利用遗传算法求解TSP问题-C# with WinForm window, using genetic algorithm to solve the TSP problem
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.
TSP
- 研究进化算法,将遗传算法用在TSP问题上的一个实例程序,带界面及详细代码-Research evolutionary algorithm, the genetic algorithm used in the TSP problem on an example program, with interface and detailed code
GAforTSP
- VC++ 6.0环境下利用遗传算法求解三十个城市的旅行商(TSP)问题-GA for TSP
TspGA源码
- TSP(旅行商问题)遗传算法实现源代码。(TSP (travel salesman problem) genetic algorithm to achieve the source code.)