Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Enhanced intelligent water drops algorithm for multi-depot vehicle routing problem

  • Absalom E. Ezugwu ,

    Roles Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Resources, Software, Validation, Visualization, Writing – original draft, Writing – review & editing

    ezugwua@ukzn.ac.za

    Affiliations School of Mathematics, Statistics and Computer Science, University of Kwazulu-Natal, Durban, South Africa, Department of Computer Science, Federal University Lafia, Lafia, Nasarawa State, Nigeria

  • Francis Akutsah,

    Roles Investigation, Software, Writing – review & editing

    Affiliation School of Mathematics, Statistics and Computer Science, University of Kwazulu-Natal, Durban, South Africa

  • Micheal O. Olusanya,

    Roles Investigation, Resources, Validation, Writing – review & editing

    Affiliation School of Mathematics, Statistics and Computer Science, University of Kwazulu-Natal, Durban, South Africa

  • Aderemi O. Adewumi

    Roles Supervision, Writing – review & editing

    Affiliation School of Mathematics, Statistics and Computer Science, University of Kwazulu-Natal, Durban, South Africa

Abstract

The intelligent water drop algorithm is a swarm-based metaheuristic algorithm, inspired by the characteristics of water drops in the river and the environmental changes resulting from the action of the flowing river. Since its appearance as an alternative stochastic optimization method, the algorithm has found applications in solving a wide range of combinatorial and functional optimization problems. This paper presents an improved intelligent water drop algorithm for solving multi-depot vehicle routing problems. A simulated annealing algorithm was introduced into the proposed algorithm as a local search metaheuristic to prevent the intelligent water drop algorithm from getting trapped into local minima and also improve its solution quality. In addition, some of the potential problematic issues associated with using simulated annealing that include high computational runtime and exponential calculation of the probability of acceptance criteria, are investigated. The exponential calculation of the probability of acceptance criteria for the simulated annealing based techniques is computationally expensive. Therefore, in order to maximize the performance of the intelligent water drop algorithm using simulated annealing, a better way of calculating the probability of acceptance criteria is considered. The performance of the proposed hybrid algorithm is evaluated by using 33 standard test problems, with the results obtained compared with the solutions offered by four well-known techniques from the subject literature. Experimental results and statistical tests show that the new method possesses outstanding performance in terms of solution quality and runtime consumed. In addition, the proposed algorithm is suitable for solving large-scale problems.

Introduction

Managing a fleet of vehicles outsourced for the distribution of a specific number of products to a set of customers with specific supply and demand requirements, is considered an important challenge in dealing with distribution problems. The challenge in this case, is not only restricted to making decisions on the number of vehicles to be dispatched on the road, but in deciding how a customer receives a service and which customer receives services first, based on assigned priority [1]. This type of problem can be presented as a vehicle routing problem (VRP) modeled by using graph theory. The expected performance metrics involve determining the optimal sequence of customers to be visited by each vehicle, which satisfy the criteria such as travel time, the length of route and the cost involved in the operation [2]. The VRP optimization problem is widely-studied with several attractive solutions and different implementation techniques proposed in the literature [3, 4, 5, 6]. Similarly, several variants of the VRP, of which the design concepts are based on the operational mechanism and mathematical modeling of the problem’s diverse conditions in real-world applications, have been scrutinized recently by researchers [7, 8, 9, 10, 11]. Some of these variants of the VRP include capacitated vehicle routing problems (CVRP), heterogeneous fleet vehicle routing problems (HVRP), multi-depot vehicle routing problems (MDVRP), periodic vehicle routing problems (PVRP), stochastic vehicle routing problems (SVRP), and vehicle routing problems with time windows (VRPTW) [12, 11].

The classical VRP is the most studied version of the VRP’s constrained optimization problem, drawing substantial interest in literature. In the classical VRP, there is only one depot and all vehicles start and end their routes in that depot [13, 14]. However, in present day real-world applications the classical VRP has limited practical application due to the complex structural orientation of the real-world problem. The VRP and its variants, including the multi-depot vehicle routing problem (MDVRP) discussed in this paper, are considered to be NP-hard problems, since they cannot be solved in polynomial time [15, 16]. In other words, finding an optimal solution for the VRP usually is very difficult to achieve, requiring an extensive amount of computational effort.

Since VRP is an NP-hard problem, several methods are proposed for solving VRPs and its variants. These methods include the exact algorithms, heuristics and metaheuristics techniques. However, using the exact algorithms are usually not effective, due to their time consuming characteristics when applied, which become obvious when the number of nodes increases and connectivity causes a drastic increase in the computational time required. Examples of the exact solutions are column generation [17, 18], integer programming [19], branch-and-bound and branch-and-cut algorithms and set-covering-based solution methods [11]. As a result of the underperformances of the exact algorithms with large graphs, a large number of classical heuristics or evolutionary computing methods and metaheuristics algorithms, has been proposed to solve the VRPs. This include simulated annealing [20], Tabu search [21], genetic algorithms [22], ant algorithms [23], neural networks [24], particle swarm optimization [25], symbiotic organisms search algorithm [26], and intelligent water drop algorithms [27, 28].

In the MDVRP, more than one depot exists and each customer is visited by one of the vehicles based at one of the several depots. The MDVRP has more practical applications than the classical VRP, as it is inclined toward offering better services to multiple customers from several depots. Although the MDVRP is said to be more robust in its application, it presents a greater challenge to the decision makers in determining which customer is visited by a vehicle from which depot without exceeding the actual capacity constraints of each vehicle. The inherent complexity of the MDVRP makes it difficult to solve the problem on a larger scale. Therefore, the MDVRP can then rather be viewed as a clustering problem, in which case grouping is performed to cluster the customers based on distance between the customers and the depots. Therefore, the problem can be solved in two phases simultaneously. The first phase is the allocation of customers to depots and the second phase is the routing of customers allocated to the same depots through routes. To adequately handle large problems, a reasonable approach would be to further decompose the two phases into the following sub-problems, namely clustering, routing, scheduling and optimization. Although most of the existing classical heuristic algorithms, such as genetic algorithms [22] and simulated annealing [20] guarantee near-optimal solutions, this is not always the case when solving MDVRP with large problem sizes, where for example the number of possible solutions would increase with every slightest increase in the number of decision variables. Consequently, the computational effort is most likely to increase likewise, thereby supporting the view that classical based heuristics are not computationally efficient in solving MDVRPs with large problem sizes. However, several hybrid evolutionary algorithms have proven to perform better, in terms of being able to produce better solution quality than their classical counterparts [15, 29, 30, 31], especially in cases of large sized problems. Therefore, this serves as a motivation for proposing a hybrid metaheuristic algorithm that combines both the intelligent water drop (IWD) algorithm and simulated annealing (SA) local search metaheuristic, denoted here as IWD-SA to solve the MDVRP.

IWD is a graph-based metaheuristic algorithm, which makes it suitable for modeling and solving most VRPs and their variants including the MDVRP. The IWD algorithm is a very simple and effective population-based optimization technique, using a constructive approach in finding optimal solution for a given problem [32, 33]. The IWD is inspired by the natural phenomena, based on the idea of water drops and their interactions with soils in river beds. The process is such that each water drop would construct a solution by traversing in the problem search space, at the same time modifying its environment. IWD has found applications in dealing with a wide range of optimization problems which include the well-known travelling salesman problem [34], VRP and its variants [29] and software quality assurance testing [35]. Results from different researchers’ work, have shown that the IWD algorithm compete favorably well with the other state-of-the-art metaheuristic algorithms [27, 28, 29].

