搜索资源列表
535681370ACOforSHORTPATHwithMatlab
- 运用matlab程序进行基于蚁群算法的最短路的搜索,可以用于交通中最短路的搜索-Use matlab program based on the search of the shortest of the ant colony algorithm, can be used for the shortest search traffic
TSP_matlab
- 旅行商问题(TSP)是典型的NP完全问题,遗传算法是求解NP完全问题的一种常用方法。旅行商问题(TSP)的蚁群算法实现算法。在MATLAB中用遗传算法施行对TSP问题进行了求解,进行了选择、交叉和变异算子进行了算法设计。MATLAB源代码。-Traveling Salesman Problem (TSP) is a typical NP-complete problem, genetic algorithm for solving NP-complete problems, a common m