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

Size: px
Start display at page:

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

Transcription

1 Proceedngs of the 6th WSEAS Internatonal Conference on Applcatons of Electrcal Engneerng, Istanbul, Turkey, May 27-29, Optmal Reconfguraton of Dstrbuton System by PSO and GA usng graph theory Mehd Assadan, Malhe M. Farsang, Hossen Nezamabad-pour Department of Electrcal Engneerng, Shahd Bahonar Unversty of Kerman, Kerman, IRAN Abstract-- Ths paper nvestgates the ablty of partcle swarm optmzaton (PSO) n cooperatng by graph theory for network reconfguraton to reduce the power loss and voltage profle enhancement of dstrbuton system. The numercal results are presented on a dstrbuton system to llustrate the feasblty of the proposed method by PSO usng graph theory. Furthermore, to valdate the obtaned results by PSO usng graph theory, Genetc Algorthm (GA) usng graph theory s appled and the results are compared. Key-Words -- Dstrbuton systems, reconfguraton, partcle swarm optmzaton, Genetc Algorthm, loss reducton, graph theory. Introducton Network reconfguraton n dstrbuton system s realzed by changng the status of sectonalzng swtches, and s usually done for loss reducton or for load balancng n the system. Dstrbuton systems are radally structured to smplfy overcurrent protecton. Each dstrbuton system ncludes a number of lnes, sectonalzng swtches nstalled on ths lne, and other component such as te swtches connectng other dstrbuton lnes. By changng the open and closed status of the feeder swtches, load currents can be transferred from feeder to feeder. The early work on feeder reconfguraton for loss reducton s presented by Cvanlar et al. []. In [2], Baran et al. defned the problem for loss reducton and load balancng as an nteger programmng problem. Nara et al. [3] presented an mplementaton usng a genetc algorthm (GA) to look for the mnmum loss confguraton. In [4] [0], the authors suggested to employ a power flow method-based heurstc algorthm for determnng the mnmum loss confguraton of radal dstrbuton networks. In [9] [], the authors proposed a soluton procedure employng smulated annealng to search for the soluton. In [2], the authors had consdered tmevaryng load analyss to reduce loss. In [3], fuzzy theory and evolutonary programmng were employed to solve feeder reconfguraton systems. A parallel tabu search based method s proposed to look for the mnmum loss confguraton [4]. The use of dfferental evoluton s reported n [5]. Also Jn et al. [6] used Bnary PSO for load balancng n a dstrbuton system. The work carred out by the authors n [7] used the PSO to look for the mnmum loss confguraton for a small dstrbuted network. In ths paper, the ablty of PSO usng graph theory s nvestgated to fnd the optmal confguraton for larger network wth the objectve of mnmzng real power losses and mprovng of voltage profle. To valdate the results obtaned by PSO usng graph theory, GA usng graph theory s appled. 2 Overvew of Partcle Swarm Optmzaton The Partcle Swarm Optmzer s a populaton based optmzaton method that ntroduced by Kennedy and

