Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Rule Extraction Based on Extreme Learning Machine and an Improved Ant-Miner Algorithm for Transient Stability Assessment

  • Yang Li ,

    liyang@nedu.edu.cn

    Affiliation School of Electrical Engineering, Northeast Dianli University, Jilin, Jilin, P.R.China

  • Guoqing Li,

    Affiliation School of Electrical Engineering, Northeast Dianli University, Jilin, Jilin, P.R.China

  • Zhenhao Wang

    Affiliation School of Electrical Engineering, Northeast Dianli University, Jilin, Jilin, P.R.China

Abstract

In order to overcome the problems of poor understandability of the pattern recognition-based transient stability assessment (PRTSA) methods, a new rule extraction method based on extreme learning machine (ELM) and an improved Ant-miner (IAM) algorithm is presented in this paper. First, the basic principles of ELM and Ant-miner algorithm are respectively introduced. Then, based on the selected optimal feature subset, an example sample set is generated by the trained ELM-based PRTSA model. And finally, a set of classification rules are obtained by IAM algorithm to replace the original ELM network. The novelty of this proposal is that transient stability rules are extracted from an example sample set generated by the trained ELM-based transient stability assessment model by using IAM algorithm. The effectiveness of the proposed method is shown by the application results on the New England 39-bus power system and a practical power system — the southern power system of Hebei province.

Introduction

Transient stability is concerned with the stability of the power system to maintain synchronism when subjected to a severe disturbance, such as a short circuit on a transmission line [1]. Transient stability assessment (TSA) has been recognized as an important issue to ensure the secure operation of power systems. With interconnection of large-scale power grids, electricity market reform and growing presence of large-scale intermittent renewable energy, the dynamic behaviors of power systems are becoming more complex and difficult to be controlled, with more serious consequences resulted from transient instability [2]. The available TSA methods, such as time domain simulation methods [3], energy function based methods [4] and the extended equal-area criterion [5], can not meet the demands of online applications required by the modern power systems. With the rapid development of computational intelligence, the pattern recognition-based TSA (PRTSA) methods have shown much potential for on-line application to power systems [69]. Its main task is to establish a mapping relationship between system state variables and system stability conclusions. Compared to the other TSA methods, the PRTSA methods have a lot of advantages, such as strong learning ability, fast assessment speed and acquisition of potentially useful information. They have a good prospect in the field of the on-line security and stability analysis of power systems.

However, it has also been observed that the current researches of PRTSA mainly focus on the application of machine learning technique such as artificial neural network (ANN) and support vector machine (SVM) to make stability classification of power systems [8, 9]. Although the above PRTSA methods can perform well for TSA, the black-box nature of the generated classifiers makes them rather incomprehensible and opaque to humans [10, 11], since the predictive models are described as complex mathematical functions. This opacity property is not conducive to understand and analysis the stability problem of power systems from the mechanism [12], and prevents them from being used in practical applications.

Rule extraction is an effective way to make the “black-box” PRTSA approaches have incomprehensibility, whose purpose is to express the knowledge that is implicit in the learning machine in an easily understandable way. Unfortunately, there has been a little research on this issue. In [10, 11], decision tree is employed to extract rules, but the assessment results are sensitive to the construction of samples with the poor generalization ability and robustness as well. IF–THEN rules are extracted from the trained multilayer perceptron (MLP) by scrutinising the weights between hidden-output layer and the weights between input-hidden layer in [12], however the resulting rules are not fine enough.

Extreme learning machine (ELM) proposed by Huang [13, 14] is a new learning scheme for single hidden layer feed forward networks (SLFNs). Compared to other traditional machine learning techniques such ANN and SVM, ELM has better generalization performance with a much faster learning speed, which has been widely used in a lot of engineering applications [15, 16].

However, the acquired knowledge from ELM is contained in the connection weights, and the reasoning process can not be given a clear explanation, which limits further application of ELM in data mining and engineering. It’s contribution to enhance the understandability and interpretation of the reasoning process by representing the knowledge contained in ELM in the form of rules, but so far none of literature on this issue has been reported.

