搜索资源列表
GA-FOR-VRP
- 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
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
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
ga
- vrp 遗传算法 解决车辆优化调度 很好很好 -vrp matlab ga
VRP_GA
- 在VC6.0中实现的使用遗传算法(GA)实现有时间窗约束的车辆路径问题(VRP)。-In VC6.0 achieved using genetic algorithm (GA) to achieve a time window constraint vehicle routing problem (VRP).
GA-VRP
- 遗传算法求解VRP问题的源代码,经测试可用-Genetic Algorithm for VRP source code, have been tested
GA_CVRP
- 用遗传算法和模拟退火实现的限重的VRP(CVRP),250个customer,一个仓库,数据文件在里面,导入eclipse就可以运行。-this is a hybrid algorithm of GA and SA to solve CVRP problem, which is devopled on eclise with java.it contains a input dataset involved with 249 customers and one single depot.
XX_VRPTW
- 用智能算法中的遗传算法求解带时间窗限制的车辆路径问题-using GA algorithm to explain the problem of vrp with time windows
GA
- 遗传算法的车辆路径研究,实现的是配送路径最短(Genetic algorithm of vehicle routing research, the realization of the shortest delivery route)
CVRP-GA-master
- 遗传算法解决处理路径问题 挺好的一个算法(vrp problem solved by GA)