搜索资源列表
LINGO1
- lingo 多旅行商问题的求解代码 每人限制运货为50
TSP
- 这是解决旅行商问题的c#程序代码,编写的方法是普通遗传算法-This is the solution of traveling salesman problem c# code, the method is the preparation of general genetic algorithm
traveler
- 旅行商问题及代码,描述了旅行商问提的实质与算法,并用代码实现了该算法,具有重要意义-traveler qustion and simulation
Travel
- 旅行商问题,老师发给的一个任务,别的不多说先看看代码吧-Traveling salesman problem
TSP
- 模拟退火算法解决旅行商问题的的C++代码-Simulated annealing algorithm to solve the traveling salesman problem C++ code
TSP
- 这是一个旅行商问题的算法源程序,代码较为简短,说明详细,可读性好。压缩包里面只包含源程序文件,要在vc上面运行。-This is a traveling salesman problem algorithm source code, code brief that detailed and readable. Compressed they contain only source files to run above the vc.
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.
qw
- 利用动态规划算法求解旅行商问题的代码,VC开发-Dynamic Traveling Salesman Problem Solver
matlab
- 旅行商问题的经典代码,但是没有时间和容量的约束,是matlab代码-Classic traveling salesman problem code, but do not have time and capacity constraints, is matlab code
genetic-algorithm
- 遗传算法从代表问题可能潜在的解集的一个种群开始的,而一个种群则由经过基因编码的一定数目的个体组成。本代码以旅行商问题为例,详细介绍遗传算法的使用方法。-A genetic algorithm the representation of the solution set of potentially the beginning, but after a certain number of the population the gene encoding the individual compo
main(TSP)
- 这是解决旅行商问题的matlab代码,我已经运行过,没问题。-This is the matlab code for solving traveling salesman problem, I ve been running, no problem.
161027
- 用来解决旅行商问题 可以直接运行 很好的代码()
O旅行商分支限界法
- 用来解决旅行商问题 可以直接运行 很好的代码(To solve traveling salesman problem, we can run good code directly.)
5种多旅行商问题(MTSP)的遗传算法
- 基于遗传算法的多旅行商问题,其中有5种情况,均有代码(Multiple travel quotient problem based on genetic algorithm)