Ant-miner algorithm is a new rule mining algorithm [17] with good robustness and ability to find optimal solutions, which has been successfully applied in engineering applications [18]. Meanwhile, wide-area measurement systems (WAMS) make it possible to obtain the synchronized real-time state information, and this brings new ideas and opportunities to transient stability assessment and prediction [1922].

A novel rule extraction method based on ELM and improved Ant-miner (IAM) algorithm is proposed in this paper. The novelty of this proposal is that transient stability rules are extracted from an example sample set generated by the trained ELM-based TSA model by using IAM algorithm. Based on a view of function replacement, if the generated example samples reflecting the response characteristic of the trained model are sufficient enough and cover the entire sample space with the uniform distribution, the obtained rules will have the similar functions with the original ELM. In this way, the presented approach improves the understandability and interpretability of the “black-box” PRTSA models.

The remainder of this paper is structured as follows. First, the basic principles of ELM and Ant-miner algorithm are respectively introduced in brief. Details of the proposed rule extraction scheme using ELM and IAM for TSA are presented next. Application of the proposed scheme is demonstrated using the New England 39-bus power system and a practical power system—the southern power system of Hebei province, and finally the conclusions are made.

Principle of ELM and Ant-miner Algorithm

Principle of ELM

For N arbitrary distinct samples (xi, yi) ∈ Rn × Rm, where xi = [xi1, xi2,⋯, xin]TRn is the feature vector and yi = [yi1, yi2,⋯, yim]TRm is the target vector, standard SLFNs with L hidden nodes can be mathematically modeled as (1) where wi = [wi1, wi2,⋯, win]T is the weight vector connecting the ith hidden node and the input nodes, βi = [βi1, βi2,⋯, βim]T is the weight vector connecting the ith hidden node and the output nodes, and di is the threshold of the ith hidden node, G(⋅) is the activation function.

Eq (1) can be written compactly as (2) where H is the hidden layer output matrix of the neural network, , the unique parameter needed to be tuned is β = [β1,⋯, βL]T, Y = [y1,⋯, yL]T.

ELM is to minimize the training error as well as the norm of the output weights [13, 14]

(3)

The minimal norm least square solution of (2) is as follows. (4) where H is the Moore-Penrose generalized inverse of matrix H.

Given a training set, the activation function and the hidden nodes, learning process of ELM is as follows: (a) randomly generated parameters of the hidden layer nodes (wi, di), i = 1,⋯, L; (b) calculate the hidden layer output matrix H; (c) calculate the output weights β.

Introduction of Ant-miner algorithm

Ant-miner algorithm is to simulate the process of extraction rules into the process of ants foraging, and the optimal path is chosen as the optimal classification rules [17]. The specific steps are described as follows.

Step 1: Initialization of pheromones. The initial path of the pheromone τij is set as follows. (5) where t and a are respectively the number of iterations and attributes, and bi is the number of values in the domain of the ith attribute. Pheromone level is updated in two phases: evaporation and reinforcement. Evaporation is accomplished by a pheromone evaporation rate ρ, and reinforcement of the pheromone trail is only applied to the best ant’s path.

Step 2: Selection of attributes. Let termij be a rule condition of the form Ai = Vij, where Ai is the ith attribute value and Vij is the jth value of the domain of Ai. The probability that termij is selected to be added to the current partial rule is determined by the decision Pij: (6) where τij (t) is the pheromone of termij in the tth iteration, the heuristic function ηij is represented by (7), (8). (7) (8) where k is the number of categories, InfoTij is the information entropy of termij, |Tij| is the samples number of the partition Tij, is the samples number of class e in Tij.

Step 3: Rule pruning. Aiming at the problem of over-fitting, the obtained rules are needed to be pruned. The effectiveness of the rules Q is determined by (9). (9) where, TP (true positives) is the number of cases covered by the rule that have the class predicted by the rule, FP (false positives) is the number of cases covered by the rule that have a class different from the class predicted by the rule, FN is (false negatives) the number of cases that are not covered by the rule but that have the class predicted by the rule, and TN (true negatives) is the number of cases that are not covered by the rule and that do not have the class predicted by the rule.

Step 4: Pheromone updating. Pheromone is updated according to (10). (10) where ρ is the pheromone evaporation rate.

Step 5: Choose the best rule Rbest, and adding it to the rule sets.

Step 6: Delete the training samples covered by the existing rules.

