Next Article in Journal
Temperature Characterization of Unipolar-Doped Electroluminescence in Vertical GaN/AlN Heterostructures
Next Article in Special Issue
Effects of Incorporating Rail Transport into a Zero-Emission Urban Deliveries System: Application of Light Freight Railway (LFR) Electric Trains
Previous Article in Journal
Analysis of the Efficiency of Provincial Electricity Substitution in China Based on a Three-Stage DEA Model
Previous Article in Special Issue
Unloading Bays as Charging Stations for EFV-Based Urban Freight Delivery System—Example of Szczecin
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Effective Permutation Encoding for Evolutionary Optimization of the Electric Vehicle Routing Problem

by
Remigiusz Iwańkowicz
Faculty of Economics and Transport Engineering, Maritime University of Szczecin, 70-500 Szczecin, Poland
Energies 2021, 14(20), 6651; https://doi.org/10.3390/en14206651
Submission received: 24 July 2021 / Revised: 11 October 2021 / Accepted: 11 October 2021 / Published: 14 October 2021
(This article belongs to the Special Issue High Efficiency Electric Freight Vehicle)

Abstract

:
This paper addresses the problem of route planning for a fleet of electric vehicles departing from a depot and supplying customers with certain goods. This paper aims to present a permutation-based method of vehicle route coding adapted to the specificity of electric drive. The developed method integrated with an evolutionary algorithm allows for rapid generation of routes for multiple vehicles taking into account the necessity of supplying energy in available charging stations. The minimization of the route distance travelled by all vehicles was taken as a criterion. The performed testing indicated satisfactory computation speed. A real region with four charging stations and 33 customers was analysed. Different scenarios of demand were analysed, and factors affecting the results of the proposed calculation method were indicated. The limitations of the method were pointed out, mainly caused by assumptions that simplify the problem. In the future, it is planned for research and method development to include the lapse of time and for the set of factors influencing energy consumption by a moving vehicle to be extended.

1. Introduction

1.1. Background

In order to meet social, economic and environmental challenges and adjust to global trends, it is necessary to implement a coherent and sustainable program for the development of transport systems, including: increasing competitiveness through integrated logistical solutions covering various means of transport; application of technologies ensuring the reduction of fuel consumption and enabling the use of alternative energy sources; adjusting transport policy to energy policy, aimed at improving its efficiency and giving it a pro-environmental character; and reduction of greenhouse gases and noise.
Electrically-powered vehicles are being promoted as a key factor in building a sustainable mobility system and there are indications that they will break the long-term dependence of mankind on internal combustion engines and diesel fuel as a means of meeting its transportation needs. Increasing the use of electric vehicles, in particular when powered by renewable energy, can play an important role in reducing greenhouse gas emissions and in the transition to a low-carbon economy in the future.
The growing popularity of electric drives in passenger vehicles and delivery trucks has prompted researchers around the world to turn their attention to electric drive operation, and to search for ways of efficient use in transportation and methods of managing fleets of such vehicles. As a result, knowledge in the area of Vehicle Routing Problems (VRPs) that has been developed for decades has reached a new level that includes environmental aspects. This is part of a broader development trend, the so-called (in the literature) Green Vehicle Routing Problem (G-VRP) or Environmentally Friendly Vehicle Routing Problem (EF-VRP) [1].

1.2. Literature Review

Electric vehicles (EVs) have unique characteristics that limit the application of classic VRP methods. Electric Vehicle Routing Problems (E-VRPs) examined in the literature often take into account many additional aspects, including maximum vehicle battery capacity, maximum range per charge, charging time, and infrastructure parameters such as charging station availability [2]. An extensive review of the different variants of the E-VRP problem is found in [3].
Many researchers place electric vehicles in a broader group called Alternative Fuel Vehicles (AFV), which includes vehicles powered by biodiesel, ethanol, hydrogen, methanol, and natural gas. These fuels strongly limit the vehicle range given the current state of technology. The concept of the Alternative Fuel Vehicle Routing Problem (AF-VRP) was introduced in the publication [4], whose authors deal with biodiesel-powered vehicles.
A characteristic distinguishing electricity from other alternative fuels is the nonlinear battery charging time. This phenomenon is particularly noticeable when batteries are charged to above 80% of their capacity [5]. The charging time from 80 to 100% is so long that during a working day, it is more cost-effective to charge the batteries more frequently to the 80% level than to charge them less frequently to the 100% level. Models that take these aspects into account are called Electric Vehicle Routing Problems with Nonlinear (E-VRP-NL) Charging Functions. In [6], three variants of the charging station were adopted: fast, moderate, and slow. The uncertainty and risk of queues at the stations have been included as a new occurrence, leading to a dynamic routing problem. Many authors address the E-VRP-NL problem simultaneously with the analysis of battery charging strategy and the development of the charging station network [7,8,9]. The consideration of the effect of a vehicle load level on its range is also an interesting expansion of the model [10].
As further restrictions and criteria are introduced, theoretical models proposed by authors are becoming more complex. The high complexity of theoretical models makes the methods for finding optimal solutions require using heuristics and limits their practical applicability.
Mixed integer linear programming (MILP) introduced by Gheysens [11] is a well-established (in literature) method of encoding VRP solutions. In this approach, the solution to the problem is encoded in a binary matrix, which assumes a gigantic size for non-trivial problems. Therefore, matrix-based encoding of VRP problems does not support the presentation and interpretation of results by the user. For the MILP method, a solution is usually a sparse matrix, which leads to the need to assume many constraints and excessive computation time for relatively simple problems. As a result, an optimization algorithm must check each solution against the requirements:
  • Each customer is visited exactly once (2n repetitions of the constrain test, where n is the number of customers visited);
  • All customer demands are satisfied (n repetitions of the constrain test);
  • The load and capacity of vehicles are consistent;
  • Goods travel routes are synchronized with vehicles’ routes (n2n repetitions of constrain test);
  • Number of vehicles dispatched and provided in the depot are consistent;
  • The route is not disconnected.
