Abstract

The shunting schedule of electric multiple units depot (SSED) is one of the essential plans for high-speed train maintenance activities. This paper presents a 0-1 programming model to address the problem of determining an optimal SSED through automatic computing. The objective of the model is to minimize the number of shunting movements and the constraints include track occupation conflicts, shunting routes conflicts, time durations of maintenance processes, and shunting running time. An enhanced particle swarm optimization (EPSO) algorithm is proposed to solve the optimization problem. Finally, an empirical study from Shanghai South EMU Depot is carried out to illustrate the model and EPSO algorithm. The optimization results indicate that the proposed method is valid for the SSED problem and that the EPSO algorithm outperforms the traditional PSO algorithm on the aspect of optimality.

1. Introduction

Artificial intelligence algorithms (e.g., genetic algorithm, simulated annealing algorithm, and particle swarm optimization algorithm) have been an effective and efficient method used for solving large-scale combinational optimization problems arising in the fields of information technology, economic management and transportation, and so forth. Although these algorithms cannot always guarantee the optimal solution, their fast computational speeds have attracted many researchers and engineers. In the area of transportation, the solution space of real-life optimization problems (e.g., network design, train routing, and train timetabling) is extremely huge, even for small-sized instances. As a result, the traditional operational research (OR) methodology is unable to address these problems. In this context, artificial intelligence algorithms are regarded as a practical tool to attack the computational burden. In this study, we consider a typical complex combinational optimization problem of determining an optimal depot shunting schedule and employ one of the most widely used artificial intelligence algorithms, the particle swarm optimization algorithm, to solve this problem.

The shunting schedule of electric multiple units (EMUs) depot determines the time periods of staying on tracks and being shunted between tracks for EMUs. It guides the depot operators to execute maintenance works in a well-ordered way. Therefore, it plays a major role in ensuring safe operations of high-speed trains. Currently, the shunting schedule of EMU depot (SSED) is mainly manually designed by depot dispatchers in the daily operation. Since many influential factors need to be taken into consideration, such as train schedules, track layout of depots, and train routes conflicts, it is a time-consuming and laborious work to develop a well-performed SSED. In practice, the schedule making process always requires several hours of painstaking effort by a team of highly experienced dispatchers. Along with the constantly increasing number of EMUs, the maintenance tasks in depots and the dispatching workloads of the depot staff are getting heavier and heavier. Consequently, it is of high importance to determine an optimal SSED through automatic computing. To tackle this tricky problem, we present a 0-1 programming model and an enhanced particle swarm optimization algorithm. The computational results validate the proposed method and indicate that the enhanced algorithm outperforms the traditional particle swarm optimization algorithm on the aspect of solution quality.

The remainder of the paper is organized as follows. A literature review is presented in Section 2. Section 3 is the problem description of the SSED. In Section 4, we provide the model formulation and the details of the SSED problem. An enhanced particle swarm optimization algorithm is described to solve the SSED model in Section 5. Section 6 illustrates the empirical study to test our model and algorithm. Finally, the conclusions and research prospects are given in Section 7.

2. Literature Review

Several literatures which are closely related to the SSED problem should be noted. Jacobsen and Pisinger [1] considered the problem of planning the shunting of train units at a railway workshop area. The problem is to schedule the trains to workshops and depot tracks in order to complete the repairs as soon as possible, while avoiding train blockings at the tracks. They presented three heuristic approaches and carried out several computational experiments for realistic instances. Wang et al. [2] established the integer programming models with the depots’ marshalling yard arrangements, occupation compatibility of resources, EMU operation, and routine maintenance plans as the main constraints and with minimization of the unnecessary occupation time of the critical track area and costs of shunting paths as the objective functions. They transformed the original problem into a job shop scheduling problem with additional space and time constraints and constructed a topological graph of shunting tasks. They also designed a solution algorithm based on the max-min ant system for the model. Guo et al. [3] proposed an optimization model for the shunting operation plan of EMU running shed. The objective of the model is to minimize the total delay time of EMU in running shed, and the constraints include the number of operation tracks and EMUs, operation sequence, and the occupation time of operation tracks. A microevolution algorithm was developed to solve the problem.

