SINERGI Vol. No. February 2020: 29-36 http://publikasi. id/index. php/sinergi http://doi. org/10. 22441/sinergi. ELMAN-RECURRENT NEURAL NETWORK FOR LOAD SHEDDING OPTIMIZATION Widi Aribowo Department of Electrical Engineering. Faculty of Engineering. Universitas Negeri Surabaya Jl. Unesa Kampus Ketintang. Surabaya 60231 Email: widiaribowo@unesa. Abstract -- Load shedding plays a key part in the avoidance of the power system outage. The frequency and voltage fluidity leads to the spread of a power system into sub-systems and leads to the outage as well as the severe breakdown of the system utility. In recent years. Neural networks have been very victorious in several signal processing and control applications. Recurrent Neural networks are capable of handling complex and non-linear problems. This paper provides an algorithm for load shedding using ELMAN Recurrent Neural Networks (RNN). Elman has proposed a partially RNN, where the feedforward connections are modifiable and the recurrent connections are fixed. The research is implemented in MATLAB and the performance is tested with a 6 bus system. The results are compared with the Genetic Algorithm (GA). Combining Genetic Algorithm with Feed Forward Neural Network . and RNN. The proposed method is capable of assigning load releases needed and more efficient than other methods. Keywords: Load shedding. Power stability. Genetic Algorithm. Recurrent neural networks. Elman Copyright A 2020 Universitas Mercu Buana. All right reserved. Received: August 9, 2019 INTRODUCTION Power systems are complex multicomponent dynamic systems in which the system characteristics fluctuate with varying loads and varying generation schedules . Large disorders can cause system and voltage instability. Frequency instability is like a decrease in drastic frequency can cause the system to experience total blackouts. One of the strategies to anticipate possibilities of the drastic decrease in frequency is released some of the burden borne by the After some loads are released, loads are borne by plants that are still operating will decreases, and frequency will be able to return to normal condition immediately after a balance occurs between generation and loading. Release the load must be carried out immediately at the time of frequency the system began to decline If there is a disturbance in the system cause the available power cannot serving loads, for example, caused by existence generating unit that trips, so to prevent collapse occurs, the system needs to do load Shedding Maintaining the power system frequency within the permissible limits is an important control task, which in normal conditions is carried out using load frequency control . However, when a sudden power deficit occurs as a result of outage of large generating units or islanding of Revised: October 6, 2019 Accepted: October 8, 2019 some parts of power system, even if the existing generating units have enough spinning reserve to supply the demand, their response is not rapid enough to stop the frequency excursion and prevent the operation of generating unitsAo protective relays. The condition may lead to an outage of some of the generating units. Consequently, the outage of a generating unit can worsen the situation and decrease the frequency to a lower level. therefore, the relays of other generating units might trip and lead to power system blackout . The process of releasing several loads with a degrade priority is to maintain the stability and reliability of the existing system. Load shedding schemes are needed to maintain power system stability. It is a common habit for electric companies to run loads shedding procedure with adjusting under-frequency relays to decide the predestinated load in various shedding tread when the frequency crashes fall from setting The transient stability explores all the probability the problem of the external equipment power system has to be carried out to obtain an expeditious load shedding procedure Some of the latest methods have been applied to the issue of load release with the hope of obtaining efficient load release. The situation is to maintain a steady state of the power system. Aribowo. Elman-Recurrent Neural Network for Load Shedding Optimization SINERGI Vol. No. February 2020: 29-36 computationally easy algorithm has been Arya et al. have a novel method based on the sensitivities of the minimum eigenvalue of load flow Jacobian . Arya et al. have differential evolution (DE methods for load shedding stress stability considerations . Yan Xu et al. have a reserved approach using Parallel-Differential Evolution (P-DE) to optimal load shedding for avoiding voltage collapse . Hamid and Musirin have a fuzzy logic method as a mastermind that is recommended an algorithm to uncover the suitable load buses for the goal of load shedding reckoning multi-contingencies . Hong et al. have Load Shedding considering a fuzzy load . Rao et al. have proposed a Genetic algorithm method based on Time priority for optimizing load shedding . Tang et al. have method Adaptive load shedding based on combined frequency and voltage stability . The recurrent neural network method has been applied to various problems in recent years. The technique can be split into two primary categories: full and partially one. Recurrent neural networks were humbly identified in the late 1980s to learn character sequences. Various studies have developed this method. This study presents a recurrent neural network called an Elman network. The Elman network is called a simple recurrent network (SRN) because it is similar to a fully connected network, but the number and complexity of interconnections are lower than in an RNN . The advantage of RNN is a Neural Network with a feedback facility to its neurons and other The information flow from input has direction plural . The RNN output does not only depend on the current input but also depends on the input conditions for the past. This condition is intended to accommodate past events included in the computational process and is important for a quite complicated problem and the response of the NN output is related to time variation . ime-varyin. RNN has a sensitivity to time with memory conditions past This research will present optimization load shedding using the Recurrent Neural Network (RNN). The results compared with GA and Hybrid methods from previous studies by . The hybrid method by . is a combined Genetic Algorithm (GA) and Neural Network (NN). The neural network by . was used Feed Forward Neural Network (FFNN). METHOD An Elman RNN is a network with an initial configuration based on a regular feedforward neural network. As is well-known, in an FFNN, the information moves in only one direction, forward, from the input nodes, through the hidden nodes, and to the output nodes without cycles or The main difference between the FFNN and the Elman network, because the latter has a layer called the context layer. The neurons in the context layer, called context neurons, hold a copy of the outputs that are given by the neurons of the hidden layer to the output layer. It means that in the following computing step, information that was given as an output by the hidden layer is used as new input information for this layer. The condition is intended to accommodate past events included in the computing process. This is important for fairly complex problems, and NN output responses are related to time-varying so that NN has a time sensitivity with past conditions memory. The Structure of Recurrent Neural Network shown in Figure 1. The j and k signs present from j and k neurons, each neuron from the input corresponds to weight W ji. The Layers 1 output matches the W ji. Whereas Oj is related to W kj. Layer 1 i =1 i =1 Pj . ) = Eu I j E W ji bi Eu Oi E W ji O j . ) = O j . Oe . O j . ) = f ( Pj . )) = Pj ( t ) Oee Oe Pj ( t ) Pj ( t ) Oe Pj ( t ) . Layer 2 Pk . ) = Eu O j . ) E Wkj bi Ok . ) = Pk . ) . i =1 The error function is defined: E . ) = Eu ( xk . ) Oe Ok . ))2 2 k =1 . Which xk. is output system and n is output Weight W ji and weight W kj can be adjusted by using the steepest descent algorithm. CE . ) CW ji . ) . CE . ) CWkj . ) . W ji . = W ji . ) AEW ji . ) = W ji . ) Oe A1 Wkj . = Wkj . ) AEWkj . ) = Wkj . ) Oe A1 1is learning rate from RNN. Gradient error E . of weight W ji and weight W kj are: CE . ) = Oe( xk . ) Oe Ok . )) E Ok . ) CW ji . ) CE . ) = OeEu . ) Oe Ok . ) E Wkj . ) E . Oe O j . ) 2 ) E O j . Oe . ] CW ji . ) . Aribowo. Elman-Recurrent Neural Network for Load Shedding Optimization p-ISSN: 1410-2331 e-ISSN: 2460-1217 Figure 1. Schematic Representation of The Recurrent Neural Network . Figure 2. Flowchart of RNN for the proposed approach. This study adjusted quantitative methods with historical data to estimate control values. Processing and analyzing data are taken from time to time. Data is taken and analyzed in The step of this research is explained in Figure 2. Aribowo. Elman-Recurrent Neural Network for Load Shedding Optimization SINERGI Vol. No. February 2020: 29-36 Related Work A previous study conducted by . , the load shedding tested with 6 bus systems was obtained using a GA and Hybrid method. The result can be seen in Table 1. Table 2 and Table The performance of the proposed hybrid method is compared with the base case and GA The performance comparison of six bus systems, the minimum eigenvalue and the sensitivity of eigenvalues are compared. Table 1. Comparison Methods in Minimum Eigenvalue and sensitivity of minimum eigenvalue of the six-bus system . Bus number The minimum eigenvalue for load bus at normal load Sensitivity eigenvalue calculated by GA Sensitivity eigenvalue calculated by Hybrid Table 2. Comparison Methods in Bus voltage of 6-bus system before and after load shed . Bus number Normal bus Voltage after generation change . Voltage after load shed by GA . Voltage after load shed by a hybrid method . Table 3. Comparison Methods in Real power of load before and after load shed for Ie 6 bus system Bus number Normal load . Load shed by GA . Load shed by hybrid . RESULTS AND DISCUSSION The bus and line data of 6 bus systems are referred to in . The system consists of 2 generator buses and four load buses. The buses 3, 4, 5 and 6 are load buses. Data research was used to conduct NN training. Table 4 is the parameter used using RNN. Figure 3 is RNN training using data six bus system Table 4. Parameter proposed Recurrent Neural Network Syntax Number of Hidden Layer Transfer Function for Hidden Layer Transfer Function for Output Layer Weight /Bias Function Epoch Learning Rate Momentum Parameter Hyperbolic Tangent Sigmoid Transfer Function . Linear Transfer Function . Gradient Descent with Momentum . Figure 3. Plot Training of RNN Aribowo. Elman-Recurrent Neural Network for Load Shedding Optimization p-ISSN: 1410-2331 e-ISSN: 2460-1217 The neural network training has five hidden layers, and the Hyperbolic Tangent Sigmoid function transfer. The learning rate is used 0. 2 momentum. Figure 3 shows the results that completed in 24 iterations of the 1000 epoch The training performance results are 000996 with a 0. 124 gradient. The proposed RNN algorithm has stable voltage stability and a minimum load shedding Table 5 shows the eigenvalue sensitivity ratio of each method. The Sensitivity eigenvalue can be seen in Figure 4. Next, the results are measured using Mean absolute percentage error (MAPE). The MAPE is a measure of how accurate a forecast system. Table 6 shows a comparison of calculations from MAPE and is illustrated in Figure 5. Table 5. Sensitivity eigenvalue calculated for Ie 6 bus system. Bus number The minimum eigenvalue for load bus at normal load Sensitivity eigenvalue calculated by GA Sensitivity eigenvalue calculated by Hybrid Sensitivity eigenvalue calculated by RNN Figure 4. Data of Sensitivity eigenvalue Table 6. MAPE Of Sensitivity eigenvalue calculated for the Ie 6 bus system. Bus number MAPE Hybrid MAPE GA MAPE RNN Table 7. Data of Load Shed for the Ie 6 bus system. Bus number Normal load . Load shed by GA . Load shed by a hybrid . Aribowo. Elman-Recurrent Neural Network for Load Shedding Optimization Load shed by RNN . SINERGI Vol. No. February 2020: 29-36 Figure 5. Graph MAPE Of Sensitivity eigenvalue calculated for the Ie 6 bus system Table 8. Data of Voltage after generation change for Ie 6 bus system Bus number Normal bus Voltage after change . Voltage after load shed by GA . Voltage after load shed by a hybrid . Voltage after load shed by RNN . Figure 6. Graph Comparison of Data of Voltage after generation change for Ie 6 bus system Aribowo. Elman-Recurrent Neural Network for Load Shedding Optimization p-ISSN: 1410-2331 e-ISSN: 2460-1217 Table 7 shows calculations of bus voltage, real power, and load values. The results on the 6 bus system show that the RNN algorithm is superior to voltage stability and the lowest load shedding Figure 6 shows a comparison before and after load shedding. Generally, the proposed method has a better average than other methods. CONCLUSION The performance of the proposed method is measured and applied using 6 bus systems. The proposed RNN method is compared to GA and the Hybrid Method that has been done before that is used as a combination of backpropagations neural network and GA. Data obtained the average error value of load shedding using the RNN method is 1. The result is better than other methods. There is 55% using the hybrid method and 11. using the GA method. The average error value of the voltage obtained using the RNN method is 0. This result is better than other methods. There are 3,609% using the hybrid method and 1,751% using the GA method. A comparison in this study shows that the proposed RNN has superiority at minimum voltage deviations and load shedding. REFERENCES