The MILP method is widespread in many varieties of VRP problems, and each additional complexity of the model imposes further constraints. When considering multiple types of vehicles [11], multiple types of goods [12], time windows [13], or dynamically changing demand [14], the number of checked conditions multiplies.
The MILP method dedicated to vehicles with alternative energy sources was proposed in [4]. The authors extended the set of assumptions by adding conditions:
  • Non-negative level of fuel in vehicles;
  • Sufficient fuel to continue the journey at each point of the route; and
  • The amount of replenishment at stations.
Matrix coding is also commonly used in E-VRP problems. The study conducted by [3] indicates the very high popularity of the MILP method based on the analysis of 175 literature items. The method is readily adapted by the authors of the publications to various types of problems, e.g., charging time and variable travel time [15], time windows and path flexibility [16], and nonlinear charging time [5,6,17].
An alternative to matrix modeling of the vehicle route is the permutation notation. It is important to distinguish between the use of permutations to represent the solution obtained with the MILP method and the direct execution of calculations on permutation codes. The first of these two approaches appears in many of the publications mentioned above. The second proposal was applied first to the relatively simple Traveling Salesman Problems (TSP) [18], then to the increasingly complex VRP. The linear programming approach was judged to be too slow when solving TSP [19]. The authors pay attention to long computation times and the need for a lot of memory space. In the work [20], a method of permutation coding of the route of many vehicles was proposed. It was noted that such coding allows for simultaneous modeling of the divisions of visited points between vehicles. This method is applicable to VRP, but has not yet been adapted to electric vehicle route planning. In the methods review [3] the permutation coding is omitted.
The article [21] reviews the coding methods in terms of the possibility of using evolutionary algorithms for optimization. The effectiveness of combining permutation coding with the evolution optimization of the TSP was noted. In the work [22], the mutation operators acting on permutations were compared. The conclusions point to the inversion, displacement, and pairwise swap methods as computationally fast solutions.

1.3. Contribution of this Paper

The article presents a mathematical model for the E-VRP problem with a simplified consideration of the nonlinear charging time problem. The simplification results from the omission of the problem of time in the model. Based on the literature review, it was assumed that a rational level of charge obtained in the station is 80% of the maximum capacity of the battery.
A novelty in the developed model is the use of two levels of coding solutions. At the basic level, the solution is represented by a numerical sequence that directly defines the order of the visited points along the route, including the CS and the depot point. As the model is designed with the aim of conducting optimization calculations as fast as possible, a higher level of coding has been introduced, where only the order of visited customers is taken into account. The main advantages of this approach are that in every possible solution:
  • Every customer will be visited;
  • There are no returns to a previously visited customer;
  • The route is continuous.
The above features are not obvious for other encoding methods (MILP for example) and often require many additional constraints, the fulfilment of which must be verified. The comparative tests described in Section 4 show that permutation encoding is generally more efficient than the matrix-based approach, both in terms of the speed and quality of the results obtained.
An important element of the developed model is the encoding algorithm which, on the basis of permutation coding, enables determining when the vehicle must replenish energy and at which station and when it must return to the depot in order to load the goods.
The proposed approach to the E-VRP makes it combinatorial. Therefore, it is advisable to use an evolutionary algorithm as a method to find the optimal solution. For this purpose, appropriate genetic operators have been designed. When planning the optimization calculations, you can appreciate the advantages of the proposed permutation coding. Generating a random first population is a simple combinatorial problem and all obtained solutions are feasible. There is no need to use various penalty functions that help maintain evolution in the area of feasible solutions. In the test, calculations roulette selection and the order crossover method were used. The crossover of permutations generates solutions that are always feasible, which affects the running time of the algorithm. Mutation of permutations is also performed with a simple numerical operation.
The problem with permutation coding of VRP is that the points sequence has to be broken down into parts served by different vehicles. In the case of problems focused on the control of vehicle loading, this division results from the amount of goods needed by consecutively visited customers. The point (customer) where the load capacity of one vehicle is exceeded must be served by the next vehicle. However, the application of permutation encoding to the E-VRP requires developing a method that considers additional matters:
  • The need to recharge the battery while travelling a route;
  • Supervision of the range of a vehicle—preventing it from “getting stuck” on the route;
  • Selecting a charging station and taking into account the additional distance that the vehicle has to travel.
This paper has the objectives to implement the above functions by permutation encoding and to investigate the performance of the solution in real-life conditions.
Vehicle parameters, such as range, carrying capacity (payload), and battery charging time are variables in the theoretical model, but in the test calculations, they are chosen in a way that corresponds with the current state of the art. The goal is to verify not only the validity of the theoretical model, but also its effectiveness in the computational solving of real problems in a reasonable time.

2. Problem Formulation

2.1. Assumptions

The problem addresses routing for multiple electric vehicles. All vehicles share a common task and are managed by a single forwarder. The theoretical model has been developed, starting with the following assumptions:
  • A fleet of identical EV is waiting in the depot to set off to customers and deliver to each of them a certain quantity of goods that they ordered;
  • All EVs set off from the depot with 100%-charged batteries, which allows covering the established distance;
  • The carrying capacity of a single EV is limited by a fixed value which may not be exceeded;
  • No customer requests more than the maximum capacity of one vehicle;
  • In the area handled by the vehicle fleet there are charging stations allowing the batteries to be recharged in an acceptable time to level 80%;
  • Each charging station can handle multiple vehicles at the same time;
  • The route plan for each vehicle must include any need to replenish energy and return to the depot after the goods have been delivered;
  • Between points on the map (depot, charging stations, and customers), the route distances that the vehicle must cover are given;
  • The distance of a route between any two points is affected by the existing road infrastructure and is determined from empirical data or navigation. The route distances can be expressed in km, or in time units, which will allow the inclusion of additional aspects related to speed limitations on certain roads and delays due to traffic lights and periodic traffic congestion. Obviously, time data is more susceptible to variability than distance expressed in units of length.
