A Genetic Algorithm Based Multi Objective Service Restoration in Distribution Systems

Size: px
Start display at page:

Download "A Genetic Algorithm Based Multi Objective Service Restoration in Distribution Systems"

Transcription

1 Journal of Computer Scence 7 (3): , 2011 ISSN Scence Publcatons A Genetc Algorthm Based Mult Objectve Servce Restoraton n Dstrbuton Systems Sathsh Kumar Kannaah, Jayabarath Thangavel and D.P. Kothar Power Systems Dvson, School of Electrcal Engneerng, VIT Unversty Vellore. Tamlnadu, , Inda Abstract: Problem statement: A Genetc Algorthm (GA) used here to fnd exact or approxmate solutons to optmzaton and search problems. Genetc algorthms are a partcular class of evolutonary algorthms that use technques nspred by evolutonary bology such as nhertance, mutaton, selecton and crossover. Approach: GA s a method for search and optmzaton based on the process of natural selecton and evoluton. In ths approach, several modfcatons are done for effectve mplementaton of GA to solve the Electrc Power Servce Restoraton Problem. Results: The problem statement ncludes all the objectves and constrants requred for a practcal supply restoraton scheme. GA s used here to obtan the better result compared wth other methods. GA starts wth number of solutons to a problem, encoded as a strng of status of sectonalzng and te swtches. Concluson: The status of the swtch 1 and 0 has been consdered as close and open condton of the swtch. The strng that encodes each strng s chromosome and the set of solutons are termed as populaton. Obtaned results are good and ths technque s recommended here for future study. Key words: Genetc algorthm, Electrc Power Dstrbuton Systems (EPDS), Electrc Desel Generator (EDG), Optmstc Tme (OT), Pessmstc Tme (PT), Maxmum Tme (MT), Standard Devaton (SD), current transformer INTRODUCTION Servce Restoraton Process Usng Crtcal Path Method: The servce restoraton process nvolves several actons based on certan condtons before the start of each restoraton actvty. The man processes n restorng the supply to the radal feeder can be classfed n two types: restoraton of supply under power falure and restoraton of supply after occurrence of fault. The frst process nvolves the start of EDGs and closure of swtches and breakers at the dstrbuton network. The second process requres solaton or dsconnecton of the faulty load and then reconnecton of the feeders wthn the mnmum tme. The crtcal path method (Saraban and Lee, 2010) helps n exact estmaton of restoraton tme at each and every stage of the above mentoned processes or actvtes. At each stage of the restoraton process or restoraton actvty, three estmaton of duraton are consdered namely OT, PT and MT. The OT s taken as the actual operatng tme based on the repeated testng condtons. The PT s taken as less than the optmstc tme to account for addtonal loadng effects and swtchng transents under abnormal condtons. The MT s taken as more than the OT to account for the probablty of falure due to ageng, poor mantenance and defects n manufacturng of the accessores of the power plant. Experence of feld engneers n optmal operaton of power systems shows that these duratons of actvtes follows the beta dstrbuton of probablty. Then the Expected Tme (ET) for an actvty can be approxmately expressed as: ET = (OT +4 * MT + PT)/ 6 σ = (OT - PT)/6 Correspondng Author: K. Sathsh Kumar, School of Electrcal Engneerng, VIT Unversty Vellore, Tamlnadu, , Inda 448 (1a) (1b) where, σ s Standard Devaton (SD) n seconds. If the breaker or relay s a fast electroncally controlled devce and ts operatng tme s n terms of mllseconds, then OT, PT and MT can be treated as almost equal. For these very fast operatng swtches the ET of operaton s gven by: ( ) Total Restoraton Tme TRT n = ET (1c) where, =1,2,3.n.(n s the total no: of actvtes.) TRT1 n operaton of the varous relays n the part of system under fault (Alfred, 2010).

2 J. Computer Sc., 7 (3): , 2011 TRT = TRT1 (ET1) + TRT2 (ET2) TRT1 (ET1) TRT2 (ET2) TRT for the restoraton of power supply to dstrbuton network wll be sum total of total restoraton tme of solatng the faulty crcut and the startng of EDG: TRT= TRT1 + TRT2 = sec = sec by: The standard devaton of whole actvty s gven σ t = (Σ σ 2 ) 1/2 (1d) The longest path wll draw more attenton to the substaton operator or the dstrbuton engneer, whch needs more tme to receve the power supply from the dstrbuton substaton and hence t s consdered a crtcal path. Programmng methodologes: The dsturbances n the dstrbuton system are classfed nto two man categores: phase to phase fault, called a short crcut fault and a phase to earth fault called an earth fault. These dsturbances were further classfed as ether temporary or permanent faults. The restoraton tme under faulty condtons need the calculaton of fault current. Here symmetrcal and unsymmetrcal faults consdered. The fault current can be easly calculated (Alfred, 2010) by formng the bus mpedance matrx, consderng the faults wth and wthout mpedance. The fault current at the faulted bus k s gven by: I k =V ko /(Z kk +Z f ) (2a) where, Z f s mpedance of the fault and ts value wll be zero for the bolted faults. Z kk s the k th row and k th column mpedance element of Z bus. V ko s the prefault voltage at the bus K. The sequence network nterconnecton has to be done for unsymmetrcal faults. Based on the total equvalent sequence mpedances the postve, negatve and zero sequence currents and then the fault currents can be calculated. For example, for the commonly occurrng lne to ground fault the postve sequence current s gven by: MATERIALS AND METHODS I a1 =V k0 /(Z akk1 +Z akk2 +Z akk0 ) (2b) Genetc algorthm s mplemented as a computer smulaton n whch a populaton of abstract representatons (called chromosomes) of canddate solutons (called ndvduals) to an optmzaton problem evolves towards better solutons. Tradtonally solutons are represented n bnary as strngs of 0s and 1s, but other encodngs are also possble. The evoluton starts from a populaton of randomly generated ndvduals and happens n generatons. In each generaton, the ftness of every ndvdual n the populaton s evaluated, multple ndvduals are stochastcally selected from the populaton (based on ther ftness) and modfed (recombned and possbly mutated) to form a new populaton. The new populaton s then used n the next teraton of the algorthm. Commonly, the algorthm termnates due to maxmum number of generatons has been produced, or a satsfactory ftness level has been reached for the populaton. If the algorthm has termnated due to maxmum number of generatons, a satsfactory soluton may or may not have been reached. The steps nvolved n GA are Intalzaton, Selecton, Reproducton and Termnaton (Deb Kalyanmoy, 2004). where, Z akk1, Z akk2, Z akk0 are postve, negatve and zero sequence mpedances of the a phase, k th row and k th column element of bus mpedance matrx. Then the fault current n the phase a s gven by: I af = 3I a1 (2c) Operatng tme calculaton of relays: The relay n power system network senses the fault and actuates the crcut breaker to solate faculty crcut from the healther one. These protectve devces are connected va Current Transformer (CT). The current n the secondary wndng of the current transformer s gven by: I s =I f / (CT Rato) PSM= I s / (OLS * PS) (2d) (2e) I f = Fault current PSM = Plug settng multpler OLS = Overload settng for operaton of transformer crcut breaker PS = Plug settng of relay 449

