Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions

Size: px
Start display at page:

Download "Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions"

Transcription

1 Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at Comparatve Analyss of SPSO and PSO to Optmal Power Flow Solutons D. Ganga Bhavan 1, N. Ramanarayana, R. Madhusudan 3 1 PG Scholar, Dept. of EEE, Sr CRR College of Engneerng, Eluru, W.G. Dst, A.P. Assstant.Professor, Dept. of EEE, Sr CRR College of Engneerng, Eluru, W.G. Dst, A.P. 3 Assstant.Professor, Dept. of EEE, Sr CRR College of Engneerng, Eluru, W.G. Dst, A.P. Abstract: In ths paper two optmzaton technques Partcle Swarm Optmzaton (PSO) and Slced Partcle Swarm Optmzaton (SPSO) are used for solvng Optmal Power Flow (OPF) problem for steady state analyss. The objectves that are taken n ths paper are to mnmze the total generaton cost and actve power loss of the power system. The effectveness of the proposed methods was tested on the IEEE-30 bus system. Keywords: Optmal Power Flow (OPF), Partcle Swarm Optmzaton (PSO), Slced-partcle Swarm Optmzaton (SPSO). I. INTRODUCTION Optmal power flow consdered to be the backbone tool n the complex power system. The expandng n demands lead to ncreasng n generaton that requres ncreases the thermal capacty, for these reasons the problem of optmal power flow (OPF)[1-] stll under many studes n order to mnmze the cost, losses, emsson of harm gases, etc. The power flow or load flow analyss gves the voltages, phase angles, actve and reactve power at each bus. Recently, the success of the approprate by evolutonary algorthms for the soluton of complex problems, and the mprovement made n computaton such as parallel computaton have smulated the development of new algorthms lke PSO [3-4] and SPSO [5] gves greater convergence characterstcs and capablty of determnng global mnma. The results are obtaned for the IEEE-30 bus system [6]. II. OPTIMAL POWER FLOWS OPF ams to optmze a certan objectve, subject to the system power flow equatons and equpment operatng lmts. The optmal condton s attaned by adjustng the avalable controls to mnmze an objectve functon subject to specfed operatng and securty requrements [7].The PSO and the SPSO are appled to mnmze the fuel cost of generaton and to mprove the system performance by mantanng thermal and voltage constrants. Mathematcally A. The Objectve Functons Are Mnmzaton of generaton fuel cost F = (a P + b P + c )..... (1) The mnmzaton of above objectve functon subjected to both equalty and nequalty constrants B. Equalty constrants n P P V V Y co s ( ) 0...( ) G D j j j j j 1 n Q Q V V Y sn ( ) 0...(3) G D j j j j j 1 Where P G and Q G are the real and reactve power outputs njected at bus respectvely, the load demand at the same bus s represented by P D and QD, and elements of the bus admttance matrx are represented by Y j and θ j. C. Inequalty constrants are 1) Generators real and reactve power outputs m n m a P P P x, 1,..., N G G G (4) IJRASET (UGC Approved Journal): All Rghts are Reserved 498

2 Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at m n m a Q Q Q x, 1... N (5) G G G ) Voltage magntudes at each bus n the network 3) Transformer tap settngs mn T T T max, 1... NT 4) Reactve power njectons due to capactor banks 5) Transmsson lnes loadng 6) Voltage stablty ndex V V V NL mn max,1... (6) (7) m n m Q Q Q ax, 1... C S (8) C C C a S S m x, 1... n l (9) a L j L j m x, 1... N L (10) Another objectve functon s to mnmze the total actve power loss s P = P P (11) The equalty constrants are satsfed by runnng the power flow program. The generator bus termnal voltages, transformer tap settngs and the reactve power generaton of capactor banks are the control varables. The actve power generaton at the slack bus, load bus voltages and reactve power generaton, voltage stablty ndex are state varables. III. PARTICLE SWARM OPTIMIZATION Partcle Swarm Optmzaton was orgnally developed by a socal psychologst (James Kennedy) and an electrcal engneer (Russell Eberhart) n 1995, and emerged from earler experments wth algorthms that modelled the flockng behavour seen n many speces of brds. Partcle Swarm Optmzaton (PSO) s an evolutonary algorthm that may be used to fnd to fnd optmal (or near optmal) solutons to numercal and qualtatve problems. Bascally, the PSO was developed through smulaton of brds flockng n two-dmensonal space. The poston of each brd (called agent) s represented by a pont n the X-Y coordnates, and the velocty s smlarly defned. Brd flockng s assumed to optmze certan objectve functon. Each agent knows ts best value so far (pbest) and ts current poston. Ths nformaton s an analogy of personal experence of an agent. Each agent knows the best value so far n the group (gbest) among pbests of all agents. Ths nformaton s an analogy of an agent knowng how other agents around t have performed. Fgure1. Concept of modfcaton of a searchng pont by PSO Each agent tres to modfy ts poston usng the concept of velocty. v wv c rand *( pbest s ) c rand *( gbest s ) k 1 k k k 1 1 (1) Where v k s velocty of agent at teraton k. c 1 and c are the acceleraton constants, whch changes the velocty of a partcle towards pbest and gbest, rand 1 and rand are random numbers between 0 and 1, s k s current poston of partcle at teraton k, pbest s the best of agent, and gbest value so far n the group among the pbests of all the agents. The followng weghtng functon s usually used w wmax (( wmax wmn ) / ( termax ))* ter (13) Where w max s the fnal weght, w mn s the ntal weght as these lmts controls exploraton and explotaton of the search space, ter max s the maxmum teraton number and ter s the current teraton number. IJRASET (UGC Approved Journal): All Rghts are Reserved 499

