搜索资源列表
PPM-PPT
- 项目管理的PDF文件.从PSP-TSP-CMMI. 内有说明,很不错不错的文档-project management PDF file. From PSP - TSP-CMMI. With a descr iption of quite good documentation
tsp-word
- 用遗传算法解决旅行商问题的简单实现.word格式,简单,易懂 -using genetic algorithms to solve the traveling salesman problem simple realization. Word format, a simple, understandable
TSP
- 免疫算法和模拟退火算法求解TSP问题的研究 本文提出了一种新的免疫模拟退火算法,并将其应用于求解典型的NP问题—TSP问题 -Immune algorithm and simulated annealing algorithm for solving TSP problems is proposed in this paper a new immune simulated annealing algorithm, and applies it to solve the issue of
backtracking-algorithm-C
- 这是求解VRP和TSP相关问题的回溯算法,基于C语言环境-This is a VRP and TSP solving issues related to backtracking algorithm, based on C language environment
Astar_TSP_java
- 用java做的一个简单的tsp,用的是a start算法,代码在文档里面
zamani
- this a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for every body.-this is a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for
paper-bb
- this a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for every body.-this is a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for
samane
- this a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for every body.-this is a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for
multicast-routing-
- this a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for every body.-this is a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for
touchscreen
- S3C44B0X处理器的 A/D 转换 触摸屏(TSP )的设计与控制-S3C44B0X processor A/D conversion of the design and control of the touch screen (TSP)
CSharp-solve-TSP
- c#解决蚁群算法实例源代码,实现一定范围内最短路径的优化。-c# solve the ant colony algorithm source code examples, shortest path optimization within a certain range.
TSP
- 遗传算法解决TSP问题 所谓TSP问题(旅行商问题)即最短路径问题就是在给定的起始点S到终止点T的通路集合中,寻求距离最小的通路,这样的通路成为S点到T点的最短路径。-Genetic algorithm to solve TSP problem called TSP problem (TSP) that the shortest path problem in a given starting point S to the end point T path collection, seeki
TSP-MATLAB-CODE
- 用改进遗传算法求解TSP问题,并编制了完整的Matlab程序予以仿真实现.程序中选择算子采用最佳个体保存与赌轮选择相结合的策略,最后分析了最佳个体保存比例对寻优效果的影响. 更多还原-Improved genetic algorithm for TSP, and the preparation of a complete Matlab simulation program to be achieved. Program, select the operator uses the best in
tsp
- 基于MATLAB的TSP问题求解,有详细的程序解释和代码-MATLAB-based problem solving TSP, a detailed explanation of the program and code
TSP
- 总结的混合粒子群算法、蚁群算法、遗传算法求TSP(旅行商问题),值得看一看-Summary hybrid particle swarm optimization, ant colony algorithm, genetic algorithm for TSP (traveling salesman problem), it is worth a look
TSP-MATLAB
- THIS A TSP ALGORITHME WRITTEN IN MATLAB-THIS IS A TSP ALGORITHME WRITTEN IN MATLAB
SA-TSP
- Simulated Annealing (SA) is the oldest probabilistic meta-heuristic algorithm and one of the first algorithms having ability to avoid being trapped in local minima. It is inspired by the process of annealing in metallurgy. In this process a m
ACO-TSP
- Ant Colony Optimization Algorithm (ACO) and TSP ACO algorithm mimics the behavior of real life ants and on how they interact with each other. The basic philosophy of the algorithm involves the movement of a colony of ants through the different stat
TSP
- 用遗传算法求解tsp问题,实例。在本程序的TSP问题中一共有20个城市,也就是在图模型中有20个顶点,因此一个染色体的长度为20。-A Genetic Algorithm for tsp problem instances. A total of 20 cities, which is 20 vertices in the graph model TSP problem of this program, so a length of chromosome 20.
HM-TSP
- Heuristic method for the Traveling Salesman Problem A number of nearest neighbour tours are generated randomly selected starting points. Each tour is improved by 2-opt heuristics (pairwise exchange of edges) and the best result is selected.