For the train shunting problem, most previous studies have focused on railway station shunting scheduling related problems. In existing literature, the station shunting scheduling problem was also known as the train routing problem (TRP), the train platforming problem (TPP), or the track allocation problem (TAP). Zwaneveld et al. [4, 5] stated that the TRP was a subproblem of the generation of a timetable for a railway company in the STATIONS module of project DONS. They presented a mathematical model formulation based on the node-packing problem (NPP) and then described a solution procedure for the problem, based on a branch-and-cut approach. The approach was tested in an empirical study with data from the stations in the Netherlands. They also discussed the complexity issues. They reached the conclusions that when each train had three routing possibilities, the TRP was NP-complete. However, if each train had at most two routing possibilities, then the TRP could be solved in polynomial time [6]. De Luca Cardillo and Mione [7] formulated the TPP as a general graph-coloring problem that they defined as the kL-list coloring problem. Billionnet [8] used integer programming to reformulate the TPP and solved it with the software XA. Carey and Carville [9] presented the notion that the TPP did not have a clear objective function because it involved multiple train operators with conflicting interests. Therefore, they developed scheduling heuristics analogous to those successfully adopted by train planners using “manual” methods. They tested the model and algorithms by applying them to a typical large station and the results compared well with those found by traditional methods that had not taken cost and preference trade-offs into account. In subsequent studies, they extended this work to a rail corridor [10]. Cui et al. [11] analyzed the hypostasis characteristics of the problem on how to select route in marshalling yard. They established a mathematical model of route dispatching in marshalling station to minimize the weighed summation of all jobs while satisfying dynamic constraints of the contextual working procedure routes. The genetic algorithms for solving problems were put forward as well. Lusby et al. [12] reformulated the TRP as a set-packing model with a resource-based constraint system, which was tighter than the conventional node-packing model, and developed a branch-and-price algorithm that exploited the structure of the set-packing model. Caprara et al. [13] studied a general formulation of the TPP, which contained as special cases all the versions previously considered in the literature as well as a case study from the Italian Infrastructure manager that they addressed. They considered a general quadratic objective function and proposed a new way to linearize it by using a small number of new variables along with a set of constraints that could be separated efficiently by solving an appropriate linear program. Liujiang et al. [14] proposed a bottleneck optimization model to enhance the carrying capacity by reasonably arranging routes and groups of turnouts with the consideration of proportionality and minimized total occupation time. Wu et al. [15] defined the TRP as a track allocation problem. They presented a mean-variance optimization model for solving the TAP that minimized the occupation time costs in groups of turnouts at station bottlenecks. Then, the simulated annealing algorithm was provided to solve this programming. Sels et al. [16] focused on automatically platforming as many trains as possible from two train sets: an already operational set (current set) and a future set, based on the expected traffic increase. Their platforming solution was a mixed integer linear programming model that extended the model of [8] with consideration of route duration differences, as well as with the fictive route concept.

Apart from the conflict graph methodology (which includes the node-packing approach and the graph-coloring approach) and constraint programming approaches, scheduling model and algorithm were also used by researchers to solve the shunting schedule problem [1719].

Though in-depth studies have been done and great research achievements have been made by researchers, the achievements cannot be applied to this paper directly. There are several research gaps between the present work and previous studies; for example, (i) train routes consist of receiving route and departure route in the TRP while the SSED problem also involves shunting route, which makes the constraints more complex; (ii) in the TRP, the train schedule is given as one of the input conditions, which means the starting and ending times of each route are determinate as long as they obey the schedule; but, in the SSED problem, the starting and ending times of shunting routes are contents of the shunting schedule itself, which greatly enlarges the solution space. It is hard to image how large the solution space will be when the number of EMUs increases and the maintenance procedure gets more complex. As to this point, we can refer to Section 4 for detail. In this paper, we take the uniqueness of the SSED into account and formulate the problem as a 0-1 programming model. Then, an enhanced particle swarm optimization algorithm combining roulette wheel selection operator is proposed to solve this problem. The computational results prove that the proposed model and algorithm are valid for the SSED problem and the enhanced particle swarm optimization algorithm compares well with the traditional particle swarm optimization algorithm on the aspect of optimality.

3. Problem Description of the SSED

EMU depots, including operating depots and overhaul depots, are dedicated to the maintenance works of EMUs. According to the maintenance regulations of China high-speed railway, EMU maintenance is divided into five levels based on maintenance cycles and maintenance items. Among them, the first-level maintenance and the second-level maintenance are called operating maintenance while the rest are overhaul maintenance. The first-level maintenance and second-level maintenance are executed in operating depots and the third-level maintenance, fourth-level maintenance, and fifth-level maintenance are carried out in overhaul depots. In this paper, the main focus is on the shunting schedule of EMU first-level maintenance.

