搜索资源列表
TSP.rar
- 通过模拟退火的HOPFIELD神经网络求解TSP问题,HOPFIELD through simulated annealing neural network for solving the TSP problem
aco.rar
- 专门用于求解TSP问题的matlab编制的蚁群算法,此程序的优化效率和鲁棒性都非常好,Ant Colony Algorithm for Traveling Salesman Problem,very efficient and robust
tsp--yichuangsuanfa
- 程序对48个城市的TSP问题(城市坐标文件对应于48.txt)进行计算,求解路径和最优路径图如下。 48个城市结果,大的红*表示路径开始城市,途经城市依次用蓝色方块和红色*标示。 -Procedures of the 48 cities TSP problem (document coordinates corresponding to the city 48.txt) to calculate the optimal solution of the path and road map
aiwa
- 求解tsp问题的MATLAB程序,模拟退火算法源程序-MATLAB problem solving procedures tsp
GA
- 利用模拟退火发求解TSP问题。 Location.dat存储了每个城市的坐标-Simulating Anealing Method for TSP
Multi-travelingsalesmanproblem
- 多旅行商问题是单旅行商问题的扩展, 具有更广泛的实际意义。在研究M TSP 解的特点的基础上, 提 出了最小化总行程和均分多个旅行商访问点数、最小化总行程及均分访问路程的两个多目标的M TSP 问题, 并分别给出了相应的数学模型、求解算法和应用实例, 实例表明模型的正确性。-Multi-traveling salesman problem traveling salesman problem is a single expansion, with a wider range of pra
TSP
- 提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局 部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具 体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。 关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu
tsp
- 求解TSP问题,遗传算法的巡航例程,一架飞机进行巡航。-np problem
Tabu-search-method-tsp
- 禁忌搜索法求解tsp问题的MATLAB程序-Tabu search method for solving problems MATLAB program tsp
TSP-issues
- 利用遗传算法求解TSP问题,是遗传算法入门学习的好程序-Genetic Algorithm for TSP, is a good entry-learning program on Genetic Algorithms
simulated-annealing-algorithm-TSP
- 用模拟退火算法求解TSP问题,matlab程序,包含了程序所实现的论文 - TSP is studied by simulated annealing algorithm and an approximate algorithm which method for solving TSP is better than others ,and using Matlab,we complete the program for solving TSP. The simulation of alg
ACO-to-solve-TSP-problem
- 算法使用蚁群算法求解TSP问题,使得最终所需时间短,效率高。-Algorithm using ant colony algorithm for TSP problem, so that the final time is short, high efficiency.
tsp_pso
- 基于JAVA语言,使用粒子群算法求解旅行商(TSP)问题(Using particle swarm optimization (pso) algorithm to solve the traveling salesman problem)
禁忌搜索算法
- 用于初学者学习tsp问题及其掌握禁忌搜索算法的应用(For beginners to learn TSP problems and master limited searching algorithm applications)
swap
- 该程序是用于求解tsp问题,采用模拟退火的算法。(Solving the TSP problem)
混合粒子群算法原始
- 采用混合粒子群算法求解tsp问题MATLAB仿真(Hybrid particle swarm optimization (PSO) algorithm for MATLAB simulation of TSP problem)
遗传算法求解TSP问题
- matlab求解TSP的源代码,可以求解旅行商问题(Matlab source code for solving TSP)
chapter4
- 遗传算法程序,求解旅行商问题,可用于非线性求解(this is GA program for tsp ,and you can use it to slove some proplem)
main
- 基于C语言的蚁群算法求解tsp问题,使用邻接矩阵(Ant colony algorithm based on C language to solve TSP problem, using adjacency matrix)
人工鱼群求解TSP问题
- 用matlab解决人工鱼群算法处理TSP问题(Solving TSP Problem by Artificial Fish Swarm Algorithms with MATLAB)