Step 7: Repeat step 1~6, until the number of training samples is not bigger than the maximum number of the preset uncovered samples.

Rule Extractions for TSA

Steps of rule extraction

From a functional point of view, a rule extraction method based on ELM and IAM is proposed for TSA as shown in Fig 1. The proposed method focuses on the mapping relationship between the state information and the stability result of power systems, and emphasizes the ability to reproduce the function of the ELM classifier, which does not consider the type and structure of ELM. The basic idea of the proposed method is to regard the trained ELM as a new sample space, and then use IAM algorithm to extract the hidden knowledge into rules with good understandability. In this way, the classification rules are generated to functionally replace the original ELM network.

The proposed rule extraction approach can be divided into three steps, comprising feature selection, acquisition of the example sample set and rule learning.

Feature selection

As is well known, feature selection is an issue of paramount importance for PRTSA. In [23], a feature selection method based on kernelized fuzzy rough sets (KFRS) and the memetic algorithm is proposed for TSA. By defining a KFRS-based generalized classification function as the separability criterion, the memetic algorithm based on binary differential evolution and Tabu search is employed to obtain the optimal feature subsets with the maximized classification capability (see [23] for further details).

The approach presented here uses the same feature selection method in [23], and the optimal feature subsets obtained for the New England 39-bus system and the southern power system of Hebei province are used as the input features in this study, as respectively shown in Tables 1 and 2. Here, t0 and tcl denote the fault occurrence and clearing time in turn, tcl+3c, tcl+6c and tcl+9c respectively denotes the 3-rd, 6-th and 9-th cycle after the fault clearance.

thumbnail
Table 1. The input features for the New England 39-bus test system.

https://doi.org/10.1371/journal.pone.0130814.t001

thumbnail
Table 2. The input features for the southern power system of Hebei province.

https://doi.org/10.1371/journal.pone.0130814.t002

Acquisition of the example sample set

An example consists of the input mode and output mode. If an example is judged by using the trained ELM model, the assessment result is used as the output mode. Then, a new example can be obtained by composing the obtained output mode and the original input mode, which reflects the response characteristic of ELM in a certain extent [24]. If the examples are sufficient enough and cover the entire sample space, the rules obtained will have the similar functions with the original ELM, i.e., these rules can describe the functions of the original network. The steps of generating the example sample set are listed as follows.

Step 1: Based on the training set A with class labels, the TSA model is obtained by using ELM.

Step 2: Determine the range of the input features, and then generate a random data set B1 (the input modes) without the corresponding class labels in the range. In addition, one should to note that the data set B1 has the same input features with the training set A, and their values are different.

Step 3: The obtained data set B1 is assessed by using the trained ELM-based TSA model, and then the corresponding class labels (the output modes) are obtained.

Step 4: Finally, the example sample set B used for the follow-up rule learning can be acquired by combining with the input and output modes, which are respectively obtained in Step 2 and Step 3.

Rule learning

IAM algorithm.

“No free lunch” theorem [25] shows that there is no optimization algorithm is optimal for any problems such as global optimization ability and convergence speed. The original Ant-Miner algorithm is improved from two aspects in this paper. On the one hand, an adaptive tuning strategy is adopted to tune the pheromone evaporation rate ρ; on the other hand, the heuristic function is improved to reduce the computational overhead.

(1) Improvement of pheromone evaporation rate ρ. In Ant-miner algorithm, the control parameter ρ plays an important role in the performance of Ant-miner algorithm, so an adaptive tuning strategy is adopted here. If ρ is bigger, the algorithm is not easy to fall into local optimum, but its convergence speed is slow; otherwise, its convergence speed is fast, but it is easy to fall into local optimum. In this paper, a self-adaptive adjustment control way is employed to improve the performance of the algorithm, (11) where ρmin is the minimum of ρ.

By setting the dynamic parameter ρ, the useful information in the last search can be preserved, which facilitates a more finer search in a better area. By this means, not only the convergent speed but also the searching ability are enhanced.