Both time and space factors are taken into account when developing maintenance strategies and maintenance regulations. As a result, there are a time cycle and a distance cycle for each level of maintenance. For the first-level maintenance, the time cycle and the distance cycle are two days and 4,000 km, respectively. In other words, when an EMU train’s service time from the last maintenance has reached two days or its accumulated mileage from the last maintenance has reached 4,000 km, the train should go to the depot to conduct the first-level maintenance. The procedure of first-level maintenance mainly consists of the inspection process and the washing process. The order of these two processes is not fixed; that is, the inspection process can be done either before or after the washing process. Different processes should be accomplished on the corresponding tracks with specific functions. Specifically, the inspection process should be accomplished on the inspection tracks that are equipped with fault inspection and correction equipment while the washing process should be accomplished on the washing tracks that are equipped with train cleaning equipment (e.g., automatic train washer). Besides, storage tracks are required in order to store trains and serve as the buffer between shunting operations. Figure 1 shows a typical track layout of EMU depot. In Figure 1, track 1~track 4 (in blue), track 5 and track 6 (in green), and track 7~track 15 (in black) are the inspection tracks, washing tracks, and storage tracks, respectively. The red lines mark the throat section. The tracks and the throat section are all depot resources and may become the bottleneck that determines the depot capacity.

The procedure of the first-level maintenance is described in detail as follows. First, the EMU trains will arrive at the depot at scheduled times. Next, the trains can either be received to inspection tracks to start the inspection process or be assigned to washing tracks to start the washing process. It is also possible that all the inspection tracks and washing tracks are occupied at the moment when an EMU train arrives. In this case, the train has to be received to a storage track to wait for inspecting and washing processes. Then, if a train has completed the inspection process, it will be transferred to a washing track by shunting operation to start the washing process. Similarly, a train will be transferred to an inspection track after finishing the washing process. At last, when a train has completed the two processes, it has to wait for leaving the depot till the scheduled departure time. Regarding waiting for leaving, the train can either be shunted to a storage track or continue to stay on the washing or inspection track depending on whether the tracks are requested by other trains. We will illustrate the above procedure through the following example. Train T1 arrives at the depot at 20:00, and then it is received to track 1 through the throat section (see Figure 1). After finishing a certain length of time (e.g., 120 minutes) of the inspection process, the train will be transferred to track 5 by shunting operation. During the shunting process, the throat section is occupied by the train once again. On track 5, the train will complete the washing process and then will be again shunted to track 7 in order to wait for the departure. That is, assuming that the scheduled departure time is 07:00 the next day, the train will stay on track 7 until 07:00 and leave the depot through the throat section. If the train does not need to wait on the storage track, there are two shunting movements and the throat section is occupied four times considering this typical example. We can see from the whole maintenance procedure that the SSED is actually a program capable of determining when the EMUs should occupy the tracks and when the EMUs should be transferred between tracks. The train routes, guaranteeing all EMUs completing maintenance processes and avoiding conflicts, are determined by the SSED as well.

4. Model Formulation

In this section, we will formulate the SSED problem as a 0-1 programming model. This model focuses on the parallel-arrangement layout depot with single throat section. The model aims at determining (i) on which tracks the inspection and washing processes for each EMU are to be completed, (ii) the starting and ending times for each EMU to occupy the tracks, and (iii) during what time period the throat section resource is used by EMUs (i.e., what time to carry out shunting operations). The objective of the model is to minimize the total shunting cost. As shunting costs increase with shunting movements, the objective can be equivalently transformed to minimizing the total number of shunting movements.

4.1. Model Assumptions and Notations

First of all, some assumptions are made in our model, including the following:(i)The receiving time and dispatching time for each EMU are the same; that is, the occupation times of the throat section are identical when receiving or dispatching trains.(ii)The shunting movement times between any tracks are the same; that is, the occupation times of the throat section are the same when carrying out shunting operations.(iii)Delays are not allowed; that is, every EMU arrives at the depot at scheduled time and must be dispatched from the depot at scheduled time.We then describe the notations used in the model.

