Genetic Neural Networks - Based Strategy for Fast Voltage Control in Power Systems

Size: px
Start display at page:

Download "Genetic Neural Networks - Based Strategy for Fast Voltage Control in Power Systems"

Transcription

1 Genetic Neural Networks - Based Strategy for Fast Voltage Control in Power Systems M. S. Kandil, A. Elmitwally, Member, IEEE, and G. Elnaggar The authors are with the Electrical Eng. Dept., Mansoura university, Egypt ( kelmitwally@yahoo.co.uk). Abstract-In this paper, a new technique for voltage and reactive power control based on genetic-ann is proposed. Genetic algorithm is employed to give more proper initial weights for the decision-making neural network. Then, a fast complete training of the ANN is accomplished using backpropagation algorithm. The training data is obtained by running an adjusting power flow program at different operating conditions of the power system. The ANN has a three-layer feedforward structure. The input vector includes the load level of the power system and the required voltage values at the load buses. The output vector is the setting values for the various reactive power control devices incorporated into the power system. The integrated scheme is applied to two example systems which are the IEEE- 30 bus and middle delta zone network in Egypt. The results obtained clearly show that, the ANN approach is capable of alleviating voltage violations in power system. Furthermore, a comparison with adjusted power flow technique shows the clear superiority of the proposed ANN to achieve the proper control action in a shorter computational time. Keyword: Voltage control, neural network, genetic algorithm, adjusted power flow, fast control. I. INTRODUCTION One of the main requirements in power system is to keep the load bus voltage within limits specified for the proper operation of equipment. Any change to the system configuration or in power demands can result in higher or lower voltages in the system. The operator can improve this situation by reallocating reactive power generations in the system by control devices such as transformer tap settings, generator voltage regulator and switching reactive power sources. In this respect, an efficient control technique is needed [1]. In the past, several techniques have been employed using sensitivity relationships and gradient search approaches to overcome this complex problem [2-3]. This techniques give the approximate changes in bus voltages for a given control action. In these approaches, the bus voltage violations are alleviated one by one. So these methods can be used in small number of violations. In case of many violations, the method may run into an infinite number of iteration. To avoid these difficulties linear programming (LP) approach [4-5] has been proposed to yield the control actions. In most of these studies, the LP problem has been formulated using real valued control variables in order to reduce the computational effort. However, these methods are complex and require significant computational effort to determine the required adjustments to control variables. Artificial intelligence (AI) methods have also been applied to control voltage to be within acceptable limits. The expert system (ES) techniques [6] are applied to identify the system operating conditions, detect the bus or buses at which certain constraints have been violated, and select the appropriate control actions to alleviate the voltage violations. Therefore, ES decides and gives proper signals to perform the control actions of the power system. However, in the case of large power system, the knowledge base is larger and consequently the search time will be increased. References [7-9] presented fuzzy logic theory to optimal control of reactive power. Using fuzzy sets operators the coefficients of the objective function are calculated for each bus and membership functions are defined for bus voltages. Reference [10] presents Artificial Neural Network (ANN) to control the voltage and reactive power in power systems. A three Layer Feed-forward ANN with Back Propagation training algorithm is trained to give the proper control action required to achieve reactive power and voltage control [11-12]. In this paper, a Genetic-Based ANN (GBANN) technique is proposed to control the voltage in power system. The genetic algorithm is embedded to intelligently decide the initial weights for the ANN learning process. Thus, the computation time for the ANN learning can be largely reduced. In addition, the genetic algorithm can prevent the ANN learning from being trapped in a local minimum. The training data is generated by running the modified power flow program (MPF) at several conditions [13-16]. The proposed technique is tested by computer simulation on IEEE 30-bus system and 220 kv Delta Network, Egypt. The obtained results are satisfactory and show superior performance compared to other techniques. II. FRAMEWORK OF GENETIC-BASED ANN In the proposed genetic-based ANN approach, three-layer feed forward ANN is used [17]. Genetic algorithm is employed to generate the best initial weights of the ANN and the back-propagation technique is applied to train the ANN. A. Genetic Algorithm Genetic Algorithm (GA) is a search algorithm based on the natural selection and genetics [18]. The features of genetic algorithm are different from other search techniques in several aspects. First, the algorithm works with a population strings. Thus searching many peaks in parallel, and hence reducing the possibility of local minimum trapping. Secondly, GA works with a coding of parameters instead of the parameters themselves. The coding of parameters will help the genetic operator to evolve the current state into the next state with Reference Number: W

2 minimum computations. Thirdly, GA evaluates the fitness of each string to guide its search instead of the optimization function. Finally, GA explores the search space where the probability of finding improved performance is high. In genetic terms, each parameter is represented by a string structure. This is similar to the chromosome structure in natural genes. A group of strings is called population. Strings in a given population when mutated or crossovered produce a new generation. For each generation, all the populations are evaluated. The individual (string) with high fitness will have more chances of evolving to the next generation (or next state). The process of GA is surprisingly similar to the biological process. It involves selection of strings, mutually swapping of strings (crossover), and changing partial strings (mutation) [19]. B. Estimation of initial weights for ANN The main computation blocks of the GA are described below [20]. Step 1: Generate Initial Population Pool A random number generator is used to generate individuals. The chromosome length is the number of weights in the ANN topology. Step 2: Conversion From Phenotype and Genotype The phenotype is the physical expression of a chromosome where the genotype is the genetic structure of a chromosome. In neural network terms, the genotype is the binary code of the neural network weights. The actual person characteristics (slim, tall, blue eyes, etc) are the phenotype. In neural networks, the phenotype is the weights in decimal form. In the proposed genetic-based neural network approach, all initially generated individuals need to be evaluated. For convenience of processing, these initially generated individuals are converted from genotype (chromosome) to phenotype (weights). Step 3: Conversion of Error to Fitness The main issue of training is to minimize the objective function, which is the difference between the neural network output and the target output. With GA, the minimization is achieved in such a way that smaller functional values are mapped to larger fitness values. Although the best conversion function can be somewhat problem-dependent, one function that has been found to be generally useful is the exponential function [4]: ( ) kv v = e F (1) Where k is a negative number. Since the neural network error is within the range from zero to one after normalization, using k = -20 is sufficiently effective. This would map an error of to a raw fitness of 0.98, 0.01 to 0.82 and 0.1 to The transformed fitness is then normalized by the average fitness. Therefore, each fitness can be interpreted as the expected number of times it would be chosen from the population pool. Step 4: Parent Selection Two arrays (strings) are selected to be parents. The arrays are selected from the strings with higher fitness. Parents with high fitness can be selected more than once. This is called the frequency of selection. Hence, a higher fitness is correlated with a higher probability of parent selection. Step 5: Crossover A crossover point along the chromosome is randomly selected. Both parents are split at this point. Part of the genes of one parent, and one side of this point, will be given to the child. The rest of the child s genes will come from the other side of the crossover point in the other parent. Step 6: Mutation Mutation plays a vital role in genetic optimization as it introduces new genetic material that was lost by chance through poor selection of mates. However, the overuse of mutation may destroy good chromosome in the next generation. In this paper, the probability of mutation is selected equal to Step 7: Decision The number of randomly generated individuals in the population is set equal to 50, and the number of generations is set equal to 3. This number is arbitrary selected. However, a big number may lead to a longer computation time. All the individuals in each generation must be evaluated with respect to the network error. If the network error is improved, the genes of this individual will be decoded to the network weights. These weights can then be used as initial weights for the neural network learning. C. Back-propagation learning algorithm The algorithm gives a prescription for changing the weights in any feed-forward ANN to learn a training set of input-output pairs. The back-propagation learning algorithm (BPLA) is essentially an optimization method that uses an iterative gradient algorithm that is designed to minimize the mean square error between the actual output of the neural network and the desired output [21]. The algorithm is performed in two successive steps: forward propagation and back propagation. In the forward propagation, a pattern vector at the input layer with its desired output pattern at the output layer is simultaneously applied to the network. The error detected at the output layer is then back propagated through the network to update the connection weights according to the generalized delta rule [21]. III. GENERATION OF THE TRAINING DATA The well-trained neural network should give the right decision for different operating conditions. To achieve this important goal, the training data should be selected carefully. In this case, the training data cover a wide range of steady state operating conditions. Once ANN is trained, it is tested for validation by considering operating conditions not Reference Number: W