(2) Improvement of the heuristic function. The heuristic value in AntMiner is defined as an information theoretic measure in terms of the entropy. Unfortunately, the information entropy-based heuristic function is complex and time-consuming. With the assumption that the small induced errors are compensated by the pheromone level [26], a density-based heuristic function is employed as shown in (12), which makes IAM computationally less expensive without a significant degradation of the stated performance. (12) where |Tij| and |Ts| are the first iteration t, respectively, the total number of samples in the sample number and the division Tij of the training set.

Process of IAM algorithm.

An iteration of the IAM Algorithm mainly consists of three steps, comprising rule construction, rule pruning, and pheromone updating, detailed as shown in Fig 2.

Rule learning based on IAM.

The rule learning steps are listed as follows:

Step 1: Data pre-processing. The z-score standardization method is used as the data pre-processing method for the obtained sample set. (13) where and σF are the mean and standard deviation of any feature F in sample data, respectively; f' is the normalized value of f, fF.

Step 2: Based on the trained ELM-based TSA model, an example sample set S can be obtained. To approximate the functions of the original ELM network, the obtained samples should be sufficient enough and cover the entire sample space with the uniform distribution.

Step 3: If there exist some examples with a same attributes combination belong to the same class in S, then a new rule Ru is established, i.e. the attributes combination and the class are respectively used for the rule antecedent and rule consequent.

Step 4: Based on the trained IAM-based TSA model, a new example sample set S* is generated to justify the fidelity of the rule set. If the fidelity of the rule set meets the requirements, then the rule Ru is retained in the discovered rule list, and the covered cases by the rule Ru is removed from S; otherwise, Ru is eliminated from the rule list.

Step 5: If S = ∅, then stop the learning process; otherwise, go to Step 3 and repeat the process. This makes the generated rules gradually approaching the functions of the original ELM classifier.

Step 6: Output the generated rule set.

Case Studies

The effectiveness of the proposed method is tested on the New England 39-bus power system and a practical power system—the southern power system of Hebei province. All programs are implemented in MATLAB on a PC platform with the master frequency 1.81 GHz and main memory 1 GB.

In order to properly assess the performance of the proposed predictive model, the well-known model validation technique, cross-validation, is employed in the following case studies, as it provides a nearly unbiased estimate of the generalization ability of predictive models by avoiding overfitting and underfitting.

Case 1—The New England 39-bus power system

The New England 39-bus power system is the widely-used test system for TSA studies reported in the literature [1012, 22]. The one-line diagram of the power system is shown in Fig 3.

Generation of the sample sets.

Extensive time domain simulation work has been carried out to create the training and test sample sets. The simulation is done with the four-order machine model and the IEEE DC1 excitation system model, as well as the constant impedance load model. A three-phase short-circuit faults is created at instant 0.1 s and cleared at 0.2 s. A successful reclosure of the faulted line is applied after fault clearance with no topology change from the fault. A total of 4800 arbitrary samples at 80 different fault locations are created under 75%, 80%, 85%, ……, 130% of the basic load levels. Corresponding to each loading level, 5 different generator outputs are randomly set.

A class label “-1” or “+1” is assigned to each sample according to maximum relative rotor angle deviation during the transient period. If the maximum relative rotor angle deviation exceeded 360 degree [22, 23], the class label is given as “-1” and the system is considered to be transiently unstable; otherwise, the label is given as “+1” and the system is stable. In Figs 4 and 5, a transient stable case and an unstable case are respectively shown by plotting the rotor angle swing curves.

Parameter settings.

In the proposed approach, there are only two parameters, the evaporation rate ρ and the number of ants, needed to be set. To obtain the optimal parameters, large amounts of experiments over a range of parameter settings have been carried out with the results shown in Figs 68. Fig 6 shows the influence of these parameters on accuracy with a wider line used for the experiments with 400 ants and varying ρ, and the experiments with ρ set to 0.85 and varying number of ants. Fig 7 and Fig 8 show the surface lines for a constant evaporation rate (0.85) and constant number of ants (400), respectively.

thumbnail
Fig 7. Influence of the number of ants on accuracy (with ρ set to 0.85).

https://doi.org/10.1371/journal.pone.0130814.g007

thumbnail
Fig 8. Influence of the pheromone evaporation rate on accuracy (with 400 ants).

https://doi.org/10.1371/journal.pone.0130814.g008