3 J. Computer Sc., 7 (3): , 2011 Table 1: Multplcaton factor of crcut breakers Multplcaton factor Type of crcut breaker cycle or slow breaker cycle breaker cycle breaker cycle breaker The tme correspondng to the operatng current or PSM has been evaluated from the tme current characterstcs of the relay. The momentary rated r.m.s current of the crcut breaker I gven by: I mom = MF * (E/X d ll ) (2f) ll X d = Subtransent reactance of the generator E = Rated phase operatng voltage of the generator MF = Multplcaton factor The MF for dfferent types of crcut breaker (Manjunath and Mohan, 2007; Mohan and Manjunath, 2004) s gven n Table 1. In ths analyss the breaker s assumed to be a fve cycle one. Approach for solvng EPSR usng GA: In the past, consderable efforts have been devoted to the subject of servce restoraton n EPDS. The approaches are based on the applcaton of varous optmzaton methods to determne the optmal restoraton plan of the EPDS. The shortcomng of these methods s that, the nature of the problem s so complex and due to the burdenng of performance varants and due to practcal dffcultes, the desred optmal soluton cannot be obtaned n the mnmum possble tme. The ncreased computatonal tme wth large sze dstrbuton systems lmts the effcent use of these approaches n servce restoraton procedures of DAS. The theory behnd GA s taken from (Mah and Izabatene, 2011). Intal populaton generaton: An n feeder EPDS remans radal f at least n P 2 number of branches are kept n OFF status. To ensure ths the faulted bus number s searched n bus data and correspondng branches where the faulted bus s found s swtched OFF. Now randomly n 1 number of branches s swtched OFF. Where n 1 = n P 2 -no. of branches swtched off due to fault. Rest of the branches s kept ON to restore maxmum possble number of loads n the EPDS (Kothar, 2004). Reproducton or selecton operator: (1) Identfy good solutons n a populaton, (2) Make multple copes of good solutons, (3) Elmnate bad solutons from the populaton so that multple copes of good solutons can be placed n the populaton. There exsts a number of ways to acheve the above tasks, but the method appled here s the tournament selecton operator. In the tournament selecton, tournaments are played between two solutons and the better soluton s chosen and placed n the matng pool. Two other solutons are pcked agan and another slot n the matng pool s flled wth the better soluton f carred out systematcally, each soluton can be made to partcpate n exactly two tournaments. The best soluton n a populaton wll wn both tmes there by makng two copes of t n the new populaton usng a smlar arguments, the worst soluton wll lose n both tournaments and wll be elmnated from the populaton. Crossover operator: A crossover operator s appled next to the strngs of the matng pool. Here two chromosomes are taken together and a random probablty s generated f ts less than the specfed probablty of cross over then only the cross over operaton wll take place. Now a number s generated between zero and sze of the chromosome strng. The bt strngs of two selected chromosomes are swapped from the random number generated to the last bt of the chromosome. Hence the cross over operator recombnes together good substrngs from two good strngs to hopefully form a better substrng. Checkng of constrants: Now all the chromosomes are arranged n ascendng order accordng to ther ftness functon value computed after mutaton. Startng from the frst chromosome havng the mnmum value of ftness functon s tested for constrants checkng. The frst chromosome whch satsfes all the constrants s chosen as the soluton. If none of the chromosomes satsfes all the constrants then the whole process s repeated for one more generaton. The soluton to the mult-objectve servce restoraton optmzaton problem should meet the followng requrements: The Power Loss n the reconfgured PDN should be as less as possble Radal Structure of the PDN should be retaned The swtch operatons should be as less as possble n order to mnmze the nterrupton of power supply The Power supply should be restored to as much load as possble n the mnmum tme and the load 450