First, we have the following sets:: the set of all EMUs needed to complete the first-level maintenance, , where is the total number of EMUs.: time period of EMU to be received into the depot. Hence, , where is the scheduled arrival time of EMU and is the train receiving running time. During the time period , the throat section will be occupied.: time period of EMU to be dispatched out of the depot. Hence, , where is the scheduled departure time of EMU and is the train dispatching running time. During the time period , the throat section will be occupied.: pure staying time period of EMU at the depot.: total time period of EMU staying at the depot. It ranges from the scheduled arrival time to the scheduled departure time, and it consists of three parts: the receiving running time, pure staying time, and the dispatching running time, .: time span of the shunting schedule, .: the set of inspection tracks, , where is the total number of inspection tracks.: the set of washing tracks, , where is the total number of washing tracks.: the set of storage tracks, , where is the total number of storage tracks.

The following parameters are considered:: constant time duration for the inspection process.: constant time duration for the washing process.: constant running time for a shunting movement.

Decision variables are as follows:

We define as the starting time of EMU staying on the inspection track, ; as the ending time of EMU staying on the inspection track, ; as total staying time period on inspection tracks of EMU , ; as the starting time of EMU staying on washing track, ; as the ending time of EMU staying on washing track, ; and as the total staying time period on washing tracks of EMU , . Let be the time sequence (in an ascending order) of the starting and ending times of shunting movements, , where equals twice the total number of shunting movements. Among them, are shunting starting times and are shunting ending times. We define as the running time of th shunting movement, , where .

4.2. Formulation

The objective function and constraint conditions can be expressed with a 0-1 programming formulation as follows.

For SSED,As mentioned before, the objective of the SSED problem is to minimize the total number of shunting movements. In fact, a shunting movement corresponds to two state transitions of the depot tracks: (i) from the occupied state to the unoccupied state of one track and (ii) from the unoccupied state to the occupied state of another track. Therefore, the number of shunting movements equals half the number of state transitions of tracks. Certainly, there will be state transitions when trains arrive at the depot or depart from the depot and these state transitions are inevitable and not included in the objective function. The objective function of the SSED model is expressed by (2).

The constraints of this model are defined in formulae (3) to (14). Constraint (3) ensures that the throat section is occupied during the EMU train receiving and dispatching process. Constraint (4) guarantees that the EMUs will occupy a track or the throat section during their pure staying time periods. Constraint (5) ensures that EMUs will occupy neither tracks nor the throat section outside the staying time period. Constraints (6) to (8) are the track conflict constraints; that is, a track can only be occupied by one train at a certain time. Constraint (9) is the throat section conflict constraint; that is, the throat section can only be occupied by one train at a certain time. This constraint is also called the train route conflict constraint since the train routes (including shunting routes, receiving routes, and departure routes) will occupy the throat section when carrying out shunting, receiving, and departure operations. Constraint (10) ensures that the total dwell time on inspection tracks should not be less than the constant time duration for the inspection process while constraint (11) ensures that the total dwell time on washing tracks should not be less than the constant time duration for the washing process. Constraint (12) ensures that inspection process is an uninterrupted process from its starting time to the ending time, and constraint (13) ensures that the washing process is also an uninterrupted process. Constraint (14) ensures that the shunting running time should not be less than the constant running time for a shunting movement.

We can see from the SSED model that the number of all decision variables equals , that is, the product of three factors: the time span of the shunting schedule, the number of EMUs, and the number of depot resources (including depot tracks and the throat section). When the orders of magnitude of the three factors are, respectively, 103, 101, and 101, the order of magnitude of decision variables will reach 105. Such a huge search space will bring about great trouble to solve the SSED problem.

5. Optimization Using Enhanced Particle Swarm Optimization Algorithm

The SSED problem is NP-hard, which is not easy to be solved by traditional operational research methodology. In practice, researchers usually adopt heuristic algorithms. In this study, we will use an enhanced particle swarm optimization algorithm to solve the SSED problem.

5.1. Traditional Particle Swarm Optimization Algorithm

The particle swarm optimization (PSO) algorithm was first proposed by Kennedy and Eberhart in 1995 [20, 21]. It is a population based stochastic optimization technique motivated by social behavior of organisms such as bird flocking and fish schooling. The algorithm was originally used in continuous optimization. In later studies, it expanded to the field of combinatorial optimization. Due to its simple form and effective performance, the PSO algorithm has got great attention of researchers.

