Vehicle Routing Problems with Soft Time Windows
2012, 2012 7th International Conference on Electrical and Computer Engineering
https://doi.org/10.1109/ICECE.2012.6471630…
5 pages
Sign up for access to the world's latest research
Abstract
The Vehicle Routing Problem with Time Windows (VRPTW) is to serve a set of customer demands with time constraints and vehicle with limited capacity. This has practical applications in container truck routing, delivery service scheduling, garbage collection, fleet network design etc. In this paper, we consider one of its variants where the time constraint is 'soft', that is it can be violated with a penalty cost. In this paper, we present the Artificial Bee Colony (ABC) metaheuristic based approach for solving the VRPTW problem with soft timing constraint. We have shown our experimental results for different parameters, compared with previous results and shown that our algorithm gives better result for many instances of the problem.
Related papers
—The natural honeybee's behavior has been modelled by researchers to solve optimization problems. This paper introduces the Bee algorithm based on honeybee behavior for the vehicle routing problem with time windows (VRPTW). The algorithm has been tested on Solomon instances. The encoding of the problem and the operations needed to implement algorithm are outlined. Experiments show that on the considered instances, using BA performs almost as well as planning for long-term, while using much less computation time. Overall, computational investigations show that the proposed algorithm is good and promising approach for the VRPTW. Keywords—Foraging behaviour; bee algorithm; vehicle routing problem with time windows.
Proceedings of the International Conference on Industrial Engineering and Operations Management
The problem of determining vehicle routes in logistics has a role Which on pIt isnting bagi company to reduce transportation costs and late fees. Time window constraints are very common in current distribution processes. This research focuses on optimizing fuel costs and penalties. In this study the authors used the Vehicle Routing Problem with Time Windows (VRPTW). VRPTW is one of the most tackled transportation problems in real world situations. Artificial Bee Colony Algorithm (ABC) and Camel Algorithm (CA) will be used in the research. Study This is Focused on optimizing fuel costs and penalties. Furthermore, the two algorithms will be compared which of the two algorithms is the most optimal for solving the route determination problem in VRPTW. Numerical testing will be carried out for the proposed algorithm, as well as conducting experiments on several parameters to determine the effect of parameters for fuel costs and penalties.
This paper presents a bee colony optimisation (BCO) algorithm to tackle the vehicle routing problem with time window (VRPTW). The VRPTW involves recovering an ideal set of routes for a fleet of vehicles serving a defined number of customers. The BCO algorithm is a population-based algorithm that mimics the social communication patterns of honeybees in solving problems. The performance of the BCO algorithm is dependent on its parameters, so the online (self-adaptive) parameter tuning strategy is used to improve its effectiveness and robustness. Compared with the basic BCO, the adaptive BCO performs better. Diversification is crucial to the performance of the population-based algorithm, but the initial population in the BCO algorithm is generated using a greedy heuristic, which has insufficient diversification. Therefore the ways in which the sequential insertion heuristic (SIH) for the initial population drives the population toward improved solutions are examined. Experimental comparisons indicate that the proposed adaptive BCO-SIH algorithm works well across all instances and is able to obtain 11 best results in comparison with the best-known results in the literature when tested on Solomon’s 56 VRPTW 100 customer instances. Also, a statistical test shows that there is a significant difference between the results.
Knowledge Engineering and Data Science
Capacitated Vehicle Routing Problem (CVRP) is a type of NP-Hard combinatorial problem that requires a high computational process. In the case of CVRP, there is an additional constraint in the form of a capacity limit owned by the vehicle, so the complexity of the problem from CVRP is to find the optimum route pattern for minimizing travel costs which are also adjusted to customer demand and vehicle capacity for distribution. One method of solving CVRP can be done by implementing a meta-heuristic algorithm. In this research, two meta-heuristic algorithms have been hybridized: Artificial Bee Colony (ABC) with Improved Simulated Annealing (SA). The motivation behind this idea is to complete the excess and the lack of two algorithms when exploring and exploiting the optimal solution. Hybridization is done by running the ABC algorithm, and then the output solution at this stage will be used as an initial solution for the Improved SA method. Parameter testing for both methods has been car...
ECTI Transactions on Computer and Information Technology (ECTI-CIT), 2020
This work proposes an enhanced artificial bee colony algorithm (ABC) to solve the vehicle routing problem with time windows (VRPTW). In this work, the fuzzy technique, scatter search method, and SD-based selection method are combined into the artificial bee colony algorithm. Instead of randomly producing the new solution, the scout randomly chooses the replacement solution from the abandoned solutions from the onlooker bee stage. Effective customer location networks are constructed in order to minimize the overall distance. The proposed algorithm is tested on the Solomon benchmark dataset where customers live in different geographical locations. The results from the proposed algorithm are shown in comparison with other algorithms in the literature. The findings from the computational results are very encouraging. Compared to other algorithms, the proposed algorithm produces the best result for all testing problem sets. More significantly, the proposed algorithm obtains better qualit...
ISPRS - International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, 2019
Vehicle Routing Problem is one of the classic problems in GIS (Geospatial Information System) which had been studied for long times. An answer can be accepted as a good solution if it would be able to optimize the total length of the route or decrease the number of vehicles. A VRP defines finding the optimum route for some vehicles that serve to some customers and return to the service center. This problem is economically important because the cost and the time of serving to costumers are related to optimization of the problem's answer. Furthermore, there are many problems like BUS management, Post pickup and delivery system and other servicing systems, which are technically similar to VRP. The aim of these problems is finding a composition of optimum routes between server and costumers. In addition, as the cost is related to time, finding shortest path means decreasing cost serving and decreasing time. In this article, a hybrid model using Artificial Bee Colony and Genetic Algorithm is proposed to solve VRP. In the first step, Artificial Bee Colony has been used to find a solution for five vehicles. The scout and the onlooker bees produced in 8 modes by two methods including the nearest neighborhood and the wide neighborhood. In the second step, the Genetic Algorithm helps to optimize the solutions. The results show that the production of the scout bees is the most effective factor in the answers to the problem and helps greatly converging the answers as soon as possible.
2011
Vehicle routing problem with Time Window (VRPTW) has received much attention by researchers in solving many scheduling applications for transportation and logistics. The objective of VRPTW is to use a fleet of vehicles with specific capacity to serve a number of customers with various demands and time window constraints. As a non-polynomial (NP) hard problem, the VRPTW is complex and time consuming, especially when it involves a large number of customers and constraints. This paper presents a metaheuristics approach for solving VRPTW. The Genetic Algorithm (GA) and Particle Swarm Optimization (PSO) have been selected as the two metaheuristics algorithm. A computational experiment has been carried out by running the PSO and GA with the VRPTW benchmark data set. The empirical results show that PSO perform better than GA when tested on clustered based customer distribution. On the other hand, GA is superior to PSO on the random customer distributions. In term of computing time, the performance of PSO algorithm is better than GA.
Proceedings of the 9th International Conference on Informatics in Control, Automation and Robotics, 2012
This paper addresses the Capacitated Vehicle Routing Problem with Time Windows, with constraints related to the vehicle capacity and time windows for customer service. To solve this problem two different metaheuristics are used: Tabu Search and Genetic Algorithms. Based on these techniques a hybrid algorithm is developed. The main goal is the development of a Hybrid Algorithm focused on the Vehicle Routing Problem which uses the intensification power of the Tabu Search and the diversification power of the Genetic Algorithms, in order to obtain good quality solutions without compromising the computational time. In the experiments are combined policies of diversification and intensification in Tabu Search and Genetic Algorithm to verify the efficiency and robustness of the proposed hybrid algorithm. Finally, the results are compared with the best heuristic and exact methods results found in the literature. The Hybrid Algorithm here proposed shows efficiency and robustness, with several optimal solutions achieved.
Proceedings of the 15th International Conference on Software Technologies
The vehicle routing problem has attracted a lot of interest during many decades because of its wide range of applications in real life problems. This paper aims to test the efficiency and capability of bee colony optimization for this kind of problem. We present a Bee-route algorithm: a multi-objective artificial Bee Colony algorithm for the Vehicle Routing Problem with Time Windows. We have performed our experiments on well known benchmarks in the literature to compare our proposed algorithm results with other state-of-theart algorithms.
PROMET-Traffic&Transportation, 2012
Time Windows (VRPTW) and shows that implementing algorithms for solving various instances of VRPs can significantly reduce transportation costs that occur during the delivery process. Two metaheuristic algorithms were developed for solving VRPTW: Simulated Annealing and Iterated Local Search. Both algorithms generate initial feasible solution using constructive heuristics and use operators and various strategies for an iterative improvement. The algorithms were tested on Solomon's benchmark problems and real world vehicle routing problems with time windows. In total, 44 real world problems were optimized in the case study using described algorithms. Obtained results showed that the same distribution task can be accomplished with savings up to 40% in the total travelled distance and that manually constructed routes are very ineffective.
References (14)
- J. K. Lenstra and A. H. G. R Kan, "Complexity of vehicle routing and scheduling problems," Networks, vol. 11, pp. 221227, Oct. 2006.
- A. Imran, S. Salhi and N. A. Wassan, "Avariableneighborhood-based heuristic for the heterogeneous fleetvehicleroutingproblem," European Journal of Operational Research, vol. 197, pp. 509518, July 2008.
- Z. Z. Yang and B. Yu, "An Ant Colony Optimization Model: the Period Vehicle Routing Problem with Time Windows," Transportation Research Part E: Logistics and Transportation Review, vol. 47, pp. 166181, Oct. 2010.
- C.-H. Chen. and C.-J. Ting, "A HYBRID ANT COLONY SYSTEM FOR VEHICLE ROUTING PROBLEM WITH TIME WINDOWS," Journal of the Eastern Asia Society for Transportation Studies, vol. 6, pp. 28222836, 2005.
- M.-C. Lai, "A hybrid genetic/benders' algorithm with applications to vehicle routing and scheduling problems,"Doctoral Dissertation, pp. 209, 2004.
- P. Dippold and S. Häckel, "The bee colony-inspired algorithm (BCiA): a two-stage approach for solving the vehicle routing problem with time windows,"Annual conference on Genetic and evolutionary computation, pp. 25-32, 2009.
- Y. A. Koskosidis, W. B. Powell and M. M. Solomon, "An Optimization-Based Heuristic for Vehicle Routing and Scheduling with Soft Time Window Constraints," Transportation Science, vol. 26, pp. 6985, May 1992.
- N. Balakrishnan, "Simple Heuristics for the Vehicle Routeing Problem with Soft Time Windows," Journal of the Operational Research Society, vol. 44, pp. 279287, 1993.
- P. Badeau, M. Gendreau, F. Geurtin, J.-Y. Potvin and É. Taillard, "A tabu search heuristic for the vehicle routing problem with soft time windows," Transportation Science, vol. 31, pp. 170186, May 1997.
- W.-C. Chiang. and R. A. Russell, "A metaheuristic for the vehicle- routening problem with soft time windows," Journal of the Operational Research Society, vol. 55, pp. 12981310, Dec. 2004.
- H. I. Calvete, C. Galé, M.-J. Oliveros and B. Sánchez-Valverde, "A goal programming approach to vehicle routing problems with soft time windows," European Journal of Operational Research, vol. 177, pp. 17201733, Nov. 2005.
- D. Karaboga, "An Idea Based on Honey Bee Swarm for numerical optimization," Technical Reports, TR06, Oct. 2005.
- M. A. Figliozzi, "An iterative route construction and improvement algorithm for the vehicle routing problem with soft time windows," Transportation Research Part C, vol. 18, pp. 668679, Oct. 2010.
- R. Eglese, Z. Fu and L. Y. O. Li, "A unified tabu search algorithm for vehicle routing problems with soft time windows," Journal of the Operational Research Society, vol. 59, pp. 663673, 2008.
Sumaiya Iqbal