2 Proceedngs of the 6th WSEAS Internatonal Conference on Applcatons of Electrcal Engneerng, Istanbul, Turkey, May 27-29, Eberhart [8]. In PSO, each partcle moves n the search space wth a velocty accordng to ts own prevous best soluton and ts group s prevous best soluton [8]. The dmenson of the search space can be any postve nteger. Each partcle updates ts poston and velocty wth the followng two equatons: X ( t + ) = X ( t) + V ( t + ) () where X (t) and V (t) are vectors representng the current poston and velocty respectvely. V, j( t + ) = wv, j ( t) + cr, j ( pb, j X, j ( t)) + (2) c2r2, j ( gbj X, j ( t)) where j,2,..., d represents partcle dmenson. 0 w < s an nerta weght determnng how much of partcle's prevous velocty s preserved, c and c2 are two postve acceleraton constants; and r, j, r2, j are two unform random sequences sampled from U(0, l), pb s the personal best poston found by the th partcle and gb s the best poston found by the entre swarm so far. 3 Overvew of GENETIC ALGORITHM Genetc Algorthm (GA) has desrable characterstcs as an optmzaton tool and offer sgnfcant advantages over tradtonal methods. They are nherently robust and have been shown to effcently search the large soluton space contanng dscrete or dscontnuous parameters and non-lnear constrants, wthout beng trapped n local mnma [9]. GA may be used to solve a combnatoral optmzaton problem. The GA searches for a soluton nsde a subspace of the total search space. Thus they are able to gve a good soluton of a certan problem n a reasonable computaton tme. The optmal soluton s sought from a populaton of solutons usng random process. Applyng to the current populaton the followng three operators create a new generaton: reproducton, crossover and mutaton. The reproducton s a process dependant on an objectve functon to maxmze or mnmze, whch depends on the problem. In graph theory, a graph s made up of dots connected by lnes where two dots can only be connected by one lne [20]. In graph theory, a dot s known as vertex and a lne known as edge. The degree of a vertex n a graph s the number of edges that touch t and t s defned by the followng equaton: deg( V ) = E (3) The sze of a graph s the number of vertces that t has. A path s a route that can be traveled along edges and through vertces n a graph. All of the vertces and edges n a path are connected to one another. Therefore, a graph s a par G = ( V, E) of sets where the elements of V are the vertces or nodes or ponts of the graph G and the elements of E are ts edges or lnes. A cycle s a path whch begns and ends on the same vertex. A cycle s sometmes called a crcut. The number of edges n a path or a cycle s called the length of the path. A vertex v s ncdent wth an edge e f v e, then e s an edge at v. A matrx s defned as ncdence matrx wth the sze of V E as follows: e s connected to v m j = 0 else (4) A graph that s not contanng any cycles s called a tree. In a tree graph wth V vertces and E edges, the followng equaton s satsfed V = E (5) The number of the cycles n graph tree s gven by the followng equaton: cycle = ( E + ) V (6) 5 study system and problem formulaton The study systems s adopted from the lterature whch s a dstrbuton system conssts 28 sectonalzng swtches and 5 te swtches as shown n Fg.. The system data can be found n [2]-[22]. The objectve functon of the network reconfguraton s to mnmze the total power losses as well as mprovng voltage profle. The objectve functon can be expressed as follows: 4 Overvew of graph theory

3 Proceedngs of the 6th WSEAS Internatonal Conference on Applcatons of Electrcal Engneerng, Istanbul, Turkey, May 27-29, For solvng the problem, frst of all, the power flow must be calculated. Snce the dstrbuton systems are radally structured and after reconfguraton the radal characterstcs of network s stll kept, a smplfed power flow equaton used n [7] are appled n ths paper. Fg. : 33 Bus dstrbuton system N mn f = mn( PT, Loss ) + V + C (7) = where, s the total real power loss of the P T, Loss system, and V s the voltage of N buses. After reconfguraton of the network, the radal characterstcs of the network should be kept and all loads have to be n servce. In vew of ths, C s defned as the penalty factor for exstng mesh or n the case of solatng some loads by followng equaton C = Anumber( mesh) + B number( Isolated) (8) where A and B are equal to one. In addton to Equ. (7), other objectve functon s consdered as follows: mn f = mn ( PT, Loss ) + C) (9) where the system s reconfgured based on the mnmzng the reducton of loss. The voltage magntude at each bus must mantan wthn ts lmts. The current on each branch has to le wthn ts capacty ratng. These constrants are expressed as follows: Vmn V V max (0) I I,max () where, V Vmax and V mn are voltage magntude of th the bus, mnmum and maxmum voltage lmts respectvely. I and I, max are current magntude and maxmum th current lmt of branch. 6 PSO & GA usng graph theory for feedder reconfgraton PSO usng graph theory s appled for network reconfguraton n order to have mnmum losses n the network as well as mprovng voltage profle. To use the graph theory, the buses of the network consdered as nodes (V ) and the number of swtches known as edges ( E ). Also, the number of meshes n the network s known as the number of cycles n the graph theory. To retan a radal network structure, only one swtch s opened n each mesh where the total number of open swtches s equal to the total number of meshes so that no feeder secton can be left out of servce. To have a radal network structure, a tree graph should be reached. To fnd the best confguraton for the network, the algorthm started by checkng the degree of the nodes. Those nodes wth one degree wll be deleted followed by deletng of the connected edges. Then the algorthm checks whether the network s radal and all loads are n servce otherwse the penalty factor s ncreased n Equ. (7) or (9). In the PSO algorthm, n partcles are generated randomly where n s selected to be 50. In the study system, there exst 5 meshes. Therefore, each partcle s a d -dmensonal vector n whch d = 5. The ntalzaton s made on the poston randomly for each partcle. The number of teraton s consdered to be 00, whch s the stoppng crtera. The parameter n (2) must be tuned. These parameters control the mpact of the prevous veloctes on the current velocty where, n ths paper, c = c2 =. 4 and w s decreasng lnearly from 0.9 to 0.. Each partcle n the populaton s evaluated usng the objectve functon defned by Equ. (7) or (9) searchng for the partcle assocated wth f best.the best prevous poston of the th partcle s recorded and represented as: pb = ( pb,, pb,2, pb,3, pb,4, pb, 5) and the ndex of the best partcle among all of the

