원문정보
초록
영어
The School Bus Routing Problem (SBRP) covers the issue of establishing plans to efficiently transport students distributed across a designated area to the relevant schools using defined resources. As with the similar Vehicle Routing Problem (VRP), the SBRP may have diverse constraints such as heterogeneous vehicles, the allotted time window and multiple depots. Many solutions for effectively solving the problem are currently being studied. By their nature, these routing problems are NP-Hard (non-deterministic polynomial-time hard) problems in which the search domains increase exponentially as they become larger, thus making it difficult to obtain solutions using an exact approach except for relatively simple and localized problems. Therefore the heuristic approach is being studied in many regions. In this study, an algorithm was developed using genetic algorithms, which stem from meta-heuristic algorithms, and the algorithm was tested against diverse problems to identify its performance and practicality.
목차
1. Introduction
2. Related Studies
3. Definition of the Problem
4. Development of a Bus Stop Selection Algorithm
5. Development of a Bus Routing and Scheduling Algorithm
5.1. Chromosome Presentation
5.2. Objective Function
5.3. Initial Solution Generation
5.4. Crossover Operator
5.5. Mutation Operator
5.6. Repair Process of Solutions
5.7. Selection Method and Elitism
5.8. Performance Evaluation
6. Conclusion
References