Breeding Particle Swarm Optimization for Railways Rolling Stock Preventive Maintenance Scheduling

Abstract

The goal of railway rolling stock maintenance and replacement approaches is to reduce overall cost while increasing reliability which is multi objective optimization problem and a proper predictive maintenance scheduling table should be adequately designed. We propose Breeding Particle Swarm Optimization (BPSO) model based on the concepts of Breeding Swarm and Genetic Algorithm (GA) operators to design this table. The practical experiment shows that our model reduces cost while increasing reliability compared to other models previously utilized.

Share and Cite:

Aboueldah, T. and Farag, H. (2021) Breeding Particle Swarm Optimization for Railways Rolling Stock Preventive Maintenance Scheduling. American Journal of Operations Research, 11, 242-251. doi: 10.4236/ajor.2021.115015.

1. Introduction

Railway rolling stock preventive maintenance is usually carried out at predetermined regular time/mileage intervals based on the knowledge and experience of train operating companies, rolling stock owners, original equipment manufacturers [1] . As a result, a significant portion of railway maintenance resources (e.g. budget, time, manpower) are wasted due to insufficiency or inefficiency of proper timing of preventive maintenance and replacement [2] . Thus, many predictive maintenance scheduling tables to reduce overall costs whilst keeping highest possible reliabilities have been introduced, for example, a predictive maintenance system to railways turnouts (switches) by integrating two common types of maintenance techniques, reliability centered maintenance and remote condition monitoring [3] . A multi-objective model to optimize the inspection and maintenance procedures with respect to both economic and safety objectives during railway track inspection have been proposed [4] . Railways rolling stocks have been proven to be repairable systems represented by non homogeneous data [5] where Rate of Occurrence of Failures (ROCOF) has a trend and can be predicted by Power Law Non Homogeneous Poisson Process (NHPP) [6] . Previous studies have used Power law NHPP to predict (ROCOF) in railways, for example Bayesian Neural Network (BNN) has been used for predicting failures in underground trains [7] and predicting the stochastic degradation process of metro rails to design maintenance activities scheduling [8] . Reliability-based techniques were used to develop a predictive model for failure rate probability of point-and-point machines in railway signalling subsystems [9] . The prediction model of expected number of rail defects using failure parameters estimation was introduced [10] and the newcast model is used to predict the conditions of switches and crossings in Swedish railways [11] . Based on available failures and maintenance records for 5M25 motor coach of Metrorail fleet at the salt River Depot in Cape town, South Africa [6] [7] a predictive maintenance scheduling table for railways rolling stock based on reliability and cost was introduced [12] . In Section 2 the mathematical model of the multi objective optimization problem representing the predictive maintenance scheduling table is reviewed and in Section 3 we present our proposed Breeding Particle Swarm Optimization (BPSO) based on introducing Genetic Algorithm (GA) operators and swarm division into breeding portion and discarded portion. In Section 4, based on the available data [5] [6] [12] , we will compare the output cost and reliability of our proposed predictive maintenance scheduling table with those obtained in [12] .

2. Mathematical Model

The objective of the predictive maintenance scheduling table in railways rolling stocks is to find the optimum solution that minimize the maintenance cost and maximize the system reliability [13] . To achieve it, a multi objective mathematical model is formulated with the following parameters.

N: Number of components,

J: Number of periods,

T: planning horizon length,

γ i : Failure function parameter of component i,

δ i : Improving/degradation parameter of component i,

α i : Age reduction factor of preventive maintenance of component i,

α i = 0 if replacement, 1 if no changes, 0 < α i < 1 if maintenance,

E i , j : Expected number of failures of component i in the period j,

F i : Failure cost of component i,

M i : Preventive maintenance cost of component i,

R i : Replacement cost of component i,

Z: Opportunity cost of downtime of the overall system,

RR: Required reliability of the overall system,

The decision variables are as follows,

X i , j : Effective age of component i at the start of period j,

X i , j + : Effective age of component i at the end of period j,

m i , j : Equals one if component i at period j is maintained and zero otherwise,

r i , j : Equals one if component i at period j is replaced and zero otherwise.

