搜索资源列表
-
1下载:
【系统功能】
LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。
【主要算法】
1:利用Prim算法求解带约束条件的连通图的最小生成树;
2:利用基于单亲遗传算法求解带约束条件的TSP问题。
-【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p
-
-
0下载:
遗传算法 解决最短路径 用C++来实现其功能
基于遗传算法的最短路径问题-Genetic algorithms to solve shortest path with C++ to achieve their function based on genetic algorithm shortest path problem
-
-
0下载:
用遗传算法求解最短路径问题求解的遗传算法的参数设定如下:
种群大小:M = 50
最大代数:G = 1000
交叉率: = 1 c p ,交叉概率为1 能保证种群的充分进化。
变异率: = 0.1 m p , 一般而言,变异发生的可能性较小-With a genetic algorithm to solve the shortest path problem of the genetic algorithm parameter settings are as follows: p
-