3 Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at The current poston can be modfed by the followng equaton: k 1 k k 1 s s v (14) Fgure. Flow chart for PSO algorthm. IV. SLICED PARTICLE SWARM OPTIMIZATION A new optmzaton technque named as Slced Partcle Swarm Optmzaton (SPSO) ntroduces the slcng of search space nto rectangular slces. It gves the complete soluton n terms of reducton n the computatonal cost and trackng mnutely each slced search space.in SPSO, the algorthm dvdes the search space nto no. of rectangular slotted sectons.e. from outer rectangular slot wth hgh search space towards nner rectangular slot wth less search space. Searchng of the entre search space by slcng gves the complete soluton. The comparson among all the slces gves S-best (pbest)and the comparson of S-best of each slces leads to the gbest.in ths algorthm multplcaton of momentum factor(mc) wth poston gves the convergence and for velocty, changes ts velocty accordng poston. The poston and velocty updatng equatons for each partcle are v w. v c rand *( pbest s ) c rand *( gbest s ) (15) k 1 k k k 1 1 w = ( ) + w (16) W fnal and w ntal are the predetermned maxmum and mnmum nerta weght values, respectvely. A large nerta weght facltates a global search whle a small nerta weght facltates a local search. The current poston can be modfed by usng the followng equaton: k 1 k k 1 s (1 mc) s mc. v (17) mc=momentum factor (o<mc<1) V = X (18) V = X (19) IJRASET (UGC Approved Journal): All Rghts are Reserved 500

4 Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at A. SPSO Algorthm 1) Splt the search space and dvde the partcles n each slced search space. ) Intalze the populaton of partcles n search space of one slce 3) For trals = 1:30for teratons = 1: total teratons for I= 1:No.of partcles for J= 1:No.of dmensons 4) Evaluate the objectve functon &ftness of each partcle 5) Update the pbest poston. 6) Update the gbest poston. 7) Update theposton accordng to formula (17). 8) Bound the poston of partcle wth n boundares of the slce. 9) Update the velocty accordng to formula (15). 10) Bound the velocty of partcles wth n slce accordng to equatons (18) and (19). 11) Fnd S-best ftness. 1) Intalzaton of each slce s completed, f No do steps -11 otherwse, end. 13) Fnd g-best ftness, f yes go to 14, otherwse go to step 4. 14) End. The selected mean S1, S, S3, S4 represents the S-best value of each slce and the selected mean S represents the g-best value of each slce..e. S-best. The mean value of ftness of SPSO for each slce s much better than PSO. V. SIMULATION RESULTS The proposed PSO &SPSO algorthms are used to solve optmal power flow s tested on the standard IEEE-30bus system. The parameters and ther values are used n both PSO and SPSO are shown below. Table1. Optmal parameter settngs for PSO Parameter PSO Populaton sze 0 Number of teraton 00 Cogntve constant,c1 Socal constant,c Inerta weght, w Table. Optmal parameter settngs for SPSO Parameter SPSO Populaton sze 40 Number of teraton 150 Cogntve constant,c1 Socal constant,c Inerta weght, w momentum factor(mc) 0.3 Fgure3. IEEE-30 bus system IJRASET (UGC Approved Journal): All Rghts are Reserved 501

5 Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at The actve power and reactve power flows are calculated for the IEEE-30 bus system usng both PSO and SPSO are shown n below tables 3 & 4. Table: 3 OPF solutons for IEEE-30 usng PSO Table: 4 OPF solutons for IEEE-30 usng SPSO IJRASET (UGC Approved Journal): All Rghts are Reserved 50

6 A. Cost convergence characterstcs Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at Fgure4. Cost convergence characterstcs of IEEE-30 usng PSO algorthm. The above graph shows the cost convergence characterstcs of the IEEE-30 bus system by takng number of teratons on X-axs and total generaton cost on Y-axs for the frst graph. Second graph s the ftness of the cost functon s obtaned by takng nverse of the generaton cost. Fgure5. Cost convergence characterstcs of IEEE-30 usng SPSO algorthm. The above graph shows the cost convergence characterstcs of the IEEE-30 bus system by takng number of teratons on X-axs and total generaton cost on Y-axs for the frst graph. Second graph s the ftness of the cost functon s obtaned by takng nverse of the generaton cost. B. Comparson Between PSO and SPSO: Table5. Comparson of PSO and SPSO for the IEEE-30 bus. Objectve Functon PSO algorthm SPSO algorthm Total cost ($/hr) Actve power loss(p.u) The total generaton cost and actve power loss of IEEE-30 bus system are mnmzed by usng SPSO when compared to PSO. The total cost of the plant usng PSO s ($/hr) and by usng SPSO s ($/hr). Smlarly the actve power loss usng PSO s (p.u) and by usng SPSO s (p.u). IJRASET (UGC Approved Journal): All Rghts are Reserved 503

7 Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at Fgure6. Comparson of Cost convergence characterstcs for IEEE-30 bus system C. Usng SPSO and PSO The above characterstcs shows that combned characterstcs of SPSO and PSO optmzaton methods. It s clear that SPSO gves better results when compared to PSO method. VI. CONCLUSION In ths paper, we mplemented PSO and SPSO optmzaton technques to solve the optmal power flow n steady state condton. The performance of the IEEE 30-bus test system s analysed and obtaned fuel cost mnmzaton and mnmzaton of actve power loss and wth real power generaton and bus voltages as control varables. The PSO and SPSO algorthms gve relable and accurate optmal power flow solutons. REFERENCES [1] V.A. venkov, V.A Stroev, V.I. Idelchck, and V.I Tarasov, Estmaton of Electrc Power System Steady State Stablty n Load Flow Calculatons, IEEE, Trans. On PAS, Vol. PAS-94, No 3,May/June 1975, pp [] O.Alsac and B.Stott, Optmal Load Flow wth Steady State Securty, IEEE Trans PwrApparSyst 1974; PAS-93; [3] J. Kennedy and M.Eberhart (1995), Partcle Swarm Optmzaton, Proc. of IEEEInter.Conf.on Neural Networks. [4] M.A. Abdo., Optmal Power Flow Usng Partcle Swarm Optmzaton, Electrcal Power Energy Syst 00; 4(7): [5] Harsh Garg, S.S Pattnak, Swapna Dev, K.M Bakwad, B.K Pangrahz and S.K Das, Slced Partcle Swarm Optmzaton(SPSO); a Computatonally Effcent Optmzaton Technque, IEEE 009. [6] IEEE 30-bus system data (1996). [7] H. Hayegh, H.A. Shayanfar and A.Shojae, An Improved PSO Based Soluton for the Optmal Power Flow Problems, Unversty Of Ptest Electroncs and Computers Scence, Scentfc Bulletn, No. 8, Vol., 008. IJRASET (UGC Approved Journal): All Rghts are Reserved 504

PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL

PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL ARPN Journal of Engneerng and Appled Scences 2006-2012 Asan Research Publshng Networ (ARPN). All rghts reserved. PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL M. Balasubba Reddy