It might be taken for granted that the better results will be obtained if the parameters are higher, since more ants mean that more candidate rules are generated and increasing ρ will cause the convergence process to be slower. However, from a certain threshold on, an interesting phenomenon called “a flat-maximum effect” can been found: with the increasement of the parameters, accuracy increases at first; but it has no significant increase from a certain threshold on, as shown in Figs 68.

Based on the experiment results, the evaporation rate ρ and the number of ants are respectively set to 0.85 and 400 (indicated with the white dot in Fig 6), since the choice provides the best performance for the proposal in the most cases. Therefore, the choice is employed as the parameter settings for our experiments.

Evaluation measures.

In order to properly assess the performance of the proposed method (ELM-rules), it is tested by using the well-known 5-fold cross-validation methods. Taking into account that the predictive accuracy Acc has some kind of occasionality, the test results should be assessed in statistical basis [23]. Therefore, measures like precision Prec and the area under the receiver operating characteristic (ROC) curve AUC are also taken into account for the performance assessment of the proposed method. If a classifier model is perfect, AUC will be 1. If the model is just a random guess model, AUC will be 0.5. The value of model of AUC is greater, the model is more excellent. Considering the above three classification performance indicators, a composite indicator η is used to comprehensively evaluate the TSA classifier models’ performance [23]. η is defined as

(14)

Results and Discussion

(1) Test results. The presented method is tested by using cross-validation methods, and comparative tests are also carried out by using other relative state-of-the-art methods, including RuleFit (a rule-based ensembles method) [27], Rotation forest [28], ELM [16] and MLP. The test results are reported in Table 3 with the ROC curve shown in Fig 9.

In Table 3, Acc is the average validation accuracy of the 5-fold cross validation, #R is the number of the discovered rules, #T/R is the average number of rule conditions (terms) per rule, and the numbers right after the “±” symbol are the standard deviations of the corresponding evaluation measures. The parameters of the predictive models are set as follows: the parameters of RuleFit and Rotation forest are respectively set according to the reference [27] and [28]; for the ELM classifier, the hidden layer node number is set to 50; the MLP is designed with the hidden neuron number 15, and the back-propagation algorithm with the learning rate and momentum factor 0.8 and 0.7 respectively is employed.

As is shown in Table 3, the assessment results of different predictive models are different from each other, which can be summarized according to classification ability and rule list simplicity. Concerning classification ability, the classification ability of ELM is highest with the composite indicator η getting the maximum value 0.9697; the one of MLP are lowest with η getting the minimum value 0.9386; and the ones of RuleFit, ELM-rules and Rotation forest are respectively 0.9670, 0.9643 and 0.9643. Concerning rule list simplicity, ELM and MLP are the black-box incomprehensible predictive models; among rule-based methods, the presented method is superior to the others, and Rotation forest is the worst one.

From Table 3, a good tradeoff between classification ability and rule list simplicity is clearly present: 1) the most accurate results are obtained by incomprehensible nonlinear ELM models; 2) the most accurate rule-based classifier, RuleFit, is slightly better than the second best rule-based classifier, ELM-rules, however, ELM-rules discovered rule lists simpler than that discovered by RuleFit since which has fewer the average number of rules and terms per rule; 3) ELM-rules and Rotation forest are roughly equivalent in terms of predictive accuracy (η of them are equivalent to each other), and ELM-rules discovered rule lists much simpler than that discovered by Rotation forest. The reason for this is that the proposed approach extracts transient stability rules from an example sample set generated by the trained ELM-based TSA model by using IAM algorithm. By this means, the proposal combines the advantages of ELM and IAM, resulting in the good predictive performance of the obtained rules. Therefore, the conclusion can be drawn on the basis of the evidence that the proposed method is an effective way to extract the transient stability rules, since the simplicity of a rule list tends to be even more important than its predictive ability in TSA, as motivated earlier in this paper.

Case 2—The southern power system of Hebei province

In order to further justify the efficacy and applicability of the proposed approach for a more complex and practical system, it is examined on the model of a practical large power system—the southern power system of Hebei province, China. The power system covering an area of 84,000 square kilometers is a highly interconnected grid with an approximate installed capacity of 28260 MW. The modeled system comprises of 83 generators, some series compensated lines and static var compensators (SVCs).

Generation of the sample sets

