Abstract

A parallel multipopulation genetic algorithm (PMPGA) is proposed to optimize the train control strategy, which reduces the energy consumption at a specified running time. The paper considered not only energy consumption, but also running time, security, and riding comfort. Also an actual railway line (Beijing-Shanghai High-Speed Railway) parameter including the slop, tunnel, and curve was applied for simulation. Train traction property and braking property was explored detailed to ensure the accuracy of running. The PMPGA was also compared with the standard genetic algorithm (SGA); the influence of the fitness function representation on the search results was also explored. By running a series of simulations, energy savings were found, both qualitatively and quantitatively, which were affected by applying cursing and coasting running status. The paper compared the PMPGA with the multiobjective fuzzy optimization algorithm and differential evolution based algorithm and showed that PMPGA has achieved better result. The method can be widely applied to related high-speed train.

1. Introduction

Since October 1964 the world’s first high-speed railway, Japan Tokaido Shinkansen, was born; high-speed railways started the rapid development. Today, most European countries, Russia, Japan, and China have constructed their complex high-speed railways networks. Although the railway was considered the most efficient way of travel, compared to aircraft and auto vehicle, it still consumes large amount of energy [1] in everyday running. Researches showed that it still has large possibility to make the train run more efficiently [24]. The reduction of energy consumption is also seen as one of the key objectives for the development of sustainable mobility by use of high-speed train. Research will lead to a decrease of huge energy consumption in everyday running of high-speed trains. Many scholars have been engaged in it.

Yang et al. [5] from Tongji University proposed a new energy conservation track profile based on trigonometric function method in urban mass transit. Simulation results showed that it was effective in comparison with actual track profile. Bocharnikov et al. [6] applied a method for saving energy consumption during a single-train journey by trading off reductions in energy against increases in running time; in Bocharnikov’s research, energy savings were found to be affected by acceleration and braking rates and by running a series of simulations in parallel with a genetic algorithm search method. Chen et al. [7] employed genetic algorithms to optimize train scheduling. The result showed that the method can significantly reduce the maximum traction power. Although these methods and algorithms were effective, they can only be applied in mass rapid transit (MRT) and light rapid transit (LRT) systems. Usually, in MRT, distance between two stations was short and the top running speed was about 80–100 km/h. In this case, a train generally must decelerate in preparation for reaching the next station before it reaches the speed limit. In Milroy’s doctoral dissertation [8], Aspects of Automatic Train Control, it was proved that for short distance train control represents three different motion regimes, including acceleration, coasting, and braking. But later, in 1984, Howlett [9] proved that in long distance train running, cruising was significant in minimizing energy consumption. Due to the difference between MRT, LRT, and high-speed trains, these methods cannot be applied in high-speed trains for energy optimization.

For high-speed trains, energy saving and trains control optimization were also studied by scholars. Kawakami [10] from Central Japan Railway Company presents a dynamic power saving strategy for Shinkansen traffic control; the author made conclusion that predictive simulations in every layer and target shooting operation of trains are the basis for energy control. With consideration of track gradient and speed limits, Cheng [11] summarized train control problems with two different models, traction mechanical energy model (TMEM) and traction energy model (TEM), in a long-haul train. Hwang [12] presented an approach to identify a fuzzy control model for determining an economic running pattern for a high-speed railway through an optimal compromise between trip time and energy consumption.

In this paper, taking the Beijing-Shanghai High-Speed Railway as a case, an improved PMPGA was applied to find a perfect running with a specified running. In this research, security, stop precision, and riding comfort were considered and also the railway line parameter includes the slop, tunnel, and curve. The result demonstrates that the PMPGA improved algorithm was better with the SGA and it has achieved conspicuous energy reduction.

2. Train Traction Module

2.1. Train Traction Property

Traction property curve is an important curve demonstrating the relationship between train traction effort and speed. It was the most significant work when a train was designed. Figure 1 shows the schematic diagram of traction property curve calculation.

In Figure 1, there are three curves; the top one is adhesion-limited braking force , the middle one is traction effort property , and the bottom one, denoted as W, is the sum of resistances (e.g., bearing, rolling, air, and grade resistance) . Note that point A, the cross of and , correspond , is greater than the . Now, according to the curve, traction effort property could be generated as In the above formula, represents the traction force when the speed is is the speed on the intersection point of constant moment segment and constant power segment. represents traction force limitation.

2.2. Train Resistance

To ensure that the TE was able to drive the train with a speed, the total resistances, in this paper, defined as , must be known. Total resistances include basic resistance (axle friction resistance, track resistance, rolling resistance, journal resistance, air force resistance, and vibration resistance) and extra resistance . includes grade resistance (), curve resistance (), and tunnel resistance ().

