Next Article in Journal
Capturing Protein Domain Structure and Function Using Self-Supervision on Domain Architectures
Previous Article in Journal
Crowd Evacuation Guidance Based on Combined Action Reinforcement Learning
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Memetic Algorithm for an External Depot Production Routing Problem

by
Bi Kouaï Bertin Kayé
1,*,
Moustapha Diaby
2,
Moussa Koivogui
2 and
Souleymane Oumtanaga
1
1
Laboratoire de Recherche en Informatique et Télécommunication, Institut National Polytechnique Félix Houphouët-Boigny, Yamoussoukro, Cote d’Ivoire
2
Laboratoire des Sciences et Technologies de l’Information et de la Communication, École Supérieure Africaine des TIC, Abidjan, Cote d’Ivoire
*
Author to whom correspondence should be addressed.
Submission received: 25 November 2020 / Revised: 9 January 2021 / Accepted: 12 January 2021 / Published: 19 January 2021

Abstract

:
This study aims to compare the results of a memetic algorithm with those of the two-phase decomposition heuristic on the external depot production routing problem in a supply chain. We have modified the classical scheme of a genetic algorithm by replacing the mutation operator by three local search algorithms. The first local search consists in exchanging two customers visited the same day. The second consists in trying an exchange between two customers visited at consecutive periods and the third consists in removing a customer from his current tour for a better insertion in any tour of the same period. The tests that were carried out on 128 instances of the literature have highlighted the effectiveness of the memetic algorithm developed in this work compared to the two-phase decomposition heuristic. This is reflected by the fact that the results obtained by the memetic algorithm lead to a reduction in the overall average cost of production, inventory, and transport, ranging from 3.65% to 16.73% with an overall rate of 11.07% with regard to the results obtained with the two-phase decomposition heuristic. The outcomes will be beneficial to researchers and supply chain managers in the choice and development of heuristics and metaheuristics for the resolution of production routing problem.

1. Introduction

In the supply chain field, simultaneously planning production, inventories and distribution while minimizing the overall cost of these operations is a complex exercise known as the production routing problem (PRP) [1]. The PRP is a combination of two well-known problems in the literature. On the one hand, we have the lot sizing problem (LSP) and the vehicle routing problem (VRP) on the other hand. LSP determines the best trade-off between production and storage operations. The aim is to simultaneously determine the production schedule, quantities to be produced and quantities to be stored to minimize the overall cost of production and inventory. See [2] for more detailed literature review on the LSP.
VRP is a difficult NP-Hard problem as a particular case of the traveling salesman problem (TSP) which is itself a NP-Hard problem [3,4]. It consists of arranging routes between customers who must be visited at the same time based on the number of vehicles available and finding the best scheduling of visits to minimize the overall cost of transport over the planning horizon. Readers are also invited to see [5,6,7] for a review of the mathematical formulations of the problem and the methods or algorithms used to resolve it.
In the practice of industries, these two problems are disjointedly and sequentially analyzed. However, the work of Chandra et al. [8,9] have shown that it is possible to make gains of 3% to 20% on the overall cost of production and distribution by integrating and coordinating the decisions of LSP and VRP. This integrated and coordinated PRP is a NP-hard problem since it contains the VRP. In an integrated concept of supply chain planning, the customer no longer has exclusive control over decisions on his visit dates and quantities to be received. The implementation of new practices such as vendor managed inventory (VMI) and replenishment policies such as order-up-to-level (OU) and maximum level (ML) are necessary to achieve the goal of satisfying customer demand. VMI is a practice in which the supplier decides when and how much to deliver to the customer in a joint manner. He must also ensure that there is no shortage of stock at the customer. In the OU replenishment policy, all customers have maximum storage capacity and the amount delivered is such that the maximum level of storage is reached at each delivery. Whereas in the ML policy, all customers have maximum storage capacity and the quantity delivered is such that the maximum storage level is not exceeded at each delivery ( 0 q i t L i ). See [10,11,12,13] for more details on the practice of VMI and the use of OU and ML replenishment policies. A detailed literature review of PRP was provided by [1].
Although PRP is an NP-hard problem, exact methods for its resolution have been proposed. Among these exact approaches, the Lagrangian relaxation was one of the first methods proposed for the resolution of the PRP [14]. A branch-and-price algorithm was proposed to solve a PRP with the use of a homogeneous fleet of vehicles [15]. In a study using a single vehicle [16], the authors used a branch-and-cut (B&C) algorithm to solve the PRP problem. The B&C algorithm has also been proposed to solve the multivehicle version of the PRP [17].
Given the complexity of the PRP, several heuristics and metaheuristics have been developed for its resolution. In the first works on the PRP introduced by Chandra et al. [9], an H1 type decomposition method was proposed. The authors decomposed the problem into a capacitated LSP and VRP followed by some local search heuristics to solve the problem. Test results have shown that the integrated approach allows gains on the overall cost of operations ranging from 3% to 20%. Another two-phase decomposition method was presented for solving a PRP with a heterogeneous fleet of vehicles [18]. The authors used a mixed integer programming (MIP) to solve the first phase of the problem. This first phase of the problem concerns a problem of LSP with direct shipment (DS). In the second phase, an efficient algorithm was used to solve the VRP. It is a H2 type algorithm because the DS decisions are incorporated into the LSP, which is not the case for the H1 type algorithm. The H2 type of two-phase decomposition heuristic (TPDH) has also been used to solve a PRP with external depot (EDPRP) [19]. The authors used a MIP for solving the LSP problem with DS in the first phase and then used a genetic algorithm to solve the VRP in the second phase.
Metaheuristics are algorithms used to solve difficult combinatorial optimization problems. They are therefore master strategies that use other heuristics to find a better approximation of the best overall solution to an optimization problem. They are mostly used when a more efficient classical method to solve a given combinatorial optimization problem is not known. The high level of abstraction of metaheuristics makes them suitable for a wide range of problems. Thus, they find their application in various fields of scientific research.
Swarm intelligence (SI) is a family of metaheuristics that relies on nature through the interactions of agents (ants, bees, etc.) to solve complex optimization problems. SI has been used in wind energy potential analysis and wind speed forecasting to reduce the operating cost of wind farms [20]. The authors used a hybrid algorithm that combines the advantages of the genetic and adaptive particle swarm optimization (PSO) algorithm to optimize the weights and biases of the nonlinear network of extreme learning machines (ELMs) to efficiently improve the accuracy of the ELMs.
Another SI based on particle swarm optimization has been proposed for the analysis of handover in the field of spectrum sharing in mobile social networks [21]. With an increase in the globally adaptive inertia to 75.66% and an increase in data transfer rate of 47.29% compared to the IEEE802.16 protocol, the authors obtained a maximum mean signal-to-noise ratio of 14.8 dB. This value is the overall optimum that is required during handover for any mobile social network. Thus, the authors claim that their algorithm outperforms those in the mobile network literature by 75% by optimizing various aspects of handover.
In the age of big data, analyzing data and extracting relevant information from it is a challenge. A very important issue in this area is the selection of the most informative features in a dataset. Given the success of SI in solving difficult NP problems, it is increasingly used for selecting relevant characteristics in data analysis or in machine learning algorithms. A detailed literature review on the use of SI in feature selection is provided by [22]. The authors presented a unified SI Framework to explain the methods, techniques, and parameter choice in a SI algorithm for feature selection. They also presented the different datasets used to implement SI algorithms as well as the different SI algorithms.
Another literature review focusing on PSO algorithms and ACO algorithms as representative of SI was presented by [23]. The authors presented a description of the PSO and ACO algorithms as well as a state of the art on other SI algorithms. They also presented a status report on the use of SI in solving real life problems.
Regarding the use of SI in solving PRPs, a PSO algorithm has recently been proposed to solve the planning problem in an intelligent food logistics system model [24]. The authors have formulated the problem in a mixed integer multi-objective linear programming. Four objectives are addressed in this study. They are the minimization of total system expense, the maximization of average food quality, the minimization of the amount of CO2 emissions in transportation, and the production and minimization of total weighted delivery time. Tests conducted on small, medium, and large data sets resulted in cost reductions of 15.51% compared to a three-step decomposition method.
A self-adaptive evolutionary algorithm was proposed for berth planning in the operation of maritime container terminals [25]. The authors proposed a chromosome in which the probabilities of crossover and mutation are encoded in the chromosome. They focused their study on the comparison of several methods of parameter selection in evolutionary algorithms. On the one hand, there are the parameter tuning strategy approaches in which the values of the selected parameters remain unchanged throughout the execution of the algorithm. On the other hand, we have the parameter control approaches in which the parameters of the algorithm are adjusted throughout the execution of the algorithm according to certain strategies. Parameter control can be deterministic, adaptive, or self-adaptive. Test results show that the evolutionary algorithm of self-adaptive parameter control outperforms evolutionary algorithms using deterministic parameter control, adaptive parameter control and parameter tuning strategy by 4.01%, 6.83%, and 11.84% respectively based on the value of the objective function.
Another evolutionary algorithm was used to address a VRP in a “factory in box” [26]. This “factory in a box” concept involves assembling production modules into containers and transporting the containers to different customer sites. The authors modeled the problem as mixed integer programming to solve the problem and used CPLEX to solve the mathematical model of the problem. In addition to the evolutionary algorithm, they also proposed three metaheuristics including variable neighborhood search (VNS), taboo search (TS), and simulated annealing (SA) to solve the problem. The results of the tests carried out on large-sized instances show that the evolutionary algorithm provides better results than the other metaheuristics (VNS, TS, SA) developed to solve the problem.
Genetic algorithm (GA) is a stochastic strategy for solving complex optimization problems that takes better advantage of concepts from natural genetics and the theory of evolution. It is used to solve a production, inventory and distribution planning problem that takes into account several products. [27], the authors have solved the integrated problem of LSP and VRP. They also proposed integer programming to minimize the total cost of the system. Tests performed on small instances found an optimality deviation of 1.739% compared to the branch-and-bound (B&B) method. A multi-plant supply chain model with multiple customers was proposed by [28]. In this supply chain, products are delivered directly from the factory to the customers. The authors developed a hybrid AG to address the minimization of the overall cost of production and distribution. They used a multi-point crossover operator. This number of cut-off points is equal to the length of the chromosome divided by 4 with a 15% probability of crossover.
A greedy randomized adaptive search procedure (GRASP) has been proposed for solving a PRP involving a single type of product over a multi-period planning horizon with the use of a homogeneous fleet of vehicles [29]. The authors proposed three versions of GRASP for the integrated resolution of the PRP These are a classical GRASP, an improved version of GRASP with the incorporation of reactive mechanisms and a version of GRASP with a path reconnection process. Test results on 90 randomly generated instances with 50, 100 and 200 clients over 20 periods established the effectiveness of GRASP on the traditional method of breaking down the problem into sub-problems. These results also showed that GRASP with path re-connection and GRASP with reactive mechanisms give better results than traditional GRASP (without improvement). A GRASP has also been developed to solve a bi-objectives production and distribution problem [30]. These objectives concern the minimization of total production and distribution costs and the balancing of the total workload in the supply chain. They used a homogeneous fleet of vehicles to transport products. The results of tests on literature instances show that the GRASP developed allows a relatively small number of non-dominated solutions to be obtained in a very short computing time. Although the approximation of the Pareto front for each instance is discontinuous and not convex, it highlights the trade-off between the two objective functions.
A reactive tabu search was presented for solving a PRP to satisfy a time varying demand with a homogeneous fleet of vehicles over a finite planning horizon [31]. The authors compared the test results with the results obtained with GRASP on instances of up to 200 clients and 20 periods. This comparison revealed an improvement in results ranging from 10% to 20% on the overall cost of operations with an increase in computing time. A Tabu search (TS) with path relinking (TSPR) was used for PRP resolution with a homogeneous fleet of vehicles [32]. Tests performed on datasets from the literature have shown that TSPR gives better results than memetic algorithm with population management (MA|PM) and an improvement in results ranging from 2.20% to 8.78% compared to RTS.
An adaptive large neighborhood search (ALNS) procedure was used for computing the lower bound in the formulation of the multivehicle production and inventory routing problem (MVPRP) [33]. The results of tests carried out on small, medium, and large size instances established the effectiveness of ALNS on GRASP, MA|PM, RTS, and TSPR. The same authors also used ALNS for the computing of upper bounds in a B&C procedure for solving the MVPRP [17].
The variable neighborhood search (VNS) was developed for PRP resolution with a homogeneous fleet of vehicles [34]. The test results for this algorithm show that it is as competitive as the ALNS algorithm.
Introduced by Moscato [35], memetic algorithm (MA) is a powerful version of GA based on the use of local search to intensify the search in order to increase its efficiency. The preservation of diversity is crucial in evolutionary algorithms in general [36] and in GA in particular. Crossover and mutation operators are the best means of guaranteeing the diversity of the population from one generation to the next. A good strategy of combining diversification and intensification is the key to success which gives the MA a definite advantage over the GA.
In the area of chain supply planning, MA was used to resolve the LSP. In this problem family, MA has been proposed for a problem of stochastic multi-product sequencing and LSP [37]. It has also been used for LSP in soft drink plants [38] and for a multi-stage capacitated LSP [39]. For the VRP family, MA has been proposed for a VRP with time windows (VRPTW) [40,41]. See also [42,43] for the capacitated VRP as well as [44,45] for the use of heterogeneous fleets of vehicles. The use of MA is also very present in the optimization of integrated problems such as PRP. A MA with population management (MA|PM) has been developed by Boudia and Prins [46] to solve the integrated production, inventory, and distribution problem. The authors tackled a problem of simultaneous minimization of three costs consisting of the setup cost, the inventories cost and distribution cost. Tests on 90 randomly generated instances showed the efficiency of MA|MP compared to TPDH and GRAPS. The MA was also used in a study aimed at minimizing the overall cost of setup, inventory, and distribution in a multi-plant supply chain. In this supply chain, the information flow management system called “KANBAN” was implemented to manage information [47]. A real case study concerning the minimization of the overall cost of production and distribution was conducted in a large automotive company [48]. In this study, the authors modeled the problem as a non-linear mixed integer programming and used a custom MA for its resolution.
The MA used in this work is an adaptation of the one proposed by Boudia and Prins [46] to solve an integrated production, inventory, and distribution problem.
The remainder of this work is organized as follows: Section 2 is a description of the EDPRP. Section 3 shows the details of the MA used for EDPRP resolution. Section 4 highlights the conditions for experimentation and the comparison of the results obtained by the MA and the TPDH of H2 type. Finally, Section 5 provides a conclusion on the comparative study of MA and TPDH concerning EDPRP.

