搜索资源列表
遗传算法解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问题的遗传算法C语言程序
- 解TSP问题的遗传算法C语言程序-solution of TSP genetic algorithm C Programming Language
GA-TSP
- 该程序用遗传算法求解TSP问题,得到了比较优的解,初学者可以参考。
TSP
- 用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解TSP问题的性能,包括:运行时间、进化总代数和最优解质量。 结果曲线可以用图形显示出来。
tsp
- C语言实现的遗传算法解TSP问题(旅行商问题),简单易懂。
TSP GA
- C#版遗传算法解TSP问题-C# version Genetic Algorithm for the Traveling Salesman Problem
MATLAB GA TSP
- MATLAB版遗传算法解TSP问题-MATLAB version Genetic Algorithm for the Traveling Salesman Problem
yc-tsp
- 遗传算法解TSP问题的代码,vs2005编译
遗传算法解决TSP问题的matlab源码
- 此程序为用遗传算法解决TSP问题的Matlab源码,设置了18个城市,有最终路线图和最优解曲线
TSP
- 遗传算法求解经典的旅行商(TSP)问题。图形化界面,可以选择大/中/小地图文件,并演示进化的过程。中/小地图在默认代数下一般都可以找到最优解。-Genetic Algorithm for the classic TSP problem. Graphical interface, you can choose large/medium/small map files, and demonstrates evolutionary process. Medium/small maps in the d
chengxu
- 遗传算法求解TSP,实现50*50矩阵的最优解问题-Genetic Algorithm for TSP, implementation 50* 50 matrix of the optimal solution of problem
TSP_GA
- 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
GA_TSP
- 用遗传算法解TSP问题 编码方式:次序编码 选择算子:轮盘赌 杂交:单点 变异:均匀变异-Genetic Algorithm for TSP with the issue of encoding: coding sequence selection operator: roulette hybridization: a single point mutation: uniform mutation
zhengjiaoyichuang
- 用正交遗传算法解Tsp问题,是毕业设计的参考资料-Using genetic algorithms to solve problems of graduation design, TSP of reference material.
GA_TSP
- 遗传算法解TSP问题.使用史上最牛的遗传算法解决Tsp问题.-Genetic Algorithm for the TSP. With the history of the cattle problem of the genetic algorithm to solve Tsp.
TSP
- 遗传算法解TSP中国邮递员问题 VisualC-Genetic Algorithm for the TSP Chinese postman problem in VisualC++
ant_C
- 用C#实现,遗传算法解TSP问题
遗传算法解TSP问题
- 用遗传算法解TSP问题,C++代码,可直接调用
Ga_tsp
- TSP问题(旅行商问题),用遗传算法解决TSP问题,得到问题的最优解,是局部最优解。(TSP problem (traveling salesman problem), using genetic algorithm to solve TSP problem, get the optimal solution of the problem, is the local optimal solution.)
ga_TSP
- 动态展示tsp问题求解过程,并给出最优解和平均解(Dynamic display of TSP problem solving process)