International Journal of Performability Engineering, 2019, 15(1): 317-325 doi: 10.23940/ijpe.19.01.p32.317325

Improved Bat Algorithm for Vehicle Routing Problem

Yu Lia,b, Qian Guob, and Jingsen Liu,c

a Institute of Management Science and Engineering, Henan University, Kaifeng, 475004, China

b Business School, Henan University, Kaifeng, 475004, China

c Institute of Intelligent Network system, Henan University, Kaifeng, 475004, China

Corresponding authors: * E-mail address:ljs@henu.edu.cn

Accepted: 2018-12-27   Online: 2019-01-1

About authors

Yu Li received her PhD from University of Shanghai for Science and Technology. She is a professor of Institute of Management Science and Engineering, and Business School, Henan University. Her research interests include intelligence algorithms, electronic commerce, etc.

Qian Guo is a master degree candidate of Business School, Henan University. Her research interest is intelligence algorithm.

Jingsen Liu received his PhD from Northwestern Poly-technical University. He is a professor of Institute of Intelligent Network system, and College of Software, Henan University. His research interests include intelligence algorithm and network information security, etc. E-mail: ljs@henu.edu.cn.

Abstract

Vehicle routing problem (VRP) is the key issue of logistics system optimization. As a classical combinatorial optimization problem, it belonged to the typical NP-hard problem and remained unsolved. In this paper, the novel bat algorithm is proposed to solve VRP. The improvement is based on the combination of dynamic inertia weight and time factor. It can take full advantages of dynamic search by the random velocity and random step-size. Furthermore, with the real-number encoding approach, the discrete VRP can be converted into a quasi-continuous one. The procedure of the optimal searching in multidimensional continuous space can be implemented directly. Experimental results indicate that improved bat algorithm performs well for vehicle routing problem.

Keywords: vehicle routing problem; bat algorithm; inertia weight; time factor; real-number encoding

PDF (519KB) Metadata Related articles Export EndNote| Ris| Bibtex  Favorite

Cite this article

Yu Li, Qian Guo, and Jingsen Liu. Improved Bat Algorithm for Vehicle Routing Problem. International Journal of Performability Engineering, 2019, 15(1): 317-325 doi:10.23940/ijpe.19.01.p32.317325

1. Introduction

Vehicle routing problem was first proposed by G. Dantzig and J. Ramser in 1959 [1]. Once proposed, it attracted experts and scholars from mathematics, operations research, computer and other fields to research. At present, VRP problem is mostly solved by algorithms, which mainly includes exact algorithms [2] (such as: Branch and Bound Approach, Dynamic Planes Approach, Cutting Planes Approach, etc.) and heuristic algorithms. The heuristic algorithms also include traditional heuristic algorithms like Nearest-Neighbor Method, Clarke-Wright Saving Algorithm, etc. and meta-heuristic algorithms. The meta-heuristic algorithms are mainly referred to intelligence optimization algorithms like Tabu Search [3], Genetic Algorithm [4], etc. When the problems’ scale is constantly expanding, it is very difficult to find the optimal solution with the exact approaches. At present, the research on VRP by experts and scholars focuses on heuristic algorithms. The literature has proved that the standard vehicle routing problem is NP-hard combinatorial optimization problem, so the variant problems of different types of standard vehicle routing problems is also NP-hard combinatorial optimization problem. It is also challengingto construct more efficient algorithm for solving VRP.

In general, vehicle routing problems are described as follows: For a series of delivery points, a reasonable driving route is formed so that the vehicles pass through these points in an orderly manner. When meeting certain constraints (such as vehicle capacity, delivery or receiving time, distance limit, etc.), the driving route can reach some specific goals (such as the shortest driving route, the shortest time, the lowest cost, the highest profit, etc.). In practice, there are many different types of vehicle routing problems. Through the research and analysis of the literature in recent years, the vehicle routing problems can be divided into different types according to the different factors and constraints. According to whether there is a time window constraint, VRP can be divided into two types: the VRP with a time window (VRPTW) [5] and the VRP without a time window. Depending on the vehicle’s affiliation to the car park, it can be divided into two types: Open VRP (OVRP) [6] and closed vehicle routing problems. According to the type of vehicle, the problems can be divided into homogeneous vehicle routing problems and heterogeneous vehicle routing problems [7]. According to the number of car parks can be divided into single depot vehicle routing problems and multiple depot vehicle routing problems [8]. With the in-depth study of vehicle routing problem, many practical problems cannot be simply classified into a certain type, but more combinatorial problems that combine multiple constraints.