3 included in the training set and evaluating the errors between the desired and actual values of the outputs. The training data consists of two vectors. The first is called the input vector (independent variables) and the second is called the output vector (control variables). The input vector includes the load multiplier (LM) and the load bus voltage (V L ). The output vector includes the generation reactive power (Q G ), the reactive power source (Q C ) and the transformer tapping (T). The training data is generated by running the adjusted load flow program at different operating conditions. The synchronous condenser (Q S ) is included as a generator with zero real power output. The following procedure is used to generate the required training data: 1. Define the load level condition (LM). 2. Define the state of control devices (ON or Off). 3. In case of Off state (without control), run the modified power flow program to obtain the state of input vector (LM, V L ) 4. Save the above data for ANN training as input vector. 5. In case of ON state (with control), run the modified power flow program to obtain the control actions ( Q C, Q G, Q S, T) required to keep the voltages within limits. 6. Save the above data for ANN training as output vector and modify the state of input vector. 7..Save the modified data as input data to the next load level condition. 8. Go to step 3 9. Repeat the steps from 4 to 7 in order to obtain a suitable number of training examples. IV. DESIGN OF GENETIC-BASED ANN Fig. 1 describes the framework of genetic based neural network. It is summarized as follows: 1. Determine the best initial weights of the ANN using GA. 2. Generate the training and testing data. 3. Train the ANN using Back-Propagation method. 4. Test the trained ANN. 5. If the error is acceptable, then save the results. 6. Else go to step 3 to repeat training. A. Case study 1 V. APPLICATION The IEEE 30-bus system is used in this study to test the proposed approach. [7] - [9]. To improve the efficacy of the GBANN approach, it has been trained with different operating conditions. These different operating conditions were selected at loading level in the range from 10% to 105% with respect to the nominal operating point. Each pattern contains18 input elements and 11 output parameters. NO GENERATE THE BEST INITIAL WEIGHTS USING GENETIC ALGORITHM GENERATE THE TRAINING AND TEST DATA TRAIN ANN USING BPA VALUE TEST THE TRAINED ANN YES IF ERROR IS ACCEPTABLE? PRINT THE RESULTS STOP Figure (1) Framework of genetic-based neural network For estimating the initial weights, the GA is applied with three generations. In each generation, 50 individuals are generated in the population pool. Table1 shows the parameters and results of the GA. It also indicates the minimum and maximum error of the generated individuals after each generation. Only the individual with minimum error will be qualified to be decoded to the initial weights for the ANN training. The ANN has been trained until the final error becomes % of maximum error with 10 iterations. The structure of the trained ANN is as follows: 18 neurons / nodes on the input layer, 6 neurons on the hidden layer, and 11 neurons on the output layer. To assess the effectiveness of the trained ANN, it is tested with an unforeseen pattern, i.e. 100% loading conditions. The test results are given in Table 2 that compares the control actions taken by MPF technique versus those obtained by the proposed GBANN technique. The MPF technique suggests changes on the control actions that are listed in the third column of Table 2. The GBANN technique suggests to adjust the control variables as shown in the second column of Table 2. It is clear that the test results are within acceptable error. Then, both techniques MPF and GBANN give proper control actions to keep the load voltages within limits. Executing the control actions of GBANN give the results of load voltages as in Fig.2. The same figure compares the resultant load voltages obtained by MPF and GBANN techniques. It is clear that error between load voltages obtained by the two techniques is acceptable. Then, the GBANN is capable of suggesting proper control action to keep voltages at load buses within limits. Reference Number: W

4 Table 1 Parameters and results of the GA Population size 50 Number of generation 3 Crossover rate 0.8 Mutation rate Initial Min. error population Max. error Generation Min. error # 1 Max. error Generation Min. error # 2 Max. error Generation Min. error # 3 Max. error B. Case Study 2 The 220 kv delta network of delta zone, Egypt is used to test the proposed approach [22]. Table 2 Test results at 100% load level Control Absolute ANN MPF Variables error T T T T Q S Q S Q S Q S Q C Q C Q G Total number of retries = 10 Number of input nodes = 18 Number of output nodes = 11 Numberof hidden layers = 1 Number of hidden nodes = 6 operating point. Each pattern contains10 input elements and 5 output parameters. Table 3 Parameters and results of the GA for case study 2 Population size 50 Number of generation 3 Crossover rate 0.8 Mutation rate Initial Min. error population Max. error Generation Min. error # 1 Max. error Generation Min. error # 2 Max. error Generation Min. error # 3 Max. error Tables 3 and 4 are similar to Tables 1 and 2, respectively but for case study 2. The ANN has been trained until the final error becomes % of maximum error with 10 iterations. The structure of the trained GBANN is as follows: 10 neurons / nodes on the input layer, 7 neurons on the hidden layer, and 5 neurons on the output layer. Executing the control actions provided in Table 4, produces the load voltages revealed in Fig.3 which is equivalent to Fig.2 but for case study 2. It is clear that the deviations in load voltages obtained by the two techniques are acceptable. The GBANN is capable of suggesting proper control action to keep voltages at load buses within limits. Table 4 Test results at 100% load level for case study 2 Control Absolute Variables ANN MPF error QG QC QG QC QG Total number of retries = 10 Number of input nodes = 10 Number of output nodes = 5 Number of hidden layers =1 Number of hidden nodes =7 Figure (2) Voltages at load buses at full load To improve the efficacy of the GBANN approach, it has been trained with different operating conditions. These different operating conditions were selected at loading level in the range from 10% to 105% with respect to the nominal Figure (3) Voltages at load buses at full load for case study 2 Reference Number: W