4 Proceedngs of the 6th WSEAS Internatonal Conference on Applcatons of Electrcal Engneerng, Istanbul, Turkey, May 27-29, partcles n the group s for the gb. Usng the gb and pb, partcle velocty and poston s updated accordng to () and (2). To fnd the best reconfguraton for the two networks, sutable lnes to be opened are selected based on 20 ndependent runs, under dfferent random seeds. The obtaned results are gven n Table for two dfferent objectve functons (Equ. (7) or (9)). Fg. 2. Convergence characterstcs of PSO on the average cost functon n fndng the soluton based on Equ. (7). TABLE. THE OBTAINED RESULTS BY PSO FOR THE STUDY NETWORK Network confguraton Orgnal confguraton After reconfgurat on Equ. 9 Equ. 7 Te swtches 33, 34, 35, 36, 37 6, 9, 4, 32, 37 7, 9, 4, 27, 32 Powe r loss (KW) Mn.Volta ge magntude (Pu) Table, shows that consderng the swtches 7, 9, 4, 27 and 32 as te swtches, the dstrbuton system reconfgures to a network wth a mnmum losses and a better bus voltage magntude profle. The average best-so-far and the mean cost functon of each run are recorded and averaged over 20 ndependent runs. To have a better clarty, the convergence characterstcs n fndng the best confguraton for the network are gven n Fgs Also, bus voltage magntude profle of the orgnal system and reconfgured system based on Equ. (7) are shown n Fgs Fg. 3. Convergence characterstcs of PSO on the average best-so-far n fndng the soluton based on Equ. (7). Voltage bus n PU Number bus Fg. 4. Bus voltage magntude profle of the orgnal system. Voltage bus n PU Number bus Fg.5 Bus voltage magntude profle of the system after reconfguraton by PSO based on Equ. (7). To valdate the results obtaned, GA s appled to solve the problem. A confguraton s consdered wth fve genes. The number of chromosomes for a populaton s set to be 50. In ths paper, one pont crossover s appled wth the crossover probablty pc = 0.9 and the mutaton probablty s selected to be changed lnearly from pm = to p m = Also, a weghted roulette wheel s used. As n the PSO, the number of teraton s consdered to be 00. The obtaned results by GA gven n Table 2 shows that the swtches 7, 9, 4, 28 and 32 should be opened to get the best confguraton based on Equ.