More information

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

More information

Transient Stability Constrained Optimal Power Flow Using Improved Particle Swarm Optimization

Transient Stability Constrained Optimal Power Flow Using Improved Particle Swarm Optimization Transent Stablty Constraned Optmal Power Flow Usng Improved Partcle Swarm Optmzaton Tung The Tran and Deu Ngoc Vo Abstract Ths paper proposes an mproved partcle swarm optmzaton method for transent stablty

More information

Chapter - 2. Distribution System Power Flow Analysis

Chapter - 2. Distribution System Power Flow Analysis Chapter - 2 Dstrbuton System Power Flow Analyss CHAPTER - 2 Radal Dstrbuton System Load Flow 2.1 Introducton Load flow s an mportant tool [66] for analyzng electrcal power system network performance. Load

More information

Evolutionary Computational Techniques to Solve Economic Load Dispatch Problem Considering Generator Operating Constraints

Evolutionary Computational Techniques to Solve Economic Load Dispatch Problem Considering Generator Operating Constraints Internatonal Journal of Engneerng Research and Applcatons (IJERA) ISSN: 48-96 Natonal Conference On Advances n Energy and Power Control Engneerng (AEPCE-K1) Evolutonary Computatonal Technques to Solve

More information

Static security analysis of power system networks using soft computing techniques

Static security analysis of power system networks using soft computing techniques Internatonal Journal of Advanced Computer Research (ISSN (prnt): 49-777 ISSN (onlne): 77-797) Statc securty analyss of power system networks usng soft computng technques D.Raaga Leela 1 Saram Mannem and

More information

CHAPTER 7 STOCHASTIC ECONOMIC EMISSION DISPATCH-MODELED USING WEIGHTING METHOD

CHAPTER 7 STOCHASTIC ECONOMIC EMISSION DISPATCH-MODELED USING WEIGHTING METHOD 90 CHAPTER 7 STOCHASTIC ECOOMIC EMISSIO DISPATCH-MODELED USIG WEIGHTIG METHOD 7.1 ITRODUCTIO early 70% of electrc power produced n the world s by means of thermal plants. Thermal power statons are the

More information

Optimal Reactive Power Dispatch Using Efficient Particle Swarm Optimization Algorithm

Optimal Reactive Power Dispatch Using Efficient Particle Swarm Optimization Algorithm Optmal Reactve Power Dspatch Usng Effcent Partcle Swarm Optmzaton Algorthm MESSAOUDI Abdelmoumene *, BELKACEMI Mohamed ** *Electrcal engneerng Department, Delfa Unversty, Algera ** Electrcal engneerng

More information

Optimal Placement of Unified Power Flow Controllers : An Approach to Maximize the Loadability of Transmission Lines

Optimal Placement of Unified Power Flow Controllers : An Approach to Maximize the Loadability of Transmission Lines S. T. Jaya Chrsta Research scholar at Thagarajar College of Engneerng, Madura. Senor Lecturer, Department of Electrcal and Electroncs Engneerng, Mepco Schlenk Engneerng College, Svakas 626 005, Taml Nadu,

More information

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS HCMC Unversty of Pedagogy Thong Nguyen Huu et al. A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS Thong Nguyen Huu and Hao Tran Van Department of mathematcs-nformaton,

More information

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles 1 Internatonal Congress on Informatcs, Envronment, Energy and Applcatons-IEEA 1 IPCSIT vol.38 (1) (1) IACSIT Press, Sngapore Partcle Swarm Optmzaton wth Adaptve Mutaton n Local Best of Partcles Nanda ulal

More information

Stochastic Weight Trade-Off Particle Swarm Optimization for Optimal Power Flow

Stochastic Weight Trade-Off Particle Swarm Optimization for Optimal Power Flow Stochastc Weght Trade-Off Partcle Swarm Optmzaton for Optmal Power Flow Luong Dnh Le and Loc Dac Ho Faculty of Mechancal-Electrcal-Electronc, Ho Ch Mnh Cty Unversty of Technology, HCMC, Vetnam Emal: lednhluong@gmal.com,

More information

Particle Swarm Optimization Based Optimal Reactive Power Dispatch for Power Distribution Network with Distributed Generation

Particle Swarm Optimization Based Optimal Reactive Power Dispatch for Power Distribution Network with Distributed Generation Internatonal Journal of Energy and Power Engneerng 2017; 6(4): 53-60 http://www.scencepublshnggroup.com/j/jepe do: 10.11648/j.jepe.20170604.12 ISSN: 2326-957X (Prnt); ISSN: 2326-960X (Onlne) Research/Techncal

More information

OPTIMAL POWER FLOW USING PARTICLE SWARM OPTIMIZATION

OPTIMAL POWER FLOW USING PARTICLE SWARM OPTIMIZATION Internatonal Journal of Engneerng Scences & Emergng Technologes, Dec. 212. OPTIMAL POWER FLOW USING PARTICLE SWARM OPTIMIZATION M. Lakshmkantha Reddy 1, M. Ramprasad Reddy 2, V. C. Veera Reddy 3 1&2 Research

More information

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET)

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) INTERNTINL JURNL F ELECTRICL ENINEERIN & TECHNLY (IJEET) Internatonal Journal of Electrcal Engneerng and Technology (IJEET), ISSN 0976 6545(rnt), ISSN 0976 6553(nlne) Volume 5, Issue 2, February (204),

More information

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k)

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k) ISSN 1749-3889 (prnt), 1749-3897 (onlne) Internatonal Journal of Nonlnear Scence Vol.17(2014) No.2,pp.188-192 Modfed Block Jacob-Davdson Method for Solvng Large Sparse Egenproblems Hongy Mao, College of

More information

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No. 005 0 JATIT & LLS. All rghts reserved. ISSN: 9985 www.jatt.org EISSN: 87395 MIFIE PARTICLE SARM PTIMIZATIN FR PTIMIZATIN

More information

A NEW METHOD TO INCORPORATE FACTS DEVICES IN OPTIMAL POWER FLOW USING PARTICLE SWARM OPTIMIZATION

A NEW METHOD TO INCORPORATE FACTS DEVICES IN OPTIMAL POWER FLOW USING PARTICLE SWARM OPTIMIZATION Journal of Theoretcal and Appled Informaton Technology 5-9 JATIT. All rghts reserved. www.att.org A NEW METHOD TO INCORPORATE FACTS DEVICES IN OPTIMAL POWER FLOW USING PARTICLE SWARM OPTIMIZATION 1 K.CHANDRASEKARAN