5 A comparison between the computation time of the proposed GBANN technique and MPF is shown in Table 5. It is notable that GBANN requires very small computation time to satisfy voltage limits. Therefore, voltage control by GBANN is faster than voltage control by MPF technique. Table 5 Computation time comparison system GBANN MPF IEEE-30 bus 0.13 sec 6 sec Delta zone 15 bus 0.11 sec 3 sec VI. CONCLUSION A new technique for voltage and reactive power control based on genetic-ann is proposed in this paper. The training data is obtained by adjusting power flow program at different operating conditions. The results obtained clearly show that, the ANN approach is capable of alleviating voltage violations in power system. Furthermore, a comparison with MPF technique shows the clear superiority of the proposed ANN to achieve the proper control action in a shorter computational time. Therefore, it is possible to use the ANN technique on real time and implement it on a real power system. VII. REFERENCES [1] Gerald, B. Sheble, L., IEEE Tutorial Course, Reactive Power Basics, Problems and Solutions, 1987 [2] Kishore, A., Hill. E. F., Static Optimization Power Sources by use of sensitivity Parameters. IEEE Trans. On PAS, Vol. PAS90, 1971, pp [3] Tripathi, K. Martinez, C.A., Nirenlerg, S.A. Reactive Switching Simulation in Security Analysis at Florida Power and light System Control Center, IEEE Trans. On Power Apparatus and Systems. Vol.104, 1985, pp [4] Qiu, J., Shahidehpour, S.M. A New Approach for Minimizing Power Losses and Improving Voltage Profile, IEEE Trans. on Power Systems, Vol.1, PWRS- 2, No.2, [5] Hobson, E., Network Constrained Reactive Power Control Using Linear Programming, IEEE Trans. on Power Apparatus and Systems, Vol.1, PAS-99, No.3, 1980, pp [6] Liu, C.C, Tomsvick, K. An Expert System assisting Decision-Making of Reactive Power/Voltage Control, IEEE Trans. on Power Systems, Vol.1, No.3, [7] Abdul-Rahman, K.H., Shahidehpour,S.M. A Fuzzy- Based Optimal Reactive Power Control, IEEE Trans on Power Systems, Vol.8, No.2, May [8] Ching T.S., Chien, T.L. A New Fuzzy Control Approach to Voltage Profile Enhancement for Power Systems, IEEE Trans. on Power Systems, Vol.11, No.3, August [9] Yuan, Y.H., Kun, L.H., Chih. C.L., Lai, T.S., Chen, K.K., Change, B.S. Voltage Control Using a Combined Integer Programming and Rule-Based Approach, IEEE Trans. on Power Systems, [10] El-Sharkawi, M.A. Marks II, R.J., Weerasoritya, S. Neural Networks and their Application to Power Engineering, in control Dynamic System, Advances in theory and Applications, Vol.41, Part ¼ edited by C.T. Leondes, Academic press, San Diego, CA, [11] Hagan, M.H., Menhaj, M.B. Training Feedforward Network with the Marquardt Algorithm, IEEE Trans. on Neural Networks, Vol.5, No.6, Novamber [12] Demuch, H., Beale M. Neural Network Toolbox Manual for MATLAB, User s Guide, Version 6, [13] S. K. Chang and V. Brandwajn, Solving the Adjusted Interactions in Fast Decoupled Load Flow, IEEE Trans. On PWRS, pp , May [14] K. Chang and V. Brandwajn, Adjusted solutions in Fast Decoupled Load Flow, IEEE Trans. on PWRS, pp , May [15] G. A. Maria, A. H. Yuen, and J. A. Findlay, Control Variable Adjustment in Load Flow, IEEE Trans. On PWRS, pp , Aug [16] R. N. Allan and C. Arruda, LTC Transformers and MVAR Violations in the Fast Decoupled Load Flow, IEEE Trans. on PAS, PAS- 101, pp , Sept [17] Q. Zhou, J. Davidson and A. A. Fouad, Application of Artificial Neural Networks in Power System Security and Vulnerability Assessment, IEEE transactions on Power Systems, Vol. 9, No. 1, pp , February [18] M.Tarafdar Haque, and A. M. Kastiban, "Application of Neural Networks in power Systems; A Review", Proceedings Of World Academy Of Sience, Engneering And Tecnology, Volume 6 June 2005 Issn [19] M. Yoshimi, K. S. Swarup and Y. Izui, Optimal Economy Power Dispatch using Genetic Algorithms, Second International Forum on Applications of Neural Networks to Power Systems,Yokohama, Japan, April [20] S. J. Huang and C. Lien Huang, Application of Genetic- Based Neural Networks to Thermal Unit Commitment, IEEE transactions on Power Systems, Vol. 12, No. 2, PP , May [21] J. hertz, A. Krogh and R. G. Palmer, Introduction to the Theory of Neural Computations, Lecture notes Vol. I, Santo Fe Institute, [22] S. Kandil, A. Elmitwally, and G. Elnaggar, "New Expert System for Fault Diagnosis in Middle Delta Electricity Zone, Egypt," 11 th Middle East Power Engineering Conference MEPCON2006, Elmenya University, Egypt, Dec , Reference Number: W

Coordination of overcurrent relay using Hybrid GA- NLP method

Coordination of overcurrent relay using Hybrid GA- NLP method Coordination of overcurrent relay using Hybrid GA- NLP method 1 Sanjivkumar K. Shakya, 2 Prof.G.R.Patel 1 P.G. Student, 2 Assistant professor Department Of Electrical Engineering Sankalchand Patel College

More information

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press,  ISSN An expert system for teaching voltage control in power systems M. Negnevitsky & T. L. Le Department of Electrical & Electronic Engineering University of Tasmania GPO Box 252C Hobart, Tasmania 7001, Australia

More information

Evolutionary Programming Optimization Technique for Solving Reactive Power Planning in Power System

Evolutionary Programming Optimization Technique for Solving Reactive Power Planning in Power System Evolutionary Programg Optimization Technique for Solving Reactive Power Planning in Power System ISMAIL MUSIRIN, TITIK KHAWA ABDUL RAHMAN Faculty of Electrical Engineering MARA University of Technology

More information

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 53 CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 4.1 INTRODUCTION Due to economic reasons arising out of deregulation and open market of electricity,

More information

Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm

Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm Y.S. Chia Z.W. Siew A. Kiring S.S. Yang K.T.K. Teo Modelling, Simulation and Computing Laboratory School of Engineering

More information