5 Proceedngs of the 6th WSEAS Internatonal Conference on Applcatons of Electrcal Engneerng, Istanbul, Turkey, May 27-29, (7). Tables and 2 show that the obtaned results by PSO and GA have dfference n one swtch. PSO fnds the swtch 27 to be opened whle GA fnds the swtch 28 to be opened. Fg. shows that these two swtches are next to each other. Comparng the obtaned results by PSO and GA show that GA performs better than PSO. The convergence characterstcs of GA to fnd the soluton over 20 ndependent runs are shown n Fgs. 6-7, where, these fgures show that GA has a better convergence rate. Table 2. The obtaned results by GA for the frst study network Network confguraton Te swtches Orgnal confguraton 33, 34, 35, 36, 37 After Equ. 7, 9, 4, reconfguraton 9 32, 37 Equ. 7 7, 9, 4, 28, 32 Power loss (KW) Mn.Voltage magntude (Pu) Fg. 6. Convergence characterstcs of GA on the average cost functon n fndng the soluton based on Equ. (7). Fg. 7. Convergence characterstcs of GA on the average best-so-far n fndng the soluton based on Equ. (7). 7 Conclusons In ths paper, PSO and GA usng graph theory are appled to confgure two dstrbuton networks to mnmze losses and voltage profle enhancement. Graph theory helps the GA and PSO algorthms to fnd the radal confguraton for dstrbuton network easly. The obtaned results by two algorthms are compared. Although the obtaned results by PSO n [7] for a small dstrbuton network was promsng but the obtaned results n ths paper show that GA s performng better than PSO. The PSO has been proven to be very effectve for statc and dynamc optmzaton problems. But n some cases as shown n ths paper when the problem becomes complex, t converges prematurely wthout fndng a local optmum. Thus; t s possble for the standard PSO to converge prematurely wthout fndng even a local extermum. To overcome of the premature converge, other verson of PSO known as Guaranteed Convergence Partcle Swarm Optmzaton (GCPSO) should be used where the authors are workng on t. References [] S. Cvanlar, J. J. Granger, H. Yn, and S. S. H. Lee, Dstrbuton feeder reconfguraton for loss reducton, IEEE Trans. Power Del., vol. 3, no. 3, pp , Jul [2] M. E. Baran and F. F. Wu, Network reconfguraton n dstrbuton systems for loss reducton and load balancng, IEEE Trans. Power Del., vol. 4, no. 2, pp , Apr [3] K. Nara, A. Shose, M. Ktagawoa, and T. Ishhara, Implementaton of genetc algorthm for dstrbuton systems loss mnmum reconfguraton, IEEE Trans. Power Syst., vol. 7, no. 3, pp , Aug [4] S. K. Goswam and S. K. Basu, A new algorthm for the reconfguraton of dstrbuton feeders for loss mnmzaton, IEEE Trans. Power Del., vol. 7, no. 3, pp , Jul [5] D. Shrmohammad and H. W. Hong, Reconfguraton of electrc dstrbuton networks for resstve lne loss reducton, IEEE Trans. Power Del., vol. 4, no. 2, pp , Apr. 989.

6 Proceedngs of the 6th WSEAS Internatonal Conference on Applcatons of Electrcal Engneerng, Istanbul, Turkey, May 27-29, [6] T. P. Wagner, A. Y. Chkhan, and R. Hackam, Feeder reconfguraton for loss reducton: an applcaton of dstrbuton automaton, IEEE Trans. Power Del., vol. 6, no. 4, pp , Oct. 99. [7] E Ramos.; Exposto, A.G.; Santos, J.R.; Iborra, F.L., Path-based dstrbuton network modelng: applcaton to reconfguraton for loss reducton, IEEE Trans.Power Syst, Vol. 20, No. 2,pp ,May 2005 [8]Y. Yu; J. Wu;, Loads combnaton method based core schema genetc shortest-path algorthm for dstrbuton network reconfguraton, IEEE Trans.Power Syst, Vol. 3,pp , Oct [9] H. C. Cheng and C. C. Kou, Network reconfguraton n dstrbuton systems usng smulated annealng, Elect. Power Syst. Res., vol. 29, pp , May 994. [0] H. D. Chang and J. J. Rene, Optmal network reconfguraton n dstrbuton systems: part : a new formulaton and a soluton methodology, IEEE Trans. Power Del., vol. 5, no. 4, pp , Oct [] H. C. Cheng and C. C. Kou, Optmal network reconfguraton n dstrbuton systems: part 2: soluton algorthms and numercal results, IEEE Trans. Power Del., vol. 5, no. 3, pp , Jul ton and Utrecht, [2] R. P. Broadwater, A. H. Khan, H. E. Shaalan, and R. E. Lee, Tme varyng load analyss to reduce dstrbuton losses through reconfguraton, IEEE Trans. Power Del., vol. 8, no., pp , Jan [3] Y. H. Song, G. S. Wang, A. T. Johns, and P. Y. Wang, Dstrbuton network reconfguraton for loss reducton usng fuzzy controlled evolutonary programmng, Proc. Inst. Elect. Eng., Gen., Transm., Dstrb., vol. 44, no. 4, pp , Jul [4] H. Mor, Y. Ogta, A parallel tabu search method for reconfguratons of dstrbuton systems, IEEE Power Engneerng Socety Summer Meetng, Vol., pp , July [5] J. P. Chou, C. f. Chang and C. T. Su, Varable scalng hybrd dfferental evoluton for solvng network reconfguraton of dstrbuton system, IEEE Trans. Power Sys., vol. 20, no. 2, pp , May [6] X. Jn, J. Zhao, Y. Sun, K. L and B. Zhang, Dstrbuton network reconfguraton for load balancng usng bnary partcle swarm optmzaton Internatonal conf. power system technology, Sngapore, pp , November [7] Assadan M, Farsang MM and Nezamabadpour H, Dstrbuton network reconfguraton for loss reducton usng Partcle swarm optmzaton Internatonal conference on physcal and techncal problems n power system (TPE), Ankara, Turkey, [8] J. Kennedy and R. Eberhart, Partcle swarm optmzaton, n Proc. 995 IEEE Int. Conf. Neural Networks (ICNN 95), vol. IV, pp [9] D. E. Goldberg, Genetc algorthms n search, optmzaton, and machne learnng. New York : Addson-Wesley, 989. [20]R. Destel, Graph theory, Sprnger-Verlag Hedelberg, New York, [2]Venkatesh,B.;Ranjan,R.;Goo,H.B., Optmal reconfgu- raton of radal dstrbuton systems to maxmze loadablty, IEEE Trans. Power Systems, Vol 9, no pp.: Feb [22] F. V. Gomes, S. Carnero, J.L. R. Perera, M.P. Vnagre, P. A. N. Garca, and L. R. Araujo, A new heurstc reconfguraton algorthm for large dstrbuton systems, IEEE Trans. Power Sys., vol. 20, no. 3, pp , August

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

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

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

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

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

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

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 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

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

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

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

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