4 sheddng should be accordng to the hghest prorty order consderaton of the loads The Restoraton tme should be mnmal The mult-objectve functon for solvng the Electrc Power Servce Restoraton Problem s formulated as follows: Mnmze F =w 1 f 1 +w 2 f 2 +w 3 f 3 +w 4 f 4 +w 5 f 5 where, w 1 = w 2 = w 3 = w 4 = w 5 =0.2 Subject to the followng constrants: J. Computer Sc., 7 (3): , 2011 (2g) Constrant on bus voltages: V k mn V k V k max Constrant on Real Power Transmsson Loss: P LL P LLmax Constrant on Radal structure of the PDN: PDN must be Radal f = LostP /TP,f = P /PP, 1 Load Load 2 LL Load nbch j= 1 2 (SW j SWB j) f3 = SWmax f4 = ( Vmn V k )/V max,f Vk < V mn, = ( Vk V max )/V max,f Vk < V max, k = 1,2,...n bus, f 5 = 1 (SMLP/ nload nload + 1) / 2) V k = Voltage at the k th bus LOSTP LOAD = Loss of Real Power Demand due to change of network confguraton n each teraton TP LOAD = Total Real Power Demand of the pre fault PDN PP LOAD = Present total real power demand on each teraton P LL = Total Real Power Transmsson Loss n each teraton P LLmax = Maxmum allowable PLL nbch = Total number of branches SW OP = Number of swtchng operatons SW j = Status of the swtch j after the reconfguraton SWB j = Status of the swtch j before the reconfguraton SW max = Sum of total number of sectonalzng and te swtches N bus = Total number of buses SMLP = Sum of Prorty order of the loads n the post fault PDN 451 n load w = Total number of connected loads n the post fault power dstrbuton network = Postve weghts for the th objectve of the objectve functon F : RESULTS AND DISCUSSION n w = 1 Algorthm of the new hybrd mult-objectve quck servce restoraton technque for EPDS: Step 1: Read the Bus Data, LPRO s, Real and Reactve Power Demand, Shunt Capactor Bank Ratngs Fg Read the Lne Data, the number of feeders and the bus number at whch substaton/source s connected and Read the convergence tolerance (Moon et al., 1999) Step 2: Obtan the Connectvty of the pre-fault PDN usng New Network Connectvty Method. Form the Matrx of nodes beyond a partcular node nbe. Step 3: Perform the Load Flow Analyss Usng Forward Substtuton Method. Data for Load Flow Analyss s gven n the Table 2. Step 4: Compute the lne flows and also the branch currents n varous sectons of the feeders. Step 5: Check whether any fault s occurred? If there s any occurrence of fault, go to the next Step, otherwse go to Step 27. Step 6: Check whether the fault s symmetrcal or unsymmetrcal. If the fault s symmetrcal, form the Z bus of the dstrbuton network usng Harrson et al. (2008). If the fault s unsymmetrcal, form the postve, negatve and zero sequence mpedance matrces of the post fault PDN usng Harrson et al., 2008 Step 7: Set the generaton count, Gen = 1. Step 8: Obtan the Network Connectvty of the post fault PDN usng the above algorthm of ths study. Form the Matrx of nodes beyond a partcular node n be. Step 9: Select the populaton sze based on the number of branches n the EPDS. Choose the length of the chromosome as same as that of total number of buses n the PDN. Step 10: Consder the loads n the order of ther hghest prorty usng preemptve method. Step 11: Perform the load flow analyss usng forward substtuton method and then, calculate the post fault voltages of the PDN. Step 12: Compute real and reactve power lne flows, real and reactve power losses n the PDN. Step 13: Compute all the objectves of the objectve functon f 1, f 2, f 3, f 4 and f 5. Step 14: Compute the objectve functon F for each Chromosome.

5 J. Computer Sc., 7 (3): , 2011 Table 2: 16 Bus 3 feeder lne data Branch no: From To Lne length LPRO End bus load End bus Load Qsh n MVAR Bus Bus n km MW MVAR Step 15: Evaluate the ftness of the ndvdual Step 29: Stop. chromosomes n the populaton under consderaton. Step 16: Rank the ftness functon values n the ascendng order. Step 17: Perform selecton of the ndvduals n the populaton. Step 18: Perform the crossover between the chromosomes. Step 19: Perform Mutaton of ndvduals n the populaton. The steps of GA are referred from Madan and Madan, Step 20: Form the new set of objectve functons based on the new populaton. Step 21: Check whether the constrants are met or whether the number generatons reached maxmum generaton lmt or not. If yes go to Step 24, otherwse go to next Step. Fg. 1: bus 3 feeder sample network Step 22: Convert the new objectve functon value to bnary equvalent and then perform the logcal OR operaton of ths bnary equvalent wth to the old chromosomes. Step 23: Update the generaton count Gen = Gen + 1 and then go to Step 8. Step 24: Perform the load flow analyss for the new reconfgured post fault PDN. Compute the lne losses, power suppled from the substaton and also calculate the real and reactve power lne losses. Step 25: Estmate operatng tme of the all the assocated relays/breakers n the post fault PDN. Step 26: Compute the total restoraton tme. Step 27: Prnt the results. Step 28: If any further fault analyss s to be carred out for operatonal plannng of EPDS go to Step 1, otherwse go to next Step. Fg. 2 Result for network connectvty matrx 452

6 J. Computer Sc., 7 (3): , 2011 REFERENCES Fg. 3 Result for post fault connectvty matrx CONCLUSION Here t has been assumed that a lne to ground fault takes place at the bus 13 wth a fault mpedance of 0.l p.u. Due to the occurrence of fault, the relay/breaker connected between buses 3 and 13 s operated and hence bus 13 gets solated from the power supply. Due to operaton of the breaker the power supply also gets dsconnected to the loads whch are connected to the buses 15 and 16. Hence the loads connected to the buses 15 and 16 are n dark state. In order to restore the power supply to the loads whch are connected to the buses 15 and 16, the dstrbuton network has to be reconfgured. The search of optmal confguraton of PDN has been done usng GA. For the 16-Bus EPDS, the GA parameters are selected as follows: Length of the Chromosome = 16 Populaton sze = 16 Probablty of crossover = 0.7 Probablty of mutaton = 0.7/16 = The optmal confguraton of post-fault PDN has been obtaned usng the GA. The statuses of the swtches n optmal confguraton of the PDN are gven as follows: SWSTAT= [ ] Alfred, R., Summarzng relatonal data usng sem-supervsed genetc algorthm-based clusterng technques. J. Comput. Sc., 6: DOI: /jcssp Harrson, G.P., A. Pccolo, P. Sano and A.R. Wallace, Hybrd GA and OPF evaluaton of network capacty for dstrbuted generaton connectons, Elec. Power Syst. Res., 78: DOI: /j.epsr Kalyanmoy, D., Optmzaton for Engneerng Desgn: Algorthms and Examples. 1st Edn., Prentce-Hall of Inda, New Delh, ISBN-10: X, pp: 396. Kothar, D., Power System Optmzaton. 1st Edn., Prentce-Hall of Inda Pvt.Ltd, New Delh, ISBN-10: , pp: 572. Madan, M. and S. Madan, Convalesce optmzaton for nput allocaton problem usng hybrd genetc algorthm. J. Comput. Sc., 6: DOI: /jcssp Mah, H. and H.F. Izabatene, Segmentaton of satellte magery usng RBF neural network and genetc algorthm. Asan J. Appled Sc., 4: DOI: /ajaps Manjunath, K. and M.R. Mohan, A new hybrd mult-objectve quck servce restoraton technque for electrc power dstrbuton systems. Elect. Power Energy Syst., 29: Mohan, M.R. and K. Manjunath, An mproved technque for the estmaton of servce restoraton tme n power dstrbuton systems. Int. J. Power Energy Syst., 2004: Moon, Y.H., S.H. Km, B.N. Ha and J.H. Lee, Fast and relable dstrbuton system load flow algorthm based on the Y BUS formulaton. Proceedngs of the IEEE Power Engneerng Socety Summer Meetng, July 18-22, Edmonton, Alta., Canada, pp: DOI: /PESS Saraban, M. and L.V. Lee, A modfed partally mapped multcrossover genetc algorthm for twodmensonal bn packng problem. J. Math. Stat., 6: DOI: /jmssp ACKNOWLEDGEMENT The researchers are extremely grateful to the management of VIT Unversty, Vellore for provdng the excellent support and encouragement n promotng ths research study. 453

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