The basic update equations of the velocity and position of the particles are as follows:where is the velocity of th dimension of th particle at th iteration, is the position of th dimension of th particle at th iteration, is the position of th dimension of the best previous th particle, is the position of th dimension of the globally best particle, and are acceleration coefficients, and and are two random numbers in the range .

In order to improve the convergence performance of the original optimizer, a new parameter called the inertia weight was introduced. This new version of the algorithm was known as the standard particle swarm optimization, in which the velocity update equation was reexpressed bywhere is the inertia weight. Many studies show that dynamically adjusting the inertia weight is conducive to balance the exploration (global search) ability and exploitation (local search) ability of the searching process, such as linearly decreasing, fuzzy adaptive, and random inertia weight. In this study, we will adopt the linearly decreasing inertia weight. By linearly decreasing the inertia weight from a relatively large value to a small value through the course of the PSO run, the PSO tends to have more global search ability at the beginning of the run while having more local search ability near the end of the run. We assume that the inertia weight ranges from to and the maximum iteration is ; then the value of inertia weight at th iteration can be expressed byIn this way, the velocity update equation can be reformulated as

In this study, we define this version of PSO, in which the velocity and position are, respectively, updated by (19) and (16), as the traditional particle swarm optimization (TPSO) algorithm.

5.2. Enhanced Particle Swarm Algorithm

The TPSO algorithm owns the advantage of fast convergence, especially in early stage of the iteration process. However, the algorithm performance is sensitive to its parameters, for example, the inertia weight and the acceleration coefficient. Thus, improper parameters will cause phenomena like divergence and low computational accuracy. Some researchers turned to improve the algorithm performance from the aspect of parameter selection (see the review by García-Gonzalo and Fernández-Martínez [22]). In addition, some other researchers combined other heuristic algorithms to the PSO algorithm and proposed new hybrid algorithms, for example, Firouzi et al. [23], Sun et al. [24], and Li et al. [25]. We have noticed that if a relatively superior particle is gained in the early stage of the PSO run, will not be updated unless a better particle appears. As a result, other particles will move towards the superior particle in the subsequent run, which is more likely to make the algorithm get trapped into local optima. This motivates us to modify the velocity update equation to improve the exploration ability in early stage of PSO. In this study, we combine the roulette wheel selection operator of the genetic algorithm (GA) with the velocity update equation of the PSO algorithm to improve the global search ability and avoid local optima.

We define as the fitness function (the expression of the function will be given below) of the PSO and as the fitness transformation function. The relationship between these two functions is as follows:where is the population size of the PSO and is the position of th particle at th iteration. By normalizing the transformed fitness set , we can obtain the normalized fitness set . Next, we pick a random number in and check whether the expression is true as index increases from 1. When the expression is true, stop checking and output . Now we have finished executing the selection operator.

After obtaining the “best” particle selected by the selection operator, we can establish the enhanced particle swarm optimization algorithm by replacing with , where is the th dimension of . Thus, the velocity update function can be reexpressed by

We will use (21) to update the particle velocity in the early stage of the PSO, and we will choose (19) near the end of the run. In this paper, we define this new version of PSO as the enhanced particle swarm optimization (EPSO) algorithm.

5.3. PSO-Based Solution Express Method

It has been a crucial step to make the particle of the PSO and the solution of a certain problem correspond with each other. There are three or two indexes of the decision variables in the SSED model, which makes it tricky to express the solutions as particles. In this study, we let each dimension of the particle correspond with one time unit (one minute), the total number of dimensions correspond with the product of shunting schedule time span and the number of depot resources, and the value of each dimension correspond with the EMU number. The detailed description is shown in Figure 2 with the help of schematic diagram.

In Figure 2, each grid refers to a dimension of the particle and the grid chain represents a particle (solution). Thus, the total number of grids equals the total number of dimensions, that is, the product of shunting schedule time span and the number of depot resources. The number inside the grid represents the EMU number. In this way, the location of the grid records both the space information and the time information. For instance, if EMU 2 occupies inspection track 1 at the fourth minute, that is, , the value of the fourth grid will be 2 (see Figure 2). The general case is as follows: the decision variable corresponds to the th grid and its value is .

5.4. Fitness Function

In the EPSO algorithm, the fitness function consists of the objective function and the penalty function. It is expressed bywhere , , , , , and  , , and are positive parameters.

5.5. EPSO Structure

Similar to the TPSO algorithm, the structure of the EPSO algorithm is as follows.