This paper proposes the development of a hybrid metaheuristic algorithm based on the IWD algorithm and the SA local search heuristic. Since the SA algorithm has been applied to solve a number of optimization problems with fairly good results in most cases [36], it was selected for its high and better objective values, and for the SA algorithm’s ability to move from the current solution to the neighborhood solutions. This invariably helps the search process escape from the local minima in its search for the global optima by using the specified acceptance probability criteria to either accept or reject solutions with worse objective values. However, the computation of the acceptance probability function consumes a large number of system resources, more specifically CPU time. This is as a result of the exponential calculation required to determine the probability of acceptance or rejection of a new solution. Therefore, approximating the calculation of this function without compromising the decision rule and solution quality, can significantly improve the performance of the framework in terms of cost of execution. In addition, this paper aims to find an even more efficient and effective search strategy and an optimal set of performance parameters to achieve better results and faster convergence speed, especially with MDVRP benchmark problems with graphs ranging from 50 up to 360 nodes. In addition, the comparative analysis of the hybrid methods proposed in this paper is also novel. Therefore, this can be considered as the primary motivation for developing the proposed hybrid algorithm, which consists of the Graph-based IWD and SA search algorithms. The proposed hybrid algorithm is enhanced with the capability of improved IWD and SA algorithms to explore and exploit the solution search space of the MDVRP in a more efficient and effective way. The proposed algorithm is evaluated on thirty three (33) MDVRP benchmark instances. The experimental results obtained demonstrate the efficiency of this method over other compared algorithms from the existing literature [37, 30, 10].

The main technical contributions of this paper are the

  • design and implementation of an improved IWD based SA algorithm for solving MDVRP;
  • employment of some new adjustments features to SA probability of acceptance criteria function to improve the overall computation speed of the proposed IWD-SA algorithm;
  • comparative analysis of the proposed IWD-SA method presented in this paper, in terms of computational cost incurred by the exponential probability function execution of the SA technique; and
  • detailed evaluation and statistical analysis of results obtained by the proposed IWD-SA method against its classical approach (that is the standard IWD) and other existing techniques from literature.

This article is structured as follows: The paper starts with the brief discussion on the basics of MDVRP, problem formulation and related works. This is followed by a discussion of the two metaheuristic algorithms, namely IWD and SA, the presentation of hybrid methods, and their applications to solve MDVRP. Presented next are extensive computational results and discussions on the comparative analysis of the obtained results using statistical methods. Finally, the concluding remarks and future directions for the study are presented.

Multi-depot vehicle routing problem

The MDVRP was presented as a least cost problem, with the objective of finding routes with the least cost from each designated depot to a set of geographically located customers [36]. In modeling the MDVRP, certain assumptions regarding the vehicle routing plan, capacity, and customers are considered. Firstly, each route begins and ends at the same depot. Secondly, each customer is served exactly once a by vehicle. Thirdly, the total demand on each route is less than, or equal to the capacity of the vehicle assigned to that route. Finally, customers’ demand can be met. An example illustration of the MDVRP with 2 depots and 15 customers is shown in Fig 1. In solving the MDVRP, three decision making processes are involved [38]. The first is clustering, which deals with the grouping of customers to be served by the same depot, based on the distance of each customer from the servicing depots. The second is routing, which is the assignment of customers of the same depot to several routes in such a way that the capacity constraint of the vehicle is not violated. The last is scheduling, which handles the delivery sequence of each route in every depot.

The main objective of the MDVRP is to minimize the total delivery distance or time spent in attending to each customer. As shown in Fig 1, the two rectangular boxes represent the actual depots, while the circles represent the actual customers to be visited. If Fig 1 is defined in terms of a complete undirected graph G = (V, E, d), where the set V = {1,2,…,n} is the node set, E = {(i,i+1): i, i + 1 ∈ V, i < i+1} is an edge set. A cost matrix D = {di,i+1, vi, vi+1V} corresponding to the distance is defined on E. The cost matrix satisfies the triangle inequality whenever di,k + di+1,ldi,l + di+1,k for all 1 ≤ i < i + 1 ≤ n,1 ≤ k < ln, or di,i+1di,k + dk,i+1, for all i, i + 1, k. In particular, this is the case of planer problems for which the nodes are points pi = (xi, yi) in the plane, and is the Euclidean distance. The triangle inequality is also satisfied if di,i+1 is the length of a shortest path from i to i + 1 on G. For the given MDVRP, the distance between customer i and depot h, is represented as . The calculated Euclidean distance between customers and depots can then be used to make grouping decision of assigning customers to specific depots and routing decision of assigning customers on the same link to several routes.

According to Ho et al. [38], a feasible solution can easily be generated based on three steps namely, clustering, routing, and scheduling. The clustering process is achieved by computing the distance matrix, since the main objective of the MDVRP is to minimize the total time spent in serving each customer. Therefore, customers are clustered according to the nearest depots to them. Considering the example given in Fig 1, with two available depots say hA and hB, each customer is assigned to exactly one depot based on the following conditions:

If d(ci, hA) < d(ci, hB), assign ci to hA

If d(ci, hA) > d(ci, hB), assign ci to hB

If d(ci, hA) = d(ci, hB), assign ci to either hA or hB

where represents the distance between customer ci and depot hk.

The scheduling process entails sequencing the assignments of vehicle to customers based on the customers’ proximity to each other, such that no customer is visited more than once. In the proposed method, the parallelism capability of the IWD algorithm is employed to solve the MDVRP using similar steps of clustering and routing techniques described above.

Related work

Literature reviewed shows that several metaheuristic approaches have been proposed and used to satisfactorily solve the MDVRP with efficient approximation of the optimal solution. Pisinger and Ropke [39] proposed a unified heuristic, which was able to solve five different variants of the vehicle routing problem by using the Adaptive Large Neighborhood Search (ALNS). The authors employed a number of insertion and removal heuristics, to intensify and diversify the ALNS search process. In their study, five different variants of the VRP were considered, namely VRPTW, CVRP, MDVRP, the site dependent vehicle routing problem (SDVRP) and the open vehicle routing problem (OVRP). Experimental results from the study [39] show that the proposed algorithm improved 183 best known solutions out of the 486 benchmark tests.

Vidal et al. [30] developed a hybrid genetic algorithm framework for solving the MDVRP and periodic VRP. The proposed hybrid algorithm combines the advantages of the exploration breadth of population-based evolutionary search process, the aggressive improvement capabilities of the neighborhood-based methods, and the advanced population diversity management scheme to improve its solution quality and robustness. The proposed method was tested on standard VRP benchmark instances. Experimental results conducted demonstrate the superiority of the hybrid algorithm in terms of computational efficiency and solution accuracy. Since the new method was able to efficiently identify the best known solutions, including the optimal solutions and new solutions for all the tested benchmark instances, it was concluded that the algorithm was better than the compared techniques.

Juan et al. [10] combined biased randomization with iterated local search to develop a hybrid method for solving the MDVRP with a limited number of identical vehicles per depot. Biased randomization is the use of non-symmetric probability distributions to generate randomness. In [10], two biased-randomized processes were employed at different stages of the iterated local search framework in order to assign customers to depots and also to improve routing solutions. One advantage of their method is that the hybrid algorithm utilizes only one parameter and as such, does not require any parameter tuning. The proposed hybrid algorithm by Juan et al. [10] was tested on a standard benchmark with great success, which makes it an interesting approach for solving MDVRP.