The model does not take into account the wear of batteries and the associated reduction in capacity.
Another simplifying assumption is the linear decrease in the vehicle range as the distance is travelled. The effects of speed and vehicle loading are not considered. The model also does not consider the quality of the road surface, the slope of the route, the traffic volume, or the weather.

2.2. Mathematical Model

The following notations are used in the proposed mathematical model:
s = 1, 2, …, Snumbering of charging stations,
c = 1, 2, …, Cnumbering of customers,
Pthe total number of nodes considered in the planning (the depot, CSs and customers),
b, b1, b2 = 1, 2, …, Bnumbering of elements in the solution vector y,
z = (z1, z2, …, zC)vector of orders,
Lmaxcarrying capacity of a single EV,
Rmaxrange of EV with fully-charged batteries,
R80range of EV with 80%-charged batteries—after visiting CS,
D = (di,j)P × Pthe distance matrix, with rows and columns correspond to nodes, as shown in the Figure 1.
The task is to find a travelling route y to deliver ordered good to all the customers at the minimum distance:
min D ( y ) = b = 1 B 1 d y b , y b + 1
where y = (y1, y2, …, yB) is a vector of decision variables, whose components represent the numbers of nodes successively visited by one or more vehicles, B is the number of visited nodes depending on the number of returns to the depot and the number of visits to the charging stations. The customer numbers are separated with CS numbers and depot station (number 1) in selected positions.
It should be noted that we define the range of variable values as a closed interval: [], which is understood as a certain subset of natural numbers. Therefore, we interpret the values in the vector y as EV is visiting in the step b:
yb ∈ [1, P]—one of all considered nodes,
yb ∈ [S+2, P]—one of the customers,
yb ∈ [1, S+1]—the depot or one of the CSs,
yb ∈ [2, S+1]—one of the CSs.
The solution y should satisfy the following constraints:
B C + 2
b 1 , b 2 [ 1 , B ] : y b [ 1 , P ]
y1 = yB = 1
1 < b 1 b 2 <   B : y b 1 , y b 2 [ S + 2 , P ] y b 1 y b 2
b 1 , b 2 [ 1 , B ] : y b 1 [ 1 , S + 1 ] b = b 1 b 2 1 d y b , y b + 1 δ R m a x + γ R 80
where δ is the quantity of values 1 and γ is the quantity of values from the set {S+2, 3, …, S+C+1} in the segment of the vector y: ( y b 1 , , y b 2 1 ) .
b 1 , b 2 [ 1 , B ] : y b 1 = 1 b = b 1 + 1 y b > S + 1 b 2 z y b S 1 δ L m a x
Constraint (2) means that the vector y must contain at least enough elements to leave the depot, visit all clients and return to the depot; (3) defines the set of elements of the vector y; (4) means starting and ending the route at the depot. There may be additional values of 1 in the vector y, which means that the route consists of several loops; (5) ensures that each customer is visited only once; (6) checks if any part of the route after charging at the depot or CS is not greater than the range obtained from charging; (7) controls the vehicle loading level in relation to customer demand.
Additional assumptions relate to the definition of the problem:
c [ 1 , C ] : z c L m a x
j [ S + 2 , P ] : d 1 , j R m a x i [ 2 , S + 1 ] : d i , j R 80
Constraint (8) ensures that no request exceeds the maximum capacity of a vehicle; (9) checks that no customer is too far from the depot or one of the charging stations.
The problem described by the model can be solved directly by evolutionary methods. However, the search for a vector y that satisfies all the constraints and minimizes the function (1) may be long term and give results far from the global optimum. Coding a solution in the form of a vector y is not computationally efficient; therefore, the aim of the presented research is to find a coding method that would narrow the search space to a set of acceptable solutions and thus speed up the calculations.

2.3. Permutation Encoding of Solution

The proposed solution is based on the conclusion that if we want to serve customers by covering the shortest possible route, we have to charge the battery and load goods as rarely as possible. In this case, for any given order of visiting customers, we can clearly determine when to replenish the load (i.e., visit the depot) and charge the battery (i.e., visit one of the CSs). In the proposed method, any solution to the E-VRP may be represented as a permutation of customer numbers:
x = (x1, x2, …, xC),
c, c1, c2 = 1, 2, …, C: xc∈[S+2, P], xc1xc2
To find out when the vehicles visit the depot and CS’s, we need to decode solution x taking into account additional information such as the distance matrix D and the vector of orders z = (z1, z2, …, zC).
The proposed function that decodes solution x is the computational algorithm presented in the Figure 2. Two indexes are used in the calculations. The index b numbers the elements of the result vector y. Index c numbers the elements of the input vector x. The algorithm includes three logical conditions that check: the quantity of goods (condition I), the vehicle range (condition II), and the end of the operation (condition III). As a result, calculations take fractions of a second even for large sets of customers. The tests performed in the Matlab environment allowed the conclusion that the performance enables using the algorithm in evolutionary calculations.
For example, we take the depot number 1, two charging stations numbers 2 and 3, and five customers with numbers 4, 5, …, 8. Let’s assume that:
  • The maximum reach of the vehicle is 10;
  • The maximum payload of the vehicle is 1;
  • The charging station replenishes energy up to level 0.8;
  • The encoded solution of the problem is a vector x = (7, 5, 4, 6, 8).