Network Reconfiguration of Distribution System Using Artificial Bee Colony Algorithm

Network Reconfiguration of Distribution System Using Artificial Bee Colony Algorithm World Academy of Scence, Engneerng and Technology Internatonal Journal of Electrcal and Computer Engneerng ol:8, No:, 014 Network Reconfguraton of Dstrbuton System Usng Artfcal Bee Colony Algorthm S. Ganesh

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

Optimal Grid Topology using Genetic Algorithm to Maintain Network Security

Optimal Grid Topology using Genetic Algorithm to Maintain Network Security Internatonal Journal of Engneerng Scences, 2(8) August 23, Pages: 388-398 TI Journals Internatonal Journal of Engneerng Scences www.tournals.com ISSN 236-6474 Optmal Grd Topology usng Genetc Algorthm to

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Optimal Reconfiguration of Distribution System by PSO and GA using graph theory

Optimal Reconfiguration of Distribution System by PSO and GA using graph theory Proceedngs of the 6th WSEAS Internatonal Conference on Applcatons of Electrcal Engneerng, Istanbul, Turkey, May 27-29, 2007 83 Optmal Reconfguraton of Dstrbuton System by PSO and GA usng graph theory Mehd

More information

Electricity Network Reliability Optimization

Electricity Network Reliability Optimization Electrcty Network Relablty Optmzaton Kavnesh Sngh Department of Engneerng Scence Unversty of Auckland New Zealand kav@hug.co.nz Abstract Electrcty dstrbuton networks are subject to random faults. On occurrence

More information

Evolutionary Programming for Reactive Power Planning Using FACTS Devices

Evolutionary Programming for Reactive Power Planning Using FACTS Devices Bplab Bhattacharyya, kash Kumar Gupta,. Das Evolutonary Programmng for Reactve Power Plannng Usng Devces BIPLAB BHATTACHARYYA *, IKAH KUMAR GUPTA 2 AND.DA 3, 2, 3 Department of Electrcal Engneerng, Indan

More information

Power loss and Reliability optimization in Distribution System with Network Reconfiguration and Capacitor placement

Power loss and Reliability optimization in Distribution System with Network Reconfiguration and Capacitor placement Internatonal Journal of Scentfc Research Engneerng & Technology (IJSRET), ISSN 2278 0882 692 Power loss and Relablty optmzaton n Dstrbuton System wth Network Reconfguraton and Capactor placement A.Manasa

More information

Optimal Phase Arrangement of Distribution Feeders Using Immune Algorithm

Optimal Phase Arrangement of Distribution Feeders Using Immune Algorithm The 4th Internatonal Conference on Intellgent System Applcatons to Power Systems, ISAP 2007 Optmal Phase Arrangement of Dstrbuton Feeders Usng Immune Algorthm C.H. Ln, C.S. Chen, M.Y. Huang, H.J. Chuang,

More information

An Adaptive Over-current Protection Scheme for MV Distribution Networks Including DG

An Adaptive Over-current Protection Scheme for MV Distribution Networks Including DG An Adaptve Over-current Protecton Scheme for MV Dstrbuton Networks Includng DG S.A.M. Javadan Islamc Azad Unversty s.a.m.javadan@gmal.com M.-R. Haghfam Tarbat Modares Unversty haghfam@modares.ac.r P. Barazandeh

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

Network Reconfiguration for Load Balancing in Distribution System with Distributed Generation and Capacitor Placement

Network Reconfiguration for Load Balancing in Distribution System with Distributed Generation and Capacitor Placement World Academy of Scence, Engneerng and Technology nternatonal Journal of Electrcal and Computer Engneerng Networ Reconfguraton for Load Balancng n Dstrbuton System wth Dstrbuted Generaton and Capactor

More information

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables S. Aucharyamet and S. Srsumrannukul / GMSARN Internatonal Journal 4 (2010) 57-66 Optmal Allocaton of Statc VAr Compensator for Actve Power oss Reducton by Dfferent Decson Varables S. Aucharyamet and S.

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept J. Appl. Envron. Bol. Sc., 5(1)20-27, 2015 2015, TextRoad Publcaton ISSN: 2090-4274 Journal of Appled Envronmental and Bologcal Scences www.textroad.com A Mathematcal Model for Restoraton Problem n Smart

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

Research Article An Improved Genetic Algorithm for Power Losses Minimization using Distribution Network Reconfiguration Based on Re-rank Approach

Research Article An Improved Genetic Algorithm for Power Losses Minimization using Distribution Network Reconfiguration Based on Re-rank Approach Research Journal of Appled Scences, Engneerng and Technology 8(8): 1029-1035, 2014 DOI:10.19026/raset.8.1065 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scentfc Publcaton Corp. Submtted: May 21, 2014

More information

Graph Method for Solving Switched Capacitors Circuits

Graph Method for Solving Switched Capacitors Circuits Recent Advances n rcuts, ystems, gnal and Telecommuncatons Graph Method for olvng wtched apactors rcuts BHUMIL BRTNÍ Department of lectroncs and Informatcs ollege of Polytechncs Jhlava Tolstého 6, 586

More information

Optimal Choice and Allocation of FACTS Devices in Deregulated Electricity Market using Genetic Algorithms

Optimal Choice and Allocation of FACTS Devices in Deregulated Electricity Market using Genetic Algorithms Optmal Choce and Allocaton of FACTS Devces n Deregulated Electrcty Maret usng Genetc Algorthms L.J. Ca, Student Member IEEE, I. Erlch, Member IEEE and G.Stamtss, Member IEEE Abstract--Ths paper deals wth

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