In a related work by Teymourian et al. [29], a framework consisting of enhanced intelligent water drops and cuckoo search algorithms was proposed for solving the capacitated vehicle routing problem. The framework employs four state-of-the-art algorithms to solve the CVRP. These algorithms include an improved IWD algorithm, advanced cuckoo search algorithm, two local search hybrid algorithms, and a post-optimization hybrid algorithm. The proposed hybrid approach takes merit of the capabilities of the two metaheuristics (that is, the improved IWD and advance cuckoo search algorithms) to explore and exploit the solution search spaces. The performance of the proposed algorithms was evaluated on two well-known benchmark instances from literature and their results were compared with some other state-of-the-art algorithms from literature. The experimental results show that proposed methods can effectively cope with large-scale problems, where in most cases the local search hybrid algorithm yields the best gained solutions in the literature.

Metaheuristic solution to MDVRP

The two metaheuristic algorithms employed to develop the proposed hybrid algorithm, are discussed in this section. The IWD metaheuristic algorithm is discussed firstly, followed by the description of the approximate SA algorithm.

Intelligent water drops algorithm

The IWD algorithm is a population-based evolutionary metaheuristic algorithm influenced by the movement of natural water drops finding its way to the river, lakes, or seas. The idea of the IWD algorithm was first proposed by Shah-Hosseini [32] in 2009. Since then, the algorithm has been applied to solve several optimization problems, such as the n-queen puzzle multidimensional knapsack problem [33], multilevel thresholding of gray-level images [33], multi-objective job shop scheduling in scheduling system [40], optimum reservoir operation in water resources systems [41], robot path planning in robotics [42], economic load dispatch problem in power systems [43], feature selection with rough set [44], search and selection optimization processes [45], and examination time-tabling scheduling problem [46]. (Reference could be made to [47] for a comprehensive summary of the various problems that have been successfully solved using the IWD algorithm).

The IWD algorithm problem solving approach is modeled in the form of a graph, G = (V, E), where V and E denote sets of nodes and edges. The structure of the graph depends on the problem representation. The orientation of the problem for which the IWD algorithm is supposed to optimize and find a solution, is usually viewed based on the assumption that there exists a node source from which the water drop moves through a selected path to the next unvisited node. The paths through which the water drops traverses have some loads of soils. Therefore, the choice of selecting a specific path by the IWD is dependent on the amount of soil present on the unvisited path and the path with less soil is usually selected. However, during this process the velocity of the water drops may change, depending on the quantity of soil it is able to offset or accumulate along the selected path of movement. The whole process is repeated iteratively and the best path is updated periodically until the best solution or global solution is found and updated subsequently, after which the algorithm is terminated. The main algorithm procedure and the flowchart are presented in algorithm listing 1 and Fig 2.

Algorithm listing 1: Basic IWD algorithm steps

Input: Graph G = (V, E) where V and E are sets of nodes and edges

Output: global best solution

Parameter initialization:

Set static parameters: population size, maximum iteration, initial soil, soil update parameters and velocity update parameters

  1. Do
  2. Initialize the dynamic parameters: IWDs, list of visited nodes, initial velocity, and the initial amount of soils load on water drop
  3. Construct solutions by IWDs
  4. Search for the current best solution
  5. Update the soils path that forms the current best solution
  6. Update the best solution
  7. While (termination condition is not met)
  8. Return the best solution

There are two types of parameter settings defined for the IWD algorithm, namely static and dynamic parameter settings. Some examples of the static parameters include termination criteria, which determine when the algorithm should be terminated, the initial soil paths and velocity update parameters, which are constant throughout the iterative execution of the algorithm. On the other hand, examples of the dynamic parameters include a list of visited nodes, and the initial amount of soil load on water drop. This type of parameters changes its values with every increment in iteration steps.

Intelligent water drops algorithm for solving MDVRP

To successfully apply the IWD algorithm to solve the MDVRP, the structure or environment of the MDVRP which is denoted by G = (N, E) must be defined. Applying the steps presented in this section help minimize the total dispatching cost of each assigned vehicle that is supposed to service a customer. To start with, a graph with n nodes and n(n−1)/2 directed edges are constructed. This is used by the IWDs as input to construct solutions for the optimization process. In this case a node denotes a customer, while an edge denotes a route to a customer. Every IWD begins its journey by starting from the first or initial node i and terminates it by visiting the end node i + 1 on the graph. Therefore, some of the important factors and parameters employed by the IWD algorithm to solve the optimization process of the MDVRP are discussed.

Parameter initialization

The first step in the solution construction phase is the initialization of all the static and dynamic parameters such as the number of water drops, which in the current case is equal to the number of vehicles, each edge’s soil and each IWD’s velocity. The static parameters remain constant throughout the program run, and examples of the static parameters include number of IWDs, the initial value of soil, maximum number of iterations, velocity and soil updating parameters. The dynamic parameters are usually initialized at the start of the IWD search process and are subsequently updated throughout the search process. Examples of the dynamic parameters include a list of nodes visited by IWD (which in this case is vehicle k), initial velocity of IWD, and the initial soil load on IWD.

Route building.

Route design by the IWD algorithm is such that at each iteration phase of the algorithm, the individual IWDs build a solution for the MDVRP by moving from customer i to the next customer i + 1 according to a defined selection rule, which is explained below. This process is usually evaluated based on the amount of soil present at each customer’s node and the route distance to that node. Each IWD is able to keep track of the list of nodes visited. It is equally important to mention here that route construction for all the available customers is done in parallel by the IWDs. For each of the IWD iterations, only one customer is selected by using the probability distribution function given in Eq 1 below. In the proposed IWD implementation, the route building process executed by the IWDs is based on a parallelism processes adopted by the algorithm to construct its solution.

Solution representation.

Building a solution for the MDVRP as stated earlier, consists of two stages, namely clustering of customers and routing for each cluster. To retain the simplicity of the IWD algorithm, a straightforward solution representation scheme is employed, which has also been used in existing research [29, 48]. For the solution representation mechanisms, a single string is used to represent the clustering and routing stages. The clustering process is formulated by computing the distance matrix given in Eq 8, which is based on the steps described in the multi-depot vehicle routing problem section above. In Fig 3, a solution representation of a typical MDVRP solution scheme is illustrated, where three vehicles (k = 3) serve ten customers (n = 10), and the depot in this case is represented by 0. In this solution representation, customers 2, 3 and 5 are assigned to the same vehicle, which is vehicle 1, and the routing sequence is the same as the customer order, which is in the sequence of customer 2 first, customer 3 second, followed by customer 5. The second vehicle (vehicle 2) visits customers 7 and 4, for which the routing sequence is customer 7 first, then customer 4. The same goes for vehicle 3 that visits customers 1, 9, and 10, with the routing sequence the same as the customer order. The resulting clusters as shown in Fig 3 consist of some list of customers and the advantage of the clustering process is to generate optimum routes for the allocation of different vehicles to customers. In addition, since clustering in this case can be treated as a local search process, the SA algorithm can be employed as a local search metaheuristic to determine the best cost required for each vehicle to travel to a customer in the same cluster. Therefore, a fitness function, which is defined as the total distance covered by each vehicle per cluster, can be used to evaluate the quality of IWD solution. The implementation of SA is detailed in subsequent section below.

thumbnail
Fig 3. Solution representation scheme with indication of clustering.

https://doi.org/10.1371/journal.pone.0193751.g003

The main goal of the solution construction phase is to generate a population of IWD feasible solutions for MDVRP by implementing the IWD hybrid method described in algorithm listing 3 below. At the initial stage of the algorithm implementation, each IWD starts from a depot and selects the next customer to visit within its mapped cluster that consists of a list of candidate customers. The vehicle constraints are updated after the first visit and if these constraints are not violated, the second customer is selected by the IWD. More so, considering the VRP solution representation presented in Fig 3, each individual IWD generate a cluster of feasible solution for the MDVRP by simulating a vehicle and constructing its routes by iteratively selecting customers based on the vehicle’s predefined constraints of not exceeding its capacity and visiting each customer once, until all the customers in the feasible solution search spaces (as shown in Fig 4) are serviced. Each IWD follows a similar approach to construct a feasible route for all vehicles. The construction phase is completed by the transition of all IWDs through the feasible solutions, namely that once the vehicle constraints are satisfied and all the customers having been visited, the process is terminated with the IWDs returning back to depot. The solution construction phase is modeled based on an undirected graph with edges and nodes. Therefore, each IWD transverses along the edges from its nodes according to a certain defined probability function explained in the next section.