More information

Extended Model of Induction Machine as Generator for Application in Optimal Induction Generator Integration in Distribution Networks

Extended Model of Induction Machine as Generator for Application in Optimal Induction Generator Integration in Distribution Networks Internatonal Journal of Innovatve Research n Educaton, Technology & Socal Strateges IJIRETSS ISSN Prnt: 2465-7298 ISSN Onlne: 2467-8163 Volume 5, Number 1, March 2018 Extended Model of Inducton Machne

More information

Research Article Multiobjective Economic Load Dispatch Problem Solved by New PSO

Research Article Multiobjective Economic Load Dispatch Problem Solved by New PSO Advances n Electrcal Engneerng Volume 2015, Artcle ID 536040, 6 pages http://dx.do.org/10.1155/2015/536040 Research Artcle Multobjectve Economc Load Dspatch Problem Solved by New PSO Nagendra Sngh 1 and

More information

Optimal Placement and Sizing of DGs in the Distribution System for Loss Minimization and Voltage Stability Improvement using CABC

Optimal Placement and Sizing of DGs in the Distribution System for Loss Minimization and Voltage Stability Improvement using CABC Internatonal Journal on Electrcal Engneerng and Informatcs - Volume 7, Number 4, Desember 2015 Optmal Placement and Szng of s n the Dstrbuton System for Loss Mnmzaton and Voltage Stablty Improvement usng

More information

Multiobjective Generation Dispatch using Big-Bang and Big-Crunch (BB-BC) Optimization

Multiobjective Generation Dispatch using Big-Bang and Big-Crunch (BB-BC) Optimization Internatonal Journal of Electrcal Engneerng. ISSN 0974-258 Volume 4, Number 5 (20), pp. 555-566 Internatonal Research Publcaton House http://www.rphouse.com Multobjectve Generaton Dspatch usng Bg-Bang

More information

ELE B7 Power Systems Engineering. Power Flow- Introduction

ELE B7 Power Systems Engineering. Power Flow- Introduction ELE B7 Power Systems Engneerng Power Flow- Introducton Introducton to Load Flow Analyss The power flow s the backbone of the power system operaton, analyss and desgn. It s necessary for plannng, operaton,

More information

Optimal Reactive Power Dispatch Using Ant Colony Optimization Algorithm

Optimal Reactive Power Dispatch Using Ant Colony Optimization Algorithm Proceedngs of the 14 th Internatonal Mddle East Power Systems Conference (MEPCO 10), Caro Unversty, Egypt, December 19-21, 2010, Paper ID 315. Optmal Reactve Power Dspatch Usng Ant Colony Optmzaton Algorthm

More information

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems Numercal Analyss by Dr. Anta Pal Assstant Professor Department of Mathematcs Natonal Insttute of Technology Durgapur Durgapur-713209 emal: anta.bue@gmal.com 1 . Chapter 5 Soluton of System of Lnear Equatons

More information

APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM IN FAULT DIAGNOSIS

APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM IN FAULT DIAGNOSIS Journal of Theoretcal and Appled Informaton Technology 005-01 JATIT & LLS. All rghts reserved. ISSN: 199-8645 www.jatt.org E-ISSN: 1817-3195 APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM

More information

Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using Particle Swarm Optimization (PSO)

Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using Particle Swarm Optimization (PSO) The Internatonal Journal Of Engneerng And Scence (IJES) Volume 6 Issue 1 Pages PP 17-23 2017 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Optmal Economc Load Dspatch of the Ngeran Thermal Power Statons Usng

More information

Feature Selection: Part 1

Feature Selection: Part 1 CSE 546: Machne Learnng Lecture 5 Feature Selecton: Part 1 Instructor: Sham Kakade 1 Regresson n the hgh dmensonal settng How do we learn when the number of features d s greater than the sample sze n?

More information

Chapter Newton s Method

Chapter Newton s Method Chapter 9. Newton s Method After readng ths chapter, you should be able to:. Understand how Newton s method s dfferent from the Golden Secton Search method. Understand how Newton s method works 3. Solve

More information

Optimal choice and allocation of distributed generations using evolutionary programming

Optimal choice and allocation of distributed generations using evolutionary programming Oct.26-28, 2011, Thaland PL-20 CIGRE-AORC 2011 www.cgre-aorc.com Optmal choce and allocaton of dstrbuted generatons usng evolutonary programmng Rungmanee Jomthong, Peerapol Jrapong and Suppakarn Chansareewttaya

More information

U.C. Berkeley CS294: Beyond Worst-Case Analysis Luca Trevisan September 5, 2017

U.C. Berkeley CS294: Beyond Worst-Case Analysis Luca Trevisan September 5, 2017 U.C. Berkeley CS94: Beyond Worst-Case Analyss Handout 4s Luca Trevsan September 5, 07 Summary of Lecture 4 In whch we ntroduce semdefnte programmng and apply t to Max Cut. Semdefnte Programmng Recall that

More information

RECENTLY, the reliable supply of electric power has been

RECENTLY, the reliable supply of electric power has been 552 IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 21, NO. 2, JUNE 2006 Multobjectve Control of Power Plants Usng Partcle Swarm Optmzaton Technques Jn S. Heo, Kwang Y. Lee, Fellow, IEEE, and Raul Garduno-Ramrez

More information

MMA and GCMMA two methods for nonlinear optimization

MMA and GCMMA two methods for nonlinear optimization MMA and GCMMA two methods for nonlnear optmzaton Krster Svanberg Optmzaton and Systems Theory, KTH, Stockholm, Sweden. krlle@math.kth.se Ths note descrbes the algorthms used n the author s 2007 mplementatons

More information

CHAPTER 4 HYDROTHERMAL COORDINATION OF UNITS CONSIDERING PROHIBITED OPERATING ZONES A HYBRID PSO(C)-SA-EP-TPSO APPROACH

CHAPTER 4 HYDROTHERMAL COORDINATION OF UNITS CONSIDERING PROHIBITED OPERATING ZONES A HYBRID PSO(C)-SA-EP-TPSO APPROACH 77 CHAPTER 4 HYDROTHERMAL COORDINATION OF UNITS CONSIDERING PROHIBITED OPERATING ZONES A HYBRID PSO(C)-SA-EP-TPSO APPROACH 4.1 INTRODUCTION HTC consttutes the complete formulaton of the hyrothermal electrc

