搜索资源列表
遗传算法解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
xue
- 遗传算法的TSP问题的实现。 有利于大家学习遗传算法。-genetic algorithm to achieve the TSP. We have to study genetic algorithm.
tsp
- C语言实现的遗传算法解TSP问题(旅行商问题),简单易懂。
基于遗传算法的TSP问题的解决
- 基于遗传算法的TSP问题的matlab实现
TSPMATLAB.rar
- 遗传算法求解TSP问题的MATLAB实现。这是一篇非常有新意的论文,对于学习遗传算法非常有用,This paper has resolved the traveling salesman problem(TSP) by virtue of geneitc algorithms(GA)
cTSP
- c++语言实现基于遗传算法的TSP问题,是学习遗传编程的很好的例子-c++ language implementation of the TSP problem based on genetic algorithms, genetic programming to learn a good example of
chengxu
- 遗传算法求解TSP,实现50*50矩阵的最优解问题-Genetic Algorithm for TSP, implementation 50* 50 matrix of the optimal solution of problem
Grefenstette
- Grefenstette编码法的MATLAB实现 本文在MATLAB环境下编程实现针对TSP问题的Grefenstette编码法,并将其同基本遗传算法相结合,仿真求解一个 15点的TSP问题-Grefenstette coding method to achieve this paper, the MATLAB environment in MATLAB programming for the TSP problem Grefenstette coding method and geneti
11838804390
- 编写程序实现用遗传算法解决旅行商问题,研究遗传算法的工作原理和收敛性质。-TSP using Genentic Algorithm
TSP
- JAVA语言实现的遗传算法解决TSP(旅行商问题),主要有三个简单的Java类。-JAVA language of the genetic algorithm to solve TSP (traveling salesman problem), there are three simple Java class.
TSP
- 包含遗传算法解决TSP问题的源码及程序报告,帮助大家清晰的了解程序流程及实现-this use genetic algorithm to solve the TSP problem,including source and program reports ,which can help everyone have a clear understanding of program flow and implement
java-TSP
- 用java语言实现的遗传算法解救TSP问题-TSP problem with a the java language genetic algorithm rescue
TSP
- Matlab实现遗传算法解决TSP问题,计算智能课程设计,程序以Oliver问题是例子,结果良好,也可以自己自己要解决的问题,贡献给大家。-Matlab genetic algorithm to solve TSP problem, Computational Intelligence curriculum design, program the Oliver problem is an example, good results can also own their own to solve
GA_TSP2
- 基于遗传算法的TSP问题实现 本程序是利用MFC编程,通过读入文件信息计算得出最佳路径.并可视化了路程的路线.-Solving Travel salesman problem using genetic algorithm
GN-for-TSP
- 基于遗传算法的tsp问题的实现,可以绘制迭代过程图,供初学遗传算法者学习。-Based on the realization of the genetic algorithm tsp problem, you can draw a diagram of the iterative process, learning for beginners genetic algorithm.
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(GA)
- 遗传算法求tsp问题及其matlab代码实现 主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. -Genetic algorithm to solve the TSP problem and the matlab code to achieve A Rand main program (
GA_TSP
- 基于遗传算法的TSP问题实现,实例有30个城市的距离路径数据,采取两种交叉算子实现。-Based on genetic algorithm for the realization of TSP, examples of 30 cities in the distance path data, using two kinds of crossover operator.
gs_TSP
- 基于遗传算法的TSP问题MATLAB程序实现(MATLAB program realization based on genetic algorithm for TSP problem)
遗传算法求解tsp问题
- 遗传算法实现tsp问题的求解,使用MATLAB语言(Genetic algorithm for solving TSP problem)