Optimal Allocation of TCSC Devices Using Genetic Algorithms

Optimal Allocation of TCSC Devices Using Genetic Algorithms Proceedings of the 14 th International Middle East Power Systems Conference (MEPCON 10), Cairo University, Egypt, December 19-21, 2010, Paper ID 195. Optimal Allocation of TCSC Devices Using Genetic Algorithms

More information

Real-Coded Genetic Algorithm for Robust Design of UPFC Supplementary Damping Controller

Real-Coded Genetic Algorithm for Robust Design of UPFC Supplementary Damping Controller Real-Coded Genetic Algorithm for Robust Design of UPFC Supplementary Damping Controller S. C. Swain, S. Mohapatra, S. Panda & S. R. Nayak Abstract - In this paper is used in Designing UPFC based supplementary

More information

Optimum Coordination of Overcurrent Relays: GA Approach

Optimum Coordination of Overcurrent Relays: GA Approach Optimum Coordination of Overcurrent Relays: GA Approach 1 Aesha K. Joshi, 2 Mr. Vishal Thakkar 1 M.Tech Student, 2 Asst.Proff. Electrical Department,Kalol Institute of Technology and Research Institute,

More information

DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS

DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS 21 UDC 622.244.6.05:681.3.06. DRILLING RATE OF PENETRATION PREDICTION USING ARTIFICIAL NEURAL NETWORK: A CASE STUDY OF ONE OF IRANIAN SOUTHERN OIL FIELDS Mehran Monazami MSc Student, Ahwaz Faculty of Petroleum,

More information

Fault Location Using Sparse Wide Area Measurements

Fault Location Using Sparse Wide Area Measurements 319 Study Committee B5 Colloquium October 19-24, 2009 Jeju Island, Korea Fault Location Using Sparse Wide Area Measurements KEZUNOVIC, M., DUTTA, P. (Texas A & M University, USA) Summary Transmission line

More information

Voltage Stability Assessment in Power Network Using Artificial Neural Network

Voltage Stability Assessment in Power Network Using Artificial Neural Network Voltage Stability Assessment in Power Network Using Artificial Neural Network Swetha G C 1, H.R.Sudarshana Reddy 2 PG Scholar, Dept. of E & E Engineering, University BDT College of Engineering, Davangere,

More information

Transmission Expansion Planning Considering Network Adequacy and Investment Cost Limitation using Genetic Algorithm M. Mahdavi, E.

Transmission Expansion Planning Considering Network Adequacy and Investment Cost Limitation using Genetic Algorithm M. Mahdavi, E. International Journal of Electrical and Electronics Engineering 5:4 Transmission Expansion Planning Considering Network Adequacy and Investment Cost Limitation using Genetic Algorithm M. Mahdavi, E. Mahdavi

More information

An Optimized Performance Amplifier

An Optimized Performance Amplifier Electrical and Electronic Engineering 217, 7(3): 85-89 DOI: 1.5923/j.eee.21773.3 An Optimized Performance Amplifier Amir Ashtari Gargari *, Neginsadat Tabatabaei, Ghazal Mirzaei School of Electrical and

More information

Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network

Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network (649 -- 917) Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network Y.S. Chia, Z.W. Siew, S.S. Yang, H.T. Yew, K.T.K. Teo Modelling, Simulation and Computing Laboratory

More information

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER CHAPTER FOUR TOTAL TRANSFER CAPABILITY R structuring of power system aims at involving the private power producers in the system to supply power. The restructured electric power industry is characterized

More information

Transient Stability Improvement of Multi Machine Power Systems using Matrix Converter Based UPFC with ANN

Transient Stability Improvement of Multi Machine Power Systems using Matrix Converter Based UPFC with ANN IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 04, 2015 ISSN (online): 2321-0613 Transient Stability Improvement of Multi Machine Power Systems using Matrix Converter

More information

Keyword: conductors, feeders, genetic algorithm, conventional method, real power loss, reactive power loss, distributed load flow, cost and savings.

Keyword: conductors, feeders, genetic algorithm, conventional method, real power loss, reactive power loss, distributed load flow, cost and savings. Optimal Conductor Selection Using Genetic Algorithm Deepak Sharma 1, Priya Jha 2,S.Vidyasagar 3 1 PG Student, SRM University, Chennai, India 2 PG Student, SRM University, Chennai, India 3 Assistant Professor,

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication * Shashank Mishra 1, G.S. Tripathi M.Tech. Student, Dept. of Electronics and Communication Engineering,

More information

Effect of Parameter Tuning on Performance of Cuckoo Search Algorithm for Optimal Reactive Power Dispatch

Effect of Parameter Tuning on Performance of Cuckoo Search Algorithm for Optimal Reactive Power Dispatch RESEARCH ARTICLE OPEN ACCESS Effect of Parameter Tuning on Performance of Cuckoo Search Algorithm for Optimal Reactive Power Dispatch Tejaswini Sharma Laxmi Srivastava Department of Electrical Engineering

More information

Load Frequency Controller Design for Interconnected Electric Power System

Load Frequency Controller Design for Interconnected Electric Power System Load Frequency Controller Design for Interconnected Electric Power System M. A. Tammam** M. A. S. Aboelela* M. A. Moustafa* A. E. A. Seif* * Department of Electrical Power and Machines, Faculty of Engineering,

More information

GENETIC ALGORITHM BASED SOLUTION IN PWM CONVERTER SWITCHING FOR VOLTAGE SOURCE INVERTER FEEDING AN INDUCTION MOTOR DRIVE

GENETIC ALGORITHM BASED SOLUTION IN PWM CONVERTER SWITCHING FOR VOLTAGE SOURCE INVERTER FEEDING AN INDUCTION MOTOR DRIVE AJSTD Vol. 26 Issue 2 pp. 45-60 (2010) GENETIC ALGORITHM BASED SOLUTION IN PWM CONVERTER SWITCHING FOR VOLTAGE SOURCE INVERTER FEEDING AN INDUCTION MOTOR DRIVE V. Jegathesan Department of EEE, Karunya

More information

Evolutions of communication

Evolutions of communication Evolutions of communication Alex Bell, Andrew Pace, and Raul Santos May 12, 2009 Abstract In this paper a experiment is presented in which two simulated robots evolved a form of communication to allow

More information

6545(Print), ISSN (Online) Volume 4, Issue 3, May - June (2013), IAEME & TECHNOLOGY (IJEET)

6545(Print), ISSN (Online) Volume 4, Issue 3, May - June (2013), IAEME & TECHNOLOGY (IJEET) INTERNATIONAL International Journal of JOURNAL Electrical Engineering OF ELECTRICAL and Technology (IJEET), ENGINEERING ISSN 0976 & TECHNOLOGY (IJEET) ISSN 0976 6545(Print) ISSN 0976 6553(Online) Volume

More information

