Abstract
In some special rescue scenarios, the needed goods should be transported by drones because of the landform. Therefore, in this study, we investigate a multi-objective vehicle routing problem with time window and drone transportation constraints. The vehicles are used to transport the goods and drones to customer locations, while the drones are used to transport goods vertically and timely to the customer. Three types of objectives are considered simultaneously, including minimization of the total energy consumption of the trucks, total energy consumption of the drones, and the total number of trucks. An improved artificial bee colony algorithm is designed to solve the problem. In the proposed algorithm, each solution is represented by a two-dimensional vector, and the initialization method based on the Push-Forward Insertion Heuristic is embedded. To enhance the exploitation abilities, an improved employed heuristic is developed to perform detailed local search. Meanwhile, a novel scout bee strategy is presented to improve the global search abilities of the proposed algorithm. Several instances extended from the Solomon instances are used to test the performance of the proposed improved artificial bee colony algorithm. Experimental comparisons with the other efficient algorithms in the literature verify the competitive performance of the proposed algorithm.
Introduction
The utilization of smart manufacturing and intelligent devices has greatly promoted the transforming of traditional industries. 1 Thus far, many emerging computer technologies 2,3 and sophisticated equipment such as the robotics 4 and drones 5 have extremely improved the production efficiency and reduced the cost of the enterprise. Recently, numerous excellent enterprises have invested various drones to deliver their commodities 6,7 while many researchers have also concentrated on the vehicle routing problem with drones (VRPD), 8 –12 which can be observed as an extended version of the vehicle routing problem (VRP). 13 Many exhaustive overviews of the VRP could be found in the literature, 14 –16 where a number of customers need to be visited successively by a fleet of vehicles. In VRPD, the customers should be served by both vehicles and drones. 8 The applications of drones in the VRP systems have attracted many unexpected benefits. 10 Wang et al. implemented a set of thoroughly mathematical experiments to testify that combining the drones with trucks or vehicles can decrease nearly 75% costs. 10 Wang and Sheu generalized that avoiding crowdedness, quick delivery, and saving manpower and material resources are the primary characteristics of the VRPD. 17 Besides, Yurek and Ozmutlu suggested the drones’ own unique advantages when delivering goods on the rough or difficult terrains. 18
In the last decades, many algorithms have been applied to the vehicle routing problem with time window (VRPTW), such as the genetic algorithm (GA), 19 the tabu search (TS) algorithm, 20 the variable neighborhood search (VNS) algorithm, 21 the gradient evolution algorithm, 22 the particle swarm optimization, 23 the ant colony optimization, 24 the adaptive large neighborhood search heuristic, 25 and the simulated annealing algorithm. 26 However, for some special requirements, the drones can complete transportation tasks. Chang and Lee established a model for one truck equipped a set of drones. 27 Wang et al. studied a group of trucks with several drones. 10 Murray and Chu designed a dispatching manner in which one drone cooperates with one truck to serve a fleet of customers. 8 Furthermore, another valuable research direction involving the VRPD is the vehicle routing problem with time window and drones (VRPTWD). 28,29 Guerriero et al. proposed a VRPTWD model considering the soft time window and customer satisfactions. 28 Phan and Suzuki studied a multi-objective optimization problem of VRPTWD with the constraints of simultaneous receiving and dispatching. 30 In a nutshell, the VRP with drones should be taken more and more research focuses, especially in special scenarios, such as the disaster relief. 15,31,32
The artificial bee colony (ABC) algorithm was firstly proposed by Karaboga. 33,34 Since then, the ABC algorithm has been applied in many types of optimization problem, such as the graph selection problem, 35 the flexible job shop scheduling problem, 36,37 the path planning problem, 38 the distributed flow shop scheduling problem, 39,40 the block flowshop, 41 the prefabricated optimization problem, 42 the VRPTW problem, 43 the fuzzy scheduling problem, 44 and the task scheduling problem. 45 The ABC algorithm has been shown as a competitive optimization method compared with other efficient optimization methods, such as the Jaya algorithm, 46 the invasive weed optimization algorithm, 47 the differential evolution algorithm, 48 the harmony search algorithm, 49 the shuffled frog-leaping algorithm, 50 the bioinspired metaheuristic algorithm, 51 the krill herd algorithm, 52 the TS algorithm, 53 the particle swarm algorithm, 54 and other multi-objective optimization algorithms. 55,56
Considering the special requirements of drones in the VRP problem, and the efficiency of the ABC algorithm, we design an improved ABC (IABC) to solve the multi-objective VRPTWD (MO-VRPTW-D) problem. The main contributions of this study are as follows: (1) to the best of our knowledge, this study is the first one to dispose the VRPTW with drone transportation by using the ABC algorithm; (2) to enhance the exploitation abilities, an improved employed heuristic is developed to perform detailed local search; and (3) a novel scout bee strategy is presented to improve the global search abilities of the proposed algorithm.
The remainder of this report is organized as follows. The second section describes the MO-VRPTW-D model and exhibits an example; the third section clarifies the framework of the proposed algorithm; the fourth section introduces the simulation results and the fifth section draws the conclusion and future work.
Problem statement and MO-VRPTW-D model
Problem description
The proposed MO-VRPTW-D can be generalized from three aspects: customers, trucks and drones, objectives and constraints.
For the customers, the complex transportation scenario, such as the disaster relief and rescue or the transport of delicate goods, should be considered. Besides, each customer has multiple pairs of productions or demands. Except from the special of height and demand, the customers also have the synchronized visits and time windows constraints.
For the trucks and drones, each truck equips a drone and the multiple pairs of productions are delivered to the horizontal location of a customer by the truck and raised to the customer by the drone. Moreover, each truck has two types of capacities due to the multiple pairs of productions for customers and the capacity of each truck is different. The truck that has a greater capacity will consume more fuels and generate more energy consumption than the smaller one. Furthermore, each drone possesses different flight speed and different energy consumption, that is, the faster drone will create greater energy consumption.
Additionally, the objectives of MO-VRPTW-D are to minimize the total energy consumptions of trucks, the entire energy consumptions of drones, and the maximal number of the employed trucks. And the total energy consumptions are respected to the energy consumption index and the travel distances for each truck or drone. For the constraints, first, each truck has the limit of maximum capacity and maximal travel distance, and the maximum number of the trucks is fixed; secondly, each customer has a time windows and the penalty will emerge when the arrival time of a truck at a customer is overstepped the time window. Besides, all the truck must depart and return to the depot and each customer must be visited only once by exactly one truck.
MO-VRPTW-D model
The MO-VRPTW-D is modeled as a directed complete graph
Moreover, each customer must be visited only once by exactly one truck and each customer i has a time window [e i, li ]. [e 0, l 0] is the time window of depot, e 0 is equal to zero while l 0 is equal to rk . The wait time wi will be produced if the arrival time zi of truck k at customer i is early than e i and when zi is later than li , the penalty will be attached to this route.
Specially, there is an energy consumption coefficient wtk for each truck k while each drone dk has an energy consumption coefficient wdk and a flight speed ydk . In this article, each customer i has a vertical trip distance tpi and the serving duration si of customer i can calculate by dividing the double trip distance 2tpi of by the ydk . Here ydk is the speed of drone equipped at truck k which visiting the customer i. Besides, α, β, and γ are the weight coefficients of the total energy consumption of the trucks, total energy consumption of the drones, and the total number of trucks, respectively.
Finally, all of the travel distance tij or tpi is numerically equal to the travel or trip time in the MO-VRPTW-D model. The mathematical formulations are described below.
Decision variables
Objective
Constraints
The objective (1) aims to minimize the weighted sum of the total energy consumption of the trucks, total energy consumption of the drones, and the total number of trucks. Constraints (2) and (3) ensure the two kinds of truck capacities are not excessed; constraints (4) to (6) guarantee that each customer is visited by only one truck and served only once; constraint (7) safeguards that each truck starts and ends at the depot; constraint (8) sets the serving duration; constraint (9) guarantees the maximal trip distance is not exceeded; constraint (10) indicates the waiting and starting time of depot; constraint (11) gives the connection between the arrival time of a vertex and the departure time of its predecessor; constraints (12) and (13) illuminate that the arrival time should be within the time window and the wait time.
Example of MO-VRPTW-D
Figure 1 displays an example of the proposed problem, which includes seven customers, two trucks and drones, which is conducive to comprehending the dispatching process. Figure 1(a) is the whole delivery routes for all customers, while Figure 1(b) is the situation of dispatching goods to the customer 3. For convenience, we only discuss the delivery process of customer 3 and other conditions are as follows: (1) the route {0, 1, 2, 3, 4, 0} and {0, 5, 6, 7, 0} are executed by the truck 1 and truck 2, respectively; (2) drone 1 is equipped on the truck 1 and the speed of drone 1 is 0.5. It can be acquired from Figure 1 that, when the truck 1 arrival at customer 3, the drone 1 starts to dispatch goods. According to the height of customer 3 is 5 and the dispatching route is a double journey, thus, the total distance of drone 1 is 10. Moreover, on the basis of the speed of drone 1 is 0.5, thus, the trip time of the drone is 10 divided by 0.5 is 20. Furthermore, the serving duration of customer 3 is 20. And Figure 2 explains the more detailed distribution scheme, where each route is built by a truck with a drone and each customer has two types of demands. The bottom of Figure 2 shows a part of the route, in which the main materials and the supplementations of customer 2 are 1 and 3; of customer 4 are 1 and 2; of customer 4 are 1 and 4, respectively.