An Efficient Metaheuristic Algorithm for Optimal Capacitor Allocation in Electric Distribution Networks

An Efficient Metaheuristic Algorithm for Optimal Capacitor Allocation in Electric Distribution Networks 2017 2nd Internatonal Conference on Software, Multmeda and Communcaton Engneerng (SMCE 2017) ISBN: 978-1-60595-458-5 An Effcent Metaheurstc Algorthm for Optmal Capactor Allocaton n Electrc Dstrbuton Networks

More information

Optimum Allocation of Distributed Generations Based on Evolutionary Programming for Loss Reduction and Voltage Profile Correction

Optimum Allocation of Distributed Generations Based on Evolutionary Programming for Loss Reduction and Voltage Profile Correction ISSN : 0976-8491(Onlne) ISSN : 2229-4333(rnt) Optmum Allocaton of Dstrbuted Generatons Based on Evolutonary rogrammng for Reducton and Voltage rofle Correcton 1 Mohammad Saleh Male, 2 Soodabeh Soleyman

More information

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies Internatonal Journal of Smart Home Vol.8, No. (04), pp.7-6 http://dx.do.org/0.457/sh.04.8.. Research on the Process-level Producton Schedulng Optmzaton Based on the Manufacturng Process Smplfes Y. P. Wang,*,

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Optimal Network Reconfiguration with Distributed Generation Using NSGA II Algorithm

Optimal Network Reconfiguration with Distributed Generation Using NSGA II Algorithm (IJARAI) Internatonal Journal of Advanced Research n Artfcal Intellgence, Optmal Network Reconfguraton wth Dstrbuted Generaton Usng NSGA II Algorthm Jasna Hvzefendć Faculty of Engneerng and Informaton

More information

Volume 3, Special Issue 3, March 2014

Volume 3, Special Issue 3, March 2014 ISSN (Onlne) : 319-8753 ISSN (Prnt) : 347-6710 Internatonal Journal of Innovatve Research n Scence, Engneerng and Technology Volume 3, Specal Issue 3, March 014 014 Internatonal Conference on Innovatons

More information

Simultaneous Reconfiguration with DG Placement using Bit-Shift Operator Based TLBO

Simultaneous Reconfiguration with DG Placement using Bit-Shift Operator Based TLBO Smultaneous Reconfguraton wth Placement usng Bt-Shft Operator Based TLBO Ayan Ghosh, *Deepak Kumar EEE Department B.I.T Mesra, Ranch Jharkhand, Inda *deepakmek9@gmal.com S. R. Samantaray School of Electrcal

More information

Localization of FACTS Devices for Optimal Power Flow Using Genetic Algorithm

Localization of FACTS Devices for Optimal Power Flow Using Genetic Algorithm 13 Internatonal Conference on Electrcal Informaton and Communcaton Technology (EICT) Localzaton of ACTS Devces for Optmal Power low Usng Genetc Algorthm A.K.M. Rezwanur Rahman, Md. Shahabul Alam, Md. Zakr

More information

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application Optmal Szng and Allocaton of Resdental Photovoltac Panels n a Dstrbuton Networ for Ancllary Servces Applcaton Reza Ahmad Kordhel, Student Member, IEEE, S. Al Pourmousav, Student Member, IEEE, Jayarshnan

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network Internatonal Journal of Research n Electrcal & Electroncs Engneerng olume 1, Issue 1, July-September, 2013, pp. 85-92, IASTER 2013 www.aster.com, Onlne: 2347-5439, Prnt: 2348-0025 Desgn of Shunt Actve

More information

Implementation and Validation of Different Reconfiguration Strategies Between HSA and PSO for Loss Reduction

Implementation and Validation of Different Reconfiguration Strategies Between HSA and PSO for Loss Reduction Implementaton and Valdaton of Dfferent Reconfguraton Strateges Between HSA and PSO for Loss Reducton Jamal Darusalam Gu 1, Ontoseno Penangsang 2, Rony Seto Wbowo 3 Master Student, Department of Electrcal

More information

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

More information

Allocation of capacitor banks in distribution systems using multi-objective function

Allocation of capacitor banks in distribution systems using multi-objective function Vol. 8(27), pp. 1282-1288, 18 July, 2013 DOI 10.5897/SRE2013.5554 ISSN 1992-2248 2013 Academc Journals http://www.academcjournals.org/sre Scentfc Research and Essays Full Length Research aper Allocaton

More information

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems Investgaton of Hybrd Partcle Swarm Optmzaton Methods for Solvng Transent-Stablty Constraned Optmal Power Flow Problems K. Y. Chan, G. T. Y. Pong and K. W. Chan Abstract In ths paper, hybrd partcle swarm

More information

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT Hrotaka Yoshda Kench Kawata IEEE Trans. on Power Systems, Vol.15, No.4, pp.1232-1239, November

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J.

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J. ABSTRACT Research Artcle MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patdar, J. Sngha Address for Correspondence Maulana Azad

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

Yutaka Matsuo and Akihiko Yokoyama. Department of Electrical Engineering, University oftokyo , Hongo, Bunkyo-ku, Tokyo, Japan

Yutaka Matsuo and Akihiko Yokoyama. Department of Electrical Engineering, University oftokyo , Hongo, Bunkyo-ku, Tokyo, Japan Optmzaton of Installaton of FACTS Devce n Power System Plannng by both Tabu Search and Nonlnear Programmng Methods Yutaka Matsuo and Akhko Yokoyama Department of Electrcal Engneerng, Unversty oftokyo 7-3-,

More information

The Effect Of Phase-Shifting Transformer On Total Consumers Payments

