搜索资源列表
旅行商问题源代码-带有图形功能
- 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条 从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。 VC 旅行商问题源代码-带有图形功能.-a salesman to a number of cities to sell commodities, the known distance between cities (or travel). He selected a
03120104旅行商问题
- 这是旅行商问题的求解方法.............. 文件输入-This the Traveling Salesman Problem Solving Methods .............. file input
旅行商问题
- 这是一个旅行商问题的算法源程序,代码较为简短,说明详细,可读性好。压缩包里面只包含源程序文件,要在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.
旅行商问题的改进粒子群算法
- 旅行商问题的改进粒子群算法
旅行商问题
- 旅行商问题
traverller
- 产生式系统中旅行商问题的求解-Production System Traveling Salesman Problem Solving
TSPGA_src
- 一个运用改良的遗传算法来解决旅行商问题的程序-an improved use of genetic algorithms to solve the traveling salesman problem procedures
旅行商问题
- 这是一个旅行商问题的算法源程序,代码较为简短,说明详细,可读性好。压缩包里面只包含源程序文件,要在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问题
- 本程序用分支界限方法解决TSP问题,即旅行商问题.-the procedures used branch line solution to TSP, the traveling salesman problem.
近邻算法求解TSP问题
- 本程序用另外一种算法即近邻算法解决TSP,即旅行商问题,请高手指教.-this procedure with the other algorithms that solve the TSP neighbor algorithm, the traveling salesman problem, experts advise.
旅行商问题源代码-带有图形功能
- 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条 从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。 VC 旅行商问题源代码-带有图形功能.-a salesman to a number of cities to sell commodities, the known distance between cities (or travel). He selected a
03120104旅行商问题
- 这是旅行商问题的求解方法.............. 文件输入-This the Traveling Salesman Problem Solving Methods .............. file input
旅行商程序及其结构说明
- 旅行商问题,我们数学竞赛自己编的,最优问题-traveling salesman problem, we Mathematics Olympiad own series, optimal problems
遗传算法——旅行商问题mfc
- 旅行商问题:一个旅行者要去很多城市,每个城市只去一次,问:该怎么走路线最短? ? ?????? 这个问题可以转化为:随机给n个点,如何连线这n个点,使得连线最短? ? ?????? 这个问题是遗传算法的经典问题~哈哈~~我试着写了一个程序来解决。 ? ?????? 采用的策略是: 1.?????? 精英主义:每次有2个最优解直接进入下一代。 2.?????? 轮盘赌选择生育:每次对每一代的个体进行一次轮询,如果不适应度<某个随机数
Matlab多旅行商实验
- 用matlab程序求解多旅行商问题,使用蚁群算法(Solving multi traveling salesman problem)
蚁群算法TSP问题
- 典型的matlab求运行商问题,可以看到进化曲线和线路计算过程。(The typical matlab asks the operator problem, and you can see the evolution curve and the line calculation process.)
旅行商
- matlab里使用遗传算法,这种算法可以求解一种旅行商问题(mtsp)(Matlab uses genetic algorithms, which can be used to solve a traveling salesman problem (MTSP))
粒子群算法解决旅行商问题
- 用于粒子群算法解决旅行商问题,可以运行,效果很好啊(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)
5种多旅行商问题(MTSP)的遗传算法
- 基于遗传算法的多旅行商问题,其中有5种情况,均有代码(Multiple travel quotient problem based on genetic algorithm)