Abstract

Fourth party logistics (4PL) has been receiving great attention and studied by researchers. This paper studies multipoint to multipoint 4PL system routing optimization with reliability constraints. Objective factors which cause disturbances of transportation time are taken into consideration. The mathematical model of the multipoint to multipoint multitask routing optimization in 4PL system with reliability constraints is set up. To solve the model, a Messy Genetic Algorithm (Messy GA) with double arrays encoding method is designed. The experimental result is compared with the Enumeration Algorithm (EA), and it shows that this algorithm can find the satisfactory solution and is a powerful optimization method for solving the problem.

1. Introduction

With the rapid development of global economy, trade between enterprises grows remarkably. Hence the ability to integrate supply chain for logistics companies has to increase. They are eager to a logistics company that owns strong comprehensive strength to provide scheme for the whole supply chain and be able to meet multiproduct distribution services from different production places to different demand places. Then, the fourth party logistics (4PL) appeared [1]. The operation essence and the core superiority of 4PL lie in its ability to integrate the supply chain resources. Then through integrating the most high-quality supply chain resources, the flexibility of the supply chain will get to a full extent, the customers will acquire the personalized and diversified integration solutions, and the fast, high-quality, and low-cost logistics services will be provided [2]. Meanwhile, with the increasing complexity of logistics network, its reliability has increasingly become one focus of business concern. However, the current planning and design of logistics network take little customers’ demand of system reliability.

Many researchers have studied the 4PL and it has received increasing attention [38]. The routing problem of 4PL is management and optimization process from suppliers to demanders, which is directly related to the operational efficiency of 4PL. Most of these researches draw on graph-based network methods [9, 10]. In [11], a target system of transporters is put forward and a hierarchy model for 4PL is established. A conceptual model that is based on research of 4PL implementation is presented in [12]. In [13], the authors consider several characteristics and issues related to horizontal collaboration implementation through an exploratory investigation of retailers, suppliers, and logistics service providers in the UK grocery retailing sector, focusing specifically on the role of fourth party logistics service providers. In [14], a tabu search algorithm for model of integration of 4PL is established.

Multipoint to multipoint and multitask problem in 4PL system with route selection and 3PL supplier’s selection integrated is considered in this paper. It is a complex system. We take objective factors that cause disturbances of transportation time into consideration, and the mathematical model is set up. Our goal is minimizing the total cost in this multitask problem, and all tasks must satisfy reliability constraints that customer required. Because the multipoint to multipoint 4PL system routing problem is NP-hard two algorithms are designed: Messy Genetic Algorithm (Messy GA) and Enumeration Algorithm (EA). The algorithm is coded in Matlab 7.0 and run on a Core 2 2.83 GHz computer. The comparisons in simulation testify the algorithms’ effectiveness.

2. Description of Problem and Mathematical Model

2.1. Description of Problem

We use a straightforward way to describe the 4PL logistics system, which is multigraph. It can easily tell us all information needed clearly, as Figure 1 shows. The multigraph can be defined by . denotes the set of supply, transshipment, and demand nodes. A denotes the set of the arcs, namely, 3PL providers for transportation between two cities. and are supply nodes, and are demand nodes, and other nodes are transshipment nodes. There may many ways and 3PL providers between two locations, so multiple arcs exist between two nodes in multigraph. Each arc has the properties of cost, time, and capacity. In this paper, the objective of the problem is to find routes (i.e., Origin-Destination pair) with minimum cost as well as subject to constraints on customer’s requirement for reliability and capacity.

2.2. The Reliability of 4PL System

The route of 4PL system is composed of cities and 3PL providers. It forms a parallel system. According to reliability theory, the reliability of 4PL system can be calculated by continued multiplication of the reliability of 3PL. Here, each 3PL is seen as a logistics unit. In this paper, the transportation time of the 3PL providers is uncertain and has normal distribution. Hence, the time reliability of logistics unit can be defined as the probability of the goods delivered in a timely manner. It can be calculated by the following formula: is the time reliability of logistics unit. is the transportation time of logistics unit. We assume . is the time limit of the customer’s requirements.

Another important influence factor of reliability is transportation cost. It can be calculated by the following formula:

Here the reliability of logistics unit function is given as follows:, are the weighting coefficients of the transportation time and the transportation cost separately.

The reliability of 4PL system can be calculated by the following formula: is the reliability of 4PL system. is the number of the logistics unit in the 4PL system.

2.3. Assumption of Model

(i)There is not only one task between the supply and demand nodes.(ii)Each path on the 4PL system cannot be reused.(iii)The transportation time of 3PL providers is uncertain and has normal distribution. It is independent from each other.

2.4. Establishment of Model

Variables and parameters are defined as follows:: set of nodes including suppliers, transit facilities, and demanders, ;: sets of suppliers;: set of transit nodes;: set of demanders;: the number of 3PL provider between nodes and ;: the th 3PL provider between nodes and   :: the unit transportation cost of the th 3PL provider between nodes and ;: the unit cost of node ;: the total number of goods transported from the th supply node to th demand node for task ;: the transportation capacity of the th 3PL provider between nodes and ;: processing capacity of node ;: time of 3PL provider represented by , ;: time limit of nodes to ;: reliability of ; , ;: reliability of pair; + ;: desired reliability level.