More information

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances ec Annexes Ths Annex frst llustrates a cycle-based move n the dynamc-block generaton tabu search. It then dsplays the characterstcs of the nstance sets, followed by detaled results of the parametercalbraton

More information

Research on Route guidance of logistic scheduling problem under fuzzy time window

Research on Route guidance of logistic scheduling problem under fuzzy time window Advanced Scence and Technology Letters, pp.21-30 http://dx.do.org/10.14257/astl.2014.78.05 Research on Route gudance of logstc schedulng problem under fuzzy tme wndow Yuqang Chen 1, Janlan Guo 2 * Department

More information

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE Analytcal soluton s usually not possble when exctaton vares arbtrarly wth tme or f the system s nonlnear. Such problems can be solved by numercal tmesteppng

More information

Coke Ratio Prediction Based on Immune Particle Swarm Neural Networks

Coke Ratio Prediction Based on Immune Particle Swarm Neural Networks Send Orders for Reprnts to reprnts@benthamscence.ae 576 The Open Cybernetcs & Systemcs Journal, 05, 9, 576-58 Open Access Coke Rato Predcton Based on Immune Partcle Swarm Neural Networks Yang Ka,,*, Jn

More information

CHAPTER 2 MULTI-OBJECTIVE GENETIC ALGORITHM (MOGA) FOR OPTIMAL POWER FLOW PROBLEM INCLUDING VOLTAGE STABILITY

CHAPTER 2 MULTI-OBJECTIVE GENETIC ALGORITHM (MOGA) FOR OPTIMAL POWER FLOW PROBLEM INCLUDING VOLTAGE STABILITY 26 CHAPTER 2 MULTI-OBJECTIVE GENETIC ALGORITHM (MOGA) FOR OPTIMAL POWER FLOW PROBLEM INCLUDING VOLTAGE STABILITY 2.1 INTRODUCTION Voltage stablty enhancement s an mportant tas n power system operaton.

More information

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009 College of Computer & Informaton Scence Fall 2009 Northeastern Unversty 20 October 2009 CS7880: Algorthmc Power Tools Scrbe: Jan Wen and Laura Poplawsk Lecture Outlne: Prmal-dual schema Network Desgn:

More information

Calculation of time complexity (3%)

Calculation of time complexity (3%) Problem 1. (30%) Calculaton of tme complexty (3%) Gven n ctes, usng exhaust search to see every result takes O(n!). Calculaton of tme needed to solve the problem (2%) 40 ctes:40! dfferent tours 40 add

More information

The Minimum Universal Cost Flow in an Infeasible Flow Network

The Minimum Universal Cost Flow in an Infeasible Flow Network Journal of Scences, Islamc Republc of Iran 17(2): 175-180 (2006) Unversty of Tehran, ISSN 1016-1104 http://jscencesutacr The Mnmum Unversal Cost Flow n an Infeasble Flow Network H Saleh Fathabad * M Bagheran

More information

SOLUTION OF ELD PROBLEM WITH VALVE POINT EFFECTS AND MULTI FUELS USING IPSO ALGORITHM

SOLUTION OF ELD PROBLEM WITH VALVE POINT EFFECTS AND MULTI FUELS USING IPSO ALGORITHM ISSN (Prnt) : 2320 3765 ISSN (Onlne): 2278 8875 Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng (An ISO 3297: 2007 Certfed Organzaton) SOLUTION OF ELD PROBLEM

More information

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl RECURSIVE SPLINE INTERPOLATION METHOD FOR REAL TIME ENGINE CONTROL APPLICATIONS A. Stotsky Volvo Car Corporaton Engne Desgn and Development Dept. 97542, HA1N, SE- 405 31 Gothenburg Sweden. Emal: astotsky@volvocars.com

More information

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming EEL 6266 Power System Operaton and Control Chapter 3 Economc Dspatch Usng Dynamc Programmng Pecewse Lnear Cost Functons Common practce many utltes prefer to represent ther generator cost functons as sngle-

More information

Population Variance Harmony Search Algorithm to Solve Optimal Power Flow with Non-Smooth Cost Function

Population Variance Harmony Search Algorithm to Solve Optimal Power Flow with Non-Smooth Cost Function Populaton Varance Harmony Search Algorthm to Solve Optmal Power Flow wth Non-Smooth Cost Functon B.K. Pangrah 1, V. Ravkumar Pand, Swagatam Das2, and Ajth Abraham3 Abstract. Ths chapter presents a novel

More information

A Hybrid Variational Iteration Method for Blasius Equation

A Hybrid Variational Iteration Method for Blasius Equation Avalable at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 10, Issue 1 (June 2015), pp. 223-229 Applcatons and Appled Mathematcs: An Internatonal Journal (AAM) A Hybrd Varatonal Iteraton Method

More information

Optimal Allocation of FACTS Devices to Enhance Total Transfer Capability Based on World Cup Optimization Algorithm

Optimal Allocation of FACTS Devices to Enhance Total Transfer Capability Based on World Cup Optimization Algorithm World Essays Journal / 5 (): 40-45 07 07 Avalable onlne at www. worldessaysj.com Optmal Allocaton of FACS Devces to Enhance otal ransfer Capablty Based on World Cup Optmzaton Algorthm Farzn mohammad bolbanabad

More information

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM Internatonal Conference on Ceramcs, Bkaner, Inda Internatonal Journal of Modern Physcs: Conference Seres Vol. 22 (2013) 757 761 World Scentfc Publshng Company DOI: 10.1142/S2010194513010982 FUZZY GOAL

More information

Electrical Power and Energy Systems

Electrical Power and Energy Systems Electrcal Power and Energy Systems 35 (2012) 66 73 Contents lsts avalable at ScVerse ScenceDrect Electrcal Power and Energy Systems journal homepage: www.elsever.com/locate/jepes Antcpatory reactve power

More information

Conductor selection optimization in radial distribution system considering load growth using MDE algorithm

Conductor selection optimization in radial distribution system considering load growth using MDE algorithm ISSN 1 746-7233, England, UK World Journal of Modellng and Smulaton Vol. 10 (2014) No. 3, pp. 175-184 Conductor selecton optmzaton n radal dstrbuton system consderng load growth usng MDE algorthm Belal