International Journal on Power Engineering and Energy (IJPEE) Vol. (4) No. (4) ISSN Print ( ) and Online ( X) October 2013

International Journal on Power Engineering and Energy (IJPEE) Vol. (4) No. (4) ISSN Print ( ) and Online ( X) October 2013 Internatonal Journal on Power Engneerng and Energy (IJPEE) Vol. (4) No. (4) ISSN Prnt (34 738) and Onlne (34 730X) October 03 Soluton of The Capactor Allocaton Problem Usng A New Accelerated Partcle Swarm

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

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL Vladmro Mranda vmranda@nescporto.pt Nuno Fonseca nfonseca@power.nescn.pt INESC Insttuto de Engenhara de Sstemas e Computadores

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

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

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

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

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

Optimum Allocation of Distributed Generation using PSO: IEEE Test Case Studies Evaluation

Optimum Allocation of Distributed Generation using PSO: IEEE Test Case Studies Evaluation Optmum Allocaton of Dstrbuted Generaton usng PSO: IEEE Test Case Studes Evaluaton 1 Taha Jabbar Sahb, 1 Mohd Ruddn Ab. Ghan*, Zanarah Jano, 3 Imad Hazm Mohamed 1 Faculty of Electrcal Engneerng (FKE) Center

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

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L , pp. 207-220 http://dx.do.org/10.14257/jht.2016.9.1.18 Dverson of Constant Crossover Rate DE\BBO to Varable Crossover Rate DE\BBO\L Ekta 1, Mandeep Kaur 2 1 Department of Computer Scence, GNDU, RC, Jalandhar

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

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

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

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

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

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

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

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

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

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

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

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 014, 6, 61-68 61 Open Access Node Localzaton Method for Wreless Sensor Networks Based on Hybrd Optmzaton

More information

Multiple Beam Array Pattern Synthesis by Amplitude and Phase with the Use of a Modified Particle Swarm Optimisation Algorithm

Multiple Beam Array Pattern Synthesis by Amplitude and Phase with the Use of a Modified Particle Swarm Optimisation Algorithm SETIT 29 5 th Internatonal Conference: Scences of Electronc, Technologes of Informaton and Telecommuncatons March 22-26, 29 TUNISIA Multple Beam Array Pattern Synthess by Ampltude and wth the Use of a

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

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

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

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

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

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

Optimal PID Design for Control of Active Car Suspension System