The Genetic Algorithm

The Genetic Algorithm The Genetic Algorithm The Genetic Algorithm, (GA) is finding increasing applications in electromagnetics including antenna design. In this lesson we will learn about some of these techniques so you are

More information

Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device

Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device Neural Network Classifier and Filtering for EEG Detection in Brain-Computer Interface Device Mr. CHOI NANG SO Email: cnso@excite.com Prof. J GODFREY LUCAS Email: jglucas@optusnet.com.au SCHOOL OF MECHATRONICS,

More information

AN EVOLUTIONARY ALGORITHM FOR CHANNEL ASSIGNMENT PROBLEM IN WIRELESS MOBILE NETWORKS

AN EVOLUTIONARY ALGORITHM FOR CHANNEL ASSIGNMENT PROBLEM IN WIRELESS MOBILE NETWORKS ISSN: 2229-6948(ONLINE) DOI: 10.21917/ict.2012.0087 ICTACT JOURNAL ON COMMUNICATION TECHNOLOGY, DECEMBER 2012, VOLUME: 03, ISSUE: 04 AN EVOLUTIONARY ALGORITHM FOR CHANNEL ASSIGNMENT PROBLEM IN WIRELESS

More information

An Evolutionary Approach to the Synthesis of Combinational Circuits

An Evolutionary Approach to the Synthesis of Combinational Circuits An Evolutionary Approach to the Synthesis of Combinational Circuits Cecília Reis Institute of Engineering of Porto Polytechnic Institute of Porto Rua Dr. António Bernardino de Almeida, 4200-072 Porto Portugal

More information

Composite Criteria based Network Contingency Ranking using Fuzzy Logic Approach

Composite Criteria based Network Contingency Ranking using Fuzzy Logic Approach INDIAN INSTITUTE OF TECHNOLOGY, KHARAGPUR, DECEMBER -9, Composite Criteria based Network Contingency Ranking using Fuzzy Logic Approach K.Visakha D.Thukaram Lawrence Jenkins Abstract -- Electric power

More information

AS the power distribution networks become more and more

AS the power distribution networks become more and more IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 21, NO. 1, FEBRUARY 2006 153 A Unified Three-Phase Transformer Model for Distribution Load Flow Calculations Peng Xiao, Student Member, IEEE, David C. Yu, Member,

More information

Estimating the Active Power Transfer Margin for Transient Voltage Stability

Estimating the Active Power Transfer Margin for Transient Voltage Stability 1 Estimating the Active Power Transfer Margin for Transient Voltage Stability J. Tong and K. Tomsovic Abstract-- On-line security analysis is one of the important functions for modern power system control

More information

Initialisation improvement in engineering feedforward ANN models.

Initialisation improvement in engineering feedforward ANN models. Initialisation improvement in engineering feedforward ANN models. A. Krimpenis and G.-C. Vosniakos National Technical University of Athens, School of Mechanical Engineering, Manufacturing Technology Division,

More information

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS Prof.Somashekara Reddy 1, Kusuma S 2 1 Department of MCA, NHCE Bangalore, India 2 Kusuma S, Department of MCA, NHCE Bangalore, India Abstract: Artificial Intelligence

More information

Knowledge-Based Neural Network for Line Flow Contingency Selection and Ranking

Knowledge-Based Neural Network for Line Flow Contingency Selection and Ranking Knowledge-Based Neural Network for Line Flow Contingency Selection and Ranking Nitin Malik * and L. Srivastava ** * Institute of Technology & Management, Gurgaon, India ** Madhav Institute of Technology

More information

Voltage Control and Power System Stability Enhancement using UPFC

Voltage Control and Power System Stability Enhancement using UPFC International Conference on Renewable Energies and Power Quality (ICREPQ 14) Cordoba (Spain), 8 th to 10 th April, 2014 Renewable Energy and Power Quality Journal (RE&PQJ) ISSN 2172-038 X, No.12, April

More information

Fast Prediction of Voltage Stability Index Based on Radial Basis Function Neural Network: Iraqi Super Grid Network, 400-kV

Fast Prediction of Voltage Stability Index Based on Radial Basis Function Neural Network: Iraqi Super Grid Network, 400-kV Fast Prediction of Voltage Stability Index Based on Radial Basis Function Neural Network: Iraqi Super Grid Network, 400-kV Omer H. Mehdi & Noor Izzri Department of Electrical and Electronic Engineering,

More information

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment ao-tang Chang 1, Hsu-Chih Cheng 2 and Chi-Lin Wu 3 1 Department of Information Technology,

More information

Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems

Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems S. P. Teeuwsen, Student Member, IEEE, I. Erlich, Member, IEEE, Abstract--This

More information

LANDSCAPE SMOOTHING OF NUMERICAL PERMUTATION SPACES IN GENETIC ALGORITHMS

LANDSCAPE SMOOTHING OF NUMERICAL PERMUTATION SPACES IN GENETIC ALGORITHMS LANDSCAPE SMOOTHING OF NUMERICAL PERMUTATION SPACES IN GENETIC ALGORITHMS ABSTRACT The recent popularity of genetic algorithms (GA s) and their application to a wide range of problems is a result of their

More information

The Basic Kak Neural Network with Complex Inputs

The Basic Kak Neural Network with Complex Inputs The Basic Kak Neural Network with Complex Inputs Pritam Rajagopal The Kak family of neural networks [3-6,2] is able to learn patterns quickly, and this speed of learning can be a decisive advantage over

More information

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL * A. K. Sharma, ** R. A. Gupta, and *** Laxmi Srivastava * Department of Electrical Engineering,

More information

Determination of the PID Controller Parameters by Modified Genetic Algorithm for Improved Performance

Determination of the PID Controller Parameters by Modified Genetic Algorithm for Improved Performance JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 23, 1469-1480 (2007) Determination of the PID Controller Parameters by Modified Genetic Algorithm for Improved Performance Department of Electrical Electronic

More information

A Novel approach for Optimizing Cross Layer among Physical Layer and MAC Layer of Infrastructure Based Wireless Network using Genetic Algorithm

A Novel approach for Optimizing Cross Layer among Physical Layer and MAC Layer of Infrastructure Based Wireless Network using Genetic Algorithm A Novel approach for Optimizing Cross Layer among Physical Layer and MAC Layer of Infrastructure Based Wireless Network using Genetic Algorithm Vinay Verma, Savita Shiwani Abstract Cross-layer awareness

More information

Fault Detection in Double Circuit Transmission Lines Using ANN

Fault Detection in Double Circuit Transmission Lines Using ANN International Journal of Research in Advent Technology, Vol.3, No.8, August 25 E-ISSN: 232-9637 Fault Detection in Double Circuit Transmission Lines Using ANN Chhavi Gupta, Chetan Bhardwaj 2 U.T.U Dehradun,

More information