Assumed significant distances between points and the quantity of ordered goods are shown in Figure 3. The graph on the left shows the theoretical route that the vehicle would have to travel if the decoding function was not used. It can be seen that the total distance to be travelled according to solution x is 14, while the total requirement is 1.6. Therefore, a vehicle cannot cover this distance, and it cannot deliver goods to all customers in one loop without replenishing energy and cargo.
We can follow the operation of the decoding function. Table 1 shows the vehicle’s reach and load changes during the trip. The influence of testing conditions on the decisions about visiting the CS or returning to the base is visible. The vehicle sets off from the depot to customer 7, then travels to customer 5, then replenishes energy at charging station 3. After replenishing energy, it delivers the goods to customer 4 and returns to the depot because it has disposed of all the goods. The second vehicle sets off from the depot to customer 6, then drives to customer 8, and then returns to the depot. After decoding, we obtain vector y = (1, 7, 5, 3, 4, 1, 6, 8, 1). Charging station 2 is not used in this plan. Both vehicles can leave the depot at the same time. It is also possible that one vehicle returns to the depot, is loaded again, and begins another run. The allocation of tasks among vehicles is a separate problem that is not addressed in this paper.

3. Example Study

With the formulated model, example optimisation calculations were performed for the following set of points (Figure 4):
  • Point 1—the depot—Stargard City located in north-western Poland;
  • Points 2, 3, 4, 5—charging stations—located in the small cities of Suchań, Chociwel and on the outskirts of Stargard;
  • Points 6, 7, …, 33—customers located in the vicinity of Stargard.
The listed points are actual locations on the map. The city of Stargard is the largest town in the area and is the base for many delivery companies. Charging stations have been proposed at points that are located on important routes and are easily accessible. Small towns, mainly villages, were established as clients. From the locations of points, the distance matrix D was determined. The best routes between points were selected based on the author’s experience and conversations with the drivers of courier companies. The values used for the calculations are shown in Appendix A in Table A1 and Table A2.
The following assumptions were made when analysing the offers of new electric- powered delivery vehicles available on the market:
  • The maximum payload of the vehicle is Lmax = 1700 kg;
  • The maximum reach of the vehicle is Rmax = 120 km.
During the calculations, we consider the nonlinear charging time function and, simplifying it, assume that the charging station only replenishes energy up to 80% of the maximum capacity.
Firstly, it was checked how long it takes to decode a single solution x using the algorithm described in Section 2.2. For 100 randomly generated permutations of customer numbers, an average decoding time of 0.00015 sec. was obtained. Calculations were performed on a mid-range computer that featured Intel(R) Core(TM) i7-6700 3.40Ghz and 16 GB RAM. All computational procedures were coded in Matlab R2020a.
The next step was the testing of evolutionary optimisation. Firstly, an initial population is generated, with each individual being a random permutation. Secondly, each individual is decoded according to the developed algorithm (shown in Figure 2). Then the value of the fitness function (1) is determined for each individual. In the next step, the roulette method is used to choose the parents. The recombination of the parents’ chromosomes takes place by the order crossover method described in detail in [11]. The creation of a new population ends with the use of the mutation operator, (i.e., random selection of individuals in which the order of visited points is randomly changed).
The number of individuals in population (G), the number of elite individuals (E), and the probability of mutation (P) are the parameters of the model and must be determined during the initial calculations for a particular problem. Obviously, the larger the population, the slower the calculation. The number of elite individuals is normally less than or equal to two. When the probability of mutation is being increased, the algorithm is prevented from converging to a local optimum. However, too many mutating individuals may interfere with the convergence of evolution.
All calculations were performed for the described set of points, including the depot in the city of Stargard and four charging stations. Customers demand for goods was assumed as variable parameters. The following scenarios were studied:
  • Scenario 1: Each customer needs 60 kg of goods, so the demand vector is z = (60, 60, …, 60)1 × 28. In this scenario the total demand of the customers equals: 28 × 60 = 1680 kg, which is within the payload of one EV. The evolutionary algorithm is expected to look for a solution where a vehicle returns to the depot only after visiting all customers.
  • Scenario 2: Each customer needs 121 kg of goods, so the demand vector z = (121, 121, …, 121)1 × 28. The total demand of the customers equals: 28 × 121 = 3388, which is within the carrying capacity of two EVs.
  • Scenario 3: Each customer’s demand is a random number from interval [100,1700]. Ten different demand vectors were generated. It was analysed how the sum of the customers’ demands affects the delivery plan.
After preliminary test calculations for different values of control parameters, it was assumed that satisfactory convergence of the evolutionary algorithm is achieved for:
  • Population size: G = 40;
  • Number of elite individuals: E = 2;
  • Mutation probability: P = 0.3;
  • Number of populations: 20,000.
The computation time for the above parameters set is approximately 40 s.
Figure 5 shows the process of evolution for the first scenario. By using elite individuals, the best solution in each generation is preserved. It is represented by a red line that falls as better solutions are found. The figure also shows the average adaptation of individuals in each generation. This gives an idea of how much diversity of solutions is maintained by the mutation operator.
In solving the first scenario, the algorithm worked correctly and found a solution where one EV serves all the customers. During operation, it is necessary to charge the battery twice. In total, the vehicle covered a distance of 231.5 km. The best solution found is the following plan:
  • Departure from the depot;
  • Supplying the customers: 27, 26, 25, 22, 21, 23, 24, 11, 12, 7;
  • Charging the battery in point 3 (Chociwel);
  • Supplying the customers: 8, 13, 14, 15, 16, 17, 18, 19, 20, 32, 33;
  • Charging the battery in point 4 (Shopping centre—Lipnik);
  • Supplying the customers: 28, 29, 30, 31, 6, 10, 9;
  • Return to the depot.