Optimal PID Design for Control of Active Car Suspension System I.J. Informaton Technology and Computer Scence, 2018, 1, 16-23 Publshed Onlne January 2018 n MECS (http://www.mecs-press.org/) DOI: 10.5815/jtcs.2018.01.02 Optmal PID Desgn for Control of Actve Car Suspenson

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

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 Review of Particle Swarm Optimization (PSO) Algorithms for Optimal Distributed Generation Placement

A Review of Particle Swarm Optimization (PSO) Algorithms for Optimal Distributed Generation Placement Internatonal Journal of Energy and Power Engneerng 05; 4(4): 3-39 Publshed onlne August 4, 05 (http://www.scencepublshnggroup.com/j/jepe) do: 0.648/j.jepe.050404.6 ISSN: 36-957X (Prnt); ISSN: 36-960X (Onlne)

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

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

A Genetic Algorithm Based Multi Objective Service Restoration in Distribution Systems

A Genetic Algorithm Based Multi Objective Service Restoration in Distribution Systems Journal of Computer Scence 7 (3): 448-453, 2011 ISSN 1549-3636 2011 Scence Publcatons A Genetc Algorthm Based Mult Objectve Servce Restoraton n Dstrbuton Systems Sathsh Kumar Kannaah, Jayabarath Thangavel

More information

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid Abstract Latency Inserton Method (LIM) for IR Drop Analyss n Power Grd Dmtr Klokotov, and José Schutt-Ané Wth the steadly growng number of transstors on a chp, and constantly tghtenng voltage budgets,

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

Real Power Loss Minimization and Voltage Stability Limit Enhancement by Using Shuffled Frog Leap Algorithm

Real Power Loss Minimization and Voltage Stability Limit Enhancement by Using Shuffled Frog Leap Algorithm IOSR Journal of Electrcal and Electroncs Engneerng (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 2 Ver. III (Mar Apr. 2014), PP 34-40 Real Power Loss Mnmzaton and Stablty Lmt Enhancement

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

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

Total Power Minimization in Glitch-Free CMOS Circuits Considering Process Variation

Total Power Minimization in Glitch-Free CMOS Circuits Considering Process Variation 21st Internatonal Conference on VLSI Desgn Total Power Mnmzaton n Gltch-Free CMOS Crcuts Consderng Process Varaton Yuanln Lu * Intel Corporaton Folsom, CA 95630, USA yuanln.lu@ntel.com Abstract Compared

More information

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design Proceedngs of Conference 8 Korean Socety of Ocean Engneers May 9-3, Cheju, Korea Moorng Cost Senstvty Study Based on Cost-Optmum Moorng Desgn SAM SANGSOO RYU, CASPAR HEYL AND ARUN DUGGAL Research & Development,

More information

Optimal Coordination of Overcurrent Relays Based on Modified Bat Optimization Algorithm

Optimal Coordination of Overcurrent Relays Based on Modified Bat Optimization Algorithm Internatonal Electrcal Engneerng Journal (IEEJ) http://www.eejournal.com/ Optmal Coordnaton of Overcurrent Based on Modfed Bat Optmzaton Algorthm Reza Kherollah, Farhad Namdar Department of Power and Computer,

More information

Piecewise Linear Approximation of Generators Cost Functions Using Max-Affine Functions

Piecewise Linear Approximation of Generators Cost Functions Using Max-Affine Functions Pecewse Lnear Approxmaton of Generators Cost Functons Usng Max-Affne Functons Hamed Ahmad José R. Martí School of Electrcal and Computer Engneerng Unversty of Brtsh Columba Vancouver, BC, Canada Emal:

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Voltage Security Enhancement with Corrective Control Including Generator Ramp Rate Constraint

Voltage Security Enhancement with Corrective Control Including Generator Ramp Rate Constraint Voltage Securty Enhancement wth Correctve Control Includng Generator Ramp Rate Constrant 1 P.ARUNA JEYANTHY, 2 D.DEVERAJ, 3 J.D.DARWIN 1,2 Department of Electrcal and Electroncs Engneerng 3 Department

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

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

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station PSO and ACO Algorthms Appled to Locaton Optmzaton of the WLAN Base Staton Ivan Vlovć 1, Nša Burum 1, Zvonmr Špuš 2 and Robert Nađ 2 1 Unversty of Dubrovn, Croata 2 Unversty of Zagreb, Croata E-mal: van.vlovc@undu.hr,

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

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

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization Servo Actuatng System Control Usng Optmal Fuzzy Approach Based on Partcle Swarm Optmzaton Dev Patel, L Jun Heng, Abesh Rahman, Deepka Bhart Sngh Abstract Ths paper presents a new optmal fuzzy approach

More information

PI-Controller Adjustment Using PSO for a Laboratory Scale Continuous Stirred Tank Heater

PI-Controller Adjustment Using PSO for a Laboratory Scale Continuous Stirred Tank Heater 03, TextRoad Publcaton ISSN 090-4304 Journal of Basc and Appled Scentfc Research www.textroad.com PI-Controller Adjustment Usng for a Laboratory Scale Contnuous Strred Tan Heater Mohammad Ahmad, Mohammadsoroush

More information

Total Power Minimization in Glitch-Free CMOS Circuits Considering Process Variation

Total Power Minimization in Glitch-Free CMOS Circuits Considering Process Variation Total Power Mnmzaton n Gltch-Free CMOS Crcuts Consderng Process Varaton Abstract Compared to subthreshold age, dynamc power s normally much less senstve to the process varaton due to ts approxmately lnear

More information

Improved Detection Performance of Cognitive Radio Networks in AWGN and Rayleigh Fading Environments

Improved Detection Performance of Cognitive Radio Networks in AWGN and Rayleigh Fading Environments Improved Detecton Performance of Cogntve Rado Networks n AWGN and Raylegh Fadng Envronments Yng Loong Lee 1, Wasan Kadhm Saad, Ayman Abd El-Saleh *1,, Mahamod Ismal 1 Faculty of Engneerng Multmeda Unversty

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

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov Algorthms Arlne Schedulng Arlne Schedulng Desgn and Analyss of Algorthms Andre Bulatov Algorthms Arlne Schedulng 11-2 The Problem An arlne carrer wants to serve certan set of flghts Example: Boston (6

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

Applications of Modern Optimization Methods for Controlling Parallel Connected DC-DC Buck Converters

Applications of Modern Optimization Methods for Controlling Parallel Connected DC-DC Buck Converters IJCSI Internatonal Journal of Computer Scence Issues, Volume 3, Issue 6, November 26 www.ijcsi.org https://do.org/.2943/266.559 5 Applcatons of Modern Optmzaton Methods for Controllng Parallel Connected

More information

Open Access Research on PID Controller in Active Magnetic Levitation Based on Particle Swarm Optimization Algorithm

Open Access Research on PID Controller in Active Magnetic Levitation Based on Particle Swarm Optimization Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae 1870 The Open Automaton and Control Systems Journal, 2015, 7, 1870-1874 Open Access Research on PID Controller n Actve Magnetc Levtaton Based on Partcle

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

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields Autonomous Robot Navgaton usng Genetc Algorthms F. ARAMBULA COSIO, M. A. PADILLA CASTAÑEDA Lab. de Imágenes y Vsón Centro de Instrumentos, UNAM Méxco, D.F., 451 MEXICO Abstract: - In ths paper s presented

More information

Finding Proper Configurations for Modular Robots by Using Genetic Algorithm on Different Terrains

Finding Proper Configurations for Modular Robots by Using Genetic Algorithm on Different Terrains Internatonal Journal of Materals, Mechancs and Manufacturng, Vol. 1, No. 4, November 2013 Fndng Proper Confguratons for Modular Robots by Usng Genetc Algorthm on Dfferent Terrans Sajad Haghzad Kldbary,

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

Intelligent Management of Distributed Generators Reactive Power for Loss Minimization and Voltage Control

Intelligent Management of Distributed Generators Reactive Power for Loss Minimization and Voltage Control Intellgent Management of Dstrbuted Generators Reactve Power for Loss Mnmzaton and Voltage Control Mohd Zamr Che Wank 1, Istvan Erlch, and Azah Mohamed 3 Department of Electrcal Power System, Unversty of

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

The Dynamic Utilization of Substation Measurements to Maintain Power System Observability

The Dynamic Utilization of Substation Measurements to Maintain Power System Observability 1 The Dynamc Utlzaton of Substaton Measurements to Mantan Power System Observablty Y. Wu, Student Member, IEEE, M. Kezunovc, Fellow, IEEE and T. Kostc, Member, IEEE Abstract-- In a power system State Estmator

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

Capacitated set-covering model considering the distance objective and dependency of alternative facilities

Capacitated set-covering model considering the distance objective and dependency of alternative facilities IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS Capactated set-coverng model consderng the dstance obectve and dependency of alternatve facltes To cte ths artcle: I Wayan Suletra

More information

Location and Size of Distributed Generation Using a Modified Water Cycle Algorithm

Location and Size of Distributed Generation Using a Modified Water Cycle Algorithm John Edwn Candelo Becerra et al. / Internatonal Journal of Engneerng and Technology (IJET) Locaton and Sze of Dstrbuted Generaton Usng a Modfed Water Cycle Algorthm John Edwn Candelo Becerra #1, Helman

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

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

An Efficient Procedure for Solving Radial Distribution Networks through the Backward/Forward Method

An Efficient Procedure for Solving Radial Distribution Networks through the Backward/Forward Method Proceedngs of the 5th WSEAS Int. Conf. on Power Systems and Electromagnetc Compatblty, Corfu, Greece, August 23-25, 2005 (pp483-490) An Effcent Procedure for Solvng Radal Dstrbuton Networks through the

More information

A Control and Communications Architecture for a Secure and Reconfigurable Power Distribution System: An Analysis and Case Study

A Control and Communications Architecture for a Secure and Reconfigurable Power Distribution System: An Analysis and Case Study A and Communcatons Archtecture for a Secure and Reconfgurable Power Dstrbuton System: An Analyss and Case Study Anthony M. Gacomon*, S. Massoud Amn*, and Bruce F. Wollenberg*! *Department of Electrcal

More information

Application of a Modified PSO Algorithm to Self-Tuning PID Controller for Ultrasonic Motor

Application of a Modified PSO Algorithm to Self-Tuning PID Controller for Ultrasonic Motor The Proceedngs of the st Internatonal Conference on Industral Applcaton Engneerng Applcaton of a Modfed PSO Algorthm to Self-Tunng PID Controller for Ultrasonc Motor Djoewahr Alrjadjs a,b,*, Kanya Tanaa

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

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

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

A NEW TECHNIQUE OF LOAD SHEDDING TO STABILIZE VOLTAGE MAGNITUDE AND FAST VOLTAGE STABILITY INDEX BY USING HYBRID OPTIMIZATION

A NEW TECHNIQUE OF LOAD SHEDDING TO STABILIZE VOLTAGE MAGNITUDE AND FAST VOLTAGE STABILITY INDEX BY USING HYBRID OPTIMIZATION A NEW TECHNIQUE OF LOAD SHEDDING TO STABILIZE VOLTAGE MAGNITUDE AND FAST VOLTAGE STABILITY INDEX BY USING HYBRID OPTIMIZATION Raja Masood Lark 1,2, Mohd. Wazr Mustafa 2, Abdulrahaman Okno Otuoze 2,3, Obalowu

More information

Medium Term Load Forecasting for Jordan Electric Power System Using Particle Swarm Optimization Algorithm Based on Least Square Regression Methods

Medium Term Load Forecasting for Jordan Electric Power System Using Particle Swarm Optimization Algorithm Based on Least Square Regression Methods Journal of Power and Energy Engneerng, 2017, 5, 75-96 http://www.scrp.org/journal/jpee ISSN Onlne: 2327-5901 ISSN Prnt: 2327-588X Medum Term Load Forecastng for Jordan Electrc Power System Usng Partcle

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

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

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

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

The Application of Stochastic Optimization Algorithms to the Design of a Fractional-order PID Controller

The Application of Stochastic Optimization Algorithms to the Design of a Fractional-order PID Controller 008 IEEE Regon 10 Colloquum and the Thrd ICIIS, Kharagpur, INDIA December 8-10. Paper Identfcaton Number: 396 The Applcaton of Stochastc Optmzaton Algorthms to the Desgn of a Fractonal-order PID Controller

More information

Global transformer design optimization using deterministic and non-deterministic algorithms

Global transformer design optimization using deterministic and non-deterministic algorithms Global transformer desgn optmzaton usng determnstc and non-determnstc algorthms Eleftheros I. Amorals Member, IEEE Natonal Techncal Unversty of Athens 9 Iroon Polytechnou Street, 5780 Athens, Greece eamr@tee.gr

More information