Vol. 5, No. 6 June 2014 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

Vol. 5, No. 6 June 2014 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Optimal Synthesis of Finite State Machines with Universal Gates using Evolutionary Algorithm 1 Noor Ullah, 2 Khawaja M.Yahya, 3 Irfan Ahmed 1, 2, 3 Department of Electrical Engineering University of Engineering

More information

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6 No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 06 Print ISSN: 3-970;

More information

Arvind Pahade and Nitin Saxena Department of Electrical Engineering, Jabalpur Engineering College, Jabalpur, (MP), India

Arvind Pahade and Nitin Saxena Department of Electrical Engineering, Jabalpur Engineering College, Jabalpur, (MP), India e t International Journal on Emerging Technologies 4(1): 10-16(2013) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Control of Synchronous Generator Excitation and Rotor Angle Stability by

More information

CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK

CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK CLASSIFICATION OF POWER QUALITY DISTURBANCES USING WAVELET TRANSFORM AND S-TRANSFORM BASED ARTIFICIAL NEURAL NETWORK P. Sai revathi 1, G.V. Marutheswar 2 P.G student, Dept. of EEE, SVU College of Engineering,

More information

Transient stability Assessment using Artificial Neural Network Considering Fault Location

Transient stability Assessment using Artificial Neural Network Considering Fault Location Vol.6 No., 200 مجلد 6, العدد, 200 Proc. st International Conf. Energy, Power and Control Basrah University, Basrah, Iraq 0 Nov. to 2 Dec. 200 Transient stability Assessment using Artificial Neural Network

More information

Shunt active filter algorithms for a three phase system fed to adjustable speed drive

Shunt active filter algorithms for a three phase system fed to adjustable speed drive Shunt active filter algorithms for a three phase system fed to adjustable speed drive Sujatha.CH(Assoc.prof) Department of Electrical and Electronic Engineering, Gudlavalleru Engineering College, Gudlavalleru,

More information

Identification of weak buses using Voltage Stability Indicator and its voltage profile improvement by using DSTATCOM in radial distribution systems

Identification of weak buses using Voltage Stability Indicator and its voltage profile improvement by using DSTATCOM in radial distribution systems IOSR Journal of Electrical And Electronics Engineering (IOSRJEEE) ISSN : 2278-1676 Volume 2, Issue 4 (Sep.-Oct. 2012), PP 17-23 Identification of weak buses using Voltage Stability Indicator and its voltage

More information

A REVIEW OF VOLTAGE/VAR CONTROL

A REVIEW OF VOLTAGE/VAR CONTROL Abstract A RVIW OF VOLTAG/VAR CONTROL M. Lin, R. K. Rayudu and S. Samarasinghe Centre for Advanced Computational Solutions Lincoln University This paper presents a survey of voltage/var control techniques.

More information

A Divide-and-Conquer Approach to Evolvable Hardware

A Divide-and-Conquer Approach to Evolvable Hardware A Divide-and-Conquer Approach to Evolvable Hardware Jim Torresen Department of Informatics, University of Oslo, PO Box 1080 Blindern N-0316 Oslo, Norway E-mail: jimtoer@idi.ntnu.no Abstract. Evolvable

More information

The Behavior Evolving Model and Application of Virtual Robots

The Behavior Evolving Model and Application of Virtual Robots The Behavior Evolving Model and Application of Virtual Robots Suchul Hwang Kyungdal Cho V. Scott Gordon Inha Tech. College Inha Tech College CSUS, Sacramento 253 Yonghyundong Namku 253 Yonghyundong Namku

More information

Intrinsic Evolution of Analog Circuits on a Programmable Analog Multiplexer Array

Intrinsic Evolution of Analog Circuits on a Programmable Analog Multiplexer Array Intrinsic Evolution of Analog Circuits on a Programmable Analog Multiplexer Array José Franco M. Amaral 1, Jorge Luís M. Amaral 1, Cristina C. Santini 2, Marco A.C. Pacheco 2, Ricardo Tanscheit 2, and

More information

Reconstruction of CT Secondary Waveform Using ANN and Exponential Smoothing

Reconstruction of CT Secondary Waveform Using ANN and Exponential Smoothing Reconstruction of CT Secondary Waveform Using ANN and Exponential Smoothing Salil Bhat Final Year, B.E (Electronics & Power) Department of Electrical Engineering Yeshwantrao Chavan College of Engineering,

More information

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET)

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 ISSN 0976-6480 (Print) ISSN

More information

Prediction of Missing PMU Measurement using Artificial Neural Network

Prediction of Missing PMU Measurement using Artificial Neural Network Prediction of Missing PMU Measurement using Artificial Neural Network Gaurav Khare, SN Singh, Abheejeet Mohapatra Department of Electrical Engineering Indian Institute of Technology Kanpur Kanpur-208016,

More information

ARTIFICIAL INTELLIGENCE BASED TUNING OF SVC CONTROLLER FOR CO-GENERATED POWER SYSTEM

ARTIFICIAL INTELLIGENCE BASED TUNING OF SVC CONTROLLER FOR CO-GENERATED POWER SYSTEM ARTIFICIAL INTELLIGENCE BASED TUNING OF SVC CONTROLLER FOR CO-GENERATED POWER SYSTEM 1 Vinod Kumar, 2 R.R.Joshi 1 Asstt Prof., Department of Electrical Engineering, CTAE, Udaipur, India-313001 2 Assoc.

More information

A Novel Approach to Solving N-Queens Problem

A Novel Approach to Solving N-Queens Problem A Novel Approach to Solving N-ueens Problem Md. Golam KAOSAR Department of Computer Engineering King Fahd University of Petroleum and Minerals Dhahran, KSA and Mohammad SHORFUZZAMAN and Sayed AHMED Department

More information

Transient stability improvement by using shunt FACT device (STATCOM) with Reference Voltage Compensation (RVC) control scheme

Transient stability improvement by using shunt FACT device (STATCOM) with Reference Voltage Compensation (RVC) control scheme I J E E E C International Journal of Electrical, Electronics ISSN No. (Online) : 2277-2626 and Computer Engineering 2(1): 7-12(2013) Transient stability improvement by using shunt FACT device (STATCOM)

More information

PID Tuning Using Genetic Algorithm For DC Motor Positional Control System

PID Tuning Using Genetic Algorithm For DC Motor Positional Control System PID Tuning Using Genetic Algorithm For DC Motor Positional Control System Mamta V. Patel Assistant Professor Instrumentation & Control Dept. Vishwakarma Govt. Engineering College, Chandkheda Ahmedabad,

More information

Enhancement of Voltage Stability by SVC and TCSC Using Genetic Algorithm

Enhancement of Voltage Stability by SVC and TCSC Using Genetic Algorithm ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Genetic Algorithms as a Reactive Power Source Dispatching Aid for Voltage Security Enhancement