The Effect Of Phase-Shifting Transformer On Total Consumers Payments Australan Journal of Basc and Appled Scences 5(: 854-85 0 ISSN -88 The Effect Of Phase-Shftng Transformer On Total Consumers Payments R. Jahan Mostafa Nck 3 H. Chahkand Nejad Islamc Azad Unversty Brjand

More information

APPLICATION OF BINARY VERSION GSA FOR SHUNT CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION SYSTEM

APPLICATION OF BINARY VERSION GSA FOR SHUNT CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION SYSTEM IJRET: Internatonal Journal of Research n Engneerng and Technology eissn: 39-63 pissn: 3-7308 APPLICATION OF BINARY ERSION GSA FOR SHUNT CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION SYSTEM Nasm Al Khan,

More information

FACTS Devices Allocation Using a Novel Dedicated Improved PSO for Optimal Operation of Power System

FACTS Devices Allocation Using a Novel Dedicated Improved PSO for Optimal Operation of Power System Journal of Operaton and Automaton n Power Engneerng Vol. 1, No., Summer & Fall 013, Pages: 14-135 http://journals.uma.ac.r/joape FACTS Devces Allocaton Usng a Novel Dedcated Improved PSO for Optmal Operaton

More information

Hybrid Differential Evolution based Concurrent Relay-PID Control for Motor Position Servo Systems

Hybrid Differential Evolution based Concurrent Relay-PID Control for Motor Position Servo Systems Hybrd Dfferental Evoluton based Concurrent Relay-PID Control for Motor Poston Servo Systems B.Sartha 1, Dr. L. Rav Srnvas P.G. Student, Department of EEE, Gudlavalleru Engneerng College, Gudlavalleru,

More information

Harmony Search and OPF Based Hybrid Approach for Optimal Placement of Multiple DG Units

Harmony Search and OPF Based Hybrid Approach for Optimal Placement of Multiple DG Units Harmony Search and OPF Based Hybrd Approach for Optmal Placement of Multple Unts Sandeep Kaur Department of Electrcal Engneerng Indan Insttute of Rooree Rooree, Inda sandpsaroa@gmal.com. B. Kumbhar Department

More information

Automatic Voltage Controllers for South Korean Power System

Automatic Voltage Controllers for South Korean Power System Automatc Voltage lers for South Korean Power System Xng Lu Vathanathan Man Venkatasubramanan Tae-Kyun Km Washngton State Unversty Korea Electrc Power Research nsttute Pullman, WA 9964-2752 Seoul, South

More information

Optimal Capacitor Placement in a Radial Distribution System using Plant Growth Simulation Algorithm

Optimal Capacitor Placement in a Radial Distribution System using Plant Growth Simulation Algorithm World Academy of Scence, Engneerng and Technology Internatonal Journal of Electrcal, omputer, Energetc, Electronc and ommuncaton Engneerng ol:, No:9, 8 Optmal apactor Placement n a Radal Dstrbuton System

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

An Effective Approach for Distribution System Power Flow Solution

An Effective Approach for Distribution System Power Flow Solution World Academy of Scence, Engneerng and Technology nternatonal Journal of Electrcal and Computer Engneerng ol:, No:, 9 An Effectve Approach for Dstrbuton System Power Flow Soluton A. Alsaad, and. Gholam

More information

D-STATCOM Optimal Allocation Based On Investment Decision Theory

D-STATCOM Optimal Allocation Based On Investment Decision Theory Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 2016) D-STATCOM Optmal Allocaton Based On Investment Decson Theory Yongjun Zhang1, a, Yfu Mo1, b and Huazhen

More information

An Optimal Load Shedding Approach for Distribution Networks with DGs considering Capacity Deficiency Modelling of Bulked Power Supply

An Optimal Load Shedding Approach for Distribution Networks with DGs considering Capacity Deficiency Modelling of Bulked Power Supply An Optmal Load Sheddng Approach for Dstrbuton Networks wth DGs consderng Capacty Defcency Modellng of Bulked ower Supply A. R. Malekpour, A.R. Sef, M. R. Hesamzadeh 2, Graduate Student Member, IEEE, and

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

Customer witness testing guide

Customer witness testing guide Customer wtness testng gude Ths gude s amed at explanng why we need to wtness test equpment whch s beng connected to our network, what we actually do when we complete ths testng, and what you can do to

More information

Figure 1. DC-DC Boost Converter

Figure 1. DC-DC Boost Converter EE46, Power Electroncs, DC-DC Boost Converter Verson Oct. 3, 11 Overvew Boost converters make t possble to effcently convert a DC voltage from a lower level to a hgher level. Theory of Operaton Relaton

More information

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13 A Hgh Gan DC - DC Converter wth Soft Swtchng and Power actor Correcton for Renewable Energy Applcaton T. Selvakumaran* and. Svachdambaranathan Department of EEE, Sathyabama Unversty, Chenna, Inda. *Correspondng

More information

Methods for Preventing Voltage Collapse

Methods for Preventing Voltage Collapse Methods for Preventng Voltage Collapse Cláuda Res 1, Antóno Andrade 2, and F. P. Macel Barbosa 3 1 Telecommuncatons Insttute of Avero Unversty, Unversty Campus of Avero, Portugal cres@av.t.pt 2 Insttute

More information

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms An Optmal Model and Soluton of Deployment of Arshps for Hgh Alttude Platforms Xuyu Wang, Xnbo Gao, Ru Zong, Peng Cheng. VIPS Lab, School of Electronc Engneerng, Xdan Unversty, X an 77, Chna. Department

More information

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback Control of Chaos n Postve Output Luo Converter by means of Tme Delay Feedback Nagulapat nkran.ped@gmal.com Abstract Faster development n Dc to Dc converter technques are undergong very drastc changes due

More information

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm CCECE 2014 1569888203 Coverage Maxmzaton n Moble Wreless Sensor Networs Utlzng Immune Node Deployment Algorthm Mohammed Abo-Zahhad, Sabah M. Ahmed and Nabl Sabor Electrcal and Electroncs Engneerng Department

More information

Allocation of optimal distributed generation using GA for minimum system losses in radial distribution networks

Allocation of optimal distributed generation using GA for minimum system losses in radial distribution networks MultCraft Internatonal Journal of Engneerng, Scence and Technology Vol., No. 3, 010, pp. 94-106 INTERNATIONA JOURNA OF ENGINEERING, SCIENCE AND TECHNOOGY www.est-ng.com 010 MultCraft mted. All rghts reserved

More information

Planning Reconfigurable Reactive Control for Voltage Stability Limited Power Systems