More information

FORAGING ALGORITHM FOR OPTIMAL REACTIVE POWER DISPATCH WITH VOLTAGE STABILITY AND RELIABILITY ANALYSIS

FORAGING ALGORITHM FOR OPTIMAL REACTIVE POWER DISPATCH WITH VOLTAGE STABILITY AND RELIABILITY ANALYSIS FORAGING ALGORITHM FOR OPTIMAL REACTIVE POWER DISPATCH WITH VOLTAGE STABILITY AND RELIABILITY ANALYSIS 1 JAGANATHAN S, 2 Dr. PALANISAMY S. 1 Asstt Prof., Department of Electrcal Engneerng, RVS College

More information

THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS OF A TELESCOPIC HYDRAULIC CYLINDER SUBJECTED TO EULER S LOAD

THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS OF A TELESCOPIC HYDRAULIC CYLINDER SUBJECTED TO EULER S LOAD Journal of Appled Mathematcs and Computatonal Mechancs 7, 6(3), 7- www.amcm.pcz.pl p-issn 99-9965 DOI:.75/jamcm.7.3. e-issn 353-588 THE EFFECT OF TORSIONAL RIGIDITY BETWEEN ELEMENTS ON FREE VIBRATIONS

More information

Optimal Location of TCSC with Minimum Installation Cost using PSO

Optimal Location of TCSC with Minimum Installation Cost using PSO IJCST Vo l., S, De c e m b e r 0 ISSN : 0976-849(Onlne) ISSN : 9-4333(rnt) Optmal Locaton of wth Mnmum Installaton Cost us SO K.Satyanarayana, B.K.V. rasad, 3 G.Devanand, 4 N.Sva rasad,3, DCET, A, Inda

More information

Modified Seeker Optimization Algorithm for Unconstrained Optimization Problems

Modified Seeker Optimization Algorithm for Unconstrained Optimization Problems Modfed Seeker Optmzaton Algorthm for Unconstraned Optmzaton Problems Ivona BRAJEVIC Mlan TUBA Faculty of Mathematcs Faculty of Computer Scence Unversty of Belgrade Megatrend Unversty Belgrade Studentsk

More information

Entropy Generation Minimization of Pin Fin Heat Sinks by Means of Metaheuristic Methods

Entropy Generation Minimization of Pin Fin Heat Sinks by Means of Metaheuristic Methods Indan Journal of Scence and Technology Entropy Generaton Mnmzaton of Pn Fn Heat Snks by Means of Metaheurstc Methods Amr Jafary Moghaddam * and Syfollah Saedodn Department of Mechancal Engneerng, Semnan

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

Dynamic Programming. Preview. Dynamic Programming. Dynamic Programming. Dynamic Programming (Example: Fibonacci Sequence)

Dynamic Programming. Preview. Dynamic Programming. Dynamic Programming. Dynamic Programming (Example: Fibonacci Sequence) /24/27 Prevew Fbonacc Sequence Longest Common Subsequence Dynamc programmng s a method for solvng complex problems by breakng them down nto smpler sub-problems. It s applcable to problems exhbtng the propertes

More information

Singular Value Decomposition: Theory and Applications

Singular Value Decomposition: Theory and Applications Sngular Value Decomposton: Theory and Applcatons Danel Khashab Sprng 2015 Last Update: March 2, 2015 1 Introducton A = UDV where columns of U and V are orthonormal and matrx D s dagonal wth postve real

More information

Module 9. Lecture 6. Duality in Assignment Problems

Module 9. Lecture 6. Duality in Assignment Problems Module 9 1 Lecture 6 Dualty n Assgnment Problems In ths lecture we attempt to answer few other mportant questons posed n earler lecture for (AP) and see how some of them can be explaned through the concept

More information

Riccardo Poli, James Kennedy, Tim Blackwell: Particle swarm optimization. Swarm Intelligence 1(1): (2007)

Riccardo Poli, James Kennedy, Tim Blackwell: Particle swarm optimization. Swarm Intelligence 1(1): (2007) Sldes largely based on: Rccardo Pol, James Kennedy, Tm Blackwell: Partcle swarm optmzaton. Swarm Intellgence 1(1): 33-57 (2007) Partcle Swarm Optmzaton Sldes largely based on: Rccardo Pol, James Kennedy,

More information

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

More information

An Adaptive Learning Particle Swarm Optimizer for Function Optimization

An Adaptive Learning Particle Swarm Optimizer for Function Optimization An Adaptve Learnng Partcle Swarm Optmzer for Functon Optmzaton Changhe L and Shengxang Yang Abstract Tradtonal partcle swarm optmzaton (PSO) suffers from the premature convergence problem, whch usually

More information

Application of Gravitational Search Algorithm for Optimal Reactive Power Dispatch Problem

Application of Gravitational Search Algorithm for Optimal Reactive Power Dispatch Problem Applcaton of Gravtatonal Search Algorthm for Optmal Reactve Power Dspatch Problem Serhat Duman Department of Electrcal Eucaton, Techncal Eucaton Faculty, Duzce Unversty, Duzce, 8620 TURKEY serhatuman@uzce.eu.tr

More information

Particle Swarm Optimization for Non-Convex Problems of Size and Shape Optimization of Trusses

Particle Swarm Optimization for Non-Convex Problems of Size and Shape Optimization of Trusses Paper 67 Cvl-Comp Press, 2012 Proceedngs of the Eleventh Internatonal Conference on Computatonal Structures Technology, B.H.V. Toppng, (Edtor), Cvl-Comp Press, Strlngshre, Scotland Partcle Swarm Optmzaton

More information

A Novel Hybrid Bat Algorithm for the Multilevel Thresholding Medical Image Segmentation

A Novel Hybrid Bat Algorithm for the Multilevel Thresholding Medical Image Segmentation RESEARCH ARTICLE Copyrght 2015 Amercan Scentfc Publshers All rghts reserved Prnted n the Unted States of Amerca Journal of Medcal Imagng and Health Informatcs Vol. 5, 1 5, 2015 A Novel Hybrd Bat Algorthm

More information

A Modified Approach for Continuation Power Flow

