搜索资源列表
03120104旅行商问题
- 这是旅行商问题的求解方法.............. 文件输入-This the Traveling Salesman Problem Solving Methods .............. file input
TSPSA.模拟退火算法SA求解TSP旅行商问题
- 模拟退火算法SA求解TSP旅行商问题。可以自己设定初始温度和冷却温度,SA simulated annealing algorithm for solving traveling salesman problem TSP. Can be set for the initial temperature and cooling temperature
matlab--tsp tsp问题 旅行商问题 matlab求解
- tsp问题 旅行商问题 matlab求解 遗传算法-TSP problem traveling salesman problem with MATLAB genetic algorithm
xujinpeng-matlab.rar
- 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
2
- tsp遗传算法代码 利用交叉算子改进方法求解旅行商问题-tsp genetic algorithm code
TspSA
- 用模拟退火算法求解旅行商问题的代码,采用C++编写-Using Simulated Annealing Algorithm for Solving Traveling Salesman Problem code, using C++ Prepared
yichuansuanfaqiujielvxingshang
- 利用遗传算法求解旅行商问题,其中附有程序实现的源代码-The use of genetic algorithm to solve traveling salesman problem, of which attached to the source code program
genetic
- 使用遗传算法求解旅行商问题,城市数目及城市之间的距离通过txt文件来读入,然后输出求解过程及最后收敛到的最有路径-The use of Genetic Algorithm for Traveling Salesman Problem, the number of cities and the distance between cities through the txt file to read, and then output the solution process and the fina
mtspf_ga
- 基于遗传算法的多旅行商问题求解,有过程变化图-MTSPF_GA Fixed Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA)
GAtsp
- GA(遗传算法)求解tsp(旅行商问题),并附上实验报告-GA tsp
sga_tsp
- 简单遗传算法求解经典旅行商问题实例,已伪码注释 -Simple genetic algorithm dsp problem instance
GATSP
- 用遗传算法求解旅行商问题,程序中的数据采用的是马少平,朱小燕编写的人工智能P298中的10城市的数据,运行的结果和书上给出的最优解一致,由于程序中群体规模设置的较大,程序运行时间可能需要7s左右。另外初始群体的生成是采用的排列组合算法,有兴趣的读者可以研究此算法的原理或共同探讨-A Genetic Algorithm for Traveling Salesman Problem, program data is in Ma Siu-ping, Xiao-Yan Zhu artificial in
ACO_TSP
- 利用蚁群算法求解旅行商问题,求解100个城市的最短路程(Using Ant Colony Optimization to solve TSP problem)
GA-TSP
- 利用遗传算法求解旅行商问题,求解100城市的最短路程(Using GA to solve TSP problem)
Matlab多旅行商实验
- 用matlab程序求解多旅行商问题,使用蚁群算法(Solving multi traveling salesman problem)
TspTS
- 采用禁忌搜索算法求解旅行商问题,欢迎下载(Traveling salesman problem is solved by Tabu Search Algorithm)
旅行商问题
- 基于遗传算法求解旅行商问题,程序中随机设置了城市点出现的情况。(Genetic algorithm based travel salesman problem, the program randomly set up the city point of view.)
旅行商
- matlab里使用遗传算法,这种算法可以求解一种旅行商问题(mtsp)(Matlab uses genetic algorithms, which can be used to solve a traveling salesman problem (MTSP))
改进pso可以求解城市数量大的旅行商问题
- 城市数量最大的改进的粒子群算法求解旅行商问题(Particle swarm optimization for traveling salesman problem)
tsp_ga
- GA求解旅行商问题,不仅有动态路径,还有距离变化分析(GA to solve the traveling salesman problem)