It [13] was found that speed was the main factor which effects the basic resistance, and basis resistance can be expressed by a quadratic equation formulated as follows: where the coefficients , , and are dependent on axle load, number of axles, cross-section of the train, and shape of the train.

According to [14], considering the train as a multiparticle object, we can have the as the following function: where is the length of the train and and represent the gradient and grade length. ,   are the curve radius and length. , are the tunnel resistance and length.

Then, the motion equation and the , , and were formulated as below: where was the speed of current moment, was the speed of last moment, was the acceleration of current moment, was the distance of current moment from the first station, and was the distance of the last moment from the first station.

3. Traction Energy Module (TEM)

In order to achieve minimal energy consumption, generally, train control for running between stations, including acceleration, cruising, coasting, and braking, should be applied at appropriate time. Golovitcher [15] and Khmelnitsky [16] analyzed the train movement process with nonlinear constrained differential equations and concluded that a maximum economic train running strategy should contain four statuses, maximum traction, cursing, coasting, and maximum braking. For analyzing station-to-station travel time and distance profile, it is essential to comprehend the description of the motion statuses and their mathematical expressions. In maximum traction, power is used to overcome gravity (if climbing) and the dynamic resistance so as to accelerate. When cruising, power is used to overcome the resistance to maintain the train at the constant speed; at this time, the acceleration is zero. When coasting, the running train only suffers from the force of resistance. Applying coasting when the train runs between stations as much as possible is considered to be the most effective energy consumption way. When braking, with regeneration technology fitted, energy can be produced using the motor as a generator.

A train’s journey may have variables coast intervals (Figure 2) to achieve an optimal solution. Figure 2 shows a train’s status and changing point during a running between two stations. In the figure, the points mean the following: A: traction; B: cursing start point; C: coasting start point; D: coasting; E: cursing; F: braking.

Now, the aim is to find an optimal control strategy for minimal energy consumption in a round trip between two stations. This problem can be seen as a double optimization problem.

Traction energy module can be described as follows.

Make the distance between two stations, and travel time was fixed ; can be divided as where is the initial time and is the final time; in the time space train travel distance is and in Total energy consumed by the train can be defined as follows: where is the energy consumption and is a fixed time when the train travels between two stations. is start time, is arrival time, and and represent the start speed and final speed; it was obvious that and are equal to 0. and were coefficient of traction power and braking.

Then the train control strategy set was .

Finally, the train control matrix was defined as where , is the position, and is the control strategy start at the position . From Figure 2, we can see that . and can be easily calculated by the last braking process.

4. Minimize the Energy Consumption with Parallel Multipopulation Genetic Algorithm

The genetic algorithm (GA) [9, 10] is a method for solving both constrained and unconstrained optimization problems based on natural selection, the process that drives biological evolution. The genetic algorithm repeatedly modifies a population of individual solutions [17]. At each step, the GA selects individuals at random from the current population to be parents and uses them to produce the children for the next generation. Over successive generations, however, as we all know, the standard GA has the premature convergence phenomenon and slow searching process. In our research, we apply PMPGA, which is a simulation of gene isolation and gene migration in biological evolution process where all populations are divided into many subpopulations with different control. Because the subpopulations have different gene patterns and their genetic processes are independent, the global optimum and the fully search are guaranteed by the difference in evolutionary direction. The optimal individual is quoted by other subpopulations through migration operator.

Finally, considering the optimal object and the constraint conditions, the PMPGA compute process can be described as below.

4.1. Chromosome

Take the sequence of train control strategy, which contains the sequence of train operating conditions and the corresponding sequence of conversion locations for the operation section, as a chromosome. The function is where , is the position, and is the control strategy start at the position . were discrete variables which contain four control strategies ; each control strategy corresponds to one energy consumption formula. uses the real number encoding. is the length of chromosome and it is also variable.

4.2. Initial Population

Population is constructed using chromosomes; each chromosome represents a single solution point in the problem space. In our research, donate individual matric was randomly created with different gene length. Gene length means possible times of traction strategy during a running. Consider the distance between two stations. We assign the maximum gene length as . Each was a control matrix and all created Us compose subpopulation group; each subpopulation group is denoted as , and   is the number of populations in a subpopulation group. In our research assigned as number of subpopulation groups will be computed in parallel.

4.3. Fitness Function

Applying the individual which means the control matrix to the energy calculated formula, we can get the object value. The fitness evaluation is based on the minimization of the energy consumption, which is defined as Considering the fastest running strategy, the maximum energy consumption is about 4000 kwh; we make coefficient as 4000 and was 0.1.

4.4. Standard of Convergence