A Modified Approach for Continuation Power Flow 212, TextRoad Publcaton ISSN 29-434 Journal of Basc and Appled Scentfc Research www.textroad.com A Modfed Approach for Contnuaton Power Flow M. Beragh*, A.Rab*, S. Mobaeen*, H. Ghorban* *Department of

More information

4DVAR, according to the name, is a four-dimensional variational method.

4DVAR, according to the name, is a four-dimensional variational method. 4D-Varatonal Data Assmlaton (4D-Var) 4DVAR, accordng to the name, s a four-dmensonal varatonal method. 4D-Var s actually a drect generalzaton of 3D-Var to handle observatons that are dstrbuted n tme. The

More information

Optimal placement of distributed generation in distribution networks

Optimal placement of distributed generation in distribution networks MultCraft Internatonal Journal of Engneerng, Scence and Technology Vol. 3, o. 3, 20, pp. 47-55 ITERATIOAL JOURAL OF EGIEERIG, SCIECE AD TECHOLOGY www.est-ng.com 20 MultCraft Lmted. All rghts reserved Optmal

More information

Economic Load Dispatch with Nonsmooth Cost Functions Using Evolutionary Particle Swarm Optimization

Economic Load Dispatch with Nonsmooth Cost Functions Using Evolutionary Particle Swarm Optimization IEEJ TRANSACTIONS ON ELECTRICAL AND ELECTRONIC ENGINEERING IEEJ Trans 03; 8(S): S30 S37 Publshed onlne n Wley Onlne Lbrary (wleyonlnelbrary.com). DOI:0.00/tee.95 Economc Load Dspatch wth Nonsmooth Cost

More information

Generalized Linear Methods

Generalized Linear Methods Generalzed Lnear Methods 1 Introducton In the Ensemble Methods the general dea s that usng a combnaton of several weak learner one could make a better learner. More formally, assume that we have a set

More information

Research Article Adaptive Parameters for a Modified Comprehensive Learning Particle Swarm Optimizer

Research Article Adaptive Parameters for a Modified Comprehensive Learning Particle Swarm Optimizer Hndaw Publshng Corporaton Mathematcal Problems n Engneerng Volume 2012, Artcle ID 207318, 11 pages do:10.1155/2012/207318 Research Artcle Adaptve Parameters for a Modfed Comprehensve Learnng Partcle Swarm

More information

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module 3 LOSSY IMAGE COMPRESSION SYSTEMS Verson ECE IIT, Kharagpur Lesson 6 Theory of Quantzaton Verson ECE IIT, Kharagpur Instructonal Objectves At the end of ths lesson, the students should be able to:

More information

Energy Conversion and Management

Energy Conversion and Management Energy Converson and Management 49 (2008) 3036 3042 Contents lsts avalable at ScenceDrect Energy Converson and Management ournal homepage: www.elsever.com/locate/enconman Modfed dfferental evoluton algorthm

More information

Optimal Location of Multi Type Facts Devices for Multiple Contingencies Using Particle Swarm Optimization

Optimal Location of Multi Type Facts Devices for Multiple Contingencies Using Particle Swarm Optimization World Academy of Scence, Engneerng and Technology Internatonal Journal of Electrcal and Computer Engneerng Optmal Locaton of Mult Type Facts Devces for Multple Contngences Usng artcle Swarm Optmzaton S.

More information

An Interactive Optimisation Tool for Allocation Problems

An Interactive Optimisation Tool for Allocation Problems An Interactve Optmsaton ool for Allocaton Problems Fredr Bonäs, Joam Westerlund and apo Westerlund Process Desgn Laboratory, Faculty of echnology, Åbo Aadem Unversty, uru 20500, Fnland hs paper presents

More information

Multi-objective Optimization of Condensation Heat Transfer inside Horizontal Tube using Particle Swarm Optimization Technique

Multi-objective Optimization of Condensation Heat Transfer inside Horizontal Tube using Particle Swarm Optimization Technique Mult-objectve Optmzaton of Condensaton Heat Transfer nsde Horzontal Tube usng Partcle Swarm Optmzaton Technque Ravndra Kumar a *, P. Kumar b a* Research Scholar, Department of Mechancal Engneerng, Natonal

More information

A SEPARABLE APPROXIMATION DYNAMIC PROGRAMMING ALGORITHM FOR ECONOMIC DISPATCH WITH TRANSMISSION LOSSES. Pierre HANSEN, Nenad MLADENOVI]

A SEPARABLE APPROXIMATION DYNAMIC PROGRAMMING ALGORITHM FOR ECONOMIC DISPATCH WITH TRANSMISSION LOSSES. Pierre HANSEN, Nenad MLADENOVI] Yugoslav Journal of Operatons Research (00) umber 57-66 A SEPARABLE APPROXIMATIO DYAMIC PROGRAMMIG ALGORITHM FOR ECOOMIC DISPATCH WITH TRASMISSIO LOSSES Perre HASE enad MLADEOVI] GERAD and Ecole des Hautes

More information

Combined Economic Emission Dispatch Solution using Simulated Annealing Algorithm

Combined Economic Emission Dispatch Solution using Simulated Annealing Algorithm IOSR Journal of Electrcal and Electroncs Engneerng (IOSR-JEEE) e-iss: 78-1676,p-ISS: 30-3331, Volume 11, Issue 5 Ver. II (Sep - Oct 016), PP 141-148 www.osrjournals.org Combned Economc Emsson Dspatch Soluton

More information

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish Send Orders for Reprnts to reprnts@benthamscence.ae 1122 The Open Automaton and Control Systems Journal, 2014, 6, 1122-1131 Open Access A Varable Neghborhood Partcle Swarm Algorthm Based on the Vsual of

More information

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm Desgn and Optmzaton of Fuzzy Controller for Inverse Pendulum System Usng Genetc Algorthm H. Mehraban A. Ashoor Unversty of Tehran Unversty of Tehran h.mehraban@ece.ut.ac.r a.ashoor@ece.ut.ac.r Abstract:

More information

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI 2017 2nd Internatonal Conference on Electrcal and Electroncs: echnques and Applcatons (EEA 2017) ISBN: 978-1-60595-416-5 Study on Actve Mcro-vbraton Isolaton System wth Lnear Motor Actuator Gong-yu PAN,

More information

Chapter 9: Statistical Inference and the Relationship between Two Variables

