Welcome![Sign In][Sign Up]
Location:
Search - TSP

Search list

[AI-NN-PRTSP

Description: 用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解TSP问题的性能,包括:运行时间、进化总代数和最优解质量。 结果曲线可以用图形显示出来。-Genetic algorithm is used to solve the traveling salesman problem, and use graphical interface is displayed. Compared using roulette selection operator and tournament selection operator of genetic algorithm to solve TSP s performance issues, including: run time, the evolution of the overall quality of algebra and the optimal solution. The results of curve can be used graphics displayed.
Platform: | Size: 71680 | Author: sdfsfdsf | Hits:

[AI-NN-PRGA-TSP

Description: 遗传算法求解TSP源程序,对学习遗传算法编程很有帮助。-Genetic Algorithm for TSP source of learning genetic algorithm programming helpful.
Platform: | Size: 3208192 | Author: 丁立 | Hits:

[AI-NN-PRtsp

Description: C语言实现的遗传算法解TSP问题(旅行商问题),简单易懂。-C Language Implementation of Genetic Algorithm for TSP problem (TSP), easy-to-read.
Platform: | Size: 12288 | Author: 李诗高 | Hits:

[AI-NN-PRTSP

Description: 这个里面存储的是可以被引用的TSP问题的标准数据可以更好的让你做好的数据相比较,继而明白你的实验是否具有先进型-The inside storage is cited TSP standard data can be better let you do a good job compared to the data, and then to understand whether your experiment with advanced type
Platform: | Size: 32768 | Author: lady | Hits:

[CSharptsp

Description: tsp相关资料,有一些相关的算法介绍 ,希望对大家有所帮助-tsp-related information, has introduced a number of related algorithms, and they hope to help everyone
Platform: | Size: 29696 | Author: | Hits:

[AI-NN-PRtsp

Description: ga算法解tsp问题.动态TSP就是城市坐标在随着时间变化,我们的目标则要在最短的时间窗内寻找出最优的城市遍历路径,这是个双最优问题. 这是我对动态TSP算法的理解,使用改进的反序-杂交算法-ga algorithm problems tsp. dynamic TSP is that the town change over time in the coordinates, we aim to have in the shortest possible time window to find out the optimal path to traverse the city, this is a dual-optimal problem. This is my understanding of the dynamic TSP algorithm understanding, the use of improved anti-sequence- Hybrid Algorithm
Platform: | Size: 4096 | Author: 李丽 | Hits:

[AI-NN-PRtsp

Description: 通过神经网络,蚁群算法,遗传算法等智能优化方法解决TSP问题-Through neural networks, ant colony algorithm, genetic algorithm, such as intelligent optimization methods to solve TSP problems
Platform: | Size: 9216 | Author: anson | Hits:

[Bio-Recognizetsp

Description: tsp问题,该算法采用matlab算出了30个坐标的最优化路径,并给出迭代的时间,绘出路径。-tsp problem, the algorithm uses matlab to calculate the coordinates of 30 optimal path, and give Iterative time, mapped the path.
Platform: | Size: 2048 | Author: 刘田 | Hits:

[Data structstsp

Description: 用C语言实现旅行商问题。该算法简单精悍,效率也不低,是实现TSP问题的很好的算法。-Using C language realize traveling salesman problem. The algorithm is simple and lean, efficiency is not low, the problem is to achieve a good TSP algorithms.
Platform: | Size: 236544 | Author: | Hits:

[Windows DevelopTSP

Description: Vc#关于TSP的小程序 可点击产生城市 也可以随机产生一些 读入文件部分还未修改-Vc
Platform: | Size: 35840 | Author: lee | Hits:

[AI-NN-PRbacktrack--TSP

Description: 使用回溯法求解TSP问题,使用VC++编写。代码量挺少,不过数据较大的时候需要时间比较长,时间复杂度为O(n!)-Use backtracking to solve TSP problems, the use of VC++ Prepared. Code volume quite low, but when the need for greater data a longer period of time complexity is O (n!)
Platform: | Size: 5120 | Author: 太阳 | Hits:

[matlabTSP

Description: TSP( Traveling Salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect method for solving NP complete problem. -TSP (Traveling Salesman Problem) is a typical NP complete problem, genetic algorithm is the perfect method for solving NP complete problem.
Platform: | Size: 530432 | Author: maolei | Hits:

[Data structsTSP

Description: 用C++实现了解决6*6矩阵的TSP问题!!!含有源代码!-With C++ Realize the solution to 6* 6 matrix TSP problem!!! Containing the source code!
Platform: | Size: 3072 | Author: 吴应龙 | Hits:

[AI-NN-PRC-TSP

Description: 基于改进后的遗传算法 交叉、变异操作后,在windows平台下用C语言实现求解TSP问题-Based on the improved genetic algorithm crossover and mutation operation, in windows platform using C language for solving TSP problems
Platform: | Size: 3072 | Author: lc | Hits:

[AI-NN-PRtsp

Description: TSP算法实例,模拟退火算法 货郎担问题的求解-Examples of TSP algorithm, simulated annealing algorithm郎goods tam problem solving
Platform: | Size: 34816 | Author: water | Hits:

[AI-NN-PRTSP

Description: 这是有关于遗传算法在TSP问题中的应用的论文。-This is a genetic algorithm on the TSP problem in the application papers.
Platform: | Size: 174080 | Author: 娃娃 | Hits:

[AI-NN-PRTSP

Description: 基于遗传算法的TSP问题的源代码,喜欢就拿去-Based on Genetic Algorithm TSP problem source code, like on the Take
Platform: | Size: 4096 | Author: konilin | Hits:

[matlabTSP

Description: tsp(旅行商问题) 利用matlab遗传算法、模拟退火算法以及lingo动态规划求解-tsp (TSP) using matlab genetic algorithms, simulated annealing algorithm and dynamic programming to solve lingo
Platform: | Size: 11264 | Author: 李玉 | Hits:

[Mathimatics-Numerical algorithmstsp

Description: 应用matlab解决tsp问题,通过蚁群算法和最短路径算法实现-Matlab solve problems tsp application through ant colony algorithm and the shortest path algorithm
Platform: | Size: 13312 | Author: 管士平 | Hits:

[AI-NN-PRyc-tsp

Description: 遗传算法解TSP问题的代码,vs2005编译-Genetic Algorithm for TSP problem code, vs2005 compiler
Platform: | Size: 454656 | Author: 阿锋 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net