Figure 6 shows the order of the visited points on the map. The depot (1) and the visited charging stations (3 and 4) are highlighted. Charging stations 2 and 5 remain unused. The straight arrows between the points are symbolic. The vehicle is driven on real, much longer routes. It is worth noting that the route includes the three distinctive loops. After travelling to the southern loop, the vehicle heads to the north-eastern loop, where it charges the battery first. After travelling to the second loop, the battery is charged for the second time and the route is completed on the north-western loop.
For the second scenario, as expected, a plan for two EVs was obtained. The vehicles ‘shared’ the customers, so they had shorter routes to cover. One of the vehicles needs to replenish energy before returning to the depot. The evolutionary algorithm has found the following plan:
  • Two EVs leave the depot;
  • The first EV supplies the customers: 11, 12, 7, 8, 13, 14, 15, 16, 17, 18, 19, 20;
  • The first EV charges the battery in point 5;
  • The first EV supplies the customers: 32, 33;
  • The second EV supplies the customers: 28, 29, 30, 31, 6, 10, 9, 24, 23, 21, 22, 25, 26, 27;
  • Both EVs return to the depot.
The above plan requires the vehicles to cover 241.2 km, which is slightly more than in the first scenario. The visualization of the solution is shown in Figure 7.
During the implementation of the second adopted scenario, vehicle 1 mainly serves the eastern part of the region, while vehicle 2 initially travels north-west, then visits points south of Stargard.
The next stage of the study was to analyse the cases of randomly diversified customer demand. The number of vehicles needed to implement the plan depends on the total demand of all customers. For each sum, the minimum number of vehicles with a specific loading capacity can be specified—Table 1. For example, for the demand sum of 10,271, the result is 10,271/1700 ≈ 6.04, which means that at least seven vehicles are needed to deliver the ordered goods to all customers.
It is expected that the proposed algorithm for solving the E-VRP problem will be able to find delivery plans that require as few vehicles as possible. By comparing the number of vehicles required theoretically (Table 2, third column) with the number determined by the algorithm (Table 2, fifth column), it can be seen that in half of the cases, the algorithm found a solution with the minimum number of vehicles. In four cases, the solution includes one vehicle more than the minimum value (problem no. 4, 5, 6 and 9).
Problem number 7 is special. In this case, each customer demands more than 1000 kg of goods. As a result, a single vehicle can serve only one customer, even though it will not use all of its payload. Therefore, the algorithm correctly established the only possible plan which required 28 vehicles.
Figure 8 shows the solution to problem 2. The algorithm in this case found a plan that requires the minimum number of vehicles. Each vehicle travels a compact loop. Potential doubts can be raised by the inclusion of points 27 and 28 into the ‘red’ loop. However, it should be borne in mind that an important constraint is the quantities of goods ordered by the customers.

4. Assessment of the Performance of the Proposed Algorithm

The performance of the proposed coding method was assessed on the basis of two E-VRP instances described in [23]. The first example counts 25 points and the second one 35 points. In both cases, the point sets contain four charging stations. The order of point numbering has been changed to keep the numbering rule in the following order: base point, charging stations, customers.
To ensure the comparability of the obtained results, the maximum payload of the vehicle Lmax = 200 and maximum reach of the vehicle Rmax = 100 were adopted. The calculations were performed on the same computer as the example study in Section 3.
The proposed calculation algorithm based on permutation coding combined with evolutionary optimisation allowed obtaining the best solution of the first instance at the level of 247.4 km of the travelled route, which is the same result as obtained by Wang et al. [23]; however, the computation time was 4.8 s, which is slightly shorter than the Tabu search method and much better than the CPLEX method. In the solution of instance 1, customers are served by two vehicles. Each vehicle replenishes energy once during the tour.
Figure 9 shows the vehicle routes designated for the first instance. Point 1 is the depot and points 2–5 are the charging stations.
For the second of the examined cases, a much better solution was found than that published in [23]. Visiting all customers requires the use of three vehicles, two of which have to recharge energy during the tour. The third vehicle takes a short route visiting only two points. The total length of the route is 394.76 km. The calculations took 7 s. The solution is shown in Figure 10. The markings of the points are the same as in the first instance.
The results are compared in Table 3. Two methods tested in [23] were referred to. Both are based on matrix coding, but differ in the method of solving the optimisation problem. On the basis of the obtained results, it can be concluded that permutation coding in combination with evolutionary optimisation has significant advantages and allows to quickly achieve solutions that are better than in other methods.

5. Discussion and Conclusions

The case study performed for north-western Poland concerned different scenarios of the demand for goods. The results allow us to observe that the developed evolutionary algorithm solves the defined E-VRP in a short time, generating formally correct and good results with respect to the adopted criterion. Of course, the evolutionary method does not guarantee finding the optimum, but the relatively low complexity of the example problem and visualisation of solutions on the map allow rating highly obtained solutions.
Figure 11 summarises the results for all tested scenarios. The impact of the uniform distribution of customer demand on the distance travelled by the vehicles. In particular, it illustrates the comparison of scenario 2 and the first random problem of scenario 3. Both cases are related to a similar total demand for goods, but the route determined for the random problem is 25% longer than for scenario 2. The uniform distribution of demand gives vehicles more freedom to choose their next customer. However, the great variation in demand may make it necessary for a vehicle to bypass certain customers and search for remote customers with a demand matching the volume of the carried cargo.
In addition to the case study, the algorithm performance was assessed in terms of computation time as well as its ability to find good solutions. For this purpose, the obtained times and quality of solutions were compared with the published results for two E-VRP instances. The conclusions from the comparison to other methods are promising. The proposed calculation algorithm is comparably fast and allows finding much better solutions.
The algorithm can be used to solve E-VRP-NL problems with the assumption that a critical point is identified for the function of battery charging time. This point sets the level, up to which vehicles are charged during a working day. Charging above this point takes too long and happens only during a long halt in the depot, for example at night. Therefore, the algorithm allows for the nonlinearity in a simplified manner, but this is in line with the practical operation of EVs by their drivers, who are forced to replenish energy within a limited time frame.
The model is restricted by the static distances between the landmark points on the map. The proposed method can be made more useful in practice by adding the time-of-travel criterion. In this way, the actual speed limits of vehicle traffic can be considered.
The implementation of the method in the dynamic fleet management system makes it possible to retrieve up-to-date data about disturbances related to increased traffic intensity and accidents on selected routes. Ongoing monitoring would allow for the method to be used for dynamic updating of the optimum vehicle route to avoid particularly congested sections. Extending the model to link it to the time axis is a planned direction for further research.
Depending on the needs of the users, the method can easily be extended to include the drop in the batteries’ capacity after a certain number of charging cycles. This is an issue that will begin to become more important during the next few years of the EVs’ operation.
The implementation of the method in practice may require additional experimental tests to be carried out on selected vehicle models to determine the energy consumption as a function of variable speed, load carried, and selected route.
In addition to ad hoc delivery planning, fleet management companies can use the proposed tool to simulate scenarios of fleet growth, diversification of vehicle size, driver hiring policies, diversification of delivery costs by customer location, etc.
The presented method can also be used as a tool to support investment decisions on the number and location of electric vehicle charging stations. Of course, such decisions must take into account not only the predicted needs of shipping and transportation companies but also the evolving market for passenger vehicles.