Bat Algorithm (BA) is a novel bionic algorithm proposed by Yang in 2010 [9]. This novel meta-heuristic optimization algorithm is inspired by the echolocation system of micro-bats. Bat algorithm has been widely concerned, because of its many advantages. For example, its algorithm model is simple, its parameter is less than the other algorithm, and it is easy to achieve. In recent years, many researchers have applied the bat algorithm to optimization problems and have made good progress. Bat algorithm shows better performance in many areas as follows: function optimization [10], image compression [11], combinatorial optimization [12], production scheduling [13], path planning [14] and so on. For all intelligence optimization algorithms, how to balance exploration and exploitation is a problem that we cannot ignore. Therefore, in this paper, we propose an improved bat algorithm with dynamic inertia weight and time factor. The dynamic inertia weight we used in this paper control every bats’ velocity dynamically, at the same time, time factor with weight adjustment for each generation of bats is added to avoid falling into the local optimum. Simulation results indicate that the improved bat algorithm shows excellent performance in solving multidimensional continuous space optimization problems. This paper applies the improved BA to solve Capacitated VRP (CVRP, abbreviation as VRP) [15], and demonstrates that the improved bat algorithm has achieved very good performance in solving discrete problems.

2. VRP Mathematical Model

Vehicle routing problems with capacity limitation are also referred to as standard vehicle routing problems, which means a maximum load capacity limit for each service vehicle. It is the most basic vehicle routing problem-- other variants of the vehicle routing problems are based on this. The general description of VRP is: Given a central warehouse and sub-warehouse, the location coordinates of each warehouse point and cargo demand ${{g}_{i}}(i=1, 2,\cdots , L)$ is known, the vehicle K loading capacity ${{q}_{k}}(k=1, 2,\cdots , K)$ is certain. Each car starts from the central warehouse to complete the distribution of the sub-warehouse and must return to the central warehouse after the task finished. If each sub-warehouse is accessed only once, the sum of the sub-warehouse visits required by each vehicle cannot exceed the vehicle loading capacity, and all sub-warehouse distributions need to be completed with minimum total cost.

According to the above description, the mathematical model of VRP can be established. The central warehouse number is 0, sub-warehouse number is $1, 2,\cdots , L,$ the demand for goods is${{g}_{i}}(i=1, 2,\cdots , L)$, vehicleKloading capacity is ${{q}_{k}}(k=1, 2,\cdots , K),$ the definition of variables are as follows:

