搜索资源列表
-
0下载:
遗传算法解决 TSP 问题matlab源程序 -genetic algorithm to solve TSP source Matlab
-
-
1下载:
用遗传算法实现TSP旅行商问题,MATLAB源码-Using Genetic Algorithm for Traveling Salesman Problem TSP implementation, MATLAB source
-
-
0下载:
遗传算法解决 TSP 问题的MATLAB源码-Genetic algorithm to solve TSP problem the MATLAB source code
-
-
0下载:
遗传算法解决TSP背包问题的源代码,包涵MATLAB程序和详尽文字算法说明-Knapsack problem genetic algorithm source code for TSP, bear with MATLAB algorithms procedures and detailed text descr iption
-
-
0下载:
本源码是matalb解决数学中经典的tsp问题的代码,算法思想是遗传算法-The source is matalb tsp solve mathematical problems in the classical code, the algorithm idea is that genetic algorithms
-
-
0下载:
基本的TSP问题的遗传算法,解决最优化问题,源程序-The basic TSP problem genetic algorithm to solve optimization problems, source
-
-
0下载:
用遗传算法解决TSP问题,matlab源程序-Genetic algorithm to solve TSP, Matlab source code
-
-
0下载:
有关遗传算法的源程序,解决tsp问题很好用。-Information about the source of the genetic algorithm to solve tsp problem good.
-
-
0下载:
求解TSP问题很好的一个程序源码,原理是遗传算法来求解-The good solving TSP program source code, the principle of genetic algorithm to solve
-
-
0下载:
matlab源码,利用遗传算法求解30个城市的tsp问题-matlab source code, the use of genetic algorithm to solve 30 problems tsp city
-
-
0下载:
旅行商(TSP)问题的遗传优化算法源代码-Genetic traveling salesman (TSP) problem optimization algorithm source code
-
-
0下载:
介绍求解TSP问题的遗传算法,附带源代码和城市节点数据。-Introduced genetic algorithm for solving TSP problem,including the supplementary data source code and city nodes.
-
-
0下载:
基于MATLAB,对TSP问题进行基于遗传算法的求解。TSP 问题是典型的NP完全问题,代码包括求解TSP问题的遗传算法源程序m文件和实例-Based on TSP, the MATLAB problem is solved by genetic algorithm. TSP problem is a typical NP complete problem, including code for solving TSP problem genetic algorithm source
-
-
1下载:
假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。
可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。
目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that
-