Genetic Algorithms as a Reactive Power Source Dispatching Aid for Voltage Security Enhancement Proc. Natl. Sci. Counc. ROC(A) Vol. 25, No. 1, 2001. pp. 53-62 Genetic Algorithms as a Reactive Power Source Dispatching Aid for Voltage Security Enhancement CHIH-WEN LIU *, CHEN-SUNG CHANG *, AND JOE-AIR

More information

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network

Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network International Journal of Smart Grid and Clean Energy Detection and classification of faults on 220 KV transmission line using wavelet transform and neural network R P Hasabe *, A P Vaidya Electrical Engineering

More information

DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM

DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM K. Sureshkumar 1 and P. Vijayakumar 2 1 Department of Electrical and Electronics Engineering, Velammal

More information

FUZZY CONTROLLED DSTATCOM FOR HARMONIC COMPENSATION

FUZZY CONTROLLED DSTATCOM FOR HARMONIC COMPENSATION FUZZY CONTROLLED DSTATCOM FOR HARMONIC COMPENSATION Aswathy Anna Aprem 1, Fossy Mary Chacko 2 1 Student, Saintgits College, Kottayam 2 Faculty, Saintgits College, Kottayam Abstract In this paper, a suitable

More information

Genetic Algorithm Based Performance Analysis of Self Excited Induction Generator