thumbnail
Fig 4. Example illustration of node cluster construction by IWD.

https://doi.org/10.1371/journal.pone.0193751.g004

Selection rule.

The selection rule is employed by IWD to select an optimum path i + 1 to a customer or node according to the probability . In the proposed optimization method, each IWD utilizes a probability distribution function assigned along each edge starting from the current node i through to all other nodes, i + 1, which do not violate the assigned constraints of the problem under consideration. The selection mechanism for choosing an edge connected to the next node by the IWD, is expressed as follows: Let an IWD be at node i, then the probability distribution denoted by , which is required by IWD to select an edge to move from node i to node i + 1, is calculated using a fitness function as expressed in Eq (1) as follows.

(1)(2)(3)(4)

where the function SM(.) is the saving matrix proposed by [49], which is used to compute the distance traveled by the IWDs along the edges to visit the nodes or as in the current case, the distance traveled by the vehicles for serving the customers. Here, the saving matrix is constructed for every two customers i and i + 1, on the same link path to the given depot h. The parameter ε is a very small positive number assigned to prevent singularity or possible division by zero. The function g(soil(i,i+1)) serves as shift function that moves the soil through an edge joining any two nodes, i+1 towards a positive value. The function is given as follows: (5)

where C denotes the set of nodes that IWD is not allowed to visit.

Therefore, the edge selection procedure between two nodes i + 1 and k from node can be summarized based on the following conditions: If , then select edge to visit the connected node If , then select edge i + 1 to visit the connected node If , then select edge arbitrarily to visit any of the connected node

Set of visited nodes.

An updated list of visited paths C created earlier on, is maintained by IWD as a means of keeping track of all the visited nodes. Iteratively, each node is first evaluated on the basis of whether it has been visited or not, before a decision is taken. If it is confirmed that the node has been visited previously, the node is deleted. The check is performed in order to prevent the IWD from traversing the same path twice. Relating this technique to the MDVRP for example, having customer i on the route of vehicle k from depot h, and after i has been visited by k, it is removed completely from that route and any subsequently visit by k to i is declared taboo for a specific number of iterations. This condition holds for as long as k is only allowed to serve i just once.

Local soil and velocity update.

As IWD move from node i to node i + 1, its velocity is updated as follows: (6)

where av, bv and cv are the IWD velocity updating parameters and velIWD (t) is the previous velocity of the IWD.

The time taken by IWD to move from node i to node i + 1 is computed as follows: (7) (8)

The max(.,.) returns the maximum value between its arguments’. This value is then used to threshold the negative velocities to a very small positive number εv. The function d(.) represents the distance taken by IWD to move from node i to node i + 1.

The amount of soil on the link will be reduced, since IWDs carries some soil as it traverses from node i to node i + 1. Therefore, the soil carried by the IWD as it moves along the link from node i to node i + 1 is updated as follows: (9) (10) (11)

where as, bs, and cs are the IWD soil updating parameters, ρ is a small positive number (0<ρ<1).

Fitness function.

The main reason for determining the fitness function is to increase the chances of finding a global-best solution and to also improve the convergence speed of the IWD algorithm. The fitness function determines the ranking of the individual solution obtained by calculating the total length of the constructed route traversed by each IWD in the iterations. The solution with the minimum route length among all the IWD constructed routes is then taken as the best solution. Since this is a minimization case, the route length denoted by TIWD can be expressed as follows: (12)

Therefore, the fitness function can be defined as follows: (13)

where n is the total number of nodes or customers and the function d(.) is the Euclidean distance between customer is and customer i + 1.

Global update.

To prevent IWD from plunging into local minima, the amount of soil on each of the current iteration’s best solution with the minimum route length TM, was subsequently updated as follows: (14)

However, if at the end of each iteration process, TM is found to be shorter than the current best solution, which is denoted by TB, the best route is updated as follows: (15)

Termination condition.

The program is terminated once there is no further improvement on the global soil updating, that is after a number of successive iterations have been performed. This also corresponds with the value of the constant parameter referred to as the maximum number of iteration, which is set to 100 in the case of the proposed method.

Simulated annealing

Since its introduction as a solution method into the field of optimization techniques, SA algorithm has been used to solve numerous optimization problems, either on the basis of it being used as a classical algorithm or as part of a hybrid implementation when combined with other metaheuristics. As a local search metaheuristic, the application of SA has produced fairly good results in comparisons with other heuristic based algorithms [50, 51]. The SA algorithm is intensely studied in the literature and in some cases it is specifically applied to solve the VRP and its variants problems [20].

The reason for the introduction of SA into IWD was to enhance the existing solution quality of the results produced by the IWD. Another reason for the combination of these two algorithms was to develop a robust local search technique that prevents the IWD from getting stuck into local minima as earlier discussed in the clustering process presented above. SA can be viewed as a search process that can always attempt to move from one current solution to another solution in its neighborhood solutions. Therefore, it has the potential of providing better objective values for the IWD to solve the MDVRP efficiently. Unlike the hill climbing method, SA is able to escape from getting trapped into local minima by allowing worse moves (lesser quality) or uphill steps to be taken at random some of the time. SA choice of selecting best solution is based on its movement procedure, which is such that if the anticipated move is better than its current position, then SA will always take it. If the move is worse, it will be accepted based on some probability selection criteria. For the MDVRP, the SA procedure begins by considering the solution construction of each IWD, given as , for a set of given customers with an updated solutions created by randomly switching the orders of two customers. The switching order is implemented based on the concept of 2-opt exchanges of paths between different customers’ routes [52, 53]. In the 2-opt operator, all possible pairwise exchanges of customers inside an individual vehicle route are evaluated to see if a shorter route distance can be obtained by exchanging the order in which the customers are visited by the vehicle. To briefly illustrate this concept as shown in Fig 5, the following nodes are considered {i, i+1} and {j, j+1} and the process is represented as follows: {i, i+1}{j, j+1}→{i,j}{i+1,j+1}. In Fig 5, the rectangle represents a depot, while the circles denote customers or nodes.

The cost function or fitness function, which represents the quality of solution (that is the total distance or route length travelled by the vehicles in a cluster) is denoted by . The relative change in cost Δf between and is expressed as . Since the fitness functions of the solution are computed iteratively, an approximate evaluation of the function that at the same time provides a good indication of the solution quality can be employed. It is equally important to note that a simplified evaluation of the fitness function is necessary to reduce the computation time of the SA.

Beginning with the initial solution, only the solution which has a smaller fitness value than the previous solution is accepted by the algorithm. In other words, a solution is only accepted with the fitness value of . However, accepting or rejecting a new solution with higher fitness values for is based on the probability of acceptance criteria given as follows: (16)

In the case of large problem sizes, instead of using Eq 16, Eq 17 can be employed to improve the performance of the SA: (17)

Similarly, Eq 17 can be approximated to Eq 18. This approximation method is applied in this case to reduce the computational effort or time of the SA procedure.

(18)

