搜索资源列表
cvrp
- 蚁群算法是近年来出现的一种新德仿生类进化算法[8],它的基本原理源于昆虫学家们的观察和发现 -ant algorithms, which is the emergence of a new category of bionic Germany evolutionary algorithm [8] it stems from the basic tenets of the entomologist observed and fo
vrp8.0315(share)
- 最新的VRPlatform软件平台,虚拟仿真开发的优势平台-VRPlatform the latest software platform to develop the advantages of virtual simulation platform
8vrp
- vrp问题的解决,对8个点的计算解决比较好-vrp problems, the 8-point solution to a better calculation
matlab_vrp(1)
- 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线
usnamicdiagram
- vrp问题的解决,对8个点的计算解决比较好()
4365263
- vrp问题的解决,对8个点的计算解决比较好()
vrp
- 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线
gengli(1)
- 用于求解带时间窗的车辆路径问题,本代码用于求解多目标问题(to solve the vehicle routing problem with time window,this code is used to solve multi-objective optimization problems)
python实现VRPTW求解禁忌搜索算法
- 采用禁忌搜索算法解决问题,解决带时间窗的VRP问题(Tabu search algorithm is used to solve the problem and solve the VRP problem with time windows.)
VRPTW-ga
- 带时间窗的车辆路径问题求解的python代码(VRP with time window(python))
CVRP-GA-master
- 遗传算法解决处理路径问题 挺好的一个算法(vrp problem solved by GA)
数学建模
- 用遗传算法求解带模糊时间窗的VRP问题,注释清晰明了,新手友好(Genetic algorithm for VRP with fuzzy time window)