The example of MO-VRPTW-D. MO-VRPTW-D: multi-objective vehicle routing problem with time window and drones.

The illustration of two types of demands and the combination of truck and drone.
Proposed algorithm
The framework of the proposed IABC algorithm is shown in Algorithm 1.
The framework of the IABC.
Encoding and decoding methods
For the problem encoding, this study states each solution as a 2-D array where each array representing the sequence of a set of vertexes, and Figure 3 gives an example of the encoding. In Figure 3, {0, 1, 2, 3, 4, 0} represent a visiting sequence of a truck, where this truck starts at depot then visits customer 1, 2, and so on until it returns to the depot. And {0, 5, 6, 7, 0} is symbolizing another route. Notice that each customer in the constructed route must be selected under the constraints of the MO-VRPTW-D model.

Example of the problem encoding.
Repair strategy
For each infeasible solution, Algorithm 2 gives the proposed repair strategy and the time complexity is O(n 2 m).
Repair strategy.
Initialization strategy
Solomon proposed the Push-Forward Insertion Heuristic (PFIH) for the VRPTW in 1987 and the general process of PFIH is as follow: first, select one of the unscheduled customers who must satisfy all the constraints of VRPTW model if insert it into the current route; then, calculate all the costs of inserting it into each location of the current route; thirdly, insert this customer into current route at the position of minimum costs; fourthly, repeat the above three steps until all customers are arranged. 29 In this study, we also embed the PFIH method in the proposed algorithm.
Enhanced employed bee strategy
Algorithm 3 gives an enhanced employed bee strategy of this study. In the traditional employed bee strategy, we select some customers randomly of certain route, then rearrange these customers to other routes. When some customers cannot be inserting into the current route, we could deploy a new truck if there was an empty one. This method is easy to accomplish but hard to receive a better solution. Thus, we propose a novel and effective strategy to obtain better routing schemes, where we expect rearranging a fleet of relevant customers with similar location. 57 And the time complexity of our strategy is O(n 2 m).
Enhanced employed bee strategy.
Scout bee strategy
When the IABC algorithm comes to the scout phase, we expect to make large changes to a solution in order to enhance the fitness and reduce the energy consumptions of these routes. Thus, the scout bee strategy described in Algorithm 4 has two parts. First, we execute a kind of local search method to reinsert some customers of a solution; then, replacing a truck of this solution with another empty one for increasing the probability to reduce the energy consumption of current routes. The steps 6–11 of Algorithm 4 is called the truck replacement strategy and the time complexity of the scout bee phase is O(n 2 m).
Scout bee strategy.
Experimental comparisons
In this study, in order to testify the validity of IABC, three relevant and effective algorithms, that is, GA, 19 TS, 20 and VNS 25 are selected as the comparing algorithm. The “Experimental parameters and instances” subsection describes the parameters and instances setting of the MO-VRPTW-D and other experimental results are expressed in the rest of the fourth section.
Experimental parameters and instances
The two most significant parameters of IABC, that is, are the size of population Ps and the iteration times without improvement Ln . We set four levels for the each parameter in Table 1 and perform a mass of adjustable parameter experiments according to these levels. Accord to the result of design of experiments (DOE) in Figure 4, we set Ps = 100 and L n = 10, respectively.
The levels of the two parameters.

