搜索资源列表
AntTsp
- 解决旅行商问题的C++代码,可以欣赏以下
旅行商问题
- 这是一个旅行商问题的算法源程序,代码较为简短,说明详细,可读性好。压缩包里面只包含源程序文件,要在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.
模拟退火法解决TSP问题
- 使用模拟退火算法计算旅行商问题,内含10城市和20城市的样例代码。
TspSA
- 用模拟退火算法求解旅行商问题的代码,采用C++编写-Using Simulated Annealing Algorithm for Solving Traveling Salesman Problem code, using C++ Prepared
TspSA
- 用模拟退火算法对求解旅行商组合优化问题作了一定的研究,提出了多种不同的随机抽样方式,并对其进行了分析计算并以代码实现。 -This paper studied the optimizing of the traveling salesman problem with the Simulated Annealing(SA). Different random sampling forms were proposed and analyzed.
TSP
- 使用Matlab来实现旅行商问题的一些代码,希望对用Matlab学习优化问题的人有些帮助-tere is some code about TSP problem which is written by matlab,i hope it is helpful to some people who is learning matlab.
TSP_GA
- 用遗传算法解决旅行商问题的代码,并附有完整的说明文档-Traveling Salesman Problem with Genetic Algorithm to solve the code, along with a complete documentation
yuchuansuanfa
- 本代码是关于,运用遗传算法实现旅行商问题的所有代码,以及MATLAB的使用方法以及工具箱等,是你做设计和其他方面的好例子,s是基于MATLAB软件的运行程序-jhjjsdh shdisd sdhjskd sdjdhsjk skdhsj sdhjs hsdh sd sd s s d s sd s d s d s d sd sd s d s d s d s sd s d sd dsd s dds d sd s d d s d s
TSP
- 这是TSP旅行商问题的代码 但是不能显示具体路径 可以得出最短路径的值-This is the traveling salesman problem TSP code, but can not display the specific path the value of the shortest path can be drawn
hamilton
- 分支定界法解旅行商问题的简单实现,用C++代码,效率经过优化后可以在1s内解规模为25左右的旅行商问题。附带了测试文件的自动生成工具。-Branch and bound method for solving the traveling salesman problem is simple to achieve, with the C++ code, the efficiency can be optimized through the solution 1s about the size of
ACS_TSP
- 蚁群算法 这个是用来解决旅行商问题的一个vc++写的代码,其中使用了类。-Ant colony algorithm. This is manipulated code for ant colonies it can solve a kind of tsp.
ant-CPP
- 蚁群算法解决有关TSP旅行商问题的C++代码程序-ant colony algorithm
matlabTSP
- MATLAB编程环境下运行旅行商问题的程序的代码-The traveling salesman problem is running the program code in the MATLAB programming environment
sa.-TSP
- 关于模拟退火解决旅行商问题的代码,简单易学,非常有用-simulated annealing
antsystem
- 蚁群算法代码之蚁群系统(ACS)算法,求解旅行商问题的实例-The ant colony algorithm code System (ACS) algorithm for solving the traveling salesman problem instances
lvxingshangweiti
- 蚁群算法旅行商问题的代码,谢谢,内容简单易学-Code ant colony algorithm traveling salesman problem, thank you, the content easy to learn
tspGA
- 遗传算法解决用于解决排序问题的源代码,编码使用互换编码。本程序是基于旅行商问题的代码。-Genetic Algorithm for Solving scheduling problems of the source code, the use of interchangeable coding coding. This procedure is based on the code traveling salesman problem.
genetictsp
- 为加深对遗传算法的理解与应用,结合经典的旅行商问题,用vs 2013进行了编程实验,验证算法的性能和加深对遗传算法的学习。(In order to deepen the understanding and application of genetic algorithm, combined with the classic travel problem, we use vs 2013 to do the programming experiment, which verifies the alg
tsp
- 遗传算法,旅行商问题的python代码(The Python code of the genetic algorithm, the traveling salesman problem)
TSP_hopfield
- 这个代码可以有效地解决旅行商问题的组合优化问题(This code can effectively solve the combinatorial optimization problem of traveling salesman problem.)