搜索资源列表
ant
- 蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启发 式仿生进化系统。蚁群算法包含两个基本阶段:适应阶 段和协作阶段。在适应阶段,各候选解根据积累的信息 不断调整自身结构。在协作阶段,候选解之间通过信息 交流,以期望产生性能更好的解,这类似于学习自动机 的学习机制。蚁群算法最早成功应用于解决著名的旅 行商问
tsppso
- 用PSO(粒子群算法)求解TSP问题的程序
hopfiledTsp
- 模拟Hopfield网络求解TSP问题 旅行商问题-Analog Hopfield network to solve TSP problems traveling salesman problem
SCCA
- tsp 问题的解决 希望对大家有帮助 -tsp problem we want to help
tsp
- tsp源程序 解决实际的旅行商问题 简单但是十分有用-tsp source code of the traveling salesman problem to solve real easy but very useful
Glzy8_6626_1152_ppt
- 这是一个关于用回溯法解决TSP问题的实际案例,此案例可以有效的家觉旅行售货员问题(货郎担问题)。-It is a retrospective method used to solve TSP practical cases, this case can be an effective home sleep travel salesman problem (traveling salesman problem).
tsp
- tsp算法,遗传算法解决tsp问题,用到MATLAB编程-tsp algorithm, genetic algorithm to solve the tsp problem, use MATLAB Programming
standardpsoprogramme
- pso的标准程序,用于学习pso编程,能够解决标准tsp问题,无病毒,请大家放心下载并学习-standard pso algorithm based on c++
TSP
- 基于蒙特卡洛的TSP问题算法,方便学习使用。主要是近似算法-Based on the TSP Monte Carlo algorithm
Ga-TSP-wenti
- 用遗传算法求出TSP问题,可以再excel里换自己想要的坐标(x,y) 就可以了-TSP problem is obtained using genetic algorithms, can excel in the other they want the coordinates (x, y) on it.
genetic-algorithm-to-solve-TSP
- 用遗传算法求出TSP问题当中的问题,很好用!-TSP problem which was obtained using genetic algorithms, and easy to use!
TSP---Matlab
- 将遗传算法用于旅行商问题求最佳路径的算法,程序简单易懂-The genetic algorithm for traveling salesman problem the optimal path algorithm, program is simple and easy to understand
YiQun
- 用蚁群算法来解决TSP问题,压缩包内附有源代码,可以正常运行-Ant colony algorithm to solve TSP problems, compressed package containing source code, can be normal operation
tsp-GA
- 该程序解决了用遗传算法解决10个城市的tsp问题,城市的距离随机生成,可自行修改-This program solves the ten cities with genetic algorithm to solve TSP problem, the distance of the city is randomly generated, are free to modify
tsp
- 练习tsp问题,根据python环境编写程序,求解旅行商问题-practice TSP
SSA_TSP
- 基于模拟退火发求解TSP问题,其中包含一个主程序和四个子程序,可修改参数-Solving TSP problem based on SSA
M-TSP
- 多旅行商问题的程序代码,通用性强,稍加修改就能使用。-solution of M-TSP problem
Cpp1
- 遗传算法TSP,旅行商问题,1. 假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求所经过的路径路程尽量短。-Genetic algorithm TSP, Traveling Salesman Problem, 1. Suppose you have a traveling businessman to visit n cities, he must choose the path to go, a re