Planning Reconfigurable Reactive Control for Voltage Stability Limited Power Systems Plannng Reconfgurable Reactve Control for Stablty Lmted Power Systems Hafeng Lu, Member, IEEE, Lcheng Jn, Member, IEEE, James D. McCalley, Fellow, IEEE, Ratnesh Kumar, Fellow, IEEE, Venkataramana Ajjarapu,

More information

Review: Our Approach 2. CSC310 Information Theory

Review: Our Approach 2. CSC310 Information Theory CSC30 Informaton Theory Sam Rowes Lecture 3: Provng the Kraft-McMllan Inequaltes September 8, 6 Revew: Our Approach The study of both compresson and transmsson requres that we abstract data and messages

More information

Power Loss Reduction and Voltage Profile improvement by Photovoltaic Generation

Power Loss Reduction and Voltage Profile improvement by Photovoltaic Generation Internatonal Journal of Engneerng Trends and Technology (IJETT) Volume 0 Number 4 Feb 05 ower Loss Reducton and Voltage rofle mprovement by hotovoltac Generaton Seyed Reza Seyednour #, Homayoun Ebrahman

More information

Introduction to Coalescent Models. Biostatistics 666 Lecture 4

Introduction to Coalescent Models. Biostatistics 666 Lecture 4 Introducton to Coalescent Models Bostatstcs 666 Lecture 4 Last Lecture Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles Expected to decrease wth dstance

More information

APPLICATION OF FUZZY MULTI-OBJECTIVE METHOD FOR DISTRIBUTION NETWORK RECONFIGURATION WITH INTEGRATION OF DISTRIBUTED GENERATION

APPLICATION OF FUZZY MULTI-OBJECTIVE METHOD FOR DISTRIBUTION NETWORK RECONFIGURATION WITH INTEGRATION OF DISTRIBUTED GENERATION Journal of Theoretcal and Appled Informaton Technology 2005 ongong JATIT & LLS ISSN: 1992-8645 www.jatt.org E-ISSN: 1817-3195 APPLICATION OF FUZZY MULTI-OBJECTIVE METHOD FOR DISTRIBUTION NETWORK RECONFIGURATION

More information

Introduction to Coalescent Models. Biostatistics 666

Introduction to Coalescent Models. Biostatistics 666 Introducton to Coalescent Models Bostatstcs 666 Prevously Allele frequences Hardy Wenberg Equlbrum Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles

More information

Radial Distribution System Reconfiguration in the Presence of Distributed Generators

Radial Distribution System Reconfiguration in the Presence of Distributed Generators 4th Internatonal Conference on Coputer, Mechatroncs, Control and Electronc Engneerng (ICCMCEE 205) Radal Dstrbuton Syste Reconfguraton n the Presence of Dstrbuted Generators Xngquan J, a, Q Lu, GuoZheng

More information

Bee Hive Algorithm to Optimize Multi Constrained Piecewise Non-Linear Economic Power Dispatch Problem in Thermal Units

Bee Hive Algorithm to Optimize Multi Constrained Piecewise Non-Linear Economic Power Dispatch Problem in Thermal Units Internatonal Journal on Electrcal Engneerng and Informatcs Volume 3, Number 1, 011 Bee Hve Algorthm to Optmze Mult Constraned ecewse Non-Lnear Economc ower Dspatch roblem n Thermal Unts B. admanabhan 1,

More information

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes Internatonal Journal of Theoretcal & Appled Scences 6(1): 50-54(2014) ISSN No. (Prnt): 0975-1718 ISSN No. (Onlne): 2249-3247 Generalzed Incomplete Trojan-Type Desgns wth Unequal Cell Szes Cn Varghese,

More information

Capacitance based Reliability Indices of a Real Time Radial Distribution Feeder

Capacitance based Reliability Indices of a Real Time Radial Distribution Feeder IOSR Journal of Electrcal and Electroncs Engneerng (IOSR-JEEE) e-issn: 2278-676,p-ISSN: 232-333, Volume 7, Issue 2 (Jul. - Aug. 23), PP -2 Capactance based Relablty Indces of a Real Tme Radal Dstrbuton

More information

A Novel Soft-Switching Two-Switch Flyback Converter with a Wide Operating Range and Regenerative Clamping

A Novel Soft-Switching Two-Switch Flyback Converter with a Wide Operating Range and Regenerative Clamping 77 Journal of ower Electroncs, ol 9, No 5, September 009 JE 9-5- A Novel Soft-Swtchng Two-Swtch Flybac Converter wth a Wde Operatng Range and Regeneratve Clampng Marn-Go Km and Young-Seo Jung * Dvson of

More information

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm Mathematcal Problems n Engneerng Volume 2016, Artcle ID 3161069, 11 pages http://dx.do.org/10.1155/2016/3161069 Research Artcle Dynamc Relay Satellte Schedulng Based on ABC-TOPSIS Algorthm Shufeng Zhuang,

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

A Classification Technique for Protection Coordination Assessment of Distribution Systems with Distributed Generation

