搜索资源列表
禁忌搜索解决vrp问题
- 利用禁忌搜索算法解决vrp问题的matlab源程序
matlab版VRP问题
- matlab上解决VRP问题的算法
VRP
- 这是一个用C++编写的vrp问题的源码,很适合初学者。-This is a C++ Prepared vrp source issues, it is suitable for beginners.
vrp
- 本人原创的用遗传算法实现的vrp问题求解,基于matlab语言-I original genetic algorithm is used to achieve the vrp problem solving, based on the matlab language
vrp
- 编写的基于遗传算法解决VRP问题的源代码-Prepared VRP based on genetic algorithm to solve the problem of source code
VRP
- 这是一个有关蚁群求解vrp问题。需建立文件输入客户地址。-This is an issue of the ant colony to solve vrp.
69491715GA-FOR-VRP
- 用遗传算法解决vrp问题,源码加详细文档说明 很有用的哦-algorithm for multi- objective optimization. It is a very e® ective algorithm but has been generally criticized for its computational complexity
VRP
- 本人原创的用遗传算法实现的vrp问题求解,基于matlab语言--I original genetic algorithm is used to achieve the vrp problem solving, based on the matlab language
VRP
- VRP问题代码 解决车辆路径配送问题 用c++语言开发的-VC VRP
GA-code-for-VRP-in-C
- 用遗传算法解决VRP问题的C语言源代码,欢迎交流-VRP with a genetic algorithm to solve the problem of the C language source code, welcomed the exchange
vrp-basedon-GA
- 基于C++的遗传算法代码,用于解决VRP问题,十分便于初学者学习-Based on genetic algorithm in C++ code for solving VRP problems, very easy for beginners to learn
c#编程实现VRP问题
- c#编程实现vrp问题,很不错的源代码,欢迎下载!
遗传算法求解vrp问题
- 遗传算法,使用MATLAB进行编程,求解VRP问题(Genetic algorithm for solving VRP problem)
遗传算法求解VRP问题的技术报告
- 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehic
VRP算法下载
- 冷链物流VRP问题求解,其中包含冷链物流涉及的只要成本,案例,算法(Cold chain logistics VRP problem solving)
蚁群算法
- 蚁群算法解决VRP问题的MATLAB代码(Ant Metaheuristic for VRP)
VRP问题
- 利用遗传算法实现VRP问题,本算法有较好的时间效率,同时产生了比较不错的结果,请大家批评指正(Using genetic algorithm to achieve VRP problem, the algorithm has better time efficiency, and produced relatively good results, please criticize and correct)
Three-methods-for-VRP
- 包括遗传算法,构建法和改进法在内的3种方法实现VRP问题。供初学者学习和参考(3 methods, including genetic algorithm, construction method and improved method, are used to realize the VRP problem. For beginners to learn and refer to)
遗传算法实现的vrp问题求解
- 实现VRP问题遗传算法,通过遗传算法解决由MATLAB来说明(Genetic algorithm for realizing VRP problemThe solution of the genetic algorithm is explained by MATLAB)
遗传算法VRP
- 一个求解vrp问题的简单代码,多车辆处理多任务点。(A simple code for solving VRP)