2. External Depot Production Routing Problem (EDPRP)

The EDPRP is an extension of the classic case of the PRP in which deterministic demands are met by a homogeneous fleet of vehicles over a discrete (multi-period) and finite planning horizon. In the EDPRP, the geographical position of a plant without storage capacity is different from that of the depot. The depot is supplied by the plant and the customer demand is only satisfied from the products stored at the depot. All vehicles start and end their trips at the depot. The collection of products from the plant to supply the depot is carried out either by vehicles that leave the depot and then collect a quantity of products directly from the plant and return to the depot, or by vehicles after satisfying the demand of one or more customers. In this extension of the PRP, products manufactured at the plant are not delivered directly to customers. The products are first stored at the depot before being delivered to customers. It is also important to note here that the quantities of products received by the depot in period are not distributed in the same period. These products must first be stored before distribution. Only the ML policy has been implemented in this work as a replenishment policy.
To describe the problem, the following elements have been defined: G = (N, A) is a complete graph in which N represents the set of nodes formed by the plant, the depot and the customers with the index i ∈ {0…n + 1} and A(N) = {(i, j): i, jN, ij} all the arcs in G. The plant is represented by n + 1, the depot is indexed by 0 and all customers are represented by N c = { 1 , , n } is the set of customers. N d c = {0, …, n} is the set made up by the depot and the customers. N c u = {1, …, n + 1} is the set made up by the customers and the plant. N = {0, …, n + 1} is the set consisting of the depot, the customers, and the plant. T = {1, …, l} is the set of periods (days) of the planning horizon and K = {1, …, m} is the set of vehicles. See [19] for settings, variables and the MIP linking settings and variables. The product collection and distribution network in the EDPRP can be summarized in Figure 1. The authors. proposed a TPDH to solve the problem. In this work, we develop an MA to compare its results with those of the TPDH in the resolution of the EDPRP. The details of this MA are presented in the following section.

3. Memetic Algorithm

3.1. Encoding and Evaluating the Solution

3.1.1. Encoding

