搜索资源列表
基于遗传算法的TSP问题的解决
- 基于遗传算法的TSP问题的matlab实现
ga-for-tsp
- 利用遗传算法解决50个城市tsp问题,适合初学者。-The use of genetic algorithm to solve the issue of 50 cities tsp, suitable for beginners.
TSP
- 基于遗传算法的TSP的MATLAB源代码-THE SOLVE OF THE TSP BY GA
tsp
- 遗传算法解决 TSP 问题的MATLAB源码-Genetic algorithm to solve TSP problem the MATLAB source code
TSP_GA
- 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
tsp
- 遗传算法求解tsp问题的matlab代码-Genetic algorithm matlab code issues 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.
geneticTSP
- TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) Common genetic algorithm matlab program
tsp
- 用遗传算法解决最短路径优化TSP 问题(附matlab源程序.txt)-The solvelution of the shortest path optimization problem TSP by using genetic algorithms (matlab source. Txt)
TSP
- 用matlab实现了简单遗传算法解决TSP问题,有界面。-Using matlab to achieve a simple genetic algorithm to solve the TSP problem, there are interfaces.
TSP-matlab
- 用遗传算法计算旅行商问题,MATLAB程序代码,机器可直接运行。-Traveling salesman problem using genetic algorithm, MATLAB code, the machine can be directly run.
TSP
- 用模拟退火算法和遗传算法实现TSP旅行商问题,并可以用Matlab对结果进行图形显示分析,非常实用于初学者-Using simulated annealing algorithm and genetic algorithm traveling salesman problem TSP, and the results can be used Matlab graphics analysis, very useful for beginners
基于遗传算法的TSP算法
- 基于遗传算法的TSP算法,Matlab代码。(TSP algorithm based on genetic algorithm, Matlab code.)
遗传算法解决TSP问题
- 遗传算法求TSP问题,有演进过程和最终进化曲线(The genetic algorithm for solving the TSP problem has evolution process and final evolution curve)
给予遗传算法tsp程序 实现
- 放入程序,直接运行,非常完美,改文件是MATLAB编写的,亲自测试过,能够实现该算法,(Into the program, run directly, very perfect)
遗传算法txt
- 遗传算法解决tsp问题 遗传算法,模拟达尔文进化论的自然选择和遗传学机理的生物进化过程的计算模型,一种选择不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个体基本上是最优的,那么以后再继续这样下去就可以一直最优了。(Genetic algorithm to solve TSP problem)
chapter4 基于遗传算法的TSP算法
- 《MATLAB智能算法30个案例分析》(史峰等) 遗传算法和BP网络的结合(30 case studies of MATLAB intelligent algorithm (Shi Feng et al.))
TSP问题——遗传算法matlab实现
- 遗传算法解决TSP问题,MATLAB实现,可直接运行,备注详细(Genetic algorithm to solve the TSP problem, MATLAB implementation, can be run directly, detailed remarks)
遗传算法求解tsp问题
- 遗传算法实现tsp问题的求解,使用MATLAB语言(Genetic algorithm for solving TSP problem)
遗传算法解决TSP问题代码-含示例数据
- 利用遗传算法解决TSP问题示例,数据已包含,只需更改参数即可使用(Genetic algorithm to solve TSP problem)