${{y}_{ki}}=\left\{ \begin{matrix} 1,\text{ }sub-warehouse\text{ }i\text{ }task\text{ }by\text{ }the\text{ }vehicle\text{ }k \\ \text{0, }otherwise \\ \end{matrix} \right.$

${{x}_{ijk}}=\left\{ \begin{matrix} 1,\text{ }vehicle\text{ }k\text{ }from\text{ }i\text{ }to\text{ }j \\ \text{0, }otherwise \\ \end{matrix} \right.$

${{c}_{ij}}$ means transport costs that from point i to point j, actually its meaning can be distance, cost, time, and so on. In this paper, it represents the distance. The mathematical model of VRP is as follows: $X=({{x}_{ijk}})\in S$

$Min\text{ }Z=\sum\limits_{i}{\sum\limits_{j}{\sum\limits_{k}{{{c}_{ij}}{{x}_{ijk}}}}}$

$s.t.\text{ }\sum\limits_{i}{{{g}_{i}}{{y}_{ki}}}\le {{q}_{k}}\text{ }\forall k$

$\sum\limits_{k}{{{y}_{ki}}}=1,\text{ }i=1, 2,\cdots , L$

$\sum\limits_{i}{{{x}_{ijk}}}={{y}_{kj}},\text{ }j=0, 1,\cdots , L;\text{ }\forall k$

$\sum\limits_{i}{{{x}_{ijk}}}={{y}_{kj}},\text{ }i=0, 1,\cdots , L;\text{ }\forall k$

$X=({{x}_{ijk}})\in S$

${{x}_{ijk}}=0\text{ or }1,\text{ }i, j=0, 1,\cdots , L;\text{ }\forall k$

${{y}_{ki}}=0\text{ or }1,\text{ }i=0, 1,\cdots , L;\text{ }\forall k$

In this model, the Equation (1) limits the carrying capacity of the vehicle. The Equation (2) ensures that each vehicle can be accessed by each customer only once. The Equation (3)-(5) form a loop. And Equation (6)-(7) is the defined variables. These Equations ensure that each sub-warehouse can get service, and the demand of each point can be completed by a car, while the total demand on each path does not exceed the load capacity of the vehicle. The objective function is fulfilled under such conditions - minimizing the sum of all vehicle travel paths.

As a NP-hard problem, VRP is difficult to solve. Since the issue was put forward, a considerable number of experts and scholars have conducted a great deal of research and laid the foundation for further research in the future.

3. BA and Improved BA

3.1. BA

The bat algorithm is an iterative-based optimization algorithm, similar to most meta-heuristic optimization algorithms. The bionic principle is that the bats are mapped to points in the search space, the search and optimization process is simulated as bats individual searching for prey and moving process. The objective function of the problem is measured as the pros and cons of the bat, the individual survival of the fittest process is simulated as the iterative process which is using better feasible solution to replace poor feasible solutionin the optimization process.

It is worth pointing out that the bat algorithm is not just a meta-heuristic algorithm. Compared with the existing meta-heuristic algorithm, it has two advantages: adaptive frequency adjustment and dynamic control of the detection in the global optimization and local optimization free switching. It simulates bat behavior using frequency-based tuning and pulse-rate-of-change, which gives the bat algorithm good convergence and is easier to implement than other algorithms. Bat algorithm uses dynamic search strategy. Like bats in prey on the automatic alignment, pulse emission rate and loudness changes automatically control the search behavior. In fact, when approaching to optimal, switching from local optimization to global optimization automatically can be achieved, therefore, the algorithm can be very effective in practice application problem.

In order to imitate this echolocation system of the micro-bats, Yang (2010) [3] have consider three appropriate and idealized rules as follows:

(1) All bats can use echolocation system to determine the distance, and can distinguish prey or obstacle in some way we cannot imagine;

(2) Bats fly randomly with velocity vi at position xi with a frequency f, wavelength $\lambda $ and loudness A0 to search for prey. They can automatically adjust the wavelength and frequency of their emitted pulses and adjust the rate $r\in [0,1]$ of pulse emission depending on the proximity of target;

(3) Although the loudness can vary in many ways, we assume that the loudness varies from a large A0 to a minimum constant value ${{A}_{\min }}$.

The optimization process of bats in BA can be described as follows:

Every bat is randomly distributed in the search space, their location is ${{x}_{i}}(i=1, 2,\cdots , N)$. Bats can emit ultrasonic pulses with frequency ${{f}_{i}}$, loudness A0 to search prey. Once confirming the target, they will fly to prey at velocity ${{v}_{i}}$, and then adjust the velocity, pulse rate and loudness based on the distance from target. According to the process, Yang designed the standard BA’s mathematical model, let t for iteration of the algorithm, i for each bat, ${{f}_{i}}$ for frequency that the bat iemitting, vi for velocity, xi for the location of bats. Therefore, the frequency, velocity and location updating Equation (8)-(10) is as follows:

${{f}_{i}}=({{f}_{\max }}-{{f}_{\min }})\beta $

$v_{i}^{t}=v_{i}^{t-1}+(x_{i}^{t}-{{x}_{*}}){{f}_{i}}$

$x_{i}^{t}=x_{i}^{t-1}+v_{i}^{t}$

In Equation (8), $\beta $ is a randomly generated number within the interval [0,1]. In general, the frequency f in a range $[{{f}_{\min }},{{f}_{\max }}]$ corresponds to a range of wavelengths $[{{\lambda }_{\min }},{{\lambda }_{\max }}]$. For example, a frequency range of [20kHz, 500kHz] corresponds to a range of wavelengths from 0.7mm to 1.7mm(Yang2010).

Actually, we can use any wavelength depending on different problems. The bats can adjust the range with the changing of frequency. In Equation (9), ${{x}_{*}}$ denotes the current global optimal solution gradually, they take local search strategy, using local solution updating Equation (11) as follows:

${{x}_{new}}={{x}_{old}}+\varepsilon {{A}^{t}}$

${{x}_{old}}$ denotes the solution of the current optimal solution, and $\varepsilon$ denotes a random number in the range [-1,1], while ${{A}^{t}}$ is the average loudness of all the bats at time t. Furthermore, with the iterations proceeding, the loudness ${{A}_{i}}$ and the rate ${{r}_{i}}$ of pulse emission must be updated based on these Equations (12) and (13).

$A_{i}^{t+1}=\alpha A_{i}^{t}$

$r_{i}^{t+1}=r_{i}^{0}[1-\exp (-\gamma t)]$

Where $\alpha $ and $r$ are constants, for any $0<\alpha <1$ and $\gamma >0$, we can see that the loudness, ${{A}_{i}}$, decreases and the pulse rate, ${{r}_{i}}$, increases at the same time when the bats are near the prey step by step. In the simplicity case, the emission pulse rate, ${{r}_{i}}$, and loudness, ${{A}_{i}}$, are often randomly chosen at the first step, and the parameter $\alpha $ and $r$ set to 0.9 generally.

Above all, we can summarize BA’s two main strategies—exploration and exploitation. The former means global search strategy. When bats search for prey, its sound frequency is lower and the wavelength is longer and louder. The latter means local search strategy. When bats detect prey, its sound frequency is higher and the wavelength is shorter and quieter. This process will be repeated until the termination criteria met. The standard BA pseudo code is as follows.

Bat algorithm   pseudo code

Input: Initialize the bat population ${{x}_{i}}$, ${{f}_{i}}$, and ${{v}_{i}}$,$(i=1, 2,\cdots , n)$
1. While$(t<{{T}_{\max }})$;
2. Update velocities and locations;
3. If$(rand>{{r}_{i}})$;
Select a current best solution randomly among the best solutions and generate a local solution around the selected best solution;
5. End if;
6. Generate a new solution randomly;
7. If ($rand<{{A}_{i}}$ and $f({{x}_{i}})<f({{x}_{*}})$);
8. $f({{x}_{*}})=f({{x}_{i}})$;
9. Increase ${{r}_{i}}$and reduce ${{A}_{i}}$;
10. End if;
11. Rank the bats and find the current best ${{x}_{*}}$;
12. End while.

New window| CSV


3.2. Improved BA

Inspired by PSO’s dynamic inertia weight, this paper chooses a dynamic inertia weight based on Gaussion Normal Distribution [15-16]. Every generation, bats start searching from a random position with random velocity. With such a dynamic velocity, bats can be distributed throughout the search space immediately at a preliminary stage, which increases the opportunity to jump out of the local optimal solution bats fall into. According to this analysis, the modified velocity Equation (14) and dynamic inertia velocity Equation (15) is as follows:

$\omega (t)={{\omega }_{\min }}+({{\omega }_{\max }}-{{\omega }_{\min }})rand()-\sigma \cdot normrnd(0, 1)$

$v_{i}^{t}=\omega \cdot v_{i}^{t-1}+(x_{i}^{t-1}-{{x}_{*}}){{f}_{i}}$

Where ${{\omega }_{\max }}$ and ${{\omega }_{\min }}$ are the maximum $\omega$ value and minimum $\omega$ value, $rand()$ is a random number subjected to a uniform distribution in a range [0,1]. In this paper, $\sigma $ denotes the inertia deviation factor, in the range [0.1, 0.9], and is a random number subjected to a uniform distribution. In this Equation (14), using $\sigma \cdot normrnd()$ control deviation degree of inertia weight $\omega$. The $normrnd()$ is a random number subjected to Gaussion normal distribution in a range (0, 1). In short, such inertia weight not only makes the velocity of every generation of bats have randomness, but also have rationality. This enhances the diversity of bats in every generation and improves the BA’s convergence capability.

In physics, only two physical quantities with the same dimensions can be calculated directly. In the standard BA however, the position and velocity are directly added. Therefore, there is an implied time factor with a fixed value constant 1 in this Equation. This is the main reason why the bats vibrate near the optimal solution. So, we can change bat flight time randomly based on the iteration process to improve bat search ability.

According to the analysis above, this paper designs the time factor $t=0.1+\omega$, which is changed with the inertia weight change. In the improved bat algorithm, the bats can choose appropriate inertia weight and time factor self-adaptively based on the bat search feature during the iteration process to find the global optimal solution easily. The modified solution updating Equation is as follows-Equation (16):

$x_{i}^{t}=x_{i}^{t-1}+(0.1+\omega )v_{i}^{t}$

4. Improved BA for VRP

4.1. The Basic Idea

First of all, the bat algorithm finds the optimal solution in an N-dimensional Hilbert space, and VRP is a typical discrete system optimization problem. The solution is obtained in the form of a sequence satisfying the constraints and the objective function. Using fast sort to map the points in N-dimensional Hilbert space into a solution vector, we can obtain the objective function value of this point by evaluating the cost of the sequence. In this process, each point in the search space corresponds to each bat in the bat algorithm, and the objective function value of each point is the fitness value of each bat.

4.2. Solution Code

In VRP, the central warehouse and sub-warehouses are discrete points, so the solution of real coding is adopted to convert the VRP into a quasi-continuous problem. In this way, the coding method is directly effective. In particular, the existing updating rules of the algorithm can be utilized directly in the running process and the algorithm can give full play to the advantages. The operation dimension of the algorithm is consistent with the problem solving dimension. Suppose there are L sub-warehouses and K cars, then the dimension of VRP solution is $d=L+K-1$. Each individual bat and velocity vector corresponds to one $(L+K-1)$ dimension vector. In fact, the resulting path has $(L+K+1)$ elements, but in this program, code does not need to consider the first and the last two 0s in advance. They only need to add the first and last two 0s when the total path is obtained. This not only has no effect on the calculation of the fitness value of each bat and the search of the optimal solution, but also can reduce the solution dimension and improve the search speed appropriately.

For example, the central warehouse code is 0, sub-warehouse code is $1, 2,\cdots , n$, and there are K vehicles involved in distribution. According to the mathematical model described above, if there are 10 sub-warehouses and 3 vehicles involved in distribution, you can get the form of the solution shown below (Figure 1).

Figure 1.

Figure 1.   Paths


Sub-path: Vehicle 1 Path: 0-4-1-2-5-3-0.

Vehicle 2 path: 0-7-10-9-0.

Vehicle 3 path: 0-8-6-0.

The total path: 0-4-1-2-5-3-0-7-10-9-0-8-6-0.

4.3. Steps

Step 1 Randomly initialize the bat population individual number N, frequency’s maximum value ${{f}_{\max }}$ minimum value ${{f}_{\min }}$, velocity ${{v}_{i}}$, location ${{x}_{i}}$, loudness $A_{i}^{t}$ and pulse rate ${{r}_{i}}$.

Step 2 Use fast sort to map the individual bat into a solution vector.

Step 3 Evaluate the feasibility of each solution vector, if feasible, switch to step 4, if not, switch to step 2.

Step 4 Based on fitness function $f(x)$,$x={{({{x}_{1}},{{x}_{2}},\cdots ,{{x}_{N}})}^{T}}$, find every bat fitness value and current optimal solution, record the bat current optimal location as ${{x}_{*}}$.

Step 5 Update velocity and location using (8),(14),(15).

Step 6 Generate a random number, if $rand>{{r}_{i}}$, generate ${{x}_{new}}$ around the selected best solution using (11).

Step 7 Generate a random number, if $rand>{{A}^{t}}$ and $f({{x}_{i}})<f({{x}_{*}})$,record ${{x}_{new}}$ as ${{x}_{best}}$, then update loudness $A_{i}^{t}$ and pulse rate ${{r}_{i}}$ using (12),(13).

Step 8 Evaluate fitness value, select best solution ${{x}_{*}}$ in this generation.

Step 9 Repeat the iteration process of step2 to step6, until finding global optimal solution or satisfying the maximum iteration number.

Step 10 Output global optimal solution.

5. Experiment

5.1. Example 1

For one central warehouse and eight sub-warehouses distribution system, the demand for each sub-warehouse is d = [12121422]. The delivery capacity for per car is 8 (in t). The known center warehouse and sub-warehouse distance is shown as below (Table 1). This requires reasonable arrangements for driving routes, which means the shortest distance. The required number of vehicles is calculated according to the Equation given in [17].

$m=\left[ \frac{\sum{{{g}_{i}}}}{\alpha q} \right]+1$

${{g}_{i}}$ is for each sub-warehouse cargo demand, q is for the load, $\alpha $ is a random number between (0, 1), and [] is for the rounding function. In Example 1, the number of vehicles is 2.

Table 1.   Distance and demand

012345678
00467.592010168
1406.541057.51110
266.507.510107.57.57.5
37.547.501059915
491010100107.57.510
5205105100797.5
6107.57.597.570710
716117.597.597010
88107.515107.510100
d12121422

New window| CSV


We used the improved bat algorithm proposed in this paper to solve the problems shown above. Each individual bat is mapped into a 9-dimensional (8+2-1) solution vector to represent the vehicle routing scheme. In this experiment, wehave run the improved bat algorithm 20 times, and the parameters’ setting is as followed: n=180,A=4.5,r=4.75,t=600,ωmax=0.9,ωmin=0.4. The solution result statistics is as the following Table 2.

Table 2.   Solution for 20 times

AlgorithmTimes
12345678910
Improved BA67.5069.0067.5069.0067.5069.0067.5070.0069.0069.00
11121314151617181920
Improved BA67.5070.0067.5069.0069.5070.0069.0067.5067.5069.00

New window| CSV


Among them, the optimal solution is reached 8 times, the average value of solution is 68.575, and the optimal path is: 0→4→7→6→0→1→3→5→8→2→0. The total distance is 67.5.

Figure 2.

Figure 2.   Convergence curve

At the same time, it can be seen more intuitively through the convergence curve in Figure 2. It is more efficient and faster to solve VRP with the improved BA, which can converge to the optimal solution within 100 generations.


The reference [18] has studied example1 by using standard genetic algorithm and sub-population genetic algorithm. Using the two different GA, each run 20 times, the results are as the following Table 3.

Table 3.   Solution by standard GA and double-population GA for 10 times

AlgorithmTimes
12345678910
standard GA74.0075.0071.5072.0073.5075.0073.0072.5075.5073.50
double-population GA70.0069.5067.5071.0069.0070.5072.0067.5071.5069.00
11121314151617181920
standard GA72.0069.0073.0075.5072.0073.0075.0073.5071.5075.00
double-population GA67.5069.0071.0070.0067.5070.5069.0069.5071.0069.00

New window| CSV


It is known that the optimal solution of this problem is 67.5, the standard genetic algorithm reaches 0 times, the double population genetic algorithm reaches 4 times, and the improved bat algorithm reaches the known optimal solution 8 times. Thus, the improved bat algorithm can be used to solve the vehicle routing problem, and has good performance.

5.2. Example 2

We use the internationally VRP database benchmark test cases, the example 2(P-n19-k2) is downloaded from http://neo.lcc.uma.es/radi-aeb/WebVRP/index.html?/algorithms/clustRout.html/.

P-n19-k2 has 19 sub-warehouses, and coordinate and demand as shown in the following Table 4.

Table 4.   P-n19-k2 coordinate and demand

CoordinateDemandCoordinateDemand
0(30, 40)010(42, 57)8
1(37, 52)1911(27, 68)7
2(49, 43)3012(43, 67)14
3(52, 64)1613(58, 27)19
4(31, 62)2314(37, 69)11
5(52, 33)1115(61, 33)26
6(42, 41)3116(62, 63)17
7(52, 41)1517(63, 69)6
8(57, 58)2818(45, 35)15
9(62, 42)14

New window| CSV


1is for the central warehouse, (1, ,18) is for sub-warehouse, each car capacity is set to 160, the remaining parameters set to (). In the improved bat algorithm, running 10 times, the results shown in the following Table 5.

Table 5.   Solution of P-n19-k2 for 10 times and the average value, standard deviation

12345678910AVStd
P-n19-k2288265266258282265272275274284272.92.83

New window| CSV


The current best solution to this problem is known 212, The optimal path is as follows:

Vehicle 1 Path: 0-4-11-14-12-3-17-16-8-6-0.

Vehicle 2 path: 0-18-5-13-15-9-7-2-10-1-0.

It can be seen from the above results that the improved bat algorithm can be very close to the optimal solution. The solution efficiency and solution accuracy are higher than the standard bat algorithm.

6. Conclusion

The vehicle routing problem is an important part of the logistics distribution system, a reasonable way to determine the delivery path is very important to improve service quality. In this paper, a new real number coding scheme is designed, which transforms the discrete VRP into a quasi-continuous problem and is combined with the improved bat algorithm to solve the vehicle routing problem. The experiments show that the improved bat algorithm has its advantages, such as less parameters, easy implementation and so on, which can effectively solve VRP. However, the research in this paper is not perfect. It has been found in a large number of case experiments that the number of algorithm population andpopulation mutation rate also have a great influence on the solution. In the future, research can continue based on this research direction.

Acknowledgements

This work is supported by the Science & Technology Program of Henan Province, China (Grant No. 182102310886 and 162102110109). The authors would like to thank the anonymous reviewers and the editor for their helpful comments.

Reference

G.B. Dantzig and J. H. Ramser ,

“The Truck Dispatching Problem, ”

Management Science,Vol. 6, No. 1, pp. 80-91, 1959

[Cited within: 9]

N. Christofides, A. Mingozzi, P. Toth ,

“Exact Algorithms for the Vehicle Routing Problem based on Spanning Tree and Shortest Path Relaxations, ”

Mathematical Programming, Vol. 20, No. 1, pp. 255-282, 1981

[Cited within: 5]

F. Glover and M. Laguna ,

“Tabu Search, ”

General Information, Vol. 106, No. 2, pp. 221-25, 2006

[Cited within: 2]

D. E. Goldberg ,

“Genetic Algorithm in Search Optimization and Machine Learning, ”

Addison Wesley xiii, Vol. 7, pp. 2104-2116, 1989

[Cited within: 2]

L. M. Gambardella, E. D. Taillard, G. Agazzi ,

“A Multiple Ant Colony System for Vehicle Routing Problems with Time Windows

1999

[Cited within: 1]

J. Brandão ,

“A Tabu Search Algorithm for the Open Vehicle Routing Problem, ”

European Journal of Operational Research, Vol. 157, No. 3, pp. 552-564, 2004

[Cited within: 1]

E. Choi and D. W. Tcha ,

“A Column Generation Approach to the Heterogeneous Fleet Vehicle Routing Problem, ”

Computers & Operations Research, Vol. 34, No. 7, pp. 2080-2095, 2007

[Cited within: 1]

G. Nagy and S. Salhi ,

“Heuristic Algorithms for Single and Multiple Depot Vehicle Routing Problems with Pickups and Deliveries, ”

European Journal of Operational Research, Vol. 162, No. 1, pp. 126-141, 2005

[Cited within: 1]

X. S. Yang ,

“A New Metaheuristic Bat-Inspired Algorithm, ”

Computer Knowledge & Technology, Vol. 284, pp. 65-74, 2010

[Cited within: 1]

X. S. Yang ,

“Bat Algorithm for Multi-Objective Optimization, ”

International Journal of Bio-Inspired Computation, Vol. 3, No. 5, pp. 267-274, 2012

[Cited within: 1]

C. Karri and U. Jena ,

“Fast Vector Quantization using a Bat algorithm for Image Compression, ”

Engineering Science & Technology an International Journal, Vol. 19, No. 2, pp. 769-781, 2016

[Cited within: 1]

A. Chakri, R. Khelif, M. Benouaret, X. S. Yang ,

“New Directional Bat Algorithm for Continuous Optimization Problems, ”

Expert Systems with Applications, Vol. 69, pp. 159-175, 2017

[Cited within: 1]

P. Musikapun and P. Pongcharoen ,

“Solving Multi-Stage Multi-Machine Multi-Product Scheduling Problem using Bat Algorithm, ”

International Proceedings of Economics Development & Research, Vol. 35, 2012

[Cited within: 1]

G. G. Wang, H. C. E. Chu, and S. Mirjalili ,

“Three-Dimensional Path Planning for UCAV using an Improved Bat Algorithm, ”

Aerospace Science & Technology, Vol. 49, pp. 231-238, 2016

[Cited within: 1]

P. Augerat, J. M. Belenguer, E. Benaventb, A. Corberan, D. Naddef ,

“Separating Capacity Constraints in the CVRP using Tabu Search, ”

European Journal of Operational Research,Vol. 106, No.2-3, pp. 546-557, 1998

[Cited within: 2]

R. C. Eberhart, Y. Shi ,

“Tracking and Optimizing Dynamic Systems with Particle Swarms

Evolutionary Computation, in Proceedings of the 2001 Congress on IEEE, Vol. 1, pp. 94-100, 2001

DOI:10.1109/CEC.2001.934376      URL     [Cited within: 1]

Y. Shi and R. Eberhart ,

“A Modified Particle Swarm Optimizer, ”

Advances in Natural Computation, pp. 439-439, Springer Berlin Heidelberg, 1998

[Cited within: 1]

J. Li ,

“Genetic Algorithm for Vehicle Scheduling Problem with Non-Full Load, ”

SYSTEMS ENGINE-THEORY METHODOLOGY APPLICATION, 2000

[Cited within: 1]

/