Step 1 (initialization). This process is to initialize the velocity and position of all particles. By initializing the particle’s position, we can obtain an initial solution. First, we set all decision variables to 0. Then, for all , select a track randomly from the unoccupied tracks and set the corresponding variable to 1. For example, if EMU 1 is assigned to inspection track 2, the variables will be set to 1. Next, traverse the EMU set to ensure all EMUs have been assigned to certain track. As for the initial velocity of the particles, we set it as a random number between and , where is the maximum allowable velocity. In our study, we set to .

Step 2 (calculation). This step is to calculate the fitness of each particle and obtain the value of the best previous particle, globally best particle , and the best particle selected by the selection operator.

Step 3 (update). This step aims at generating neighborhood solutions by updating the velocity and position of the particles according to (16), (19), and (21).

Step 4 (adjustment). In this step, we will adjust the neighborhood solutions to make them feasible. The detail of the adjustment procedure will be presented below.

Step 5 (stop or not). This step is to determine whether the execution of this algorithm should be stopped at the current iteration. If the loop termination condition is not satisfied, the execution should return to Step 2; otherwise, the execution will be stopped. In this paper, the loop termination condition is reaching the maximum iteration .

The neighborhood solutions generated in Step 3 are usually infeasible; for example, the staying time on inspection tracks is less than the constant time duration for the inspection process. As a result, some adjustment operations are necessary to make them feasible, which challenges the algorithm in solving the problem. For illustration purposes, we define as the state of the grids (see Figure 2), where is the track number or the throat section; for example, means track is occupied by EMU at time . The detailed adjustment procedure of neighborhood solutions is shown in Figure 3.

We can see from Figure 3 that we first adjust the neighborhood solutions to satisfy constraint (3)~constraint (9). In this way, there is no track conflict or throat section conflict. Then, in order to ensure that there must be a shunting movement when , we will check the track’s states of every two neighbor minutes. If the two states are not the same, we will check whether the throat section is unoccupied. If it is unoccupied, then a shunting operation can be carried out; otherwise, let be equal to . After all EMUs have been traversed, constraint (10)–constraint (14) will be satisfied naturally. Since Figure 3 is the adjustment process of one particle (solution), times of this process need to be repeated if the population size is .

6. Case Study

In this section, a case from Shanghai South Depot is carried out to illustrate the application of the proposed model and algorithm.

6.1. Case Description and Input Data

Shanghai South Depot, located in Xuhui District, Shanghai, was founded in 2007 and has become one of the first depots built in China high-speed railway system. It mainly undertakes the maintenance tasks of EMUs running on Beijing-Shanghai high-speed line. The depot owns an area of 132,000 m2 and its track layout is of parallel-arrangement type with a single throat section (see Figure 1). There are four inspection tracks, two washing tracks, and nine storage tracks in the depot. Every night, an average of eight EMUs return to the depot to complete the first-level maintenance. The time schedule of the EMUs is shown in Table 1.

In order to ensure all EMUs can complete all processes of the first-level maintenance during their staying times, we give the EMUs different priorities based on the sorted staying time. To be more specific, the shorter the time for which EMU stays, the higher the priority it will have. A higher priority means the EMU will be processed earlier in the EPSO run.

The values of the parameters used in our model are listed in Table 2.

And the values of the parameters of the EPSO algorithm are shown in Table 3.

We set the parameters values of the SSED model based on China Railway High-speed (CRH) maintenance regulations and practical experience in Shanghai South Depot while we set the EPSO algorithm’s parameters values based on our computational experiments.

6.2. Computational Results and Analysis

The proposed EPSO algorithm is coded in Microsoft Visual C++ 6.0 and runs on a computer with an Intel(R) Core(TM) i3-3220 3.30 GHz CPU and 4.00 GB RAM. The program runs for 420 seconds on this computer; the best fitness function value and the corresponding minimum objective function value are 22,400 and 32, respectively. The computational results are shown in Table 4.

As we can see from Table 4, all EMUs have completed the processes of the first-level maintenance. The average staying time of all EMUs on inspection tracks is 174.5 minutes while the average staying time on washing tracks is 94.9 minutes. The total number of shunting movements is 16 and the average number is 2. There are all in all 11 utilized tracks. If we take track utilization amount and balanced occupation objectives into account, the results can be further optimized. We may identify these as our future research work. The throat section is occupied 32 times while the accumulative occupying time and occupancy rate are 112 minutes and 14.7%, respectively.

