搜索资源列表
遗传算法解TSP
- 实现用固定变异概率和自适应变异概率解tsp问题的比较,自适应式算法采用基于种群差异度的自适应算法,详见实验报告-achieve fixed mutation probability and Adaptive Solutions tsp mutation probability of comparison, Adaptive Algorithm-based differences in the populations adaptive algorithm, as detailed experime
tsp-ga
- 基于遗传算法解决旅行商问题的vc++源码。
C-TSP
- 基于改进后的遗传算法 交叉、变异操作后,在windows平台下用C语言实现求解TSP问题
TSP
- 基于遗传算法的TSP问题的源代码,喜欢就拿去
cTSP
- c++语言实现基于遗传算法的TSP问题,是学习遗传编程的很好的例子-c++ language implementation of the TSP problem based on genetic algorithms, genetic programming to learn a good example of
ACATSP
- 基于遗传算法的TSP问题求解,采用三个不同规模的城市模型,分别为att48、Berlin52和rd1-TSP problem based on genetic algorithms, the use of three different scale model of the city, were att48, Berlin52 and rd100
jibenyiqunjuleisuanfa
- 该算法,解决了不收敛的问题,聚类效果非常好(效果图如附件图片所示)。改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-Basic ant clustering algorithm and its improved algorithm
tspsa
- 针对基于遗传算法的TSP 问题求解, 尝试了多种遗传操作, 分析了这些操作在遗传算法中的作用, 讨论了基因片段保序在利用遗传算法求解TSP 问题中的重要性.-Based on Genetic Algorithm for TSP Problem Solving, try a variety of genetic manipulation, analysis of these operations at the role of genetic algorithm discussed Orderin
11111111
- 基于遗传算法的TSP优化问题研究完整源c++代码 -TSP
genetic_algorithm-Solve-the-TSP-problem
- 基于遗传算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Genetic Algorithm Based on 50 cities TSP problem solving can be extended to a similar NP-hard problem.
mtspf_ga
- 基于遗传算法的多旅行商问题求解,有过程变化图-MTSPF_GA Fixed Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA)
UiTSP
- 采用开源遗传库EO基于遗传算法的TSP问题,采用qt界面,后台算法与前台界面多线程-Genetic libraries using open-source EO TSP problem based on genetic algorithm, using qt interface, the interface with the front desk back multi-threaded algorithm
tsp_ga_basic
- 基于遗传算法的tsp问题求解及研究c-Tsp based on genetic algorithm problem solving and research c++
GA-TSP
- 基于遗传算法的TSP算法,对初学遗传算法的,有帮助-TSP algorithm based on genetic algorithms, genetic algorithms for beginners, help
tsp
- 老外写的基于遗传算法的TSP 界面也很好-Written by a foreigner based on genetic algorithm and TSP interface is also very good
TSP_MATLAB
- 基于遗传算法的TSP问题matlab源程序-A MATLAB ALGORITHM ABOUT TSP PROBLEM
TSP
- 基于遗传算法的TSP问题,解决旅行商问题-TSP problem based on genetic algorithm to solve the traveling salesman problem
TSP
- 基于遗传算法的TSP算法,有一定的局限性。-TSP algorithm based on genetic algorithms, there are some limitations.
lv-xing-shang-wen-ti
- 基于遗传算法的TSP算法。本案例以14个城市为例,寻找出一条遍历14个城市的最短路径。-TSP Algorithm Based on Genetic Algorithm. In this case, 14 cities, for example, to find a traversal of the 14 cities in the shortest path.
基于遗传算法的TSP算法
- TSP问题是典型的NP难问题,运用遗传算法解决TSP问题(The TSP problem is a typical np-hard problem, using the genetic algorithm to solve TSP problem)