where tτ is the parameter temperature at the τth instance of accepting a new solution. The probability of accepting a new solution is a function of both the temperature of the system and the difference in the fitness value. It has been noted that the probability of accepting a worse solution decreases as the temperature deteriorates. This means that as the temperature reduces to zero, only better solutions will be accepted. In this paper, the following cooling schedule is adopted (Eq 19): (19) where, α denotes the rate at which the temperature is lowered each time a new solution is discovered. The SA procedure is presented in the algorithm listing 2. Therefore, in this paper, two versions of the hybrid methods are proposed namely, the hybrid method that combines IWD algorithm and SA algorithm using Eq 17, which is denoted here as IWD-SA, and the second proposed hybrid method that combines IWD algorithm with approximated SA algorithm using Eq 18, which is denoted here as IWD-ASA.

Algorithm 2: Pseudocode for local search implementation by SA

Input: Initial temperature t0, final temperature t#x03C4;, cooling rate α, maximum iteration maxiter

Output: Best cost per cluster

  1. Identify a solution from clusters consisting of random solutions
  2. Do
  3. For counter = 1 to maxiter
  4. Create a new solution from
  5. If then
  6. Else
  7. If p > r(0,1) then (using either Eq 17 in terms of IWD-SA or Eq 18 in terms of IWD-ASA) where r is a randomly generated number
  8. End if
  9. Reduce the temperature using Eq 19 and increment τ = τ +1s
  10. Update the best solution
  11. End for
  12. While (termination condition is not met)

The proposed hybrid method

The hybrid IWD-SA algorithm introduces the SA probability of acceptance criteria in determining between the current best cost and the new solution cost, which of them to choose as the solution to be updated. The algorithm achieves this technique by computing and comparing iteratively the quality of solution obtained by both the old and new IWD’s drops, which revolve around TM and TB. Therefore, the acceptance rule is evaluated based on two conditions namely, the fitness function or quality of solution, and the environmental temperature. The acceptance criteria enable the IWD process to easily escape from being trapped into local minima, thereby increasing the rate of the algorithm exploration and convergence. The step by step description of how the combined IWD algorithm and SA method work together to achieve the aforementioned process, is presented in Algorithm listing 3. The illustration of these steps is also illustrated using the flowchart shown in Fig 6.

Algorithm listing 3: IWD-SA algorithm steps

Input: Graph G = (V,E)where V and E are set of nodes and edges

Output: global best solution

Parameter initialization:

Set static parameters: population size, maximum iteration, initial soil, soil update parameters and velocity update parameters

  1. Do
  2. Initialize IWDs, list of visited nodes, initial velocity of water drop, and the initial amount of soils load on water drop
  3. For k = 1 to Nc where Nc is the number of nodes on the graph
  4. Search for the current best solution by spreading the IWDs randomly on the problem graph
  5. Update all the dynamic parameters to include: list of visited nodes, initial velocity of the water drop and the initial amount of soil loaded onto water drop
  6. End for
  7. Create a new solution from
  8. Calculate the fitness functions and
  9. If then
  10. Else
  11. Calculate p(f,tτ) with Eq 17 for IWD-AS method and Eq 18 for IWD-ASA method
  12. If p>r(0,1) then
  13. End if
  14. Update the soil value of all paths visited by the IWDTM Update the global best cost TB by comparing the fitness values of TM and TB
  15. If (fTBfTM) then
  16. TB=fTM
  17. Else
  18. TB=TB
  19. End if
  20. Update temperature tk+1 = αtk
  21. While (termination condition is not met)
  22. Return the best cost TB

Computational experiment

This section presents the various experimental assessments of the IWD algorithms demonstrated in three phases. The first phase is the experiment phase that combines the computational effort of both the IWD algorithm and SA to find the minimum best cost through the optimization of the MDVRP, which is achieved by using Eq 17. The second phase of the experiment demonstrates the results obtained by combining IWD algorithm and the approximate version of the SA algorithm using Eq 18. The last phase of the experiment demonstrates the application and effectiveness of IWD algorithm to solve the MDVRP. The objective of this evaluation is to report the variations in the results emanating from the improvements of the IWD algorithm based on the three empirical scenarios. The results in each method are compared with the best known solution from Cordeau’s instances taken from Cordeau et al., [37]. The three experiments were set up and executed under the same processing conditions. The three case scenarios of the IWD and SA algorithms were executed in Windows 7 OS, Intel Celeron CPU@1.8GHz with 3.88GB of RAM. MATLAB R2014b was used as the programming language. The MDVRP instances results described in Cordeau et al. [37], Pisinger and Ropke [39], Vidal et al. [30] and Juan et al. [10], were benchmarked to evaluate the performance of the three methods proposed in this paper. Each instance of the problem was run 10 times for a maximum number of 100 iterations.

The parameters used for the implementation of the proposed methods are as presented in Table 1. In the course of the experiment, it was observed that the choice of parameter selection sometimes influences the quality of solution obtained, the higher the values of the parameters being selected, the more computation time it consumes in some cases. This is true in the case of the simulated annealing with an exponential calculation of the probability of acceptance criteria that is computationally expensive. In the analysis of the three methods described in this paper, both the static and dynamic parameters are configured as shown in the parameter Table 1 for the IWD and Table 2 for the SA algorithm. The static parameters are set using similar theoretical values from the work presented in [32].

The first experiment conducted aimed to compare between IWD algorithm and the two versions of the SA, that is, SA with the exponential calculation of the acceptance probability function (IWD-AS) and with an approximate version of the exponential probability of acceptance criteria (IWD-ASA). The results of these tests are summarized in Table 3. Moving column wise in Table 3, the best known solution (BKS) for the Cordeau MDVRP instances is shown, while the average results for the 10 runs is denoted by ‘AVE’, the best solution found is denoted by ‘Best’, the standard deviation is denoted by ‘Std. Dev’, and the average CPU time in seconds is denoted by ‘Time’ are equally shown.

thumbnail
Table 3. Computational results obtained for 33 Cordeau MDVRP benchmark instances for improved IWD, IWA-SA, and IWD-ASA.

https://doi.org/10.1371/journal.pone.0193751.t003

Experimental evaluation of proposed algorithms

Table 3 shows the results of the 33 Cordeau MDVRP benchmark instances, which were ran on the three employed algorithms, namely IWD, IWD-AS, and IWD-ASA. As can be seen in Table 3, the IWD was the least performed method compared to the results of the best known solutions, while the IWD-AS and IWD-ASA were able to find optimal solutions in all the 33 test instances. The superiority of IWD-AS and IWD-ASA are also demonstrated in some cases where their results outperformed the best known solution, indicated in bold and negative signs in the corresponding ‘Best’ and percentage gap ‘Gap’ columns.

Also, to statistically determine the differences among the three algorithms’ solution qualities, two measurement tests were computed, namely the resulting gaps between the three proposed algorithms’ best solution found, and the best known solutions of the other techniques. The second test is the student’s test known as the t-test, which was used to compare the average results of the IWD-SA and IWD-ASA. The gaps were calculated using Eq 20.

(20)

While the t statistics was calculated using the formula given in Eq 21.

(21)(22)

where

= Average value for the set of IWD results

= Average value for the other methods results

S1 = Average value for the other methods results

S1 = Standard deviation of the other methods including IWD–SA and IWD–ASA

n1 = frequency of the IWD results for the 10 runs

n2 = frequencies of the other methods for the 10 runs