Extensive simulation has been carried out to generate the sample sets. Of all 83 generators in the system, 11 generators are modeled as the six-order model, and the excitation systems and governors are considered; others the classical machine model. The load model is represented by a comprehensive model with 40% constant-impedance and 60% constant power. In the range from 90% to 120% of the basic load level, active and reactive powers of generators are set correspondingly. Contingencies created are three-phase to ground faults, and the fault clearing times are varied from five to ten cycles. A successful reclosure of the faulted line is applied after fault clearance with no topology change from the fault. The fault locations lie at 0, 25%, 50%, and 75% of the length on transmission lines. The stability criterion is as same as in Case-1. A total of 5000 arbitrary samples are created.

Prediction Results and Performance

In this Case, the performance of the proposed approach is also evaluated by using the 5-fold cross-validation method. By using the parameter setting method in Case-1, the evaporation rate ρ and the number of ants are respectively set to 0.85 and 600 through large amounts of experiments. The ROC curve of the proposal is shown in Fig 10, and the test results of the presented method and the relative state-of-the-art methods in this Case are summarized in Table 4.

From Table 4, the presented results prove that the proposed algorithm is applicable to real power systems, and it is able to extract transient stability rules for a real power system—the southern power system of Hebei province. Concerning classification ability, the proposed method has roughly equivalent performance to the relative state-of-the-art works on this area; concerning rule list simplicity, the presented approach is superior to the others. Based on a comprehensive consideration of classification ability and rule list simplicity, the presented method is a good choice to solve the rule extraction problem for PRTSA.

Conclusions

In order to improve the understandability of the PRTSA approaches, a novel rule extraction method based on ELM and IAM algorithm is presented in this paper. The key point of the proposal is that transient stability rules are extracted from an example sample set generated by the trained ELM-based TSA model by using IAM algorithm. Based on the well-known cross-validation methods, the effectiveness of the proposed method is tested on the New England 39-bus power system and the southern power system of Hebei province, and the following conclusions can be safely drawn from this work:

  1. The proposed method can extract the transient stability rules not only for the New England 39-bus power system, but also for real power systems.
  2. The classification ability of the proposed method is roughly equivalent to that of the relative state-of-the-art works on this area, including RuleFit and Rotation forest; however, the rule list simplicity of the proposed method is better than that of the other ones.
  3. The proposed approach may find potential applications in real-time transient stability prediction of power systems. Furthermore, the methodology of rule extraction may be applied to any similar pattern classification problem in engineering field.

Author Contributions

Conceived and designed the experiments: YL. Performed the experiments: YL GL ZW. Analyzed the data: YL GL. Contributed reagents/materials/analysis tools: YL ZW. Wrote the paper: YL.

