帮助 关于我们

返回检索结果

一种求解大规模校车调度问题的元启发式算法
A Meta-heuristic Algorithm to Solve the Large-Scale School Bus Scheduling Problem

查看参考文献18篇

文摘 校车调度问题(SBSP)是通过调度使一辆校车服务完一个学校后继续服务其他学校,以减少一个地区所需的校车总数,进而降低校车采购成本和运营成本。目前的SBSP求解方法是将其转化为指派问题或运输问题,使用混合整型规划算法或者简单启发式算法进行求解,但求解性能有局限。本文在单校校车路径规划的基础上,将单校路径抽象为虚拟站点,进而将SBSP转换为带有时间窗的车辆路径问题(VRPTW),设计元启发算法进行求解。使用构造启发式算法获得初始解后,在模拟退火算法框架中通过典型的局部搜索算子搜索邻域解,逐步改善求解质量。搜索算子包括单点移动、两点交换、2-OPT和Cross-Exchange。迭代优化过程中以校车路径数为主要目标,路径长度为次要目标。为避免邻域搜索陷入局部最优,算法以一定的概率接受部分使路径长度增加的解。15个案例实验验证了本算法的有效性,与现有算法相比,能够获得更好的优化目标,适用于大规模的校车调度。
其他语种文摘 Given school bus trips for each school in a school district, if a school bus can serve multiple trips, the efficiency of school bus service can be improved in terms of the number of buses needed and the total travel cost. The school bus scheduling problem (SBSP), a class of school bus routing problem (SBRP), is concerned with assigning a fleet of buses to serve all the given trips and aims to get optimal bus schedules. Each school has its xed time window within which school bus must arrive at the destination school of the trip. In existing literatures, SBSP is usually formulated as a transportation problem (TP) or an assignment problem (AP). However, many existing algorithms for vehicle routing problem (VRP) have not been fully utilized to solve the problem effectively. This paper proposes a meta-heuristic algorithm for large-scale SBSP. Treating a trip as a virtual stop with time window, the problem can be converted to a vehicle routing problem with time windows (VRPTW). Therefore, the SBSP can be solved in a VRP algorithm framework. After a set of feasible solutions are generated using construction heuristic algorithm, a simulated annealing (SA) algorithm is designed to improve the initial solutions iteratively. Four general operators for VRP, one-point move, two point move, two-opt move and cross-exchange move, are used in the neighborhood search. In addition to the SBSP objectives of minimizing the number of the routes and the total travel distance, the sum of squared number of route stops is added as a new objective. This will guide the neighborhood search toward the situation that deleting some routes more easily. For avoiding local optimum, some worsening neighborhood solutions can be accepted with a certain probability. Computational tests on 15 instances with a homogeneous fleet show the effectiveness of the proposed approaches. Compared with the existing SBSP solutions, the proposed algorithm can solve large-scale SBSP in a reasonable time and find better solutions using fewer buses. In addition, the algorithm can be easily integrated with GIS for solving real world school bus scheduling.
来源 地球信息科学学报 ,2013,15(6):879-886 【核心库】
关键词 校车调度问题 ; 校车路径问题 ; 带时间窗的车辆路径问题 ; 模拟退火算法
地址

河南大学, 黄河中下游数字地理技术教育部重点实验室, 开封, 475004

语种 中文
文献类型 研究性论文
ISSN 1560-8999
学科 测绘学
基金 国家自然科学基金项目 ;  河南省省部共建河南大学科研基金项目 ;  河南省教育厅科学技术研究重点项目
文献收藏号 CSCD:5011718

参考文献 共 18 共1页

1.  Newton R M. Design of school bus routes by computer. Socio-Economic Planning Sciences,1969,3(1):75-85 被引 12    
2.  Park J. The school bus routing problem: A review. European Journal of Operational Research,2010,202(2):311-319 被引 19    
3.  Swersey A J. Scheduling school buses. Management Science,1984,30(7):844-853 被引 2    
4.  Desrosiers J. An overview of a school busing system. Scientific Management of Transport Systems,1981:235-243 被引 2    
5.  Desrosiers J. A multi-period school bus routing and scheduling system. TIMS Studies in the Management Sciences, 22,1986:47-71 被引 1    
6.  Fugenschuh A. Solving a school bus scheduling problem with integer programming. European Journal of Operational Research,2009,193(3):867-884 被引 4    
7.  Kim B I. A school bus scheduling problem. European Journal of Operational Research,2012,218(2):577-585 被引 8    
8.  Spada M. Decision-aiding methodology for the school bus routing and scheduling problem. Transportation Science,2005,39(4):477-490 被引 5    
9.  Fugenschuh A. A set partitioning reformulation of a school bus scheduling problem. Journal of Scheduling,2011,14(4):307-318 被引 2    
10.  Fugenschuh A. A multicriteria approach for optimizing bus schedules and school starting times. Annals of Operations Research,2006,147(1):199-216 被引 2    
11.  Chen D S. School bus routing and scheduling: an expert system approach. Computers & Industrial Engineering,1988,15(1):179-183 被引 1    
12.  Braca J. A computerized approach to the New York City school bus routing problem. IIE transactions,1997,29(8):693-702 被引 10    
13.  Bent R. A two-stage hybrid local search for the vehicle routing problem with time windows. Transportation Science,2004,38(4):515-530 被引 10    
14.  Bent R. A two-stage hybrid algorithm for pickup and delivery vehicle routing problems with time windows. Computers & Operations Research,2006,33(4):875-893 被引 14    
15.  党兰学. 一种求解混载校车路径的启发式算法. 计算机科学,2013,40(7):248-253 被引 9    
16.  Groer C. A library of local search heuristics for the vehicle routing problem. Mathematical Programming Computation,2010,2(2):79-101 被引 8    
17.  Braysy O. Vehicle routing problem with time windows, Part Ⅰ: Route construction and local search algorithms. Transportation science,2005,39(1):104-118 被引 22    
18.  Solomon M M. Algorithms for the vehicle routing and scheduling problems with time window constraints. Operations research,1987,35(2):254-265 被引 193    
引证文献 3

1 陈小潘 一种基于学校上学时间调整的校车调度算法 小型微型计算机系统,2015,36(9):2159-2165
被引 0 次

2 侯彦娥 一种求解多校多车型校车路径问题的元启发算法 计算机科学,2017,44(8):216-224
被引 0 次

显示所有3篇文献

论文科学数据集
PlumX Metrics
相关文献

 作者相关
 关键词相关
 参考文献相关

版权所有 ©2008 中国科学院文献情报中心 制作维护:中国科学院文献情报中心
地址:北京中关村北四环西路33号 邮政编码:100190 联系电话:(010)82627496 E-mail:cscd@mail.las.ac.cn 京ICP备05002861号-4 | 京公网安备11010802043238号