Funding

This research was funded by Maritime University of Szczecin, grant number 1/S/KPT/2021 “Life cycle management of means of transport and infrastructure facilities”.

Conflicts of Interest

The author declare no conflict of interest.

Appendix A

Table A1. Distance matrix for exemplary study—part 1—destination points 1–17.
Table A1. Distance matrix for exemplary study—part 1—destination points 1–17.
BaseCharging PointsCustomers
1234567891011121314151617
1025.130.43.36.220.830.435.66.510.614.714.523.420.317.526.229.9
224.5029.226.621.640.229.213.424.128.228.824.614.416.912.610.97.4
330.429.3032.528.433.1017.227.12521.815.614.819.723.919.921.8
41.224.830.20620.830.235.46.510.614.514.623.520.117.323.529.7
56.222.528.48.3022.628.433.5812.112.712.821.718.315.521.727.4
62145.133.119.822.4033.142.616.11218.127.630.733.130.335.837.7
730.429.3032.528.433.1017.227.12521.815.614.819.723.919.921.8
835.613.415.937.733.642.615.9032.334.631.320.811.915.619.816.711.4
96.524.627.18.87.916.127.132.304.111.411.520.41714.220.527.4
1010.628.72512.912122534.74.1010.115.622.721.118.324.628.3
1114.629.121.816.912.718.321.831.411.310.308.519.517.111.220.524.3
1214.824.615.616.912.827.615.620.811.515.68.508.95.59.713.315.9
1323.814.414.925.921.830.814.911.920.522.719.5903.77.95.17
1420.316.919.722.418.433.119.715.61721.117.15.53.704.27.810.7
1517.512.623.919.615.530.323.919.814.218.311.29.784.206.310
1623.811.119.925.921.835.819.916.720.424.520.513.25.27.86.305.3
1729.47.42032.825.837.72011.424.228.324.315.9710.7105.30
1824.5029.226.621.640.229.213.424.128.228.824.614.416.912.610.97.4
1914.51034.516.611.630.234.523.414.118.218.814.612.89.14.910.414.1
208.216.928.110.36.223.628.130.37.811.812.512.519.71611.81821.7
2118.617.140.820.713.43540.829.220.424.525.125.230.230.727.926.723.2
2214.324.836.516.49.130.736.536.916.120.220.820.929.826.423.630.830.9
2310.625.132.812.75.42732.837.212.416.517.117.226.122.719.926.130.8
249.922.832123.825.83235.811.615.716.416.425.321.917.623.927.6
2513.826.73615.98.230.23640.114.619.720.320.429.225.821.627.831.6
2614.533.34113.314.730.94146.119.823.925.325.434.330.928.134.338.1
279.226.734.488.225.634.439.612.818.218.818.927.724.421.527.831.6
286.53035.14.910.922.535.140.311.415.519.419.528.42522.228.434.9
299.733.238.38.11425.738.343.414.618.722.622.731.628.225.431.638.1
3011.735.340.610.416.424.740.650.91721.1252540.336.630.438.642.3
3117.537.636.516.719.48.336.54618.414.221.526.334.131.92939.241.1
327.227.331.66.59.113.331.636.88.112.2161624.921.618.72531.9
335.128.6333.89.8163338.29.513.617.417.426.32320.126.433.3
Table A2. Distance matrix for exemplary study—part 2—destination points 18–33.
Table A2. Distance matrix for exemplary study—part 2—destination points 18–33.
Customers
18192021222324252627282930313233
125.115.18.218.714.410.69.813.814.49.16.59.711.617.57.24.9
201016.31724.825.123.327.333.727.229.332.537.336.926.728
329.328.828.340.936.632.932364134.535.238.446.836.531.733.1
424.814.8818.414.110.49.513.514.49.169.211.617.87.54.9
522.512.56.213.49.15.43.88.114.6812.215.318.919.69.39.8
645.130.723.734.930.626.8263030.825.622.525.629.78.313.316
729.328.828.340.936.632.932364134.535.238.446.836.531.733.1
813.423.429.729.136.937.236.740.746.239.640.443.650.745.936.938.3
924.614.67.820.416.112.310.815.519.812.811.514.718.718.48.19.5
1028.718.711.924.520.216.414.919.623.916.915.618.822.815.312.213.6
1129.119.112.625.120.817.116.320.225.218.719.422.626.621.715.917.3
1224.614.612.725.32117.316.420.425.418.919.622.826.826.416.117.5
1314.412.819.230.23026.325.429.434.427.828.631.840.134.125.126.5
1416.99.115.530.826.522.821.925.930.924.425.128.336.431.921.623
1512.64.911.22823.72018.222.228.121.522.325.53129.118.820.2
1611.110.416.728.130.226.223.327.734.127.630.437.237.73827.726.4
177.414.821.223.130.930.727.131.437.931.334.240.941.44131.533.4
1801016.31724.825.123.327.333.727.229.332.537.336.926.728
191006.424.619.216.513.317.323.717.219.326.827.32716.718.1
2016.96.9018.714.410.68.912.918.812.21316.221.720.610.311.7
2117.12418.607.7813.616.422.919.623.426.630.632.121.822.3
2224.819.714.37.703.77.88.715.21319.522.725.127.817.518
2325.11610.683.705.69.917.111.61720.223.72413.714.2
2422.812.88.513.67.85.605.911.75.211.714.917.223.51313.5
2526.716.712.516.48.79.95.907.111.217.620.823.227.216.917.4
2633.323.318.822.915.117.111.87.106.511.714.917.323.617.614.9
2726.716.812.219.714.311.75.212.46.506.59.71218.312.39.6
283019.715.823.318.515.311.716.611.76.503.25.511.89.26.5
2933.223.21926.521.718.514.919.814.99.73.202.7912.49.7
3035.327.521.329.42421.417.322.117.3125.52.706.314.812.1
3137.627.620.731.927.623.8232723.618.311.896.3010.37.6
3227.317.310.521.617.313.512.716.717.512.39.212.416.410.302.7
3328.618.711.822.217.914.213.417.314.89.66.59.713.77.62.70

