搜索资源列表
tspsa
- 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。
sevral_methods_for_solving_traveling_salemans_prob
- 旅行商问题(TSP)是组合优化领域的一个典型的、易于描述却难以处理的NP完全难题,其可能的路径数目与城市数目是呈指数型增长的,求解非常困难。
TSP
- 分支界限法解绝旅行商货郎担问题。
AMGA-TSP
- 旅行商(TSP)问题用自适应记忆遗传算法(Adaptive Memory Genetic Algorithm, AMGA)在matlab下的实现-The traveling salesman problem (TSP), Adaptive Memory genetic algorithm (Adaptive Memory Genetic Algorithm, AMGA) in matlab
TSP-GA
- 旅行商(TSP)问题用标准遗传算法(GA)在matlab下实现的。-The traveling salesman problem (TSP) using standard genetic algorithm (GA) under Matlab.
TSP
- 这个一个经过优化的旅行商问题代码,运行速度很快-The traveling salesman problem an optimized code that runs fast
lvxingshangwenti
- 旅行商问题,即TSP问题(Traveling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 TSP问题是一个组合优化问题。该问题可以被证明具有NPC计算复杂性。因此,任何能使该问题的求解得以简化的方法,都将受到高度的评价和关注。 -Traveling salesman problem, the T
zhanghua
- 主要解决旅行商问题(traveling saleman problem,简称tsp,即已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市,求解最短距离的遗传算法。-。-mainly to solve the traveling salesman problem (traveling saleman problem, listed tsp, known cities n between the distance from the exis
TSPsolver
- 用遗传算法解决TSP(旅行商)问题的程序-Using Genetic Algorithm for TSP (traveling salesman problem) program
ANTS
- 利用蚁群算法解决TSP(旅行商)问题的程序-Ant colony algorithm to solve TSP (traveling salesman problem)
tsp
- TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm generic matlab program
tsp_optimization-master
- 旅行商问题,是图论问题中的经典问题,本例是实现该算法的典例-Solves the m-tsp with optimization. Used as part of the project to optimize vehicle routes leading to fuel efficient solutions. Change the coordinates array to modify the input coordinates. INPUT : coordi
c
- c语言用蚂蚁算法解决TSP旅行商问题,带详细注释!供学习蚂蚁算法用! -c language ant algorithm to solve the traveling salesman problem TSP, with detailed notes! Ant algorithm to use for learning!
ACOTSP.V1.0
- 该程序利用C编程实现蚁群算法解决旅行商问题-ACO algorithm for TSP
pso_tsp_ansi_c
- 该程序是用粒子群算法解决旅行商问题,所用编程语言是C语言-The program is PSO for TSP problem
Branch_and_bound_for_TSP_tutorial
- 该程序是用分支定界算法解决旅行商问题,所用语言为Matlab-The program is branch and bound algorithm for TSP problem
geneticTSP
- TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序,数模专用- TSP problem (also known as: traveling salesman problem, traveling salesman problem) common genetic algorithm matlab program, special modulus
lxs
- TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-The TSP problem (also known as: traveling salesman problem, traveling salesman problem) general matlab genetic algorithm
TSP-general-GA.delphi
- 运用delphi7进行编程,能够解决TSP旅行商问题的基本遗传算法的实现,其中参数可自定义-Programming using delphi7, able to solve the TSP traveling salesman problem of the realization of the basic genetic algorithm, the parameter can be customized
multi-tsp
- 针对多旅行商问题的tsp问题的遗传算法matlab程序-TSP problem for multi- traveling salesman problem of genetic algorithm matlab program