The mathematical model for 4PL system routing optimization with reliability constraints can be described as follows:where (6) is the objective function containing the costs of all nodes and arcs on the route; constraint (7) indicates the reliability of pair must meet customer’s requirement; constraint (8) represents capacity of the selected 3PL provider must be not less than the transportation capacity required by customer; constraint (9) denotes capacity of nodes in a route must be not less than customer required capacity. Equation (10) means to keep a balance of the network flow. Equations (11) and (12) ensure that the selected nodes and arcs should be made up of routes from the source to the destination. Equations (13) and (14) represent that and are 0-1 decision variables, respectively.

3. Algorithm Design

The multipoint to multipoint 4PL system routing optimization is a typical NP-hard problem. According to the characteristics of the model, a Messy Genetic Algorithm (Messy GA) with double arrays encoding method is designed. In the following, we first describe the Messy GA in detail and then introduce an Enumeration Algorithm (EA), which is used to check the quality of the solutions obtained by the Messy GA.

3.1. The Messy GA

According to the characteristics of the model, a Messy GA with double arrays encoding method is designed. Messy GA differ from normal genetic algorithms in that they allow variable-length strings. The detailed description of the process can be written as below.

Step 1 (encoding). For the problem’s characteristic, the double arrays coding method is adopted where optional nodes in graph are the elements of one array coded by natural number and 3PL providers make up the other array coded by integer number and the length of individuals is variant. The bold line in Figure 1 can be encoded as .

Step 2 (initialization). Generate the initial population of PS chromosomes randomly. Population size is PS.

Step 3 (fitness function). In this paper, reliability constraint is used as a penalty added to the objective function, and the is a penalty factor. The fitness function is represented by (15).

The values of range from 1 to 2, depending on the actual situation:

Step 4 (selection mechanism). The selection process is based on spinning the roulette wheel.

Step 5 (crossover operation). Perform crossover operations on pairs of selected chromosomes with a crossover probability . After cut operator and splicing operator, chromosomes A′′ and B′′ may be invalid. Therefore, repairing operation is necessary. The crossover procedure is shown in Figure 2. We need to adjust the chromosome to ensure that it is a connective route. Detailed description of the process can be written as below.

Step 5.1. If there are same nodes on the route, delete one node and the adjacent arc. If not, go to Step 5.2.

Step 5.2. If the new one is still a route from the source to the destination, quit with success. If not, add all the nodes after the crossover point into the . Define the node before the crossover point as the tracker node . Define the genes before the crossover point as the effective route .

Step 5.3. If the node , splice the route with the route after the node which is , and if the new chromosome is the legal route, quit with success. If not, select one node adjacent to the tracker node as the new tracker node , and add the new arc to the effective route .

Step 5.4. Determine if the trace node is the destination node ; if it is a valid route, becomes the new chromosome, so quit with success; if not, turn to Step 5.3.

Step 6 (mutation operation). For performing mutation operation in the feasible solution space, select a chromosome randomly, and change the arcs of the adjacent nodes in probability of mutation operation.

Step 7 (termination criterion). Check whether iteration times are over NG. If it is true, stop the process and output the optimum solution; else turn to Step 3.

3.2. The Enumeration Algorithm

To check the quality of the solutions obtained by the Messy GA, the Enumeration Algorithm (EA) is used. Because the solution space is very large, the EA is described as follows.

Step 1. Produce all the routes from the supply node and the demand node on the direct graphs that satisfy the requirements of capacity and reliability.

Step 2. Calculate the fitness function value of every route. The fitness function is designed according to the objective function and reliability constraint of the model. And it is similar to the fitness function of the Messy GA in (15).

Step 3. All the combinations of routes are checked and ordered according to the fitness function. The combination with the lowest fitness function value is the best solution.

4. Numerical Analysis

Assume that a 4PL company undertakes a transnational transportation. In this transportation, we need to transport 3 tons of food and 5 tons of coal from the supply nodes and to the demand nodes and . The topological structure is shown in Figure 1.

The algorithm is coded in Matlab 7.0 and run on a Core 2 2.83 GHz computer [15, 16]. We analyze the performance of Messy GA and compare the result with that of Enumeration Algorithm (EA). The parameters affecting the performance include population size (PS), number of generation (NG), crossover probability (), and scaling factor of mutation (). Desired reliability level () is 0.85. The costs of the nodes and the arcs in the following are recorded by 1000 dollars. The capacity is recorded by ton, and the time of 3PL provider is recorded by hour. The parameters are set below:

The node and arc data are given in Tables 1 and 2, where “” and “” mean the start and end nodes, respectively.

The experimental results are shown in Table 3.

The 4PL company needs to transport food and coal from supply nodes to demand nodes with the reliability not less than 0.85. From Table 3, it can also be seen that both Messy GA and EA can obtain optimal result, but Messy GA can solve the problem quickly.

5. Conclusions

The routing optimization in 4PL system is one of the most important problems in supply chain optimization. This study set up the mathematical model of the multipoint to multipoint 4PL system routing optimization with reliability constraints based on the reliability theory. The Messy GA and the EA are proposed to solve the model. Numerical experiments are carried out to investigate the performance of the proposed Messy GA. The experiment results show that the Messy GA can obtain the same best result as the EA.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This paper is supported by the Science and Technology Support Program of Liaoning Province (no. 2013216015) and the Science and Technology Support Program of Shenyang (no. F13-051-2-00 and no. F14-231-1-24).