References

  1. Ghorbani, E.; Alinaghian, M.; Gharehpetian, G.B.; Mohammadi, S.; Perboli, G. A Survey on Environmentally Friendly Vehicle Routing Problem and a Proposal of Its Classification. Sustainability 2020, 12, 9079. [Google Scholar] [CrossRef]
  2. Wang, L.Y.; Song, Y.B. Multiple Charging Station Location-Routing Problem with Time Window of Electric Vehicle. J. Eng. Sci. Technol. Rev. 2015, 8, 190–201. [Google Scholar] [CrossRef]
  3. Erdelić, T.; Carić, T. A Survey on the Electric Vehicle Routing Problem: Variants and Solution Approaches. J. Adv. Transp. 2019, 2019, 5075671. [Google Scholar] [CrossRef]
  4. Erdoğan, S.; Miller-Hooks, E. A green vehicle routing problem. Transp. Res. Part E Logist. Transp. Rev. 2012, 48, 100–114. [Google Scholar] [CrossRef]
  5. Montoya, A.; Guéret, C.; Mendoza, J.E.; Villegas, J. The electric vehicle routing problem with nonlinear charging function. Transp. Res. Part B Methodol. 2017, 103, 87–110. [Google Scholar] [CrossRef] [Green Version]
  6. Kullman, N.; Goodson, J.; Mendoza, J.E. Electric Vehicle Routing with Public Charging Stations. Transp. Sci. 2021, 55, 3. [Google Scholar] [CrossRef]
  7. Zuo, X.; Xiao, Y.; You, M.; Kaku, I.; Xu, Y. A new formulation of the electric vehicle routing problem with time windows considering concave nonlinear charging function. J. Clean. Prod. 2019, 236, 117687. [Google Scholar] [CrossRef]
  8. Koç, Ç.; Jabali, O.; Mendoza, J.E.; Laporte, G. The electric vehicle routing problem with shared charging stations. Int. Trans. Oper. Res. 2019, 26, 1211–1243. [Google Scholar] [CrossRef]
  9. Lee, C. An exact algorithm for the electric-vehicle routing problem with nonlinear charging time. J. Oper. Res. Soc. 2020, 1–24. [Google Scholar] [CrossRef]
  10. Kancharla, S.R.; Ramadurai, G. Electric Vehicle Routing Problem with Non-Linear Charging and Load-Dependent Discharging. Expert Syst. Appl. 2020, 113714. [Google Scholar] [CrossRef]
  11. Gheysens, F.; Golden, B.; Assad, A. A comparison of techniques for solving the fleet size and mix vehicle routing problem. OR Spektrum 1984, 6, 207–216. [Google Scholar] [CrossRef]
  12. Bula, G.A.; Gonzalez, F.A.; Prodhon, C.; Afsar, H.M.; Velasco, N.M. Mixed Integer Linear Programming Model for Vehicle Routing Problem for Hazardous Materials. IFAC-PapersOnLine 2016, 49, 538–543. [Google Scholar] [CrossRef]
  13. Madankumar, S.; Rajendran, C. A mixed integer linear programming model for the vehicle routing problem with simultaneous delivery and pickup by heterogeneous vehicles, and constrained by time windows. Sādhanā 2019, 44, 39. [Google Scholar] [CrossRef] [Green Version]
  14. Xiang, X.; Tian, Y.; Zhang, X.; Xiao, J.; Jin, Y. A Pairwise Proximity Learning-Based Ant Colony Algorithm for Dynamic Vehicle Routing Problems. IEEE Trans. Intell. Transp. Syst. 2021. [Google Scholar] [CrossRef]
  15. Shao, S.; Guan, W.; Ran, B.; He, Z.; Bi, J. Electric Vehicle Routing Problem with Charging Time and Variable Travel Time. Math. Probl. Eng. 2017, 2017, 5098183. [Google Scholar] [CrossRef] [Green Version]
  16. Wang, L.; Gao, S.; Wang, K.; Li, T.; Li, L.; Chen, Z. Time-Dependent Electric Vehicle Routing Problem with Time Windows and Path Flexibility. J. Adv. Transp. 2020, 2020, 3030197. [Google Scholar] [CrossRef]
  17. Froger, A.; Mendoza, J.E.; Jabali, O.; Laporte, G. Improved formulations and algorithmic components for the electric vehicle routing problem with nonlinear charging functions. Comput. Oper. Res. 2019, 104, 256–294. [Google Scholar] [CrossRef] [Green Version]
  18. Flood, M.M. The Traveling-Salesman Problem. Oper. Res. 1956, 4, 61–75. [Google Scholar] [CrossRef]
  19. Abdoun, O.; Abouchabaka, J. A Comparative Study of Adaptive Crossover Operators for Genetic Algorithms to Resolve the Traveling Salesman Problem. Int. J. Comp. App. 2011, 31, 49–57. [Google Scholar] [CrossRef]
  20. Iwańkowicz, R.; Sekulski, Z. Solving of vehicle routing problem by evolutionary algorithm. Adv. Sci. Technol. Res. J. 2016, 10, 123–134. [Google Scholar] [CrossRef]
  21. Malhotra, R.; Singh, N.; Singh, Y. Genetic Algorithms: Concepts, Design for Optimization of Process Controllers. Comput. Inf. Sci. 2011, 4. [Google Scholar] [CrossRef]
  22. Chieng, H.H.; Wahid, N. A Performance Comparison of Genetic Algorithm’s Mutation Operators in n-Cities Open Loop Travelling Salesman Problem. In Recent Advances on Soft Computing and Data Mining; Springer: Berlin/Heidelberg, Germany, 2014. [Google Scholar] [CrossRef]
  23. Wang, Q.; Peng, S.; Liu, S. Optimization of Electric Vehicle Routing Problem Using Tabu Search. In Proceedings of the 2020 Chinese Control and Decision Conference, Hefei, China, 22–24 August 2020. [Google Scholar] [CrossRef]
