CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - TSP
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - TSP - List
[
AI-NN-PR
]
TSP
DL : 0
用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解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.
Date
: 2025-07-07
Size
: 70kb
User
:
sdfsfdsf
[
AI-NN-PR
]
GA-TSP
DL : 0
遗传算法求解TSP源程序,对学习遗传算法编程很有帮助。-Genetic Algorithm for TSP source of learning genetic algorithm programming helpful.
Date
: 2025-07-07
Size
: 3.06mb
User
:
丁立
[
AI-NN-PR
]
tsp
DL : 0
C语言实现的遗传算法解TSP问题(旅行商问题),简单易懂。-C Language Implementation of Genetic Algorithm for TSP problem (TSP), easy-to-read.
Date
: 2025-07-07
Size
: 12kb
User
:
李诗高
[
AI-NN-PR
]
TSP
DL : 0
这个里面存储的是可以被引用的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
Date
: 2025-07-07
Size
: 32kb
User
:
lady
[
CSharp
]
tsp
DL : 0
tsp相关资料,有一些相关的算法介绍 ,希望对大家有所帮助-tsp-related information, has introduced a number of related algorithms, and they hope to help everyone
Date
: 2025-07-07
Size
: 29kb
User
:
[
AI-NN-PR
]
tsp
DL : 0
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
Date
: 2025-07-07
Size
: 4kb
User
:
李丽
[
AI-NN-PR
]
tsp
DL : 1
通过神经网络,蚁群算法,遗传算法等智能优化方法解决TSP问题-Through neural networks, ant colony algorithm, genetic algorithm, such as intelligent optimization methods to solve TSP problems
Date
: 2025-07-07
Size
: 9kb
User
:
anson
[
Bio-Recognize
]
tsp
DL : 0
tsp问题,该算法采用matlab算出了30个坐标的最优化路径,并给出迭代的时间,绘出路径。-tsp problem, the algorithm uses matlab to calculate the coordinates of 30 optimal path, and give Iterative time, mapped the path.
Date
: 2025-07-07
Size
: 2kb
User
:
刘田
[
Data structs
]
tsp
DL : 0
用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.
Date
: 2025-07-07
Size
: 231kb
User
:
锭
[
Windows Develop
]
TSP
DL : 0
Vc#关于TSP的小程序 可点击产生城市 也可以随机产生一些 读入文件部分还未修改-Vc
Date
: 2025-07-07
Size
: 35kb
User
:
lee
[
AI-NN-PR
]
backtrack--TSP
DL : 0
使用回溯法求解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!)
Date
: 2025-07-07
Size
: 5kb
User
:
太阳
[
matlab
]
TSP
DL : 0
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.
Date
: 2025-07-07
Size
: 518kb
User
:
maolei
[
Data structs
]
TSP
DL : 0
用C++实现了解决6*6矩阵的TSP问题!!!含有源代码!-With C++ Realize the solution to 6* 6 matrix TSP problem!!! Containing the source code!
Date
: 2025-07-07
Size
: 3kb
User
:
吴应龙
[
AI-NN-PR
]
C-TSP
DL : 0
基于改进后的遗传算法 交叉、变异操作后,在windows平台下用C语言实现求解TSP问题-Based on the improved genetic algorithm crossover and mutation operation, in windows platform using C language for solving TSP problems
Date
: 2025-07-07
Size
: 3kb
User
:
lc
[
AI-NN-PR
]
tsp
DL : 0
TSP算法实例,模拟退火算法 货郎担问题的求解-Examples of TSP algorithm, simulated annealing algorithm郎goods tam problem solving
Date
: 2025-07-07
Size
: 34kb
User
:
water
[
AI-NN-PR
]
TSP
DL : 0
这是有关于遗传算法在TSP问题中的应用的论文。-This is a genetic algorithm on the TSP problem in the application papers.
Date
: 2025-07-07
Size
: 170kb
User
:
娃娃
[
AI-NN-PR
]
TSP
DL : 0
基于遗传算法的TSP问题的源代码,喜欢就拿去-Based on Genetic Algorithm TSP problem source code, like on the Take
Date
: 2025-07-07
Size
: 4kb
User
:
konilin
[
matlab
]
TSP
DL : 0
tsp(旅行商问题) 利用matlab遗传算法、模拟退火算法以及lingo动态规划求解-tsp (TSP) using matlab genetic algorithms, simulated annealing algorithm and dynamic programming to solve lingo
Date
: 2025-07-07
Size
: 11kb
User
:
李玉
[
Mathimatics-Numerical algorithms
]
tsp
DL : 0
应用matlab解决tsp问题,通过蚁群算法和最短路径算法实现-Matlab solve problems tsp application through ant colony algorithm and the shortest path algorithm
Date
: 2025-07-07
Size
: 13kb
User
:
管士平
[
AI-NN-PR
]
yc-tsp
DL : 0
遗传算法解TSP问题的代码,vs2005编译-Genetic Algorithm for TSP problem code, vs2005 compiler
Date
: 2025-07-07
Size
: 444kb
User
:
阿锋
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.