We use the tuple (P, Y, X, R) to describe a complete solution to the problem. In this tuple, P is a list of the quantity produced in each period t of the planning horizon. Each quantity produced P t or P [t] is an integer between 0 and the maximum production capacity of the plant (C). Y is a list of binary numbers over each period t of the planning horizon. Y t = 1 means that there is production at the plant on date t and 0 otherwise. X is a (n + 1) × l matrix in which X i t represents the amount of product sent to the depot (i = 0) or to a customer ( i N c . X i t is an integer between 0 and the maximum storage capacity L i of the node i N d c and can be made up of several demands for the customer i. R is a list of integers with R p { 1 } N . It is a successive list of trips delimited by the symbol (0) when the trips belong to the same day or the symbol (−1) when the trips belong to different days. Thus 0 and −1 also refer to the depot in the modeling of the solution. As the symbol (−1) is also the day delimiter, a succession of this symbol indicates a period without a vehicle tour.
The knowledge of R, X and I i 0 ( i N c ) allows to compute I i t ( i N c ) for all t T and to verify the constraints related to the storage capacity of customers L i ( t T ) , the vehicle limit load (Q) as well as the limitation of the number of vehicles in the fleet (m). With the knowledge of Y, X, and I 00 , it is also possible to compute P t ( t T ) , I 0 t ( t T ) and check the constraints on the storage capacity of the depot ( L 0 ) . The dataset of Table 1 allows to build an example of a complete solution for n = 10, l = 3, m = 2, C = 304 and Q = 198. This solution can be described by Table 2. In Table 2, R is a succession of trips that begin at the depot (0 or −1) and end at the depot over a planning horizon of 3 days (or three periods) delimited by the symbol −1. X i t is the amount sent to each customer or depot i at the period t. The amount distributed to customers in the first period is 25 + 18 + 33 = 76. This quantity means that the demand of the first period is met based on the initial stocks of the depot ( I 00 = 76). No quantity is sent to the plant since it has no storage capacity. Y 1 = 1 means that there is production in the first period of T. This automatically leads to a replenishment of the depot (0 or −1) with a quantity P 1 = 137 units of products. P and Y can therefore be represented by Y [0,0,1] and P [137,0,0]. Finally, with the knowledge of R, X, Y, and P it is possible to evaluate a solution.

3.1.2. Evaluation of the Solution

The cost (or fitness) of a solution Z can be determined by the following formula
Cos t z = t T ( u P t + f Y t ) + t T i N d c h i I i t + p = 2 | R | c a l t ( R [ p 1 ] ) , a l t ( R [ p ] )
In this three-part formula, t T ( u P t + f Y t ) denotes the total cost of production. This cost can be subdivided into two costs. Namely the variable cost of production defined by the sum of the costs of productions per period ( u P t ) and the sum of setup costs when there is production on the day t ( f Y t ). Then we have the cost of the inventory expressed by t T i N d c h i I i t and finally the cost of distribution (transport) represented by p = 2 | R | c a l t ( R [ p 1 ] ) , a l t ( R [ p ] ) . In this last part, The |R| represents the size or number of symbols in R and alt( ) is a function such as alt(i) = i if i N and alt(i) = 0 if i = −1 (day delimiter). The parameter c i j refers to the Euclidian distance between the i node and the node j.

3.2. Construction of the Initial Population

Let Pop_size be the size or number of individuals (solutions) in the initial population P o p 0 . This population consists of a Pop_size number of randomly generated solutions. Everyone in the initial population is generated in three steps described as follows:
  • Step 1: Y construction.
The construction of Y consists in determining the days of production. Here, it is a question of determining the days t for which Y t = 1 . To achieve this goal, we will first determine the total quantity produced over the planning horizon. Let NP be this quantity of products. It can be obtained by the following relationship: NP = t T P t = ( t T i N c d i t i N d c I i 0 ) . It is equal to the difference between the sum of the demands of all customers and the sum of the initial inventory at the depot and at the customers. Once the total quantity to be produced is calculated, we determine the number of days required to produce that quantity. To avoid a problem of hard bin packing with the limited fleet, we will limit the capacity of the fleet to 90%. Let c f be the capacity of the fleet and NY (NY = t T Y t ) the number of days needed to produce NP. Then c f and NY are calculated as follows: c f = 0.9 × m × Q and NY = ( t T i N c d i t i N d c I i 0 ) / min ( C , c f , L 0 ) . Once NY is determined, a NY number of days are randomly drawn in T/{ l }. It is not possible to produce on the last day of the planning horizon ( l ) because this production cannot be distributed to customers. Here, P can already be initialized by assigning NP to P t for which t is the smallest value of T having Y t = 1 without considering the violation of maximum production capacity (C).
  • Step 2: P and X construction day after day.
For any customer i, X i 1 is initialized with the necessary quantity so that I i 0 and X i 1 at least constitute a demand (for each costumer i, d i t ). For example, if the demand d i t = 10, for I i 0 = 5, we have on a X i 1 = 5. For I i 0 = 10, we have X i 1 = 0 and for I i 0 = 15 we have X i 1 = 0. For each period t, giving priority to customers who are out of stock, we aggregate demands for each customer i without violating its storage limit capacity L i , and that of the fleet c f in respect of the quantity of products available at the depot the day before I 0 , t 1 . The quantities produced are then adapted to the production capacity C and then to the capacity of the fleet c f and those of the depot L 0 . This makes it possible to resolve the production capacity overrun authorized in step 1. This approach is an adaptation of the dynamic programming (DP) proposed by Wagner and Whitin [49] for the resolution of the classic LSP.
  • Step 3: Construction of R day after day.
After determining P and X, the quantities sent to customers per period are successively aggregated to reach the capacity of a vehicle This operation is repeated until the number of vehicles necessary to deliver the products of each period is determined. This procedure is an adaptation of Clarke and Wright’s economic algorithm [50] through the imposition of a limited fleet. At this stage, R does not yet contain the plant represented by the node i = n + 1. The plant is added to R only in the periods t for which Y t = 1. The number of symbol n + 1 added is equal to the number of vehicles necessary to send all the production of the period t to the depot (for Y t = 1 with t T / { l } , the number of vehicles needed to transport P t from the plant to the depot is P t / Q ). Once the initial population has been constituted, a selection and crossover procedure are carried out for the formation of the child population C H I L D S 0 . In this study, the population size of children is set at POP_size/2. The following section describes the procedure of selection and crossover of parents of the initial population for the constitution of C H I L D S 0 .

3.3. Selection and Crossover Procedure

Each child from the initial generation C H I L D S 0 is the result of the crossover of two parents selected by a binary tournament procedure. A selection by binary tournament consists of selecting the best solution from two randomly drawn solutions in the population P o p 0 . Let A be the parent selected at the first selection procedure and B the parent selected at the second selection procedure. Then a two-point crossover procedure of parents A and B is implemented for the determination of a single child E. The crossover procedure can be described as follows: Let us note by ( ) the membership operator. By this operator writing A R means that R belongs to A. Let us note R p or R(p) the element of rank p in R and R p q or R(p→q) the sub-list of R going from p to q. In this work, the cutting points must correspond only to the day delimiter (−1). For the determination of cutting points, a random draw of two dates t 1 , t 2 T / { l } with t 1 t 2 is made. Then d 1 and d 2 are determined so that d 1 = min ( t 1 , t 2 ) and d 2 = max ( t 1 , t 2 ) . Let pos(t) be the function that at each date associates its position in A R (p = pos(t)). A R will be segmented into three parts. The left part will be identified by A R L = A R ( 1 p o s ( d 1 ) ) . The middle of A R is represented by A R M = A R ( p o s ( d 1 ) + 1 p o s ( d 2 ) ) and the right part by A R R = A R ( p o s ( d 2 ) + 1 p o s ( l ) ) . Similarly, parent B will also be segmented according to the values of d 1 and d 2 determined for the A R segmentation. The construction of child E from the crossover of A and B is done as follows: let E R L , E R M , and E R R be the three parts of E R . These three parts will be initialized as follows: E R L = B R L , E R M = A R M and E R R = B R R . After the initialization of E R , a check is made to correct any anomalies in its construction. Contrary to Boudia et Prins’ correction strategy of browsing the symbols in E R [28] we adopt a simplified correction strategy of browsing the symbols in N c . This strategy allows to quickly identify the missing customers in E R and make the appropriate corrections. The correction is as follows: Let i be the browsing index of N c , T X i the total quantity delivered to the customer i over T in E X and T U i the total quantity of product that was to be delivered to i over T. We have T X i = t T X i t and T U i = t T d i t I i 0 . Through a comparison between T X i and T U i , We group customers into three subsets. The first subset is that of customers representing Case 1 such as T X i = T U i . The second subset representing Case 2 concerns the customers i for whom T X i > T U i and Case 3 brings together the customers for whom T X i   <   T U i . In the process of repairing the chromosome, all customers affected by Case 2 are treated first. Then come the customers concerned by Case 3 and finally those concerned by Case 1. Each case is treated as follows:
Case 1. If T X i = T U i , then there is nothing to do for the costumer i. All demands ( d i t , t T ) are already met by the initial stock ( I i 0 ) and the quantities delivered over T ( T X i ).
Case 2. If T X i > T U i , then a reverse browsing of T is made (from i to 1). E X i t is successively reduced by a demand d i t . For a given period t, if E X i t falls to 0 then i is removed from its trip at the date t in E R . This correction stops at the period t at which T X i = T U i .
Case 3. If T X i <   T U i , let τ = I i 0 + t = 1 I I 0 d i t X i t d i t + 1 be the out-of-stock date at i if it is not supplied from the last date on which its initial stock covers its demands and T C i = T U i T X i the quantity needed to complete T X i to T U i . Browsing T from τ to l , E R is corrected as follows:
(1)
If E X i t ≠ 0, then add T C i to E X i t
(2)
If Q (vehicle limit capacity) is violated, then i is removed from its current tour.
(3)
Try the best insertion of i in one of the existing trips of the date t. Making the best insertion of a customer i in a trip is to compare the cost of all the trips obtained by iteratively moving the costumer i from the beginning of the tour to its end. The best insertion will designate the position of i offering the minimum transportation cost for the trip.
(4)
If the attempt at a better insertion fails and the number of vehicles used on the date t is less than m (m is the number of vehicles in the fleet) then a new trip is created.
(5)
If all the vehicles in the fleet are already in use, then we are fragmenting the quantity T C i + E X i t Fragmentation consists of determining the trip with the maximum residual capacity and inserting the maximum demand contained in T C i + E X i t . The rest of the quantities to be delivered ( T C i after updating) are distributed at the following days. The correction stops when T C i = 0.
NB: If τ = 1, then the quantity inserted is equal to the sum of the complement of the initial stock to a demand and a maximum number of demands ( ( d i t I i 0 ) + ( d i t + + d i t ) ) .
However, if E X i t = 0, E R is corrected by implementing steps (3), (4), and (5).

3.4. Example of Application of the Crossover and Repair Procedure

Consider the dataset (n = 10, l = 6, k = 2) described in Table 3. Let A and B be two solutions got from the initial population. Chromosome A is represented by Table 4 and Solution B is represented by Table 5. Let t 1 = 3 and t 2 = 5 be the cut points of chromosomes A and B ( t 1 and t 2 correspond to dates or periods on the planning horizon). Child C represented in Table 6 will consist of three parties.
The left side of C is noted C R L = B R = ( 1 p o s ( t 1 ) ). The middle of C is C R M = A R ( p o s ( t 1 ) + 1 p o s ( t 2 ) ) and the right part of C is C R R = B R ( p o s ( t 2 ) + 1 p o s ( l ) ) .
After the C chromosome is formed, abnormalities can be found. To repair the C chromosome, we go through the customers list and make the following corrections:
T U i is the total amount of products that should have been received by customer i and T X i the amount received by the customer i.
Customers for whom T X i >   T U i : i ∊ {3;4;8}
For the customer i = 3, we have T X i = 60 + 15 = 75 and T U i = 15 × 6 − I i , 0 = 90 − 30 = 60. By browsing T from t = 6 to t = 1, we subtract a demand to T X i on the date t = 4 and we get T X i = 75 − 15 = 60. Thus, the amount sent to i at period 4 becomes X 3 , 4 = 15 − 15 = 0 and i = 3 is removed from the tour of period 4. The result of this correction is shown in Table 7.
For the customer i = 4, we have T X i = 49 and T U i = 7 × 6 − 7 = 35. By browsing T from t = 6 to t = 1, we remove 2 demands in T X i to the period t = 4 to get T X i = 35 and X 3 , 4 = 21 − 7 − 7 = 7. See Table 8 for C chromosome after correction for i = 4.
For the customer i = 8, we have T X i = 104 and T U i = 13 × 6 − 13 = 65. The successive subtraction of a demand in T X i to equalize T U i allows to obtain the following results. Subtracting a demand from the period 6 allows to have T X i = 104 − 13 = 91 and X 8 , 6 = 0. So, the customer 8 is removed from the tour of period 6. Subtracting two demands in T X i in the period t = 4 allows to have T X i = 91 − 13 − 13 = 65 and X 8 , 4 = 39 − 13 − 13 = 13. The result of this correction is presented in Table 9.
Customers for whom: T X i <   T U i : i ∊ {1;2;7}
For the customer i = 1, T X i = 20 + 20 = 40 and T U i = 6 × 10 − 10 = 50.
We have T C i = T U i T X i = 50 − 40 = 10. So, T X i must be completed (management of a supplement) with a quantity of 10 products to reach T U i . We have τ = 10 + 20 10 + 1 = 4 and I 0 , 1 = I 0 , 0 + P 1 − 75 = 76 + 0 − 75 = 1; I 0 , 2 = I 0 , 1 + P 2 − 0 = 1 + 151 − 0 = 152; I 0 , 3 = I 0 , 2 + P 3 − 152 = 152 + 152 − 152 = 152. The quantity delivered to all customers in the period t = 4 is 20 + 7 + 13 + 44 = 84. So I 0 , 4 = I 0 , 3 + P 3 – 84 = 152 + 0 − 84 = 68 and I 0 , 4 > T C i = 10. The tour of period 4 contains i = 1, so we apply (1) by adding T C i to X i , 4 . We have T C i + X i 4 = 10 + 20 = 30. This changes the vehicle’s load from 84 to 94 in period 4 for a maximum load of 198. The load of the vehicle is not violated, and the process stops for the customer i = 1. Table 10 illustrates the correction for customer i = 1.
For the customer i = 2, T X i = 15 and T U i = 60, hence T C i = 60 − 15 = 45.
We have τ = 30 + 15 15 + 1 = 4 and I 0 , 4 = I 0 , 3 + P 3 − 94 = 152 + 0 − 94 = 58 > T C i . The tour of the period t = 4 does not contain i = 2, hence we apply the step (3) by making a better insertion of i = 2 in the tour of period t = 4. As a result of this insertion, the new load of the vehicle will be 139 < 198. The procedure stops for i = 2. The resulting chromosome is shown in Table 11.
For the customer i = 7, T X i = 0 and T U i = 22, hence T C i = 22 − 0 = 22.
We have τ = 110 + 0 22 + 1 = 6 and I 0 , 4 = I 0 , 3 + 3 − 94 = 152 + 0 − 139 = 13; and I 0 , 5 = I 0 , 4 + P 5 − 0 = 13 + 44 = 57; I 0 , 6 = I 0 , 5 + P 6 − (16 + 19)= 57 + 0 − 35 = 22 ≥ T C i . The tour of the period t = 6 does not contain i = 7, hence we apply the stage (3) by also making a better insertion of i = 7 in the tour of the period 6. As a result of this insertion, the new load of the vehicle will be 16 + 19 + 22 = 57 < 198. The procedure stops for i = 2. It is noticeable here that I 0 , 6 = 0 after the delivery of the customer 7 (see Table 12).
Customers for whom T X i = T U i : i ∊ {5;6;8;9;10}.
For customers 5, 6, 8, 9, and 10 there is nothing to do because the theoretical amount to be received is equal to the amount received. The result of this repair procedure is presented in Table 13.

3.5. Local Search Procedures

Three local search algorithms have been developed for the intensification phases of MA. i , j N c , these algorithms can be described as follows:
SWAP1 (S1): It is a local search algorithm which allows to exchange the position of two customers i and j during the same period t (∀tT) in accordance with the capabilities of the vehicles assigned to transport the products. This exchange is only possible if customer i and j are visited on the same date t regardless they belong to the same trip.
BEST INSERTION (BI): The BI consists in removing customer i from its current trip on the date t and searching in all existing trips on the date t the position that offers the minimum cost of transport in accordance with the capacity of the vehicles ( t T ) .
SWAP2 (S2): This algorithm consists of exchanging two customers i and j visited respectively at consecutive periods t and t + 1. If that does not cause a stock outage and meets the conditions of maximum capacity of production C, storage L i ( i N c ), L 0 and vehicles Q, the resulting solution is compared to the best current solution ( t T / { l } ) .

3.6. Global Description of the MA

Let P o p g be the population of the generation g with g { 0 , 1 , , M a x _ g e n } ( P o p 0 is the initial population).   M a x _ g e n M a x _ g e n the maximum number of generations, C h i l d s the population of children and T e r m _ C r i t the end criterion. The MA used in this work can be described by the algorithm in Algorithm 1.
Algorithm 1. Memetic Algorithm
Algorithms 14 00027 i001

4. Experimentations and Results

4.1. Experimentation

The MA described in Figure 2 is implemented in C++ on a 64-bit Intel Pentium Dual Core 1.60 GHz personal computer with 4 GB RAM. Details of the instances used in the various simulations can be found in [19].
In this work, the mutation operator is replaced by a local search and the selection of parents is done by a binary tournament procedure. Thus, the relevant parameters of the MA developed are the size of the population (Pop_Size), the maximum number of generations (max_gen) and the probability with which the local search (LS_search_prob) is applied to each solution. A strategy of adjustment of the parameters based on experimental comparisons (testing combinations of three values designating the size of the population, three values each representing the maximum number of generation and three rates designating the probability of local searches) was carried out on the four classes of instances with 20 clients, six periods, and two vehicles. A total of 3 × 3 × 3 × 4 = 108 tests allowed to retain the best parameters presented in the Table 14. This parameter tuning strategy is opposed to other methods based on parameter control. For a better understanding of parameter handling, see [25].
The aim of this study is to compare the results of the MA with those obtained with the two-phase decomposition heuristic (TPDH). To achieve this goal, several tests are conducted to evaluate the effectiveness of each local search algorithm as well as the combination of some of them.

4.2. Results

The tests performed on 128 instances have yielded the averages over the four classes of instances represented by the rows in Table 15.
In this table, %Diff denote the percentage difference between the cost determined with the MA and the cost determined with the TPDH. This rate of change determines the relative evolution of the results of the MA compared to the TPDH. The column Instance with the sub-columns n, l, m designates the instances used for tests with n clients, l periods on the planning horizon and m vehicles. The columns SWAP1, BI, SWAP2, BI&SWAP2, SWAP1& SWAP2, and ALL contain the sub-columns of the total cost percentage difference and the CPU percentage difference of the corresponding local search algorithms.
In Table 15, the combination of local search SWAP1 and SWAP2 (SWAP1&SWAP2) offers the best percentage difference with an overall average decrease of 10.50% in the cost obtained with MA compared to TPDH. The second-best combination of local search algorithms is the use of BI and SWAP2 (BI &SWAP2) with an overall reduction of 10.23% on the total cost of production, storage, and vehicle rounds. In this experiment, it was found that the combination of all local searches is less efficient than the combination of two of them. In terms of calculation time, only the use of BI as a local search method offers a reduction in calculation time of 36.85% (%Diff CPU = −36.85% in the Table 15). Although it has produced the largest number of better solutions, MA with a combination of SWAP1 and SWAP2 local searches shows an overall relative increase of 1759.09% in computation time compared to TPDH. Out of 192 (32 × 6) results obtained on all tests, TPDH obtained better results on only three tests concerning instances (n = 40, l = 3, m = 3) with the use of the local search methods BI, SWAP2 and the combination of SWAP1 and SWAP2 which gives a very low rate of 1.56% (3/192). The best solution for each of the 32 instances is obtained with the MA. Table 16 shows the distribution of the best solutions according to the local search method or combination of local search methods used, considering both the overall cost and the computation time.
In Table 16, Nbr_BS refers to the number of best solutions obtained with each local search method in the implementation of MA. According to Table 15 and Table 16, the local search methods BI, SWAP1(S1) and SWAP2(S2) individually had the same number of best solutions in the implementation of MA. Thus, each local search taken individually yielded 2 best results out of the 32 average results, i.e., a rate of 6.25% each. The combination of all the local search methods (ALL) also resulted in two best results, which also corresponds to a rate of 6.25% (100 × (2/32)). The highest number of best solutions was obtained with the combination of the local search methods SWAP1 and SWAP2. This combination alone represents the 17 best results out of the 32 in Table 16, a rate of 53.125%. The second-best combination is the one using BI and SWAP2. This combination yielded 7 best solutions out of 32 with a rate of 21.875%. In Table 17, each row gives details of the best solution for each instance in Table 15. The columns PROD, INV, and TRANS indicate the average production, storage, and transport costs (vehicle trips) of the best solution obtained with MA, respectively. COST is the average total cost of production, storage, and distribution (transport). RL refers to the local search used to obtain this result. Overall, Table 17 shows that the share of production cost in the overall cost is 72.87% (100 × (72,758.91/99,847.04)). The overall cost of storage accounts for 11.39% (100 × (11,372.73/99,847.04)) of the overall cost and the cost of vehicle rounds (distribution) accounts for 15.74% (100 × (15,715.41/99,847.04)) of the overall cost.
Table 18, Table 19 and Table 20 provide details of the comparison of production, storage, and distribution costs, respectively. In Table 18, all production costs obtained with the MA are less than or equal to the production costs of the TPDH.
The costs of production for 16 cases resolved with MA are invariant to the costs of production for TPDH, which corresponds to 50% of the relative results in Table 18. Overall, there is an average decrease of 5.18% in the cost of production obtained with the MA method compared to TPDH.
Regarding inventory (storage) cost, there is an increase in the average inventory costs on all instances with an overall average of 9887.34 for the cost obtained with the TPDH method against and a cost of 11,372.73 for the MA. The overall average increase in inventory costs from tests with MA is 15.38% relative to the cost obtained with the TPDH method.
Contrary to the inventory costs, a decrease in distribution cost is observed on all results obtained with the MA compared to the costs calculated with the TPDH. We have an overall average of 24,147.83 of the costs with TPDH against an overall average of 15,715.41 of the costs obtained with the MA. The overall average of percentage difference in the distribution cost calculated with the MA compared to the distribution cost calculated with the TPDH is −35.60%. This reflects an overall average decrease of 35% in the distribution cost obtained with the MA compared to the TPDH. Table 21 shows a comparison of the total cost constituted by the production, inventory and distribution cost obtained with the MA compared to the cost calculated with the TPDH. With an average overall cost of 112,783.76 for TPDH compared to 99,847.04 for MA, there is a decrease ranging from 3.65% to 16.73% on all total costs calculated with MA compared to TPDH with an average overall decrease of 11.07%. With an overall average computation time of 459.51 for TPDH compared to 280.98 for MA, there is an overall average increase of 1485.59% in the computation time for MA compared to TPDH. This is since the average does not consider the relative dispersion of computation times.
Figure 2 highlights the effectiveness of MA in reducing the overall cost of production, inventory, and distribution compared to TPDH. In this figure, we can see that the use of MA reduces the overall cost of operations. This reduction varies between 3614 and 35,339.
Figure 3 shows an increase in the calculation time with MA on all instances except instances 12, 20, 23, 24, and 28. For these instances, 95% of the computation time is consumed by the first phase with the use of CPLEX to solve an LSP problem with direct delivery.
Figure 4 shows a general evolution of the MA algorithm for EDPRP like the one presented by [34,51]. In this figure, instances (1), (2), (3), and (4) are representative of the four classes of instances used to conduct tests on the dataset. These instances consisting of 40 clients (n = 40), six periods (l = 6), and three vehicles highlight the general behavior of the MA. The figure shows that the memetic algorithm proposed for the EDPRP converges rapidly from relatively bad solutions to good solutions.

5. Conclusions

This paper focuses on the comparative study of the results obtained with a memetic algorithm (MA) and a two-phase decomposition heuristic (TPDH) for the management of an external depot in a production routing problem (EDPRP). In the MA developed in this work, three local search algorithms (LS) were used to intensify the search for the best solution on each instance adapted from the work of Adulyasak and al. [17]. The results have shown an improvement in the production cost computed with MA compared to TPDH ranging from 0% to 16.64% with an overall average rate of 5.18%. Similarly, there has been an improvement in the cost of transport ranging from 17.08% to 51.26% with an overall average rate of 35.60%. However, the inventory cost increased from 5.69% to 32.10% with an overall average increase rate of 15.38%. As regards the overall cost of production, inventory and distribution, there was a reduction ranging from 3.65 to 16.73% with an overall rate of 11.07%. Such a finding highlights the effectiveness of MA in relation to TPDH.
Beyond the contributions developed in this work, many avenues of research remain to be examined. MA using the local search method BI is the only one that provides a reduction (36.85%) in MA computation time compared to TPDH with an overall average time of 12.87 s. This implementation of the MA allowed to obtain two better results with a decrease of 8.94% of the total global average cost compared to the TPDH. The use of MA with local search BI thus appears as a very good algorithm in the search for a good initial solution in the global scheme of a branch-and-cut algorithm.
In the model studied in this paper, the supply chain consists of a factory and a depot. Studies of versions with several factories and/or depots will help to reflect certain realities in supply chain practice and management. Similarly, considering certain characteristics such as the use of heterogeneous vehicles, dynamic (stochastic) demands or delivery from the plant during production days would also make it possible to highlight other aspects of realities in supply chain management.
A comparative study on the management of MA parameters could reveal other potentials of this algorithm. For example, this study would allow to compare the strategy of parameter tuning by the three methods of parameter control which are: deterministic parameter control, adaptive parameter control, and self-adaptive parameter control.

Author Contributions

Conceptualization, B.K.B.K. and M.D.; Data curation, B.K.B.K. and M.K.; Formal analysis, B.K.B.K., M.D. and M.K.; Investigation, B.K.B.K., M.D. and M.K.; Methodology, B.K.B.K.; Project administration, B.K.B.K. and S.O.; Resources, B.K.B.K., M.D. and M.K.; Software, B.K.B.K. and M.D.; Supervision, B.K.B.K. and S.O.; Validation, B.K.B.K., M.D., M.K. and S.O.; Visualization, B.K.B.K., M.D. and M.K.; Writing—original draft, B.K.B.K.; Writing—review and editing, M.D., M.K., and S.O. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Adulyasak, Y.; Cordeau, J.-F.; Jans, R. The production routing problem: A review of formulations and solution algorithms. Comput. Oper. Res. 2015, 55, 141–152. [Google Scholar] [CrossRef]
  2. Pochet, Y.; Wolsey, L.A. Production Planning by Mixed Integer Programming; Springer: New York, NY, USA; Berlin, Germany, 2006. [Google Scholar]
  3. Garey, M.R.; Johnson, D.S. Computers and Intractability; A Guide to the Theory of NP-Completeness; W.H. Freeman & Co.: New York, NY, USA, 1990; ISBN 978-0-7167-1045-5. [Google Scholar]
  4. Lenstra, J.K.; Kan, A.H.G. Complexity of vehicle routing and scheduling problems. Networks 1981, 11, 221–227. [Google Scholar] [CrossRef] [Green Version]
  5. Braekers, K.; Ramaekers, K.; Van Nieuwenhuyse, I. The vehicle routing problem: State of the art classification and review. Comput. Ind. Eng. 2016, 99, 300–313. [Google Scholar] [CrossRef]
  6. Eksioglu, B.; Vural, A.V.; Reisman, A. The vehicle routing problem: A taxonomic review. Comput. Ind. Eng. 2009, 57, 1472–1483. [Google Scholar] [CrossRef]
  7. Montoya-Torres, J.R.; López Franco, J.; Nieto Isaza, S.; Felizzola Jiménez, H.; Herazo-Padilla, N. A literature review on the vehicle routing problem with multiple depots. Comput. Ind. Eng. 2015, 79, 115–129. [Google Scholar] [CrossRef]
  8. Chandra, P. A dynamic distribution model with warehouse and customer replenishment requirements. J. Oper. Res. Soc. 1993, 44, 681–692. [Google Scholar] [CrossRef]
  9. Chandra, P.; Fisher, M.L. Coordination of production and distribution planning. Eur. J. Oper. Res. 1994, 72, 503–517. [Google Scholar] [CrossRef]
  10. Archetti, C.; Boland, N.; Grazia Speranza, M. A Matheuristic for the Multivehicle Inventory Routing Problem. Inf. J. Comput. 2017, 29, 377–387. [Google Scholar] [CrossRef]
  11. Archetti, C.; Speranza, M.G. The inventory routing problem: The value of integration: The inventory routing problem: The value of integration. Int. Trans. Oper. Res. 2016, 23, 393–407. [Google Scholar] [CrossRef]
  12. Bertazzi, L.; Speranza, M.G. Inventory routing problems: An introduction. EURO J. Transp. Logist. 2012, 1, 307–326. [Google Scholar] [CrossRef] [Green Version]
  13. Coelho, L.C.; Cordeau, J.-F.; Laporte, G. Thirty Years of Inventory Routing. Transp. Sci. 2014, 48, 1–19. [Google Scholar] [CrossRef]
  14. Fumero, F.; Vercellis, C. Synchronized Development of Production, Inventory, and Distribution Schedules. Transp. Sci. 1999, 33, 330–340. [Google Scholar] [CrossRef]
  15. Bard, J.F.; Nananukul, N. A branch-and-price algorithm for an integrated production and inventory routing problem. Comput. Oper. Res. 2010, 37, 2202–2217. [Google Scholar] [CrossRef]
  16. Archetti, C.; Bertazzi, L.; Paletta, G.; Speranza, M.G. Analysis of the maximum level policy in a production-distribution system. Comput. Oper. Res. 2011, 38, 1731–1746. [Google Scholar] [CrossRef]
  17. Adulyasak, Y.; Cordeau, J.-F.; Jans, R. Formulations and Branch-and-Cut Algorithms for Multivehicle Production and Inventory Routing Problems. Inf. J. Comput. 2014, 26, 103–120. [Google Scholar] [CrossRef]
  18. Lei, L.; Liu, S.; Ruszczynski, A.; Park, S. On the integrated production, inventory, and distribution routing problem. IIE Trans. 2006, 38, 955–970. [Google Scholar] [CrossRef] [Green Version]
  19. Kayé, B.K.B.; Diaby, M.; N’Takpé, T.; Oumtanaga, S. Managing an External Depot in a Production Routing Problem. IJACSA 2020, 11, 321–330. [Google Scholar] [CrossRef]
  20. Zhao, X.; Wang, C.; Su, J.; Wang, J. Research and application based on the swarm intelligence algorithm and artificial intelligence for wind farm decision system. Renew. Energy 2019, 134, 681–697. [Google Scholar] [CrossRef]
  21. Anandakumar, H.; Umamaheswari, K. A bio-inspired swarm intelligence technique for social aware cognitive radio handovers. Comput. Electr. Eng. 2018, 71, 925–937. [Google Scholar] [CrossRef]
  22. Brezočnik, L.; Fister, I.; Podgorelec, V. Swarm Intelligence Algorithms for Feature Selection: A Review. Appl. Sci. 2018, 8, 1521. [Google Scholar] [CrossRef] [Green Version]
  23. Slowik, A.; Kwasnicka, H. Nature Inspired Methods and Their Industry Applications—Swarm Intelligence Algorithms. IEEE Trans. Ind. Inf. 2018, 14, 1004–1015. [Google Scholar] [CrossRef]
  24. Chan, F.T.S.; Wang, Z.X.; Goswami, A.; Singhania, A.; Tiwari, M.K. Multi-objective particle swarm optimisation based integrated production inventory routing planning for efficient perishable food logistics operations. Int. J. Prod. Res. 2020, 58, 5155–5174. [Google Scholar] [CrossRef]
  25. Dulebenets, M.A.; Kavoosi, M.; Abioye, O.; Pasha, J. A Self-Adaptive Evolutionary Algorithm for the Berth Scheduling Problem: Towards Efficient Parameter Control. Algorithms 2018, 11, 100. [Google Scholar] [CrossRef] [Green Version]
  26. Pasha, J.; Dulebenets, M.A.; Kavoosi, M.; Abioye, O.F.; Wang, H.; Guo, W. An Optimization Model and Solution Algorithms for the Vehicle Routing Problem With a “Factory-in-a-Box”. IEEE Access 2020, 8, 134743–134763. [Google Scholar] [CrossRef]
  27. Mak, K.L. Design of integrated production-inventory-distribution systems using genetic algorithm. In Proceedings of the 1st International Conference on Genetic Algorithms in Engineering Systems: Innovations and Applications (GALESIA), Sheffield, UK, 12–14 September 1995; pp. 454–460. [Google Scholar]
  28. Chan, F.; Chung, S.; Wadhwa, S. A hybrid genetic algorithm for production and distribution. Omega 2005, 33, 345–355. [Google Scholar] [CrossRef]
  29. Boudia, M.; Louly, M.A.O.; Prins, C. A reactive GRASP and path relinking for a combined production–distribution problem. Comput. Oper. Res. 2007, 34, 3402–3419. [Google Scholar] [CrossRef]
  30. Casas-Ramírez, M.-S.; Camacho-Vallejo, J.-F.; González-Ramírez, R.G.; Marmolejo-Saucedo, J.-A.; Velarde-Cantú, J.-M. Optimizing a Biobjective Production-Distribution Planning Problem Using a GRASP. Available online: https://www.hindawi.com/journals/complexity/2018/3418580/abs/ (accessed on 12 January 2021).
  31. Bard, J.F.; Nananukul, N. The integrated production–inventory–distribution–routing problem. J Sched. 2009, 12, 257. [Google Scholar] [CrossRef]
  32. Armentano, V.A.; Shiguemoto, A.L.; Løkketangen, A. Tabu search with path relinking for an integrated production–distribution problem. Comput. Oper. Res. 2011, 38, 1199–1209. [Google Scholar] [CrossRef] [Green Version]
  33. Adulyasak, Y.; Cordeau, J.-F.; Jans, R. Optimization-Based Adaptive Large Neighborhood Search for the Production Routing Problem. Transp. Sci. 2014, 48, 20–45. [Google Scholar] [CrossRef]
  34. Qiu, Y.; Wang, L.; Xu, X.; Fang, X.; Pardalos, P.M. A variable neighborhood search heuristic algorithm for production routing problems. Appl. Soft Comput. 2018, 66, 311–318. [Google Scholar] [CrossRef]
  35. Moscato, P.; Cotta, C. A gentle introduction to memetic algorithms. In Handbook of Metaheuristics; Springer: New York, NY, USA; Berlin, Germany, 2003; pp. 105–144. [Google Scholar]
  36. Hertz, A.; Widmer, M. Guidelines for the use of meta-heuristics in combinatorial optimization. Eur. J. Oper. Res. 2003, 151, 247–252. [Google Scholar] [CrossRef]
  37. Schemeleva, K.; Delorme, X.; Dolgui, A.; Grimaud, F. Multi-product sequencing and lot-sizing under uncertainties: A memetic algorithm. Eng. Appl. Artif. Intell. 2012, 25, 1598–1610. [Google Scholar] [CrossRef]
  38. Toledo, C.F.; Arantes, M.S.; França, P.M.; Morabito, R. A memetic framework for solving the lot sizing and scheduling problem in soft drink plants. In Variants of Evolutionary Algorithms for Real-World Applications; Springer: New York, NY, USA; Berlin, Germany, 2012; pp. 59–93. [Google Scholar]
  39. Berretta, R.; Rodrigues, L.F. A memetic algorithm for a multistage capacitated lot-sizing problem. Int. J. Prod. Econ. 2004, 87, 67–81. [Google Scholar] [CrossRef]
  40. Labadi, N.; Prins, C.; Reghioui, M. A memetic algorithm for the vehicle routing problem with time windows. RAIRO-Oper. Res. 2008, 42, 415–431. [Google Scholar] [CrossRef] [Green Version]
  41. Nagata, Y.; Bräysy, O.; Dullaert, W. A penalty-based edge assembly memetic algorithm for the vehicle routing problem with time windows. Comput. Oper. Res. 2010, 37, 724–737. [Google Scholar] [CrossRef]
  42. Nagata, Y.; Bräysy, O. Edge assembly-based memetic algorithm for the capacitated vehicle routing problem. Netw. Int. J. 2009, 54, 205–215. [Google Scholar] [CrossRef]
  43. Ngueveu, S.U.; Prins, C.; Wolfler Calvo, R. An effective memetic algorithm for the cumulative capacitated vehicle routing problem. Comput. Oper. Res. 2010, 37, 1877–1885. [Google Scholar] [CrossRef]
  44. Lima, C.D.; Goldbarg, M.C.; Goldbarg, E.F. A memetic algorithm for the heterogeneous fleet vehicle routing problem. Electron. Notes Discret. Math. 2004, 18, 171–176. [Google Scholar] [CrossRef]
  45. Prins, C. Two memetic algorithms for heterogeneous fleet vehicle routing problems. Eng. Appl. Artif. Intell. 2009, 22, 916–928. [Google Scholar] [CrossRef]
  46. Boudia, M.; Prins, C. A memetic algorithm with dynamic population management for an integrated production–distribution problem. Eur. J. Oper. Res. 2009, 195, 703–715. [Google Scholar] [CrossRef]
  47. Rabbani, M.; Layegh, J.; Mohammad Ebrahim, R. Determination of number of kanbans in a supply chain system via Memetic algorithm. Adv. Eng. Softw. 2009, 40, 431–437. [Google Scholar] [CrossRef]
  48. Fahimnia, B.; Farahani, R.Z.; Sarkis, J. Integrated aggregate supply chain planning using memetic algorithm—A performance analysis case study. Int. J. Prod. Res. 2013, 51, 5354–5373. [Google Scholar] [CrossRef]
  49. Wagner, H.M.; Whitin, T.M. Dynamic Version of the Economic Lot Size Model. Manag. Sci. 1958, 5, 89–96. [Google Scholar] [CrossRef]
  50. Clarke, G.; Wright, J.W. Scheduling of Vehicles from a Central Depot to a Number of Delivery Points. Oper. Res. 1964, 12, 568–581. [Google Scholar] [CrossRef]
  51. Absi, N.; Archetti, C.; Dauzère-Pérès, S.; Feillet, D. A Two-Phase Iterative Heuristic Approach for the Production Routing Problem. Transp. Sci. 2015, 49, 784–795. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Collection and distribution network in an EDPRP.
Figure 1. Collection and distribution network in an EDPRP.
Algorithms 14 00027 g001
Figure 2. Overall cost comparison.
Figure 2. Overall cost comparison.
Algorithms 14 00027 g002
Figure 3. Computation time comparison.
Figure 3. Computation time comparison.
Algorithms 14 00027 g003
Figure 4. Behavior of the proposed MA for the EDPRP.
Figure 4. Behavior of the proposed MA for the EDPRP.
Algorithms 14 00027 g004
Table 1. An example of a data for (n = 10, l = 3, m = 3).
Table 1. An example of a data for (n = 10, l = 3, m = 3).
i01234567891011
d i t -1015157131622131922-
I i 0 7651515313405564744-
L i 152306060215211215439133132-
Table 2. Example of Solution.
Table 2. Example of Solution.
R014811−12536−17910−1
X-2518330137302630801110220
Y-----1----0---0
P-----137----0---0
Table 3. Dataset (n = 10, l = 6, k = 2).
Table 3. Dataset (n = 10, l = 6, k = 2).
i01234567891011
dit 1015157131622131922
Ii07610303072680110139588
Li152306060215211215439133132
Table 4. Chromosome A.
Table 4. Chromosome A.
R01348−111−1123511−1134810−111−1679−1
X-2015142600151106030520152201521394400441622190
Y-----0-1-----1-----0-1---0
P 0 151 152 0 44 0
Table 5. Chromosome B.
Table 5. Chromosome B.
R01248−111−1345811−1124710−111−1689−1
X-201514260015160145226015230457224400441613190
Y 0 1 1 0 1 0
P 0 151 152 0 44 0
Table 6. Child C not repaired.
Table 6. Child C not repaired.
R01248−111−1345811−1134810−111−1689−1
X-2015142600151601452260152201521394400441613190
Y 0 1 1 0 1 0
P 0 151 152 0 44 0
Table 7. Correction for i = 3 in C.
Table 7. Correction for i = 3 in C.
R01248−111−1345811−114810−111−1689−1
X-20151426001516014522601522021394400441613190
Y 0 1 1 0 1 0
P 0 151 152 0 44 0
Table 8. Correction for i = 4 in C.
Table 8. Correction for i = 4 in C.
R01248−111−1345811−114810−111−1689−1
X-2015142600151601452260152207394400441613190
Y 0 1 1 0 1 0
P 0 151 152 044 0
Table 9. Correction for i = 8 in C.
Table 9. Correction for i = 8 in C.
R01248−111−1345811−114810−111−169−1
X-20151426001516014522601522071344004416190
Y 0 1 1 0 1 0
P 0 151 152 0 44 0
Table 10. Correction for i = 1 in C.
Table 10. Correction for i = 1 in C.
R01248−111−1345811−114810−111−169−1
X-20151426001516014522601523071344004416190
Y 0 1 1 0 1 0
P 0 151 152 0 44 0
Table 11. Correction for i = 2 in C.
Table 11. Correction for i = 2 in C.
R01248−111−1345811−1124810−111−169−1
X-2015142600151601452260152304571344004416190
Y 0 1 1 0 1 0
P 0 151 152 0 44 0
Table 12. Correction for i = 7 in C.
Table 12. Correction for i = 7 in C.
R01248−111−1345811−1124810−111−1769−1
X-201514260015160145226015230457134400442216190
Y 0 1 1 0 1 0
P 0 151 152 0 44 0
Table 13. Chromosome C repaired.
Table 13. Chromosome C repaired.
R01248−111−1345811−1124810−111−1769−1
X-201514260015160145226015230457134400442216190
Y 0 1 1 0 1 0
P 0 151 152 0 44 0
Table 14. Parameter tuning results for MA.
Table 14. Parameter tuning results for MA.
Parameters DescriptionCandidate ValuesBest Values
Population size (Pop_Size)[10;20;30]20
Maximum number of generations (Max_gen)[30;35;40]35
Lacal search probability (LS_search_prob)[20%;30%;40%]20%
Table 15. Overall comparison of MA results with TPDH results.
Table 15. Overall comparison of MA results with TPDH results.
InstancesSWAP1BISWAP2BI&SWAP2SWAP1&SWAP2TOUT
nlm%Diff
TCost
%Diff
cpu
%Diff
TCost
%Diff
cpu
%Diff
TCost
%Diff
cpu
%Diff
TCost
%Diff
cpu
%Diff
TCost
%Diff
cpu
%Diff
TCost
%Diff
cpu
1032−10.01128.76−10.01−83.66−7.8696.08−10.52128.76−10.56357.52−10.56439.22
1033−12.1076.35−12.10−89.63−10.0514.11−12.5845.23−12.63221.58−12.63356.43
1062−9.3228.68−9.40−72.43−9.5121.78−8.9953.95−11.15175.74−9.53196.42
1063−10.223.34−8.71−72.81−11.323.34−8.7721.46−10.82104.86−9.72168.31
1532−9.27191.76−9.50−71.40−11.65157.44−12.05220.37−12.05615.10−12.09597.94
1533−13.34375.41−12.37−67.21−15.17252.46−15.56318.03−15.36703.28−15.561137.70
1562−6.29321.12−9.74−48.75−10.90263.19−8.84354.55−7.13777.90−7.83960.61
1563−11.04126.49−12.34−59.86−10.2579.19−11.90110.72−15.02354.42−11.43549.37
2032−9.04994.72−7.61−14.60−6.88746.27−10.05730.75−9.321654.66−4.292291.30
2033−8.981150.00−8.0615.25−7.66919.50−9.701150.00−10.162151.77−10.122346.81
2062−10.18424.49−9.23−43.10−10.04276.05−11.01323.06−10.42845.08−10.131292.87
2063−8.67−95.50−10.47−99.52−8.77−95.71−8.44−95.83−9.76−91.39−8.29−90.56
2532−6.491347.37−6.005.26−6.07963.16−7.38942.11−8.382252.63−8.462726.32
2533−6.851161.68−5.89−0.70−7.55986.45−9.611535.51−10.262674.53−8.392417.52
2562−2.42845.95−2.00−35.70−0.85529.90−1.43836.14−3.651292.76−2.591910.68
2563−3.35283.79−4.94−54.78−3.73303.57−4.95347.09−5.85647.80−4.14940.02
3033−9.671004.77−9.56−37.76−10.03968.46−11.201025.52−11.541738.69−11.404163.49
3034−12.14602.96−11.35−55.95−10.93477.87−13.56692.81−13.951293.59−12.601744.61
3063−12.76122.49−12.00−87.24−11.9871.46−13.02129.31−13.57369.10−12.53342.36
3064−11.31−75.04−12.58−98.18−12.02−81.58−12.46−74.18−15.06−44.38−12.78−44.91
3533−5.652228.81−5.6029.20−4.141598.97−5.921602.20−7.344325.06−6.403895.48
3534−8.221714.37−7.1010.78−7.271367.07−9.511804.19−9.363582.63−8.713828.14
3563−16.28−86.51−16.43−99.01−14.23−86.51−16.16−81.12−16.09−66.53−15.32−62.90
3564−16.73−83.45−16.25−99.34−15.05−86.55−15.28−86.78−16.67−71.81−14.98−73.05
4033−2.682511.115.8322.224.562313.89−4.742397.224.205038.89−2.724258.33
4034−8.322491.46−7.8469.07−5.672330.71−9.762691.02−9.974079.60−9.084511.97
4063−12.26−60.22−13.56−97.05−10.19−56.30−13.72−50.26−13.69−20.29−11.91−20.79
4064−13.00−69.79−9.60−98.41−5.93−78.51−12.16−72.18−11.85−40.76−9.24−31.78
4533−4.132998.53−3.6985.83−1.482259.55−4.562568.54−4.874960.50−4.686125.15
4534−8.042783.66−7.2446.45−5.702057.59−8.182282.43−9.034999.01−8.297692.90
5033−10.722953.81−10.63−9.85−9.622095.19−12.132181.05−12.334822.72−11.544821.29
5034−11.363142.59−10.2433.70−10.392512.76−13.192611.02−12.516586.53−11.756038.85
Averages−9.40923.25−8.94−36.85−8.39724.40−10.23832.58−10.501759.09−9.682044.69
Table 16. Breakdown of the best solutions by LS.
Table 16. Breakdown of the best solutions by LS.
RLBISWAP1SWAP2BI & SWAP2SWAP1 & SWAP2ALLTOTAL
Nbr_BS222717232
Percentage6.256.256.2521.87553.1256.25100
Table 17. Details of the best solutions found in all tests.
Table 17. Details of the best solutions found in all tests.
Best Solutions from MA
nlmPRODINVTRANSCOSTCPURL
103223,107.502082.755417.0030,607.257.00S1 et S2
103323,107.502082.756113.0031,303.257.75S1 and S2
106257,457.508362.758919.2574,739.5030.00S1 and S2
106357,465.008323.5011,418.2577,206.7514.25S2
153230,712.503093.007132.5040,938.0030.50ALL
153330,712.503127.507549.2541,389.2512.75BI2
156272,585.0012,454.2513,864.5098,903.7540.75S2
156370,912.5012,483.2514,806.7598,202.5079.25S1 and S2
203235,160.003619.008325.0047,104.0026.75BI and S2
203335,685.003605.2510,120.5049,410.7563.50S1 and S2
206283,437.5014,668.5014,806.2511,2912.2585.50BI and S2
206383,302.5013,913.7520,575.25117,791.5010.50BI
253239,292.504639.5010,289.5054,221.50188.50ALL
253339,292.504689.0010,365.7554,347.25118.75S1 and S2
256298,797.5021,055.2517,562.50137,415.25319.50S1 and S2
256398,722.5020,701.0019,629.25139,052.75330.75S1 and S2
303345,240.004906.0010,768.5060,914.50177.25S1 and S2
303443,890.004883.5013,427.5062,201.00197.75S1 and S2
3063104,550.0019,301.2522,086.50145,937.75671.00S1 and S2
3064102,090.0019,447.0027,596.25149,133.25739.75S1 and S2
353366,592.506054.2513,025.5085,672.25342.50S1 and S2
353466,592.506082.2515,703.2588,378.00159.00BI and 2
3563121,342.5022,354.2526,259.25169,956.0028.00BI
3564122,962.5022,402.7530,497.50175,862.75597.50S1
403369,030.008387.0016,724.2594,141.25224.75BI2
403469,030.008334.2515,147.2592,511.50377.00S1 and S2
4063153,645.0034,040.2525,635.50213,320.75776.75BI and S2
4064153,630.0031,440.5033,765.75218,836.25831.25S1
453391,942.509505.0016,615.25118,062.75585.50S1 and S2
453491,942.509492.5017,831.75119,266.75618.00S1 and S2
503373,027.509213.0014,287.5096,528.00860.00S1 and S2
503473,027.509182.5016,627.0098,837.00420.75BI and S2
Averages72,758.9111,372.7315,715.4199,847.04280.84
rates72.8711.3915.74
Table 18. Comparison of total production costs.
Table 18. Comparison of total production costs.
Production Cost
InstancesTPDHMA%Diff
nlmPRODPROD
103223,107.5023,107.500.00
103323,107.5023,107.500.00
106263,082.5057,457.50−8.92
106363,082.5057,465.00−8.91
153230,712.5030,712.500.00
153330,712.5030,712.500.00
156282,192.5072,585.00−11.69
156382,192.5070,912.50−13.72
203235,685.0035,160.00−1.47
203335,685.0035,685.000.00
206293,502.5083,437.50−10.76
206394,252.5083,302.50−11.62
253239,292.5039,292.500.00
253339,292.5039,292.500.00
2562104,422.5098,797.50−5.39
2563104,422.5098,722.50−5.46
303345,240.0045,240.000.00
303445,240.0043,890.00−2.98
3063118,267.50104,550.00−11.60
3064118,267.50102,090.00−13.68
353366,592.5066,592.500.00
353466,592.5066,592.500.00
3563145,567.50121,342.50−16.64
3564145,567.50122,962.50−15.53
403369,030.0069,030.000.00
403469,030.0069,030.000.00
4063177,937.50153,645.00−13.65
4064177,937.50153,630.00−13.66
453391,942.5091,942.500.00
453491,942.5091,942.500.00
503373,027.5073,027.500.00
503473,027.5073,027.500.00
Averages78,748.5972,758.91−5.18
Table 19. Comparison of total inventory costs.
Table 19. Comparison of total inventory costs.
Inventory Cost
InstancesTPDHMA%Diff
nlmINVINV
10321827.752082.7513.95
10331827.752082.7513.95
10627430.008362.7512.55
10637451.008323.5011.71
15322693.253093.0014.84
15332693.253127.5016.12
156210,974.7512,454.2513.48
156311,055.7512,483.2512.91
20323321.753619.008.95
20333321.753605.258.53
206212,653.2514,668.5015.93
206312,502.0013,913.7511.29
25324389.754639.505.69
25334389.754689.006.82
256216,560.2521,055.2527.14
256316,281.2520,701.0027.15
30334209.004906.0016.56
30344209.004883.5016.03
306316,857.7519,301.2514.49
306416,728.0019,447.0016.25
35334662.756054.2529.84
35344604.256082.2532.10
356321,020.5022,354.256.34
356420,479.5022,402.759.39
40337533.508387.0011.33
40347533.508334.2510.63
406329,374.2534,040.2515.88
406428,849.2531,440.508.98
45337550.009505.0025.89
45347874.759492.5020.54
50337767.759213.0018.61
50347767.759182.5018.21
Averages98,87.3411,372.7315.38
Table 20. Comparison of total transportation costs.
Table 20. Comparison of total transportation costs.
Distribution Cost
InstancesTPDH(H2)MA%Diff
nlmTRANSTRANS
10329286.005417.00−41.66
103310,891.256113.00−43.87
106213,604.008919.25−34.44
106316,531.7511,418.25−30.93
153213,162.007132.50−45.81
153315,608.757549.25−51.63
156217,837.00138,64.50−22.27
156322,312.2514,806.75−33.64
203213,362.758325.00−37.70
203315,991.5010,120.50−36.71
206220,722.5014,806.25−28.55
206324,813.0020,575.25−17.08
253215,547.2510,289.50−33.82
253316,880.5010,365.75−38.59
256221,631.0017,562.50−18.81
256326,986.7519,629.25−27.26
303319,411.0010,768.50−44.52
303422,833.0013,427.50−41.19
306333,729.7522,086.50−34.52
306440,578.0027,596.25−31.99
353321,205.0013,025.50−38.57
353426,470.7515,703.25−40.68
356336,776.0026,259.25−28.60
356445,154.7530,497.50−32.46
403322,267.0016,724.25−24.89
403426,193.7515,147.25−42.17
406339,935.0025,635.50−35.81
406444,744.7533,765.75−24.54
453324,608.2516,615.25−32.48
453431,284.5017,831.75−43.00
503329,310.7514,287.50−51.26
503433,060.0016,627.00−49.71
Averages24,147.8315,715.41−35.60
Table 21. Overall cost comparison.
Table 21. Overall cost comparison.
Total Cost
InstancesTPDHMA%Diff%Diff
N0nlmTotal CostCPUTotal CostCPU
1103234,221.251.5330,607.257.00−10.56357.52
2103335,826.502.4131,303.257.75−12.63221.58
3106284,116.5010.8874,739.5030.00−11.15175.74
4106387,065.2513.7977,206.7514.25−11.323.34
5153246,567.754.3740,938.0044.75−12.09924.03
6153349,014.503.0541,389.2512.75−15.56318.03
71562111,004.2511.2298,903.7540.75−10.90263.19
81563115,560.5017.4498,202.5079.25−15.02354.42
9203252,369.503.2247,104.0026.75−10.05730.75
10203354,998.252.8249,410.7563.50−10.162151.77
112062126,878.2520.21112,912.2585.50−11.01323.06
122063131,567.502186.80117,791.5010.50−10.47−99.52
13253259,229.504.7554,221.50188.50−8.463868.42
14253360,562.754.2854,347.25118.75−10.262674.53
152562142,613.7522.94137,415.25319.50−3.651292.76
162563147,690.5044.23139,052.75330.75−5.85647.80
17303368,860.009.6460,914.50177.25−11.541738.69
18303472,282.0014.1962,201.00197.75−13.951293.59
193063168,855.00143.04145,937.75671.00−13.57369.10
203064175,573.501330.12149,133.25739.75−15.06−44.38
21353392,460.257.7485,672.25342.50−7.344325.06
22353497,667.508.3588,378.00159.00−9.511804.19
233563203,364.002839.81169,956.0028.00−16.43−99.01
243564211,201.753609.94175,862.75597.50−16.73−83.45
25403398,830.509.0094,141.25224.75−4.742397.22
264034102,757.259.0292,511.50377.00−9.974079.60
274063247,246.751561.64213,320.75776.75−13.72−50.26
284064251,531.502751.36218,836.25831.25−13.00−69.79
294533124,100.7511.57118,062.75585.50−4.874960.50
304534131,101.7512.12119,266.75618.00−9.034999.01
315033110,106.0017.4796,528.00860.00−12.334822.72
325034113,855.2515.5298,837.00420.75−13.192611.02
Averages112,783.76459.5199,847.04280.84−11.071476.91
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kayé, B.K.B.; Diaby, M.; Koivogui, M.; Oumtanaga, S. A Memetic Algorithm for an External Depot Production Routing Problem. Algorithms 2021, 14, 27. https://0-doi-org.brum.beds.ac.uk/10.3390/a14010027

AMA Style

Kayé BKB, Diaby M, Koivogui M, Oumtanaga S. A Memetic Algorithm for an External Depot Production Routing Problem. Algorithms. 2021; 14(1):27. https://0-doi-org.brum.beds.ac.uk/10.3390/a14010027

Chicago/Turabian Style

Kayé, Bi Kouaï Bertin, Moustapha Diaby, Moussa Koivogui, and Souleymane Oumtanaga. 2021. "A Memetic Algorithm for an External Depot Production Routing Problem" Algorithms 14, no. 1: 27. https://0-doi-org.brum.beds.ac.uk/10.3390/a14010027

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