References

  1. 1. Kundur P, Paserba J, Ajjarapu V, Anderson G, Bose A, Canizares C, et al. Definition and classification of power system stability. IEEE Transactions on Power Systems. 2004;19(3): 1387–1401.
  2. 2. Andersson G, Donalek P, Farmer R, Hatziargyriou N, Kamwa I, Kundur P, et al. Causes of the 2003 major grid blackouts in North America and Europe, and recommended means to improve system dynamic performance. IEEE Transactions on Power Systems. 2005;20(4): 1922–1928.
  3. 3. Anderson PM, Fouad AA. Power system control and stability. 2nd ed. Piscataway, NJ: IEEE Press; 2003.
  4. 4. Pai MA. Energy function analysis for power system stability. Boston, MA: Kluwer Academic Publisher; 1989.
  5. 5. Xue Y, Wehenkel L, Belhomme R, Rousseaux P, Pavella M, Euxibie E, et al. Extended equal area criterion revisited (EHV power systems). IEEE Transactions on Power Systems. 1992;7(3):1012–1022.
  6. 6. Mohammadi M, Gharehpetian GB. On-line transient stability assessment of large-scale power systems by using ball vector machines. Energy Conversion and Management. 2010;51(4): 640–647.
  7. 7. Sun K, Likhate S, Vittal V, Kolluri VS, Mandal S. An online dynamic security assessment scheme using phasor measurements and decision trees. IEEE Transactions on Power Systems. 2007;22(4):1935–1943.
  8. 8. Moulin LS, Alves da Silva AP, El-Sharkawi MA, Marks RJ. Support vector machines for transient stability analysis of large-scale power systems. IEEE Transactions on Power Systems. 2004;19(2):818–825.
  9. 9. Amjady N, Banihashemi SA. Transient stability prediction of power systems by a new synchronism status index and hybrid classifier. IET generation, transmission & distribution. 2010;4(4):509–518. pmid:16673863
  10. 10. Wehenkel L. Machine-learning approaches to power-system security assessment. IEEE Expert-Intelligent Systems & Their Applications. 1997;12(5): 60–72.
  11. 11. Kamwa I, Samantaray SR, Joos G. Development of rule-based classifiers for rapid stability assessment of wide-area post-disturbance records. IEEE Transactions on Power Systems. 2009;24(1): 258–270.
  12. 12. Lin YJ. Explaining critical clearing time with the rules extracted from a multilayer perceptron artificial neural network. International Journal of Electrical Power & Energy Systems. 2010;32(8): 873–878.
  13. 13. Huang GB, Zhu QY, Siew CK. Extreme learning machine: Theory and applications. Neurocomputing. 2006;70:489–501.
  14. 14. Huang GB, Zhou H, Ding X, Zhang R. Extreme learning machine for regression and multiclass classification. IEEE Transactions on Systems, Man, and Cybernetics—Part B: Cybernetics. 2012;42(2): 513–529.
  15. 15. Zhang R, Huang GB, Sundararajan N, Saratchandran P. Multi-category classification using extreme learning machine for microarray gene expression cancer diagnosis. IEEE/ACM Transactions on Computational Biology and Bioinformatics. 2007;4(3): 185–495.
  16. 16. Xu Y, Dong ZY, Zhao JH, Zhang P, Wong KP. A reliable intelligent system for real-time dynamic security assessment of power systems. IEEE Transactions on Power Systems. 2012;27(3):1253–1263.
  17. 17. Parnelli RS, Lopes HS, Freitas AA. Data mining with an ant colony optimization algorithm. IEEE Transactions on Evolutionary Computation. 2002;6(4): 321–332.
  18. 18. Martens D, De Backer M, Haesen R, Vanthienen J, Snoeck M, Baesens B. Classification with ant colony optimization. IEEE Transactions on Evolutionary Computation. 2007;11(5): 651–665.
  19. 19. Taylor CW, Erickson DC, Martin K, Wilson RE, Venkatasubramanian V. WACS—wide-area stability and voltage control system: R&D and online demonstration. Proceedings of the IEEE. 2005;93(5):892–906.
  20. 20. Phadke AG, Thorp JS. Synchronized phasor measurements and their applications. New York: Springer-Verlag; 2008.
  21. 21. Terzija V, Valverds G, Cai D, Regulski P, Madani V, Fitch J, et al. Wide-area monitoring, protection, and control of future electric power networks. Proceedings of the IEEE. 2011;99(1):80–93.
  22. 22. Gomez FR, Rajapakse AD, Annakkage UD, Fernando IT. Support vector machine-based algorithm for post-fault transient stability status prediction using synchronized measurements. IEEE Transactions on Power Systems. 2011;26(3):1474–1483.
  23. 23. Gu XP, Li Y, Jia JH. Feature selection for transient stability assessment based on kernelized fuzzy rough sets and memetic algorithm. International Journal of Electrical Power & Energy Systems. 2015;64: 664–670.
  24. 24. Zhou ZH, Jiang Y, Chen SF. Extracting symbolic rules from trained neural network ensembles. AI Communications. 2003;16(1): 3–15.
  25. 25. Wolpert DH, Macready WG. No free lunch theorems for optimization. IEEE Transactions on Evolutionary Computation. 1997;1(1): 67–82.
  26. 26. Liu B, Abbass HA, McKay B. Classification rule discovery with ant colony optimization. IEEE Computational Intelligence Bulletin. 2004;3(1): 31–35.
  27. 27. Friedman JH, Popescu BE. Predictive learning via rule ensembles. The Annals of Applied Statistics. 2008;916–954.
  28. 28. Rodriguez JJ, Kuncheva LI, Alonso CJ. Rotation forest: A new classifier ensemble method. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2006;28(10), 1619–1630. pmid:16986543