A Classification Technique for Protection Coordination Assessment of Distribution Systems with Distributed Generation Proceedngs of the 4 th Internatonal Mddle East Power Systems Conference (MEPCON, Caro Unversty, Egypt, December,, Paper ID. A Classfcaton Technque for Protecton Coordnaton Assessment of Dstrbuton Systems

More information

Multiobjective Metaheuristics Optimization in Reactive Power Compensation

Multiobjective Metaheuristics Optimization in Reactive Power Compensation Ilana González Palau, Secundno Marrero Ramírez, Arístdes Legrá Lobana, Danel Mendola Ells Multobjectve Metaheurstcs Optmzaton n Reactve Power Compensaton ILIANA GONZÁLEZ PALAU 1, SECUNDINO MARRERO RAMÍREZ

More information

Machine Learning in Production Systems Design Using Genetic Algorithms

Machine Learning in Production Systems Design Using Genetic Algorithms Internatonal Journal of Computatonal Intellgence Volume 4 Number 1 achne Learnng n Producton Systems Desgn Usng Genetc Algorthms Abu Quder Jaber, Yamamoto Hdehko and Rzauddn Raml Abstract To create a soluton

More information

A SURVEY ON REACTIVE POWER OPTIMIZATION AND VOLTAGE STABILITY IN POWER SYSTEMS

A SURVEY ON REACTIVE POWER OPTIMIZATION AND VOLTAGE STABILITY IN POWER SYSTEMS Internatonal Journal on Techncal and Physcal Problems of Engneerng (IJTPE) Publshed by Internatonal Organzaton of IOTPE ISSN 2077-3528 IJTPE Journal www.otpe.com jtpe@otpe.com March 2014 Issue 18 Volume

More information

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes 5-95 Fall 08 # Games and Nmbers A. Game 0.5 seconds, 64 megabytes There s a legend n the IT Cty college. A student that faled to answer all questons on the game theory exam s gven one more chance by hs

More information

Dual Functional Z-Source Based Dynamic Voltage Restorer to Voltage Quality Improvement and Fault Current Limiting

Dual Functional Z-Source Based Dynamic Voltage Restorer to Voltage Quality Improvement and Fault Current Limiting Australan Journal of Basc and Appled Scences, 5(5): 287-295, 20 ISSN 99-878 Dual Functonal Z-Source Based Dynamc Voltage Restorer to Voltage Qualty Improvement and Fault Current Lmtng M. Najaf, M. Hoseynpoor,

More information

Downloaded from ijiepr.iust.ac.ir at 5:13 IRST on Saturday December 15th 2018

Downloaded from ijiepr.iust.ac.ir at 5:13 IRST on Saturday December 15th 2018 Internatonal Journal of Industral Eng. & roducton Research (2008) pp. 21-29 Volume 19, Number 4, 2008 Internatonal Journal of Industral Engneerng & roducton Research Journal Webste: http://een.ust.ac.r/

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

A Novel 20G Wide-Band Synthesis Methodology for CMOS Spiral Inductors using Neural Network and Genetic Algorithm

A Novel 20G Wide-Band Synthesis Methodology for CMOS Spiral Inductors using Neural Network and Genetic Algorithm A Novel 20G Wde-Band Synthess Methodology for CMOS Spral Inductors usng Neural Network and Genetc Algorthm Hayang Shen Wenjun Zhang Tao u CAD Department, Insttute of Mcroelectroncs, Tsnghua Unversty, Bejng

More information

The Application of Tabu Search Algorithm on Power System Restoration

The Application of Tabu Search Algorithm on Power System Restoration The Applcaton of Tabu Search Algorthm on Power System Restoraton FANG Xn-yan,CAI Xao-y, Jang Chuan-wen Dept.of Electrcal Eng.., Shangha Jaotong Unv., Shangha 200240, Chna Abstract:-The essay s just accordng

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

CHAPTER 2 2 PROPOSED DIFFERENTIAL EVOLUTION BASED IDWNN CONTROLLER FOR FAULT RIDE-THROUGH OF GRID CONNECTED DFIG

CHAPTER 2 2 PROPOSED DIFFERENTIAL EVOLUTION BASED IDWNN CONTROLLER FOR FAULT RIDE-THROUGH OF GRID CONNECTED DFIG 26 CHAPTER 2 2 PROPOSED DIFFERENTIAL EVOLUTION BASED IDWNN CONTROLLER FOR FAULT RIDE-THROUGH OF GRID CONNECTED DFIG 2.1 INTRODUCTION The key objectve of wnd turbne development s to ensure that output power

More information

Voltage security constrained reactive power optimization incorporating wind generation

Voltage security constrained reactive power optimization incorporating wind generation Unversty of Wollongong Research Onlne Faculty of Engneerng and Informaton Scences - Papers: Part A Faculty of Engneerng and Informaton Scences 2012 Voltage securty constraned reactve power optmzaton ncorporatng

More information

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1 Queen Bee genetc optmzaton of an heurstc based fuzzy control scheme for a moble robot 1 Rodrgo A. Carrasco Schmdt Pontfca Unversdad Católca de Chle Abstract Ths work presents both a novel control scheme

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality.

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality. Wreless Communcatons Technologes 6::559 (Advanced Topcs n Communcatons) Lecture 5 (Aprl th ) and Lecture 6 (May st ) Instructor: Professor Narayan Mandayam Summarzed by: Steve Leung (leungs@ece.rutgers.edu)

More information

Saidi minimization of a remote distribution feeder

Saidi minimization of a remote distribution feeder Unversty of Wollongong Research nlne Faculty of Informatcs - Papers (Archve) Faculty of Engneerng and Informaton Scences 2007 Sad mnmzaton of a remote dstrbuton feeder Ka Zou Unversty of Wollongong, kz965@uow.edu.au

More information

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) ,

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) , VRT014 User s gude V0.8 Thank you for purchasng our product. We hope ths user-frendly devce wll be helpful n realsng your deas and brngng comfort to your lfe. Please take few mnutes to read ths manual

More information

Fault Locations in Transmission Systems by Evolutionary Algorithms

Fault Locations in Transmission Systems by Evolutionary Algorithms European Assocaton for the Development of Renewable Energes, Envronment and Power Qualty Internatonal Conference on Renewable Energes and Power Qualty (ICREPQ 09) Valenca (Span), 5th to 7th Aprl, 009 Fault

More information

Voltage Quality Enhancement and Fault Current Limiting with Z-Source based Series Active Filter

Voltage Quality Enhancement and Fault Current Limiting with Z-Source based Series Active Filter Research Journal of Appled Scences, Engneerng and echnology 3(): 246-252, 20 ISSN: 2040-7467 Maxwell Scentfc Organzaton, 20 Submtted: July 26, 20 Accepted: September 09, 20 Publshed: November 25, 20 oltage

More information

ECONOMIC DISPATCH BY USING DIFFERENT CROSSOVER OPERATORS OF GENETIC ALGORITHM

ECONOMIC DISPATCH BY USING DIFFERENT CROSSOVER OPERATORS OF GENETIC ALGORITHM ISTABUL UIVERSITY JOURAL OF ELECTRICAL & ELECTROICS EIEERI YEAR VOLUME UMBER : 00 : 0 : (73-83) ECOOMIC DISATCH BY USI DIFFERET CROSSOVER OERATORS OF EETIC ALORITHM Serhat DUMA, Al ÖZTÜRK, M. Kenan DÖŞOĞLU

More information