The convergence criterion is whether the maximum evolutionary generation is reached or the best individual remains unchanged among several generations. If the algorithm is not convergent, then continue to the next operations; otherwise, searching process ends.

Selection operation: Roulette wheel selection first calculates each individual corresponding proportion of its fitness value to the total fitness value of the whole population, labeled as , by where and is the size of population. Then the operator repeats times of selecting an individual from the current population to generate the new population. In each time, random real number uniformly scattered in the range is generated, and the individual where satisfies (20) is selected: It is obvious that, in the roulette wheel selection, the fitter individuals have a greater chance of survival than the greater ones.

Crossover. Uniform crossover operator: the crossover operator works as follows. After the two “parents” are drawn, each corresponding pair of coordinates exchanges its values independently, with the same probability , as follows: In formula (13) represent the gene of parents and represent the next generation.

Mutation Operator. Using random number generator to generate a number between 0 and 1, if it is less than the probability of mutation , chromosomes do mutation. Several mutation positions are rolled randomly.

In order to find the best solution, we define different gene length and different number of subpopulation groups for confrontation. By SGA, the population size is 100, gene length is 50, the maximum evolutionary generation is 300, and , , and . The specified running time is 20 mins. The adjustment coefficient A of running performance index function is 3.6. The update time interval is 1 s for multiparticle train simulator (see Table 1).

By PMPGA, we try 3 groups of experiments as below, and the update time interval is 1 s for multiparticle train simulator.

5. Case Study and Simulation

In this project, we use c# to develop a simulation environment. Then the improved train control strategy can be verified and compared with the previous one. The trains run in the Beijing-Shanghai High-Speed Railway from Beijing to Langfang; the line length is 1305.121 km and the distance between Beijing and Langfang is 59.5 km. Reality line parameters including grade, tunnel, curve, and speed restriction are all considered in the simulation.

Train traction property, basic train information, and reality line parameters were showed in Figure 3, Table 2, and Table 3.

From the simulation result, Figure 4 shows that, with standard GA, the maximum fitness rises much faster after the 140th generation and even faster at the 220th generation; after about the 240th generation, the fitness reaches the maximum value and becomes stable after that. Compared with the E1, the maximum fitness rises sharply at the 75th generation and becomes stable from the 120th generation. The result shows that the parallel multipopulation GA has the speed of convergence and the precision is considerably improved; also it avoids the premature convergence phenomenon of single-population evolutionary algorithm and maintains the evolutionary stability of the best individuals.

For experiment E1 (Figure 4, right) and E2 (Figure 5, left), we can see that the gene length was extended to 100 which does not cause any improvement. Both curves reach the maximum value and become stable at about the 120th generation. From the result of E1, the gene length 50 is enough for the control strategy between two stations.

For experiment E3, when was extended from 3 to 6, gene length was set as 50 and generation was set as 150. The speed of convergence was improved. At about the 85th generation, the curves become stable and reach the maximum value.

When applying the control strategy to the simulation system, we got the following result.

From Figure 6 we can see that the running strategy was applied to save energy consumption, and cursing and coasting strategy were also applied in appropriate time. Running results were compared in Table 4.

We can see that when running time from Beijing to Langfang was when applying the fastest strategy, energy consumption is 3957.7 kwh. When running time was set extended to , energy consumption was reduced to about 3252.4 kwh and 3247.2 kwh, which save 17.82% and 17.95% compared with the fastest running time.

In order to verify the efficiency of the PMPGA, we compared it with another optimal algorithm; one is from YanXH who proposed an algorithm based on differential evolution [18] and the other one is from WangDC who proposed a multiobjective fuzzy optimization [19]. We set up module, apply the algorithm at the same train and same railway lines, and get the following results. In Table 5, we define Yan’s experiment as E5 and Wang’s as E6. The result shows that, with Yan’s algorithm, the train was run with a better accuracy in time and E6 is worse. But E5 and E6’s experiments show that the energy consumption was about 3.56% and 4.77% more than the PMPGA result. It is proved that the PMPGA algorithm is better with the fuzzy control optimization and algorithm based on differential evolution.

6. Conclusion

When a train running schedule is fixed, security, stop precision, and riding comfort must be satisfied. We can save energy consumption by optimizing the control strategy. In this paper, a SGA and PMPGA were applied to find a perfect running based on a specified time. By taking the Beijing-Shanghai High-Speed Railway (Beijing-Langfang section) as a case, the result demonstrates that the SGA and PMPGA were able to reduce energy consumption, but the improved PMPGA has higher speed to convergence and has achieved conspicuous energy reduction; also, PMPGA has achieved better result compared with the multiobjective fuzzy optimization algorithm and differential evolution based algorithm.

Conflict of Interests

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