搜索资源列表
tsp-word
- 用遗传算法解决旅行商问题的简单实现.word格式,简单,易懂 -using genetic algorithms to solve the traveling salesman problem simple realization. Word format, a simple, understandable
遗传算法解决TSP问题
- 遗传算法解决TSP问题
design.rar
- 回溯法,动态规划法,遗传算法求解 tsp问题(课程设计报告),Backtracking, dynamic programming method, genetic algorithm tsp issues (curriculum design report)
matlab
- 求解TSP问题的遗传算法matlab程序-Problem solving TSP procedure genetic algorithm matlab
TSPproblems
- 解决TSP问题的几种算法 模拟退火法 遗传算法 贪心算法等-To solve the problem of several TSP algorithm simulated annealing greedy algorithm such as genetic algorithms
TSP_Based_on_Genetic_Algorithm
- 论文,:从应用的角度讨论了基于遗传算法的旅行商问题( Travelling Salesman Problem ,简称TSP) 的求解方 法,并结合实例给出了求解过程和计算机仿真结果-Solution of Travel ing Salesman Problem Based on Genetic Algorithm
123123
- TSP遗传算法的改进及其并行化研究. -TSP genetic algorithm and its parallel study.
suanfadaima
- GA求解TSP问题遗传算法代码,c++, 完整程序,附带注释-code of GA resolving the TSP problem
BasedongeneticalgorithmofdynamicTSPresearch
- 基于遗传算法的动态TSP问题的研究,内容详细,条理清晰-Based on genetic algorithm of dynamic TSP research
example7.1
- 在MATLAB环境下,用遗传算法解决TSP问题的完整程序。-tsp
MATLABtsp
- 遗传算法求解tsp包括论文和源程序以及必要说明-MATLAB tsp
GA_TSP
- 该文包括了基于 Matlab 的遗传算法解决 TSP 问题的 基本说明 , 并在文后附录了实现该算法的所有源代码 。 此代 码经过本人的运行 , 没有发现错误 , 结果比较接近理论最优 值,虽然最优路径图有点交叉。 因为本人才疏学浅 , 本报告及源代码的编译耗费了本人 较多的时间与精力 , 特收取下载 积分 , 还请见谅 。 若有什么 问题,可以私信,我们共同探讨这一问题。 希望能对需要这方面的知识的人有所帮助!-Descr iption: Descr iption
GATSP
- 有关遗传算法的,解决TSP问题的,可能比较简单,用maltab写的,一个师兄的作品,上传上来仅供大家参考借鉴-Genetic algorithm to solve TSP problem may be relatively simple, with maltab write, a senior works, upload up only for all to draw
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
- 总结的混合粒子群算法、蚁群算法、遗传算法求TSP(旅行商问题),值得看一看-Summary hybrid particle swarm optimization, ant colony algorithm, genetic algorithm for TSP (traveling salesman problem), it is worth a look
TSP-matalb-fang-zhen
- 改进遗传算法求解T SP 问题的Matlab 程序设计-Improved Genetic Algorithm T SP problem Matlab programming
tsp
- 基于遗传算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Genetic Algorithms write code based on the traveling salesman problem, the function can solve fundamental problems, hoping to help you! Download it
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.
遗传算法求解MTSP问题
- 利用遗传算法求解MTSP问题,起点终点为同一点,对于传统的TSP问题计算速度很快。