The essence of the t-test is to investigate whether there is any significant difference among the average results of the IWD and the other two methods (i.e. IWD-SA and IWD-ASA). In each case the two-tailed P-values obtained were less than 0.0001 and by conventional criteria these differences are considered to be extremely statistically significant. A confidence interval at the 95% confidence level (t0.05 = 18) was stated. From the results of the t-tests displayed in Table 3, it can be seen that there is statistically significant differences between the average results of the IWD and the other two techniques. In all the test cases, it was obvious that the IWD is outperformed by the IWD-SA and IWD-ASA based on the compared average values of the three techniques. This significant difference in the performance of the other two methods can be attributed to the local search and hill climbing characteristics of the SA introduced into the IWD. These two features of the SA are efficient mechanisms which can assist the IWD to escape being trapped into local minima, and it also increases the explorative and exploitative power of the IWD within the given solution space. One other factor that tends to improve the performance of the hybrid IWD is the efficient calculation of the cost function without compromising the quality of the solution by the SA. This is very important, since the problem cost function is computed at every iteration run of the algorithm. In the current implementation, this bottleneck was avoided by evaluating the cost function based on the difference between the current solution and the neighborhood solution.

Similarly, in the implementation of the proposed methods, it was observed that the calculation of the exponential probability function alone took approximately one third of the whole algorithm execution time. This however, justifies the initial claim that the computation of the acceptance probability function consumes a copious number of system resources. More specifically, CPU time resulting from the exponential calculation involved in determining the probability of accepting or rejecting a new solution. Similar observations were also pointed out in [54, 55]. Thus, this compelled the researcher to further compare the execution times of the two SA probabilities of acceptance criteria models presented in Eqs 17 and 18. From the experimental results presented in Table 3, it is obvious that IWD-SA took longer CPU time than IWD-ASA. The average execution times of 1,145.72 and 949.66 seconds were recorded for IWD-SA and IWD-ASA respectively, while an average of 927.21 seconds was recorded for the IWD algorithm. The variations in the CPU execution time in seconds for the two methods on some selected problem instances are demonstrated in Figs 7, 8 and 9. However, there were no noticeable significant differences in the solution quality of the two SA techniques aside from the observed wide variation between their processing speeds.

thumbnail
Fig 7. Average running times for IWD, IWD-SA and IWD-ASA on Pr01-Pr06 instances.

https://doi.org/10.1371/journal.pone.0193751.g007

thumbnail
Fig 8. Average running times for IWD, IWD-SA and IWD-ASA on Pr07-Pr10 instances.

https://doi.org/10.1371/journal.pone.0193751.g008

thumbnail
Fig 9. Average running times for IWD, IWD-SA and IWD-ASA on selected instances between P01-P21.

https://doi.org/10.1371/journal.pone.0193751.g009

Experimental evaluation of the algorithms with other methods

This section presents the best solution obtained by each of the proposed methods for comparison with some other approaches available in literature. The gaps in percentages for each of the best results obtained by the different methods are presented for evaluation in Tables 46 and similarly, illustrated visually in Figs 1012. The proposed methods were able to achieve 19 matches out of the 33 existing best known solutions, compared to the results reported in [10], in which 12 matches out of the 33 previous best known solutions were recorded. Similarly, in comparing the average percentage gaps of the three proposed methods, it can be seen that, they are reasonably low, except for the IWD technique. For example, the average gaps between IWD-SA and other techniques are obtained as -0.10% for comparison between IWD-SA and Cordeau et al., [37], 0.17% for comparison between IWD-SA and Pisinger and Ropke [39], 0.27% for comparison between IWD-SA and Vidal et al. [30], and 0.01% for comparison between IWD-SA and Juan et al. [10] for all the 33 instances.

thumbnail
Table 4. Comparison of IWD, Cordeau et al. [37], Pisinger and Ropke [39], Vidal et al. [30], and Juan et al.

[10].

https://doi.org/10.1371/journal.pone.0193751.t004

thumbnail
Table 5. Comparison of IWD-SA, Cordeau et al. [37], Pisinger and Ropke [39], Vidal et al. [30], and Juan et al.

[10].

https://doi.org/10.1371/journal.pone.0193751.t005

thumbnail
Table 6. Comparison of IWD -ASA, Cordeau et al. [37], Pisinger and Ropke [39], Vidal et al. [30], and Juan et al.

[10].

https://doi.org/10.1371/journal.pone.0193751.t006

Statistical and convergence behavior analysis

In addition to the previous comparison made, two statistical tests were carried out, using the results presented in Tables 4, 5 and 6 in order to obtain more rigorous and fair conclusions regarding the performance and convergence behavior of each of the compared algorithms. Firstly, Friedman’s non-parametric test was conducted on the five different algorithms and the result is presented in Table 7. Secondly, an application was conducted of post hoc analysis with Wilcoxon signed-rank tests using IWD, IWD-SA, and IWD-ASA as controlled algorithms the result of which is presented in Table 8.

thumbnail
Table 7. Average ranking returned by Friedman’s non-parametric test for the 33 MDVRP instances.

https://doi.org/10.1371/journal.pone.0193751.t007

thumbnail
Table 8. Application of post hoc analysis with Wilcoxon signed-rank tests using IWD, IWD-SA, and IWD-ASA as controlled algorithms.

https://doi.org/10.1371/journal.pone.0193751.t008

Friedman’s non-parametric test for multiple comparisons conducted indicated that there was a statistically significant difference among the results of the five (5) algorithms. The test was conducted by taking into account the confidence interval which was stated at the 95% confidence level. As shown in Table 7, Friedman’s test revealed that there were statistically significant differences among the techniques whilst running, X2(4) = 82.68, p-value = 0.000 for the comparison between IWD and other methods; X2(4) = 37.60, p-value = 0.000 for the comparison between IWD-SA and other methods; and X2(4) = 37.52, p-value = 0.000 for the comparison between IWD-ASA and other methods. Since the Friedman test result was statistically significant, there was a need to still run the post hoc tests, so that it could be ascertained exactly which of the algorithms performed better.

To properly evaluate the statistical significance of the efficient performance of the proposed IWD, IWD-SA and IWD-ASA algorithms, the post hoc tests have been conducted further by using each of the three methods as the controlled algorithm in all the comparisons made. However, the post hoc analysis with Wilcoxon signed-rank tests conducted with a Bonferroni correction applied, resulted in a new significance level set at p < 0.0125 (i.e. 0.05/4, since 4 comparisons were made). Analyzing the test statistics data shown in Table 8, it can be seen that at p < 0.0125 significance level, the proposed methods produced results that were significantly better than Cordeau et al. [37] and Vidal et al. [30]. However, there were no statistically significant differences between the results obtained by the two proposed methods (that is, IWD-SA and IWD-ASA) (see Pisinger and Ropke [39], and Juan et al. [10]), since their resulting p-values were greater than the computed p-value of 0.0125. Therefore, it can be concluded that the two proposed methods are statistically significantly better than the IWD and Cordeau et al. [37] for solving MDVRP problems at 95% confidence level.

Table 7 reports the average ranks returned by Friedman’s non-parametric test for the five set of algorithm on 33 MDVRP instances. As shown in Table 7, Vidal et al. [30] yielded the best performance among all the other methods, while two of the current methods namely, IWD-SA and IWD-ASA together with Pisinger and Ropke [39] competed equally for the second position in the analysis. However, the IWD performed poorly in either case. (Figs 13, 14 and 15 graphically depict this ranking evaluation).

thumbnail
Fig 13. Mean rank of the IWD algorithm with other methods.

https://doi.org/10.1371/journal.pone.0193751.g013

thumbnail
Fig 14. Mean rank of the IWD-SA algorithm with other methods.

https://doi.org/10.1371/journal.pone.0193751.g014

thumbnail
Fig 15. Mean rank of the IWD-ASA algorithm with other methods.

https://doi.org/10.1371/journal.pone.0193751.g015

