搜索资源列表
遗传算法解决TSP问题
- 大家好!这是一个由VC编写的遗传算法解决TSP问题的源代码,希望能初学者有所帮助!-everyone! This is a VC prepared by the Genetic Algorithm for the Traveling Salesman Problem source code, hope to help beginners!
遗传算法解决TSP问题的matlab源码
- 此程序为用遗传算法解决TSP问题的Matlab源码,设置了18个城市,有最终路线图和最优解曲线
基于遗传算法的TSP问题的解决
- 基于遗传算法的TSP问题的matlab实现
遗传算法解决tsp的C++程序
- 使用遗传算法解决旅行商问题,可设定问题规模的大小。
遗传算法解决TSP问题
- 遗传算法解决TSP问题
geneticTSP
- 用MATLAB,采用遗传算法解决TSP问题,绝对经典-Using MATLAB, using the genetic algorithm to solve the TSP problem is absolutely classic! ! !
TSP
- 用遗传算法解决TSP问题.程序中可以任意设置各种遗传算法的参数.有图形界面展示搜索的过程 .-Using genetic algorithms to solve TSP problem. Program can set various parameters of genetic algorithm. Has a graphical interface to display the search process.
tsp
- 遗传算法解决 TSP 问题的MATLAB源码-Genetic algorithm to solve TSP problem the MATLAB source code
TSP
- 用matlab实现了简单遗传算法解决TSP问题,有界面。-Using matlab to achieve a simple genetic algorithm to solve the TSP problem, there are interfaces.
TSP
- 遗传算法解决tsp问题 问题规模100,杂交,变异,变比,选择方法可选-Genetic algorithm to solve the problem scale of the problem tsp 100, crossover, mutation, transformation ratio, select the method of optional
AG-TSP
- 用遗传算法解决tsp问题,程序包括几个函数子程序(Using genetic algorithm to solve TSP problem)
遗传算法解决TSP问题
- 遗传算法求TSP问题,有演进过程和最终进化曲线(The genetic algorithm for solving the TSP problem has evolution process and final evolution curve)
遗传算法txt
- 遗传算法解决tsp问题 遗传算法,模拟达尔文进化论的自然选择和遗传学机理的生物进化过程的计算模型,一种选择不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个体基本上是最优的,那么以后再继续这样下去就可以一直最优了。(Genetic algorithm to solve TSP problem)
s4_7
- 基于SGA算法解决TSP问题,使用excel将城市的坐标导入到matlab(Based on the SGA algorithm to solve the TSP problem, the use of Excel coordinates the city into the MATLAB)
遗传算法
- 遗传算法解决TSP,采用matlab语言编程,利用遗传算法解决TSP问题。(The genetic algorithm solves the TSP, uses the MATLAB language programming, and uses the genetic algorithm to solve the TSP problem.)
tsp
- 使用遗传算法解决tsp问题 人工智能 遗传算法示例(Using genetic algorithm to solve TSP problem)
基于遗传算法的TSP算法
- TSP问题是典型的NP难问题,运用遗传算法解决TSP问题(The TSP problem is a typical np-hard problem, using the genetic algorithm to solve TSP problem)
遗传算法求解tsp
- 运用matlab解决基于遗传算法的路径优化(Using MATLAB to solve path optimization based on genetic algorithm.)
TSP问题——遗传算法matlab实现
- 遗传算法解决TSP问题,MATLAB实现,可直接运行,备注详细(Genetic algorithm to solve the TSP problem, MATLAB implementation, can be run directly, detailed remarks)
遗传算法解决TSP问题代码-含示例数据
- 利用遗传算法解决TSP问题示例,数据已包含,只需更改参数即可使用(Genetic algorithm to solve TSP problem)