搜索资源列表
matlab遗传算法
- TSP问题的解决
基于遗传算法的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
- 遗传算法求解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
PSO
- matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
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.)
遗传算法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 code is used to implement TSP search algorithm 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问题的求解,使用MATLAB语言(Genetic algorithm for solving TSP problem)
遗传算法解决TSP问题代码-含示例数据
- 利用遗传算法解决TSP问题示例,数据已包含,只需更改参数即可使用(Genetic algorithm to solve TSP problem)