Evaluating the different methods proposed in this paper, is based on each algorithm’s solution qualities and speed of convergence, as shown in Figs 16 and 17. These two figures depict that both the IWD-SA and IWD-ASA competed favorably well in terms of solution quality and speed of convergence compared to the standard IWD, despite the additional computational cost incurred by the IWD-SA. This further support the significant contributions of the different strategies employed to implement the proposed algorithms. Some of these main strategies include the use of efficient cost function, approximation of SA’s probability of acceptance criteria and the use of SA as an alternative local search technique to intensify the entire search process, and at the same time to accelerate the convergence speed of the proposed hybrid algorithms.

thumbnail
Fig 16. Convergence trends of IWD, IWD-SA, and IWD-ASA for the P01 instance.

https://doi.org/10.1371/journal.pone.0193751.g016

thumbnail
Fig 17. Convergence trends of IWD, IWD-SA, and IWD-ASA for the P04 instance.

https://doi.org/10.1371/journal.pone.0193751.g017

In summarizing the whole analysis, from the computational result obtained in Table 3, it is concluded that there is a significant difference in the CPU execution time between IWD-SA and IWD-ASA, with the approximate version of the SA having the least execution time. This reduction in the algorithms’ run time indirectly resulted in accelerating the convergence speed of the IWD-SA without compromising its solution quality. Therefore, it can be stated that the approximate method of the hybrid algorithm (IWD-ASA) performed better than its IWD-SA counterpart in terms of CPU time. After analyzing the results presented in Tables 4, 5, and 6, it is concluded that the two proposed hybrid algorithms achieved high quality solutions compared to other methods described in the literature (19 out of 33). Specifically, it is also concluded that the two hybrid methods performed well in MDVRP instances with up to 360 nodes (customers). In summary, as shown in all the results evaluated, the proposed methods can be employed as alternative hybrid metaheuristics for solving other similar MDVRP problems.

Conclusion and future research

In this paper the multi-depot vehicle routing problem has been studied. Presented are two hybrid metaheuristics that incorporate both the exponential and approximate version of the simulated annealing into the basic intelligent water drops algorithm. This study utilized these two methods of the SA solution to develop a better alternative algorithm for the MDVRP NP-hard problem. The proposed algorithms (IWD-SA and IWD-ASA) were tested on two sets of Cordeau’s MDVRP benchmark instances, covering instances P01-P23 and Pr01-Pr10. Two different statistical analyses were also conducted to verify the performances of the proposed methods against some existing techniques in the literature. The obtained results show that the two methods are effective and efficient in solving MDVRP within a reasonable amount of computational effort and high solution qualities.

A statistical analysis was also conducted to compare the performances of the proposed methods. Results of the analysis revealed that there are no significant statistical differences in terms of solution qualities obtained by the two SA methods. However, statistical results also revealed that the exponential implementation of the SA consumed more CPU time than the approximate method. For example, the IWD-SA took an average of 1,145.72 seconds to run all the 33 benchmark instances considered in the implementation, in comparison with 949.66 and 927.21 seconds for IWD-ASA and IWD. The basic IWD was outperformed by the two IWS-SA and IWD-ASA hybrid methods, which is a good indication that SA actually contributed to improving the solution quality of the standard IWD algorithm. Comparisons with other methods show that there are significant statistical differences among the compared algorithms from the literature with the proposed IWD-SA based methods, while the classical IWD was outperformed by all the other algorithms using the same parameter settings with the SA variants. Therefore, these results indicate that both IWD-SA and IWD-ASA are more effective alternative candidate algorithms than the compared methods, for solving multi-depot vehicle routing problem.

As a direction for further research, the proposed methods could be further improved and subsequently applied to solve other variants of capacitated vehicle routing problems. Also a better approach that could be exploited is to build a look-up table for a set of values over the range Δf/t to be used as alternative to the exponential calculation of the probability of acceptance criteria.