Chapter 9: Statistical Inference and the Relationship between Two Variables Chapter 9: Statstcal Inference and the Relatonshp between Two Varables Key Words The Regresson Model The Sample Regresson Equaton The Pearson Correlaton Coeffcent Learnng Outcomes After studyng ths chapter,

More information

Army Ants Tunneling for Classical Simulations

Army Ants Tunneling for Classical Simulations Electronc Supplementary Materal (ESI) for Chemcal Scence. Ths journal s The Royal Socety of Chemstry 2014 electronc supplementary nformaton (ESI) for Chemcal Scence Army Ants Tunnelng for Classcal Smulatons

More information

Lecture 20: November 7

Lecture 20: November 7 0-725/36-725: Convex Optmzaton Fall 205 Lecturer: Ryan Tbshran Lecture 20: November 7 Scrbes: Varsha Chnnaobreddy, Joon Sk Km, Lngyao Zhang Note: LaTeX template courtesy of UC Berkeley EECS dept. Dsclamer:

More information

Newton s Method for One - Dimensional Optimization - Theory

Newton s Method for One - Dimensional Optimization - Theory Numercal Methods Newton s Method for One - Dmensonal Optmzaton - Theory For more detals on ths topc Go to Clck on Keyword Clck on Newton s Method for One- Dmensonal Optmzaton You are free to Share to copy,

More information

Tracking with Kalman Filter

Tracking with Kalman Filter Trackng wth Kalman Flter Scott T. Acton Vrgna Image and Vdeo Analyss (VIVA), Charles L. Brown Department of Electrcal and Computer Engneerng Department of Bomedcal Engneerng Unversty of Vrgna, Charlottesvlle,

More information

VOLTAGE SENSITIVITY BASED TECHNIQUE FOR OPTIMAL PLACEMENT OF SWITCHED CAPACITORS

VOLTAGE SENSITIVITY BASED TECHNIQUE FOR OPTIMAL PLACEMENT OF SWITCHED CAPACITORS VOLTAGE SENSITIVITY BASED TECHNIQUE FOR OPTIMAL PLACEMENT OF SWITCHED CAPACITORS M. Rodríguez Montañés J. Rquelme Santos E. Romero Ramos Isotrol Unversty of Sevlla Unversty of Sevlla Sevlla, Span Sevlla,

More information

IV. Performance Optimization

IV. Performance Optimization IV. Performance Optmzaton A. Steepest descent algorthm defnton how to set up bounds on learnng rate mnmzaton n a lne (varyng learnng rate) momentum learnng examples B. Newton s method defnton Gauss-Newton

More information

High resolution entropy stable scheme for shallow water equations

High resolution entropy stable scheme for shallow water equations Internatonal Symposum on Computers & Informatcs (ISCI 05) Hgh resoluton entropy stable scheme for shallow water equatons Xaohan Cheng,a, Yufeng Ne,b, Department of Appled Mathematcs, Northwestern Polytechncal

More information

A Fast Computer Aided Design Method for Filters

A Fast Computer Aided Design Method for Filters 2017 Asa-Pacfc Engneerng and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 A Fast Computer Aded Desgn Method for Flters Gang L ABSTRACT *Ths paper presents a fast computer aded desgn method

More information

MODIFIED SWARM FIREFLY ALGORITHM METHOD FOR DIRECTIONAL OVERCURRENT RELAY COORDINATION PROBLEM

MODIFIED SWARM FIREFLY ALGORITHM METHOD FOR DIRECTIONAL OVERCURRENT RELAY COORDINATION PROBLEM Journal of Theoretcal and Appled Informaton Technology 005-04 JATIT & LLS. All rghts reserved. ISSN: 99-8645 www.jatt.org E-ISSN: 87-395 MODIFIED SWARM FIREFLY ALGORITHM METHOD FOR DIRECTIONAL OVERCURRENT

More information

THE VIBRATIONS OF MOLECULES II THE CARBON DIOXIDE MOLECULE Student Instructions

THE VIBRATIONS OF MOLECULES II THE CARBON DIOXIDE MOLECULE Student Instructions THE VIBRATIONS OF MOLECULES II THE CARBON DIOXIDE MOLECULE Student Instructons by George Hardgrove Chemstry Department St. Olaf College Northfeld, MN 55057 hardgrov@lars.acc.stolaf.edu Copyrght George

More information

Transfer Capability Computations in Deregulated Power Systems

Transfer Capability Computations in Deregulated Power Systems Proceedngs of the rd Hawa Internatonal Conference on System Scences - 000 ransfer Capablty Computatons n Deregulated Power Systems Mohamed Shaaban (St. M. IEEE Yxn N (S. M. IEEE Felx F. Wu ( Fellow, IEEE

More information

Markov Chain Monte Carlo Lecture 6

Markov Chain Monte Carlo Lecture 6 where (x 1,..., x N ) X N, N s called the populaton sze, f(x) f (x) for at least one {1, 2,..., N}, and those dfferent from f(x) are called the tral dstrbutons n terms of mportance samplng. Dfferent ways

More information

370 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 20, NO. 3, JUNE 2016

370 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 20, NO. 3, JUNE 2016 370 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 20, NO. 3, JUNE 2016 Analyss of Stablty, Local Convergence, and Transformaton Senstvty of a Varant of the Partcle Swarm Optmzaton Algorthm Mohammad

More information

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure IJCSI Internatonal Journal of Computer Scence Issues Vol. 10 Issue 1 No January 013 ISSN (Prnt): 1694-0784 ISSN (Onlne): 1694-0814 www.ijcsi.org 53 An Improved Partcle Swarm Optmzaton Algorthm based on

More information

Efficient Reactive Power Management via Enhanced Differential Evolution Algorithm with Adaptive Penalty Factor

Efficient Reactive Power Management via Enhanced Differential Evolution Algorithm with Adaptive Penalty Factor Effcent Reactve Power Management va Enhanced Dfferental Evoluton Algorthm wth Adaptve Penalty Factor W. S. Sakr Ragab A.E-Sehemy Ahmed M. Azmy Electrcal Engneerng Department Faculty of Engneerng, Kafrelshekh

More information

An improved multi-objective evolutionary algorithm based on point of reference

An improved multi-objective evolutionary algorithm based on point of reference IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS An mproved mult-objectve evolutonary algorthm based on pont of reference To cte ths artcle: Boy Zhang et al 08 IOP Conf. Ser.: Mater.

More information