Genetic Algorithm Based Performance Analysis of Self Excited Induction Generator Engineering, 2011, 3, 859-864 doi:10.4236/eng.2011.38105 Published Online August 2011 (http://www.cip.org/journal/eng) Genetic Algorithm Based Performance Analysis of elf Excited Induction Generator Abstract

More information

GENETIC ALGORITHM BASED STUDYING OF BUNDLE LINES EFFECT ON NETWORK LOSSES IN TRANSMISSION NETWORK EXPANSION PLANNING

GENETIC ALGORITHM BASED STUDYING OF BUNDLE LINES EFFECT ON NETWORK LOSSES IN TRANSMISSION NETWORK EXPANSION PLANNING Journal of ELECTRICAL ENGINEERING, VOL. 60, NO. 5, 2009, 237 245 GENETIC ALGORITHM BASED STUDYING OF BUNDLE LINES EFFECT ON NETWORK LOSSES IN TRANSMISSION NETWORK EXPANSION PLANNING Hossein Shayeghi Meisam

More information

A Numerical Approach to Understanding Oscillator Neural Networks

A Numerical Approach to Understanding Oscillator Neural Networks A Numerical Approach to Understanding Oscillator Neural Networks Natalie Klein Mentored by Jon Wilkins Networks of coupled oscillators are a form of dynamical network originally inspired by various biological

More information

Optimal Voltage Control using Singular Value Decomposition of Fast Decoupled Load Flow Jacobian

Optimal Voltage Control using Singular Value Decomposition of Fast Decoupled Load Flow Jacobian Optimal Voltage Control using Singular Value Decomposition of Fast Decoupled Load Flow Jacobian Talha Iqbal, Ali Dehghan Banadaki, Ali Feliachi Lane Department of Computer Science and Electrical Engineering

More information

The Application of Multi-Level Genetic Algorithms in Assembly Planning

The Application of Multi-Level Genetic Algorithms in Assembly Planning Volume 17, Number 4 - August 2001 to October 2001 The Application of Multi-Level Genetic Algorithms in Assembly Planning By Dr. Shana Shiang-Fong Smith (Shiang-Fong Chen) and Mr. Yong-Jin Liu KEYWORD SEARCH

More information

Minimization of Power Loss and Improvement of Voltage Profile in a Distribution System Using Harmony Search Algorithm

Minimization of Power Loss and Improvement of Voltage Profile in a Distribution System Using Harmony Search Algorithm Minimization of Power Loss and Improvement of Voltage Profile in a Distribution System Using Harmony Search Algorithm M. Madhavi 1, Sh. A. S. R Sekhar 2 1 PG Scholar, Department of Electrical and Electronics

More information

Application of Genetic Algorithm in Electrical Engineering

Application of Genetic Algorithm in Electrical Engineering Volume 114 No. 8 2017, 35-43 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Application of Genetic Algorithm in Electrical Engineering Kishore Kumar

More information

A FUZZY INFERENCE SYSTEM TO VOLTAGE/VAR CONTROL IN DMS - DISTRIBUTION MANAGEMENT SYSTEM

A FUZZY INFERENCE SYSTEM TO VOLTAGE/VAR CONTROL IN DMS - DISTRIBUTION MANAGEMENT SYSTEM A FUZZY INFERENCE SYSTEM TO VOLTAGE/VAR CONTROL IN DMS - DISTRIBUTION MANAGEMENT SYSTEM Vladimiro Miranda vmiranda@inescporto.pt INESC - Instituto de Engenharia de Sistemas e Computadores do Porto P. República

More information

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II 1 * Sangeeta Jagdish Gurjar, 2 Urvish Mewada, 3 * Parita Vinodbhai Desai 1 Department of Electrical Engineering, AIT, Gujarat Technical University,

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

Use of Neural Networks in Testing Analog to Digital Converters

Use of Neural Networks in Testing Analog to Digital Converters Use of Neural s in Testing Analog to Digital Converters K. MOHAMMADI, S. J. SEYYED MAHDAVI Department of Electrical Engineering Iran University of Science and Technology Narmak, 6844, Tehran, Iran Abstract:

More information

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Ahdieh Rahimi Garakani Department of Computer South Tehran Branch Islamic Azad University Tehran,

More information

FINANCIAL TIME SERIES FORECASTING USING A HYBRID NEURAL- EVOLUTIVE APPROACH

FINANCIAL TIME SERIES FORECASTING USING A HYBRID NEURAL- EVOLUTIVE APPROACH FINANCIAL TIME SERIES FORECASTING USING A HYBRID NEURAL- EVOLUTIVE APPROACH JUAN J. FLORES 1, ROBERTO LOAEZA 1, HECTOR RODRIGUEZ 1, FEDERICO GONZALEZ 2, BEATRIZ FLORES 2, ANTONIO TERCEÑO GÓMEZ 3 1 Division

More information

Publication P IEEE. Reprinted with permission.

Publication P IEEE. Reprinted with permission. P3 Publication P3 J. Martikainen and S. J. Ovaska function approximation by neural networks in the optimization of MGP-FIR filters in Proc. of the IEEE Mountain Workshop on Adaptive and Learning Systems

More information

2. Simulated Based Evolutionary Heuristic Methodology

2. Simulated Based Evolutionary Heuristic Methodology XXVII SIM - South Symposium on Microelectronics 1 Simulation-Based Evolutionary Heuristic to Sizing Analog Integrated Circuits Lucas Compassi Severo, Alessandro Girardi {lucassevero, alessandro.girardi}@unipampa.edu.br

More information

Development of Novel Digital Equalizers for Noisy Nonlinear Channel using Artificial Immune System

Development of Novel Digital Equalizers for Noisy Nonlinear Channel using Artificial Immune System Development of Novel Digital Equalizers for Noisy Nonlinear Channel using Artificial Immune System Satyasai Jagannath Nanda, Ganapati Panda, Babita Majhi Dept. of Electronics and Communication Engineering

More information

Control of Load Frequency of Power System by PID Controller using PSO

Control of Load Frequency of Power System by PID Controller using PSO Website: www.ijrdet.com (ISSN 2347-6435(Online) Volume 5, Issue 6, June 206) Control of Load Frequency of Power System by PID Controller using PSO Shiva Ram Krishna, Prashant Singh 2, M. S. Das 3,2,3 Dept.

More information

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Vivek Kumar Bhatt 1, Dr. Sandeep Bhongade 2 1,2 Department of Electrical Engineering, S. G. S. Institute of Technology

More information

Optimal Power Flow Using Differential Evolution Algorithm With Conventional Weighted Sum Method

Optimal Power Flow Using Differential Evolution Algorithm With Conventional Weighted Sum Method Optimal Power Flow Using Differential Evolution Algorithm With Conventional Weighted Sum Method Rohit Kumar Verma 1, Himmat Singh 2 and Laxmi Srivastava 3 1,, 2, 3 Department Of Electrical Engineering,

More information

A new application of neural network technique to sensorless speed identification of induction motor

A new application of neural network technique to sensorless speed identification of induction motor Leonardo Electronic Journal of Practices and Technologies ISSN 1583-1078 Issue 29, July-December 2016 p. 33-42 Engineering, Environment A new application of neural network technique to sensorless speed

More information

Genetic Algorithms for Optimal Channel. Assignments in Mobile Communications

Genetic Algorithms for Optimal Channel. Assignments in Mobile Communications Genetic Algorithms for Optimal Channel Assignments in Mobile Communications Lipo Wang*, Sa Li, Sokwei Cindy Lay, Wen Hsin Yu, and Chunru Wan School of Electrical and Electronic Engineering Nanyang Technological

More information

Implementing Re-Active Power Compensation Technique in Long Transmission System (750 Km) By Using Shunt Facts Control Device with Mat Lab Simlink Tool

Implementing Re-Active Power Compensation Technique in Long Transmission System (750 Km) By Using Shunt Facts Control Device with Mat Lab Simlink Tool Implementing Re-Active Power Compensation Technique in Long Transmission System (75 Km) By Using Shunt Facts Control Device with Mat Lab Simlink Tool Dabberu.Venkateswara Rao, 1 Bodi.Srikanth 2 1, 2(Department

More information

ECG QRS Enhancement Using Artificial Neural Network

ECG QRS Enhancement Using Artificial Neural Network 6 ECG QRS Enhancement Using Artificial Neural Network ECG QRS Enhancement Using Artificial Neural Network Sambita Dalal, Laxmikanta Sahoo Department of Applied Electronics and Instrumentation Engineering

More information

Load Frequency and Voltage Control of Two Area Interconnected Power System using PID Controller. Kavita Goswami 1 and Lata Mishra 2

Load Frequency and Voltage Control of Two Area Interconnected Power System using PID Controller. Kavita Goswami 1 and Lata Mishra 2 e t International Journal on Emerging Technologies (Special Issue NCETST-2017) 8(1): 722-726(2017) (Published by Research Trend, Website: www.researchtrend.net) ISSN No. (Print) : 0975-8364 ISSN No. (Online)

More information

SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM

SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM 2005-2008 JATIT. All rights reserved. SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM 1 Abdelaziz A. Abdelaziz and 2 Hanan A. Kamal 1 Assoc. Prof., Department of Electrical Engineering, Faculty

More information

Performance Comparison of Power Control Methods That Use Neural Network and Fuzzy Inference System in CDMA

Performance Comparison of Power Control Methods That Use Neural Network and Fuzzy Inference System in CDMA International Journal of Innovation Engineering and Science Research Open Access Performance Comparison of Power Control Methods That Use Neural Networ and Fuzzy Inference System in CDMA Yalcin Isi Silife-Tasucu

More information

A Hybrid Neuro Genetic Approach for Analyzing Dissolved Gases in Power Transformers

A Hybrid Neuro Genetic Approach for Analyzing Dissolved Gases in Power Transformers A Hybrid Neuro Genetic Approach for Analyzing Dissolved Gases in Power Transformers Alamuru Vani. 1, Dr. Pessapaty Sree Rama Chandra Murthy 2 Associate Professor, Department of Electrical Engineering,

More information

Coordinated PID Secondary Voltage Control of a Power System Based on Genetic Algorithm

Coordinated PID Secondary Voltage Control of a Power System Based on Genetic Algorithm Helwan University From the SelectedWorks of Omar H. Abdalla Winter December 27, 26 Coordinated PID Secondary Voltage Control of a Power System Based on Genetic Algorithm Prof. Omar H. Abdalla, Helwan University

More information

Neural Network Based Optimal Switching Pattern Generation for Multiple Pulse Width Modulated Inverter

Neural Network Based Optimal Switching Pattern Generation for Multiple Pulse Width Modulated Inverter Vol.3, Issue.4, Jul - Aug. 2013 pp-1910-1915 ISSN: 2249-6645 Neural Network Based Optimal Switching Pattern Generation for Multiple Pulse Width Modulated Inverter K. Tamilarasi 1, C. Suganthini 2 1, 2

More information

OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD

OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD M. Laxmidevi Ramanaiah and M. Damodar Reddy Department of E.E.E., S.V. University,

More information

An ANN Based Fault Diagnosis System for Tapped HV/EHV Power Transmission Lines

An ANN Based Fault Diagnosis System for Tapped HV/EHV Power Transmission Lines JKAU: Eng. Sci., Vol. 20 No.1, pp: 3-28 (2009 A.D. / 1430 A.H.) An ANN Based Fault Diagnosis System for Tapped HV/EHV Power Transmission Lines E.A. Mohamed 1, H.A. Talaat 2 and E.A. Khamis 3 1,2 Elect.

More information

Enhanced Real Time and Off-Line Transmission Line Fault Diagnosis Using Artificial Intelligence

Enhanced Real Time and Off-Line Transmission Line Fault Diagnosis Using Artificial Intelligence Enhanced Real Time and Off-Line Transmission Line Fault Diagnosis Using Artificial Intelligence Okwudili E. Obi, Oseloka A. Ezechukwu and Chukwuedozie N. Ezema 0 Enhanced Real Time and Off-Line Transmission

More information

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM 5.1 Introduction This chapter focuses on the use of an optimization technique known as genetic algorithm to optimize the dimensions of

More information