The result of the DOE experiments for Ps and Ln . DOE: design of experiments.
For the instances of this study, we design our instances based on the 55 famous Solomon Benchmark examples of the VRPTW. 29 Each Solomon example has 100 customers and the distributions of customers’ location have three levels: random, cluster, and semi-cluster. Each customer in the Solomon examples has a time window, a demand, a severing duration, and a pair of coordinate points. The designed instances have the same customer numbers, locations, and time windows with the Solomon example and the name of our instances are corresponding to the order of Solomon instances. Due to the two kinds of demands constraints, we randomly set the dmi : dsi for each customer i from [1:1] to [1:5]. Besides, each customer has an integer height which is generated randomly from 5 to 14. Moreover, the total number of trucks is 25, and each truck has different energy consumption coefficient and two kinds of capacities. And the speed and energy consumption coefficient of drone on each truck is also different.
Effectiveness of the enhanced employed bee strategy
To testify the effectiveness of the proposed employed bee strategy, we perform a detailed experiment. Table 2 illustrates the comparison results of the enhanced employed bee strategy and the canonical employed bee method. In Table 2, the last two columns introduce the deviation of the objective value of each strategy compared with the best value. According to the results in Table 2, the IABC obtains 35 best values while the improved artificial bee colony with a random employed bee strategy without the enhanced employed bee strategy (IABC-NE) only gets 20 best ones, which demonstrate that the proposed employed bee strategy of this study indeed contributes to improving the algorithm performance. Figure 5 exhibits the result of analysis of variance (ANOVA) for the two different methods.
The comparison results of IABC-NE and IABC.
IABC: improved artificial bee colony.
IABC-NE: improved artificial bee colony with a random employed bee strategy without the enhanced employed bee strategy.