To give an insight into the first-level maintenance process of the EMUs, we draw the results in Figure 4 which is called the shunting schedule of EMU depot. In Figure 4, the horizontal axis is the time axis while the vertical axis is the location of the tracks and the throat section. Each EMU is painted with different colors, and the length of colored bars represents the staying time on tracks or occupying time in throat section of the corresponding EMU. We can see from Figure 4 that there are four tracks (tracks 11, 12, 14, and 15) that have never been occupied. These tracks may be used for storing spare EMUs or serve as reserve depot capacity to meet peak maintenance demand.

The iteration process is shown in Figure 5.

In Figure 5, the blue curve represents the “best” particle selected by roulette wheel selection (RWS) operator at each iteration; the red curve is the minimum fitness function value at each iteration; and the yellow curve means the average fitness function value of all particles at each iteration. We can see from the figure that when the EPSO run reaches 31 iterations, the fitness function curves of the RWS and the MIN converge as a single curve. This is because we update the particle velocity based on (21) in the previous 30 iterations while we use (19) as the velocity update equation in the remaining 70 iterations. Since the RWS operator could accept a less-than-optimal solution at a certain probability, the RWS curve may get raised. And this is the reason why the RWS curve has a bulge near the 20th iteration.

6.3. Comparison with Traditional Particle Swarm Optimization

In order to test the performance of the EPSO algorithm, comparisons with the TPSO algorithm in several aspects have been made. We focus on the above case and run these two algorithms ten times, respectively. The computational results are shown in Table 5.

We can see from Table 5 that the percent change of the average solution time between EPSO and TPSO is −0.3%, which reflects the notion that they are almost of the same performance on the aspect of computational efficiency. On the aspect of optimality, the average fitness function value of the best solution of the EPSO decreases by 5,600 compared to the TPSO algorithm, that is, a 15.8 percent reduction. In addition, the best solution’s fitness function value of the EPSO is better than of the TPSO. These two criterions prove that the EPSO algorithm has an improvement in both optimality and exploration ability. Moreover, the range of the fitness function value of the EPSO algorithm is 38,200 − 22,400 = 15,800 while it is 60,650 − 27,400 = 33,250 for the TPSO algorithm, a 52.5 percent reduction. Meanwhile, the change of fitness function value variance has reached 74.3% between the two algorithms. These two criterions not only indicate the higher robustness but also show the better convergence performance of the EPSO algorithm.

In summary, the EPSO compares well with the TPSO on the aspect of optimality.

7. Concluding Remarks

In this study, we first give a formal definition of the SSED problem and present a 0-1 programming model for the problem. The objective of the model is to minimize the total number of shunting movements, and the constraints include the shunting running time, the inspection and washing process time, shunting routes conflicts, track occupation conflicts, and the EMU train schedule. Secondly, we propose an EPSO algorithm by introducing the roulette wheel selection operator. The modification aims at avoiding the defect of falling into local optima easily of the TPSO algorithm. Thirdly, we conduct a real-world instance from Shanghai South Depot of China to illustrate the proposed model and algorithm. The computational results indicate that our method can provide quality solutions with high speed. Finally, we also carry out a comparative study between the TPSO and the EPSO algorithm. The computational results show that the EPSO algorithm outperforms the TPSO algorithm on the aspect of optimality. The proposed method not only can efficiently provide the depot dispatchers with well-performed shunting schedules, but also could be an effective way to utilize the limited depot resources (or maintenance capacity).

However, several improvements could warrant further research. First, the proposed model and algorithm are only suitable for the parallel-arrangement-type layout depot, which has limited its applicability. Therefore, how to reformulate the model and redesign the algorithm to extend them to other types of depot track layout is one of the areas for further research. Furthermore, the solution space will become too huge to deal with as the number of EMUs increases. Hence, how to further improve the computational efficiency of the algorithm to be qualified for large-scale problems is another future research work.

Competing Interests

The authors declare that there are no competing interests regarding the publication of this paper.

Acknowledgments

This work was supported by the Science and Technology Department of China Railway Corporation under Grant no. 2015J006-B and the National Natural Science Foundation of China under Grant no. 51378056. The authors would like to thank Dr. Yan Sun and Miss Xiaoqing Ding for their helpful suggestions.