搜索资源列表
旅行商问题
- 用遗传算法解决旅行商问题
旅行商问题
- 这是一个旅行商问题的算法源程序,代码较为简短,说明详细,可读性好。压缩包里面只包含源程序文件,要在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.
研究旅行商问题过程中自己改写的Grefenstette编码
- 研究旅行商问题过程中自己改写的Grefenstette编码、解码函数,附带小规模标准部分数据集,Grefenstette encoding and decoding function for Traveling salesman problem
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
TSP.rar
- 模拟退火算法解决旅行商问题,从文件读入城市信息,Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
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
DPSO
- 处理旅行商问题的离散PSO算法的例程,动态生成路径串,算法本身保证了路径串的合法性-Traveling salesman problem to deal with discrete PSO algorithm routines, dynamically generated path string, the algorithm itself, guarantee the legitimacy of the path string
TspSA
- 用模拟退火算法求解旅行商问题的代码,采用C++编写-Using Simulated Annealing Algorithm for Solving Traveling Salesman Problem code, using C++ Prepared
TSP_ga
- TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm matlab common procedures
gafortsp
- 用遗传算法实现TSP旅行商问题,MATLAB源码-Using Genetic Algorithm for Traveling Salesman Problem TSP implementation, MATLAB source
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
SA_TSP
- 旅行商问题(Travelling Salesman Problem, 简记TSP,亦称货郎担问题):设有n个城市和距离矩阵D=[dij],其中dij表示城市i到城市j的距离,i,j=1,2 … n,则问题是要找出遍访每个城市恰好一次的一条回路并使其路径长度为最短。-TSP (Travelling Salesman Problem, Jane Hutchison TSP, also known as the traveling salesman problem): with n cities an
Matlab多旅行商实验
- 用matlab程序求解多旅行商问题,使用蚁群算法(Solving multi traveling salesman problem)
粒子群算法解决旅行商问题
- 用于粒子群算法解决旅行商问题,可以运行,效果很好啊(For particle swarm optimization algorithm to solve the traveling salesman problem, you can run, the effect is very good!)
改进pso可以求解城市数量大的旅行商问题
- 城市数量最大的改进的粒子群算法求解旅行商问题(Particle swarm optimization for traveling salesman problem)
Matlab多旅行商实验
- 解决多种变型的多旅行商问题,延伸的一系列问题,有说明(Multiple traveling salesman problem)
蚁群算法的优化计算——旅行商问题(TSP)优化
- 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization calculation of ant colony algorithm)