The ANOVA comparisons of IABC-NE and IABC. ANOVA: analysis of variance; IABC: improved artificial bee colony.
Effectiveness of the scout bee strategy
To investigate the performance of the proposed truck replacement strategy in the scout bee method, we also made a detailed comparison of the scout bee strategy. The results are revealed in Table 3, where IABC-NS represents the IABC without the scout bee strategy. It can be concluded from Table 3 that: (1) IABC obtains 37 best values while IABC-NS only obtains 18 optimal solutions; (2) the deviation values from the last two columns also show the superiority of the proposed scout bee strategy; and (3) the average performance given in the last line verify the average performance of the proposed method. The ANOVA comparison of the two methods given in Figure 6 also verifies that the proposed scout bee strategy improved the performance significantly.
The results of the IABC-NS and IABC.
IABC: improved artificial bee colony.

The ANOVA of the IABC-NE and IABC. ANOVA: analysis of variance; IABC: improved artificial bee colony.
Comparison of several efficient algorithms
To further attest the powerful performance of the IABC, we compare the proposed algorithm with GA, 19 TS, 20 and VNS. 25 These three selected algorithms are efficient for solving the VRPTW. The comparison results are given in Table 4, where the three columns from 3 to 6 correspond to the results obtained by GA, TS, VNS, and IABC, respectively. The best values of these four algorithms are shown in the second column. The deviations between each algorithm and the best values are present in the last four columns. Obviously, IABC gains 38 best values which account for about 70% of the 55 instances. The mean of deviation of IABC is only 0.42 which less than 5% of the second best result. Thus, in terms of the effectiveness and stability of the algorithm, the IABC is superior to the other three algorithms. Figure 7 gives the ANOVA among these four algorithms, which demonstrate that the IABC is significantly better than the three compared algorithms.
The results of comparing with GA, TS, and VNS.
GA: genetic algorithm; TS: tabu search; VNS: variable neighborhood search; IABC: improved artificial bee colony.

The result of comparing the IABC, GA, TS, and VNS. GA: genetic algorithm; TS: tabu search; VNS: variable neighborhood search; IABC: improved artificial bee colony.
Conclusion
This article proposes a novel VRPTW for the special customers must be served by trucks and drones. Based on the problem features, the mathematic model of MO-VRPTW-D is designed and solved by the presented IABC Figure 8. However, there still have many challenges between the model and the practical applications. For trucks and drones, we usually deem the motion states of these as a linear process but the speeds are nonlinear in reality. The route also may be impacted by the emergency and weather. As a result, our future work will be devoted to following works: (1) refer to He et al., 58,59 and extend the model from a static scenario to a dynamic scenario; and (2) considering the fuzzy features of the realistic system, 60,61 and explore the new mode of combining drone with vehicle under uncertain environments.

The convergence curves of instances. (a) Convergence curve for Inst 1. (b) Convergence curve for Inst 10. (c) Convergence curve for Inst 16. (d) Convergence curve for Inst 25. (e) Convergence curve for Inst 33. (f) Convergence curve for Inst 40. (g) Convergence curve for Inst 48. (h) Convergence curve for Inst 55.
Footnotes
Declaration of conflicting interests
The author(s) declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
Funding
The author(s) disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This study is partially supported by National Science Foundation of China under Grants 61773192, 61803192, and 61773246, Shandong Province Higher Educational Science and Technology Program (J17KZ005), special fund plan for local science and technology development lead by central authority, major basic research projects in Shandong (ZR2018ZB0419), and a Grant of Key Laboratory of Intelligent Optimization and Control with Big Data.