Figure 1. The structure of distance matrix D.
Figure 1. The structure of distance matrix D.
Energies 14 06651 g001
Figure 2. Solution decoding algorithm.
Figure 2. Solution decoding algorithm.
Energies 14 06651 g002
Figure 3. Example of E-VRP solution decoding.
Figure 3. Example of E-VRP solution decoding.
Energies 14 06651 g003
Figure 4. Deployment of the depot (1), charging stations (2–5) and customers (6–33).
Figure 4. Deployment of the depot (1), charging stations (2–5) and customers (6–33).
Energies 14 06651 g004
Figure 5. History of the evolution of the adaptation function during the optimization for the first scenario.
Figure 5. History of the evolution of the adaptation function during the optimization for the first scenario.
Energies 14 06651 g005
Figure 6. The visualization of the found solution for the first scenario.
Figure 6. The visualization of the found solution for the first scenario.
Energies 14 06651 g006
Figure 7. The visualization of the found solution for the second scenario.
Figure 7. The visualization of the found solution for the second scenario.
Energies 14 06651 g007
Figure 8. The visualization of the solution for problem 2 according to the third scenario.
Figure 8. The visualization of the solution for problem 2 according to the third scenario.
Energies 14 06651 g008
Figure 9. Routes of the best solution (instance 1).
Figure 9. Routes of the best solution (instance 1).
Energies 14 06651 g009
Figure 10. Routes of the best solution (instance 2).
Figure 10. Routes of the best solution (instance 2).
Energies 14 06651 g010
Figure 11. The distance of the route depends on the total demand of customers.
Figure 11. The distance of the route depends on the total demand of customers.
Energies 14 06651 g011
Table 1. Calculation steps of the decoding function.
Table 1. Calculation steps of the decoding function.
bVehicle
Location
yi
Vehicle
Reach
R
Vehicle
Load
L
cNext
Customer
xc
Step Results
1110117Conditions I and II—met.
Travelling from 1 (the depot) to 7.
2790.725Conditions I and II—met.
Travelling from 7 to 5.
3560.534Condition II—not met.
Travelling to 3 (the nearest CS).
4380.534Conditions I and II—met.
Travelling to 4.
5450.146Condition I—not met.
Travelling to 1 (the depot).
6110146Conditions I and II—met.
Travelling from 1 (the depot) to 6.
7660.858Conditions I and II—met.
Travelling from 6 to 8.
8840.3--Condition III—met.
End of route, return to 1.
91----
Table 2. The results obtained for scenario 3.
Table 2. The results obtained for scenario 3.
Random Problem No.Demand Sum [kg]Minimum Number of EVs Solution Distance [km]Used EVs
1335823042
2710953035
310,27173577
414990945410
519,9921254213
622,8141461115
737,2512289128
814,47594289
915,155943210
1015,5891044610
Table 3. Comparison of the results obtained with the proposed method with the results published in the literature.
Table 3. Comparison of the results obtained with the proposed method with the results published in the literature.
MethodNode NumberResult [km]Time [s]Reference
MILP encoding + Tabu search 202475[23]
30422.565
MILP encoding + CPLEX2024749[23]
30422.56358
Permutation encoding + Evolutionary optimisation202474.8proposed method
30394.767
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Iwańkowicz, R. Effective Permutation Encoding for Evolutionary Optimization of the Electric Vehicle Routing Problem. Energies 2021, 14, 6651. https://doi.org/10.3390/en14206651

AMA Style

Iwańkowicz R. Effective Permutation Encoding for Evolutionary Optimization of the Electric Vehicle Routing Problem. Energies. 2021; 14(20):6651. https://doi.org/10.3390/en14206651

Chicago/Turabian Style

Iwańkowicz, Remigiusz. 2021. "Effective Permutation Encoding for Evolutionary Optimization of the Electric Vehicle Routing Problem" Energies 14, no. 20: 6651. https://doi.org/10.3390/en14206651

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop