搜索资源列表
aco.rar
- 专门用于求解TSP问题的matlab编制的蚁群算法,此程序的优化效率和鲁棒性都非常好,Ant Colony Algorithm for Traveling Salesman Problem,very efficient and robust
sa_tsp
- 旅行商(TSP)问题一直以来都是一个NP难问题,旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决TSP问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (TSP) problem has always been a NP hard problem, traveling salesman problem (TS
ACO-TSP
- 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
AntTSP
- TSP问题关于蚁群最优化算法的MATLAB程序-Ant colony optimization about TSP algorithm of MATLAB
Multi-travelingsalesmanproblem
- 多旅行商问题是单旅行商问题的扩展, 具有更广泛的实际意义。在研究M TSP 解的特点的基础上, 提 出了最小化总行程和均分多个旅行商访问点数、最小化总行程及均分访问路程的两个多目标的M TSP 问题, 并分别给出了相应的数学模型、求解算法和应用实例, 实例表明模型的正确性。-Multi-traveling salesman problem traveling salesman problem is a single expansion, with a wider range of pra
TSP
- 此程序是用于tsp问题,也就是单旅行商问题,内容全面,讲解清晰-This procedure is used for tsp problem, traveling salesman problem is a single, comprehensive, on a clear
tsp
- matlat源程序解决tsp问题,使用的是遗传算法,与普通的程序不同,本程序详细介绍了遗传算子的构造-MATLAB to solve tsp problem
TSp
- TSP问题蚁群算法通用MATLAB源程序-TSP
matlab
- 遗传算法实现最优化问题的解,适合初学者使用,稍加改进即可实现tsp问题的求解-Genetic algorithm optimization solution, suitable for beginners, a little to improve the problem can be solved to achieve tsp
Matlab-for-TSP
- matlab代码适合TSP问题的解决方案,非常实用,简洁易懂。-very good for solving TSP problems.
matlab
- 解决tsp问题的程序,可以改动其中的城市坐标,来实现自己问题-Tsp problem solving process, which can alter the city coordinates, to achieve their own problems
Tabu-search-method-tsp
- 禁忌搜索法求解tsp问题的MATLAB程序-Tabu search method for solving problems MATLAB program tsp
ACA-TSP
- 将蚁群算法应用于解决中国旅行商问题(TSP) MATLAB 编程的-The ant colony algorithm is applied to solve the traveling salesman problem China (TSP) MATLAB Programming
TSP
- matlab利用蚁群算法处理TSP问题,迭代时间较短 -matlab ant colony algorithm processing TSP, shorter iterations
ACA-----TSP
- 蚁群算法ACO应用于TSP问题,MATLAB程序代码,具有详细解释,运行正确-ACO ACO algorithm is applied to the TSP, MATLAB code, with a detailed explanation of the correct operation
TSP
- 使用MATLAB编程 解决了TSP问题 程序简单易懂-Using MATLAB programming to solve the TSP program is simple and easy to understand
tsp问题--遗传算法
- 帮助解决简单的tsp问题,随机生成50个城市的坐标,找寻最短路径(help learn matlab 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)
人工鱼群求解TSP问题
- 用matlab解决人工鱼群算法处理TSP问题(Solving TSP Problem by Artificial Fish Swarm Algorithms with MATLAB)