References

  1. 1. Ai TJ, Kachitvichyanukul V. Particle swarm optimization and two solution representations for solving the capacitated vehicle routing problem. Computers & Industrial Engineering. 2009 Feb 28;56(1):380–7.
  2. 2. Kachitvichyanukul V, Sombuntham P, Kunnapapdeelert S. Two solution representations for solving multi-depot vehicle routing problem with multiple pickup and delivery requests via PSO. Computers & Industrial Engineering. 2015 Nov 30;89:125–36.
  3. 3. Parragh SN, Doerner KF, Hartl RF. A survey on pickup and delivery problems. Journal für Betriebswirtschaft. 2008 Apr 1;58(1):21–51.
  4. 4. Giosa ID, Tansini IL, Viera IO. New assignment algorithms for the multi-depot vehicle routing problem. Journal of the operational research society. 2002 Sep 1;53(9):977–84.
  5. 5. Anbuudayasankar SP, Ganesh K, Mohapatra S. Survey of methodologies for tsp and vrp. InModels for Practical Routing Problems in Logistics 2014 (pp. 11–42). Springer International Publishing.
  6. 6. Archetti C, Speranza MG. The split delivery vehicle routing problem: a survey. The vehicle routing problem: Latest advances and new challenges. 2008:103–22.
  7. 7. Yeun LC, Ismail WR, Omar K, Zirour M. Vehicle routing problem: models and solutions. Journal of Quality Measurement and Analysis. 2008;4(1):205–18.
  8. 8. Çatay B. A new saving-based ant algorithm for the vehicle routing problem with simultaneous pickup and delivery. Expert Systems with Applications. 2010 Oct 31;37(10):6809–17.
  9. 9. Caceres-Cruz J, Arias P, Guimarans D, Riera D, Juan AA. Rich vehicle routing problem: Survey. ACM Computing Surveys (CSUR). 2015 Jan 8;47(2):32.
  10. 10. Juan AA, Pascual I, Guimarans D, Barrios B. Combining biased randomization with iterated local search for solving the multidepot vehicle routing problem. International Transactions in Operational Research. 2015 Jul 1;22(4):647–67.
  11. 11. Toht P, Vigo D. Vehicle Routing: Problems, Methods, and Applications. Philadelphia, Society for industrial and applied mathematics. 2014:264–5.
  12. 12. Daneshzand F. The vehicle-routing problem. Logistics Operations and Management. 2011 May 25;8:127–53.
  13. 13. Li JQ, Borenstein D, Mirchandani PB. A decision support system for the single-depot vehicle rescheduling problem. Computers & Operations Research. 2007 Apr 30;34(4):1008–32.
  14. 14. Narasimha KS, Kumar M. Ant colony optimization technique to solve the min-max single depot vehicle routing problem. InAmerican Control Conference (ACC), 2011 2011 Jun 29 (pp. 3257–3262). IEEE.
  15. 15. Vincent FY, Redi AP, Yang CL, Ruskartina E, Santosa B. Symbiotic organisms search and two solution representations for solving the capacitated vehicle routing problem. Applied Soft Computing. 2017 Mar 31;52:657–72.
  16. 16. Haimovich M, Kan R, Stougie L. Analysis of heuristics for vehicle routing problems. 1988; (No. ae_1–88).
  17. 17. Choi E, Tcha DW. A column generation approach to the heterogeneous fleet vehicle routing problem. Computers & Operations Research. 2007 Jul 31;34(7):2080–95.
  18. 18. Jin M, Liu K, Eksioglu B. A column generation approach for the split delivery vehicle routing problem. Operations Research Letters. 2008 Mar 31;36(2):265–70.
  19. 19. Kulkarni RV, Bhave PR. Integer programming formulations of vehicle routing problems. European Journal of Operational Research. 1985 Apr 1;20(1):58–67.
  20. 20. Vincent FY, Lin SW, Lee W, Ting CJ. A simulated annealing heuristic for the capacitated location routing problem. Computers & Industrial Engineering. 2010 Mar 31;58(2):288–99.
  21. 21. Renaud J, Laporte G, Boctor FF. A tabu search heuristic for the multi-depot vehicle routing problem. Computers & Operations Research. 1996 Mar 31;23(3):229–35.
  22. 22. Baker BM, Ayechew MA. A genetic algorithm for the vehicle routing problem. Computers & Operations Research. 2003 Apr 30;30(5):787–800.
  23. 23. Montemanni R, Gambardella LM, Rizzoli AE, Donati AV. Ant colony system for a dynamic vehicle routing problem. Journal of Combinatorial Optimization. 2005 Dec 1;10(4):327–43.
  24. 24. Modares A, Somhom S, Enkawa T. A self‐organizing neural network approach for multiple traveling salesman and vehicle routing problems. International Transactions in Operational Research. 1999 Nov 1;6(6):591–606.
  25. 25. Goksal FP, Karaoglan I, Altiparmak F. A hybrid discrete particle swarm optimization for vehicle routing problem with simultaneous pickup and delivery. Computers & Industrial Engineering. 2013 May 31;65(1):39–53.
  26. 26. Ruskartina E, Yu VF, Santosa B, Redi AA. Symbiotic Organism Search (SOS) for Solving the Capacitated Vehicle Routing Problem. International Journal of Mechanical, Aerospace, Industrial, Mechatronic and Manufacturing Engineering. 2015;101:857–61.
  27. 27. Kamkar I, Akbarzadeh-T MR, Yaghoobi M. Intelligent water drops a new optimization algorithm for solving the vehicle routing problem. InSystems Man and Cybernetics (SMC), 2010 IEEE International Conference on 2010 Oct 10 (pp. 4142–4146). IEEE.
  28. 28. Booyavi Z, Teymourian E, Komaki GM, Sheikh S. An improved optimization method based on the intelligent water drops algorithm for the vehicle routing problem. InComputational Intelligence in Production and Logistics Systems (CIPLS), 2014 IEEE Symposium on 2014 Dec 9 (pp. 59–66). IEEE.
  29. 29. Teymourian E, Kayvanfar V, Komaki GM, Zandieh M. Enhanced intelligent water drops and cuckoo search algorithms for solving the capacitated vehicle routing problem. Information Sciences. 2016 Mar 20;334:354–78.
  30. 30. Vidal T, Crainic TG, Gendreau M, Lahrichi N, Rei W. A hybrid genetic algorithm for multidepot and periodic vehicle routing problems. Operations Research. 2012 Jun;60(3):611–24.
  31. 31. Zhou Y, Luo Q, Xie J, Zheng H. A hybrid bat algorithm with path relinking for the capacitated vehicle routing problem. InMetaheuristics and Optimization in Civil Engineering 2016 (pp. 255–276). Springer International Publishing.
  32. 32. Shah-Hosseini H. The intelligent water drops algorithm: a nature-inspired swarm-based optimization algorithm. International Journal of Bio-Inspired Computation. 2009 Jan 1;1(1–2):71–9.
  33. 33. Shah-Hosseini H. An approach to continuous optimization by the intelligent water drops algorithm. Procedia-Social and Behavioral Sciences. 2012 Jan 1;32:224–9.
  34. 34. Hosseini HS. Problem solving by intelligent water drops. InEvolutionary Computation, 2007. CEC 2007. IEEE Congress on 2007 Sep 25 (pp. 3226–3231). IEEE.
  35. 35. Agarwal K, Goyal M, Srivastava PR. Code coverage using intelligent water drop (IWD). International Journal of Bio-Inspired Computation. 2012 Jan 1;4(6):392–402.
  36. 36. Wu TH, Low C, Bai JW. Heuristic solutions to multi-depot location-routing problems. Computers & Operations Research. 2002 Sep 30;29(10):1393–415.
  37. 37. Cordeau JF, Gendreau M, Laporte G. A tabu search heuristic for periodic and multi‐depot vehicle routing problems. Networks. 1997 Sep 1;30(2):105–19.
  38. 38. Ho W, Ho GT, Ji P, Lau HC. A hybrid genetic algorithm for the multi-depot vehicle routing problem. Engineering Applications of Artificial Intelligence. 2008 Jun 30;21(4):548–57.
  39. 39. Pisinger D, Ropke S. A general heuristic for vehicle routing problems. Computers & operations research. 2007 Aug 31;34(8):2403–35.
  40. 40. Niu SH, Ong SK, Nee AY. An improved intelligent water drops algorithm for achieving optimal job-shop scheduling solutions. International Journal of Production Research. 2012 Aug 1;50(15):4192–205.
  41. 41. Dariane AB, Sarani S. Application of intelligent water drops algorithm in reservoir operation. Water resources management. 2013 Nov 1;27(14):4827–43.
  42. 42. Duan H, Liu S, Wu J. Novel intelligent water drops optimization approach to single UCAV smooth trajectory planning. Aerospace Science and Technology. 2009 Dec 31;13(8):442–9.
  43. 43. Rayapudi SR. An intelligent water drop algorithm for solving economic load dispatch problem. International Journal of Electrical and Electronics Engineering. 2011 Oct 21;5(2):43–9.
  44. 44. Alijla BO, Lim CP, Khader AT, Al-Betar MA. Intelligent Water Drops Algorithm for Rough Set Feature Selection. InACIIDS (2) 2013 Mar 18 (pp. 356–365).
  45. 45. Hendrawan Y, Murase H. Neural-intelligent water drops algorithm to select relevant textural features for developing precision irrigation system using machine vision. Computers and Electronics in Agriculture. 2011 Jul 31;77(2):214–28.
  46. 46. Aldeeb BA, Al-Betar MA, Norita MN. Intelligent Water Drops Algorithm For university examination Timetabling. InInternational Parallel Conferences on Researches in Industrial and Applied Sciences, Dubai, UAE 2014 (pp. 18–30).
  47. 47. Alijla BO, Wong LP, Lim CP, Khader AT, Al-Betar MA. An ensemble of intelligent water drop algorithms and its application to optimization problems. Information Sciences. 2015 Dec 20;325:175–89.
  48. 48. Ji P, Wu Y. An improved artificial bee colony algorithm for the capacitated vehicle routing problem with time-dependent travel times. InTenth international symposium on operations research and its applications (ISORA 2011) 2011 (pp. 75–82).
  49. 49. Clarke G, Wright JW. Scheduling of vehicles from a central depot to a number of delivery points. Operations research. 1964 Aug;12(4):568–81.
  50. 50. Dowsland KA. Simulated annealing, modern heuristic techniques for combinatorial problems, Ed. Reeves CR.
  51. 51. Metropolis N, Rosenbluth AW, Rosenbluth MN, Teller AH, Teller E. Equation of state calculations by fast computing machines. The journal of chemical physics. 1953 Jun;21(6):1087–92.
  52. 52. Xiao Z, Jiang-qing W. Hybrid ant algorithm and applications for vehicle routing problem. Physics Procedia. 2012 Jan 1;25:1892–9.
  53. 53. Afifi S, Dang DC, Moukrim A. A simulated annealing algorithm for the vehicle routing problem with time windows and synchronization constraints. InInternational Conference on Learning and Intelligent Optimization 2013 Jan 7 (pp. 259–265). Springer, Berlin, Heidelberg.
  54. 54. Johnson DS, Aragon CR, McGeoch LA, Schevon C. Optimization by simulated annealing: an experimental evaluation; part II, graph coloring and number partitioning. Operations research. 1991 Jun;39(3):378–406.
  55. 55. Ezugwu AE, Adewumi AO, Frîncu ME. Simulated annealing based symbiotic organisms search optimization algorithm for traveling salesman problem. Expert Systems with Applications. 2017 Jul 1;77:189–210.