X i , j + = X i , j + T / J , i = 1 , 2 , , N ; j = 1 , 2 , , J (1)

X i , j + 1 = α i × X i , j + (2)

These two equations indicate that the effective age X i , j + 1 will be zero if component i is replaced, the same as the effective age X i , j + if nothing occurred and equals X i , j + reduced by α i if maintenance occurred.

Assuming that the components failure corresponds to a power law Non Homogeneous Poisson Process (NHPP) where the Rate of Occurrence of Failures (ROCOF) is not a function of time, so the expected number of failures of component i at period j can be written as follows

E i , j = γ i × [ ( X i , j + ) δ i ( X i , j ) δ i ] (3)

The failure cost F i , j of component i at period j is

F i , j = F i × E i , j (4)

The maintenance cost M i , j and replacement cost R i , j of component i at period j are

M i , j = M i × m i , j (5-a)

R i , j = R i × r i , j (5-b)

The overall cost over the whole planning horizon is as follows:

Cost = i = 1 N j = 1 J ( F i , j + M i , j + R i , j ) + j = 1 J Z (6)

As the railways rolling stocks components are linked in series which mean that a failure in any components leads to the overall system failure [7] [12] , so the reliability of component i at the start of period j is defined as

R R i , j = e E i , j = e ( γ i × [ ( X i , j + ) δ i ( X i , j ) δ i ] ) (7)

The system reliability at the end of the period j is

R R j = i = 1 N R R i j (8)

The overall reliability over the whole planning horizon is as follows:

R R = j = 1 J R R j (9)

Thus, the required predictive maintenance scheduling table, is a multi objective optimization problem to maximize reliability and minimize cost subject to the following constraints.

i = 1 , 2 , , N and j = 1 , 2 , , J

X i , j , X i , j + 0 , m i , j + r i , j = 0 or 1

X i , j = ( 1 m i , j 1 ) ( 1 r i , j 1 ) X i , j 1 + + m i , j 1 α i X i , j 1 + (10)

The fitness function could be written based on weighted summation method [14] as follows.

fitness = w 1 Cost Cost max w 2 R R R R max (11)

where w1, w2 are arbitrary selected determination factors subject to w1 + w2 = 1. Alternatively, the fitness function can be written based on the difference between the reliability RR and the required reliability RRreq [14] as follows.

fitness = Cost Cost max + | R R r e q R R | (12)

3. Breeding Particle Swarm Optimization (BPSO)

Stochastic search algorithms such as Simulated Annealing (SA) and Genetics Algorithm (GA) include premature convergence due to the quick losing of diversity. The concept of PSO is based on finding the global best particle as the optimal particle and all the other particles learn from it can bring in keeping the diversity [15] . However in multi objective optimization problem where the problems are complex with many local optima and the local optimums are near to the global optimum, thus the PSO can easily trapped in local optima [16] . In order to promote the search diversity in the PSO to ensure global search (exploration) while maintaining the local search (exploitation), we propose Breeding Particle Swarm Optimization (BPSO) by adding GA operators to PSO as follows:

According to the traditional PSO concept [17] , each particle P l in the swarm of size L represents a solution of the multi objective optimization problem where l = 1 , 2 , , L and the swarm moves from one generation g to another where g = 1 , 2 , , G .

At any new generation g particles’ new fitness function F ( P l n e w ) for all particles are evaluated, the particle best fitness function F ( P l b e s t ) and the global best fitness function F ( P b e s t ) are adjusted according to:

F ( P l n e w ) = { F ( P l b e s t ) F ( P l b e s t ) F ( P l n e w ) F ( P b e s t ) F ( P b e s t ) F ( P l n e w ) (13)

where F ( P b e s t ) = min ( F ( P l b e s t ) ) , l = 1 , 2 , , L .

The BPSO is designed as follows:

The swarm will be divided into two portions, the first is the discarded portion ( L Ψ ) containing the worst particles fitness function where Ψ is the arbitrary selected breeding ratio between zero and one and the other is the breeding portion which is the remaining ( L ( 1 Ψ ) ) particles [18] .

Select randomly two particles from the breeding portion as old parent particles ( P l 1 o l d , P l 2 o l d ) where, l 1 , l 2 = 1 , 2 , , L ( 1 Ψ ) , L 1 L 2 .

To increase the diversity in the search space while keeping the reinforcement searching direction [19] one of the parent particles will be subjected to GA inversion operator while the other to GA swap operator yielding the new modified particles ( P l 1 m o d , P l 2 m o d ) .

GA swap operator selects two random chromosomes among old particle P l o l d chromosomes and changes their location to get new modified particle P l m o d .

GA inversion operator selects two chromosomes randomly among old particle P l o l d chromosomes and changes their location and locations between them to get new modified particle P l m o d .

For example if P l o l d is (2 6 3 1 5 7 4 8) and the two chromosomes 3, 7 are selected for GA swap operator, thus P l m o d will be (2 6 7 1 5 3 4 8) and if they are selected for GA inversion operator P l m o d will be (2 6 7 5 1 3 4 8).

These modified particles ( P l 1 m o d , P l 2 m o d ) will replace old particles ( P j 1 o l d , P j 2 o l d ) from the discarded portion where, j 1 , j 2 = 1 , 2 , , N Ψ , j 1 j 2 and this step continues till replacing all discarded swarm particles.

To ensure the balancing between the global search (exploration) and the local search (exploitation) [20] , the balancing ratio μ is an arbitrary selected ratio between zero and one is applied to the discarded portion to determine which modified particles P i m o d will be subjected to GA insertion operator to get new particles P i n e w .

Insertion operator: selects two random chromosomes and shifts the one to the position after the second one.

For example if P l m o d is (2 6 3 1 5 7 4 8) and the two chromosomes 3, 7 are selected for GA insertion operator, thus P l n e w will be (2 6 1 5 7 3 4 8).

4. Results and Discussion

Predictive maintenance scheduling table for railways rolling stock will be designed to be compared with the previous one [12] designed for motor coach type 5M2A of Metrorail fleet which is a subsidiary of the Passenger Rail Service in South Africa (PRASA) at the Salt River Depot in Cape Town [5] . Failure data consisting of number of failure, time between failures, and cumulative failures for 5M2A motor coach component was obtained from the Fleet Maintenance Management System (FMMS) in the period between 2003 and 2014 and this data is listed in [5] . According to reliability trend test carried out using both Laplace and Lewis Robinson trend test [21] [22] , the components reliability has a degraded trend and is represented by Power Law NHPP and the parameters are estimated using least square method and their values are shown in Table 1 [5] [6] [12] .

The number of periods J is 36 months, the planning horizon length T is 36 and opportunity cost Z is 500,000 Rands [12] . The number of generation G is 500, the number of particles L is 200 as done in [12] , in BPSO, the breeding ratio Ψ is set to be 0.5 as done in [18] , and the balancing ratio μ is selected to be 0.5.

Table 1. Parameters estimated values.

In our experiment, MATLAB 2014b is used to develop the predictive maintenance scheduling table using BPSO and it took an average of 5 minutes to solve each run. Our experiment is conducted in the two different cases similar to the cases done in [12] , in Case 1 the weighted sum fitness function (equation no. 11) is used where w1, is set to be 0.7 and w2 is set to be 0.3 [12] while Case 2 the required reliability fitness function is used (equation no. 12) where RRreq is set to be 0.5 [12] . The cost and reliability associated with the predictive maintenance scheduling table using BPSO are compared with those in [12] using (SA) and (GA) and the comparison results are shown in Table 2.

The predictive maintenance scheduling table for Case 1 and Case 2 using GA have been previously introduced in [12] and are shown in Table 3 and Table 4 respectively. The predictive maintenance scheduling table for Case 1 and Case 2 using BPSO are shown in is shown in Table 5 and Table 6 respectively where R denotes replacement operation and M denotes maintenance operation.

The monthly reliability associated to the predictive maintenance scheduling table using BPSO for Case 1 and Case 2 are shown in is shown in Figure 1 and Figure 2 respectively.

Referring to Table 2, for both Case 1 and Case 2, SA gives higher reliability than GA but doesn’t give lower cost; the reason is that SA applies higher number of preventive maintenance and replacement activities compared to GA. As the design of predictive maintenance scheduling table is a multi objective optimization problem where the objectives are increasing the reliability and reducing the cost, our experimental result shows that both SA and GA could not properly satisfy these objectives. On the contrary, our proposed BPSO gives higher reliability than both of them and in the same time reduces the cost achieving the required objectives. Using BPSO, the number of activities is significantly reduced compared to SA leading to avoid SA drawbacks and in the same time the concept of breeding swarm increases the searching capability by discovering new directions in the search space (global search) while maintaining the reinforcement direction (local search) leading to avoid GA drawbacks.

For Case 1, Referring to Table 3 and Table 5, the predictive maintenance scheduling table for both GA and BPSO has no similar activities in any months during the whole interval (36 months), moreover, only four months are commons in activities (months no. 3, 6, 9, 33) during the whole interval. Thus, BPSO makes global search to explore new regions in the search space leading to discover better solutions than GA.

Table 2. Comparison results.

Table 3. Predictive maintenance scheduling table for case 1 using GA (reliability = 50.3%, Cost = 12,623,229.98 Rands).

Table 4. Predictive maintenance scheduling table for case 2 using GA (reliability = 50.3%, Cost = 12,834,562.76 Rands).

Table 5. Predictive maintenance scheduling table for case 1 using BPSO (reliability = 52.03%, Cost = 12,579,732.45 Rands).

Figure 1. Reliability using PBSO for case 1.

Figure 2. Reliability using PBSO for case 2.

Table 6. Predictive maintenance scheduling table for case 2 using BPSO (reliability = 51.94%, Cost = 12,510,299.90 Rands).

For Case 2, Referring to Table 4 and Table 6, there are six months that are commons in activities (months no. 3, 21, 24, 27, 30, 33) among them there are two months that have similar activities (Months no. 27, 30) during the whole interval. However, the preventive maintenance activity is not used at all in BPSO while used twice in GA (Exhauster motor in month no. 7 and traction motor in month no. 24). Thus, unlike Case 1, BPSO makes local search to exploit the existing searched regions in the search space to obtain better solutions than GA.

Thus, the BPSO realizes the adequate balance between the global search (exploration) and the local search (exploitation) leading to the precise alignment of activities to reduce the expected number of failures (ROCOF) and consequently the failure cost leading to increasing the reliability and reducing costs in designing the predictive maintenance scheduling table for railways rolling stocks.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Dinmohammadi, F., Alkali, B. and Shafiee, M. (2016) A Risk-Based Model for Inspection and Maintenance of Railway Rolling Stock. In: Walls, L., Revie, M. and Bedford, T., Eds., Risk, Reliability and Safety: Innovating Theory and Practice: Proceedings of ESREL 2016, Routledge, London, 1165-1172.
[2] Scarf, P., Alkali, B., Cavalcante, C., Berrade, M.D. and Tait, C. (2012) A Study of the Efficacy of Inspection of Railway Rolling Stock. Annual European Safety and Reliability Conference 2012, Helsinki, 25-29 June 2012, 335-340.
[3] Pedregal, D.J., Garcıa, F.P. and Schmid, F. (2004) RCM2 Predictive Maintenance of Railway Systems Based on Unobserved Components Models. Reliability Engineering & System Safety, 83, 103-110.
https://doi.org/10.1016/j.ress.2003.09.020
[4] Podofillini, L., Zio, E. and Vatn, J. (2006) Risk-Informed Optimization of Railway Tracks Inspection and Maintenance Procedures. Reliability Engineering and System Safety, 91, 20-35.
https://doi.org/10.1016/j.ress.2004.11.009
[5] Asekun, O.O. and Jacobus Fourie, C. (2015) Selection of a Decision Model for Rolling Stock Maintenance Scheduling. South African Journal of Industrial Engineering, 16, 135-149.
https://doi.org/10.7166/26-1-1068
[6] Francois Conradie, P.D., Fourie, C.J., Vlok, P.J. and Treurnicht, N.F. (2015) Quantifying System Reliability in Rail Transportation in an Ageing Fleet Environment. South African Journal of Industrial Engineering, 26, 128-142.
https://doi.org/10.7166/26-2-1076
[7] Pievatolo, A., Ruggeri, F. and Argiento, R. (2003) Bayesian Analysis Andprediction of Failures in Underground Trains. Quality and Reliability Engineering International, 19, 327-336.
https://doi.org/10.1002/qre.583
[8] Bouillaut, L., Francois, O. and Dubois, S. (2012) Optimal Metro-Rail Maintenance Strategy Using Multi-Nets Modelling. International Journal of Performability Engineering, 8, 77-90.
[9] Panja, S.C. and Ray, P.K. (2007) Reliability Analysis of a ‘Point-and-Point Machine’ of the Indian Railway Signaling System. Quality and Reliability Engineering International, 23, 833-848.
https://doi.org/10.1002/qre.851
[10] Chattopadhyay, G. and Kumar, S. (2009) Parameter Estimation for Rail Degradation Model. International Journal of Performability Engineering, 5, 119-130.
[11] Thaduri, A. (2020) Nowcast Models for Train Delays Based on the Railway Network Status. International Journal of System Assurance Engineering and Management, 11, 184-195.
https://doi.org/10.1007/s13198-020-01002-w
[12] Olumuyiwa, A.O. (2014) A Decision Support Model to Improve Rolling Stock Maintenance Scheduling Based on Reliability and Cost. Master’s Thesis, Stellenbosch University, Stellenbosch.
[13] Moghaddam, K.S. and Usher, J.S. (2011) A New Multi-Objective Optimization Model for Preventive Maintenance and Replacement Scheduling of Multi-Component Systems. Engineering Optimization, 43, 701-719.
https://doi.org/10.1080/0305215X.2010.512084
[14] Murata, T. and Taki, A. (2009) Many-Objective Optimization for Knapsack Problems Using Correlation-Based Weighted Sum Approach. International Conference on Evolutionary Multi-Criterion Optimization, Nantes, 7-10 April 2009, 468-480.
https://doi.org/10.1007/978-3-642-01020-0_37
[15] Zhang, Y., Wang, S. and Ji, G. (2015) A Comprehensive Survey on Particle Swarm Optimization Algorithm and Its Applications. Mathematical Problems in Engineering, 2015, Article ID: 931256.
https://doi.org/10.1155/2015/931256
[16] Wang, H., Wu, Z., Rahnamayan, S., Liu, Y. and Ventresca, M. (2011) Enhancing Particle Swarm Optimization Using Generalized Opposition-Based Learning. Information Sciences, 181, 4699-4714.
https://doi.org/10.1016/j.ins.2011.03.016
[17] Kennedy, J. and Eberhart, R.C. (1995) Particle Swarm Optimization. Proceedings of IEEE International Conference on Neural Networks, Perth, 27 November-1 December 1995, 1942-1948.
https://doi.org/10.1109/ICNN.1995.488968
[18] Settles, M. and Soule, T. (2005) Breeding Swarms: A GA/PSO Hybrid. Proceedings of the 7th Annual Conference on Genetic and Evolutionary Computation, Washington DC, 25-29 June 2005, 161-168.
https://doi.org/10.1145/1068009.1068035
[19] Katoch, S., Chauhan, S.S. and Kumar, V. (2021) A Review on Genetic Algorithm: Past, Present, and Future. Multimedia Tools and Applications, 80, 8091-8126.
https://doi.org/10.1007/s11042-020-10139-6
[20] Črepinšek, M., Liu, S.-H. and Mernik, M. (2013) Exploration and Exploitation in Evolutionary Algorithms: A Survey. ACM Computing Surveys, 45, Article No. 35.
https://doi.org/10.1145/2480741.2480752
[21] Kvaløy, J.T. and Lindqvist, B.H. (1998) TTT-Based Tests for Trend in Repairable Systems Data. Reliability Engineering & System Safety, 60, 13-28.
https://doi.org/10.1016/S0951-8320(97)00099-9
[22] Lindqvist, B.H. (2006) On the Statistical Modeling and Analysis of Repairable Systems. Statistical Science, 21, 532-551.
https://doi.org/10.1214/088342306000000448

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.