搜索资源列表
tabu.zip
- 这是一个用C++编写的TSP问题的源码,使用Tabu Search算法。,This is a TSP problem source code written in C++, using the Tabu Search algorithm.
tsp
- 模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realiz
tsp10
- 穷举法解决tsp问题 但城市数目不超过11个。-Brute-force method to solve the problem but the city tsp of not more than 11.
AMGA-TSP
- 旅行商(TSP)问题用自适应记忆遗传算法(Adaptive Memory Genetic Algorithm, AMGA)在matlab下的实现-The traveling salesman problem (TSP), Adaptive Memory genetic algorithm (Adaptive Memory Genetic Algorithm, AMGA) in matlab
TSP-GA
- 旅行商(TSP)问题用标准遗传算法(GA)在matlab下实现的。-The traveling salesman problem (TSP) using standard genetic algorithm (GA) under Matlab.
c1
- 粒子群算法求解TSP问题,大家共享哦,希望有所帮助-Particle Swarm Algorithm for TSP problem, we shared Oh, want to be helpful
c
- 粒子群算法求解TSP问题,大家共享哦,希望有所帮助-Particle Swarm Algorithm for TSP problem, we shared Oh, want to be helpful
TSP
- 这个一个经过优化的旅行商问题代码,运行速度很快-The traveling salesman problem an optimized code that runs fast
lvxingshangwenti
- 旅行商问题,即TSP问题(Traveling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 TSP问题是一个组合优化问题。该问题可以被证明具有NPC计算复杂性。因此,任何能使该问题的求解得以简化的方法,都将受到高度的评价和关注。 -Traveling salesman problem, the T
TSPLINGOCODE
- 由于上面没有LINGO类型,所以以VC++代替,实际是LINGO程序,希望理解,主要解决TSP问题,程序已经调试通过,并添加了详细的注释-As above, there is no LINGO type, so as to VC++ instead of the actual procedure is LINGO, want to understand, the main problem to solve TSP, the program has been debugged, and added
LKHTSP
- 由Helsgaun改进的Lin-Kernighan局部启发搜索算法(LKH)求解大规模TSP问题,使用Java语言实现,具有强大的求解TSP性能。-Helsgaun improved the Lin-Kernighan local search algorithm (LKH) for solving large scale TSP problem, use the Java language, solving the TSP with a strong performance.
tsp
- tsp问题的一个遗传算法,附带两个算例。-A genetic algorithm tsp problem, with two examples.
TSP--problem--solution
- TSP最短路径 最少时间 数学建模 -TSP shortest path at least time mathematical modeling
TSP-test
- TSP程序记忆自适应收敛测试。记忆遗传算法研究及在TSP问题中的应用的收敛测试部分。-TSP program memory adaptive convergence test. Memory genetic algorithm research and applications in the TSP problem in convergence test section.
TSP
- 模拟退火算法的tsp问题在matlab中的解决方案-The solution of the simulated annealing algorithm for the tsp problem in matlab
tsp
- TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm generic matlab program
TSP
- TSP Travelling Salesman Problem Heuristic. We included the MST-Heuristik (Minimum Spaning Tree) as well as the Christofides-Heuristik. Both solve the TSP Problem.
TSP-Heuristics
- Another version of TSP Travelling Salesman Problem Heuristic. We included the MST-Heuristik (Minimum Spaning Tree) as well as the Christofides-Heuristik. Both solve the TSP Problem.
tsp
- 基于贪心算法计算tsp问题-TSP problem based on greedy algorithm
multi-tsp
- 针对多旅行商问题的tsp问题的遗传算法matlab程序-TSP problem for multi- traveling salesman problem of genetic algorithm matlab program
