搜索资源列表
parking
- 使用A*算法实现车辆调度问题,可以找出车辆调度的最少步数和具体路径,界面使用MFC设计,-parking
VRP
- 解决车辆路径问题使用矩阵蚂蚁算法 车辆调度问题(Vehicle Routing Problem,VRP)是一个典 型的NP 难题,只有在需点数和路段数较少时才有可能寻求其 精确解,一般情况下,很难得到全局最优解或满意解-Matrix ant algorithm to solve the vehicle routing problem Matrix ant algorithm to solve the vehicle routing problem
c
- 禁忌搜索具体算法实现,解决车辆调度问题-Specific tabu search algorithm (c)
vehicle-scheduling
- 这是一个本科毕业论文的程序,利用免疫进化算法来解决物流企业车辆调度的问题,供参考。-This is an undergraduate thesis program, the use of immune evolutionary algorithm to solve the logistics vehicle scheduling problem, for reference.
a
- 10个自行车租赁点的需求量和拥有量及相关位置为依据,建立调度运行成本最小的目标函数,采取C++编程的方法求解最优调度方案。 针对该调度问题,分析自行车拥有量超过或者少于需求量的不同租赁点,并假设自行车缺少的租赁点不向外调度自行车,只接受拥有量大于需求量的租赁点的自行车调入,在定义相关常量、初始化相关数据结构的基础上,使用递归算法,求解主函数使得调度成本最少,即 。先计算任意调配方案及每个多车的租赁点在调配后剩余车辆,并根据租赁点剩余数值计算最小花费,若此花费大于记录的最小花费,证明此种调配不
Ant
- 蚁群算法解决车辆调度问题,包含了信息素更新的算法-The ant colony algorithm to solve the vehicle scheduling problem.including the the algorithm of pheromone update.
ACATSP
- :蚁群算法解车辆调度问题,即多环运输在物流配送中的解决。-ACO vehicle routing problem, namely polycyclic transport in the logistics and distribution solutions.--ACO vehicle routing problem, namely polycyclic transport in the logistics and distribution solutions.
64142411VRP
- 本算法采用了基于蚁群算法的遗传算法对车辆进行调度,车辆能够找到最优路径,实现最短时间调度,实验验证了算法良好。(The algorithm uses a genetic algorithm based on ant colony algorithm to schedule the vehicle the vehicle can find the optimal path to achieve the shortest time scheduling experiments show that t
ga+TSP
- 由遗传算法开发的整数规划,车辆调度问题(Integer programming developed by genetic algorithm and vehicle scheduling problem)
模拟退火遗传算法
- 模拟退火遗传算法的车辆调度研究,里面具有完整的matlab程序(Research on vehicle scheduling with simulated annealing genetic algorith)
AGVS
- 能实现AGV调度,AGV是动态添加的,有AGV无线连接成功时显示在表格中的第一行,连接失败时移除表格中。交通管制集合在一个类中,简化了交通管制算法(交通管制将循环队列改为动态队列),类中有获取交通管制区号、计算车辆的运行状态的控制参数。(To achieve AGV scheduling, AGV is dynamically added.)
物流配送车辆调度问题的模型和算法研究.pdf
- VRP车辆调度问题,带有软时间窗口,无流向(VRP with time windows)
-VRPTW-Python--master
- python源码,利用人工蚁群算法解决带时间窗的车辆调度问题。(Python source code, using artificial ant colony algorithm to solve the vehicle scheduling problem with time windows.)
