Static security analysis of power system networks using soft computing techniques

Size: px
Start display at page:

Download "Static security analysis of power system networks using soft computing techniques"

Transcription

1 Internatonal Journal of Advanced Computer Research (ISSN (prnt): ISSN (onlne): ) Statc securty analyss of power system networks usng soft computng technques D.Raaga Leela 1 Saram Mannem and Ch.Padmanabha Rau 3 PP Sddhartha nsttute of technology EEE department ayawada A.P Inda pvpst@pvpsddhartha Sr.Assstant Professor 1 M.Tech student Professor 3 raga_33@yahoo.co.n 1 saramsms@gmal.com pnrau78@yahoo.com 3 Abstract In ths paper an EP and PSO based optmzaton algorthms have been proposed for solvng optmal power flow problems wth multple obectve functons. These algorthms take nto consderaton all the equalty and nequalty constrants. The mprovement n system performance s based on reducton n cost of power generaton and fuzzy based network securty. The proposed algorthms have been compared wth the other methods reported n the lterature. Smulaton studes have been carred out for the optmal solutons of the IEEE 3-bus systems. Keywords Evolutonary programmng Partcle Swarm Optmzaton fuzzy severty nde optmal power flow 1. Introducton The man obectve of electrc power utltes s to provde hgh qualty relable supply to the consumers at the lowest possble cost whle operatng to meet the lmts and constrant mposed on the generatng unts. Ths formulates the well-known Economc Load Dspatch (ELD) problem for fndng the optmal combnaton of the output power of all onlne generatng unts that mnmzes the total fuel cost whle satsfyng all constrants [1]. The Optmal Power Flow (OPF) s an mportant crteron n today s power system operaton and control due to scarcty of energy resources ncreasng power generaton cost and ever growng demand for electrc energy[-5]. As the sze of the power system ncreases load may be varyng. The generators should share the total demand plus losses among themselves. The sharng should be based on 94 the fuel cost of the total generaton wth respect to some securty constrants. Generally most of the approaches apply senstvty analyss and gradentbased optmzaton algorthms by lnearzng the obectve functon and system constrants around an operatng pont. Unfortunately the problems of OPF are hghly nonlnear and a mult model optmzaton problems.e. there est more than one local optmum[6]. Therefore conventonal optmzaton methods that make use of dervatves and gradents are n general not able to locate or dentfy the global optmum [7]. ELD s solved tradtonally usng mathematcal programmng based on optmzaton technques such as lambda teraton gradent method and so on. Economc load dspatch wth pecewse lnear cost functons s a hghly heurstc appromate and etremely fast form of economc dspatch. Comple constraned ELD s addressed by ntellgent methods. Among these methods some of them are genetc algorthm (GA) and evolutonary programmng (EP) dynamc programmng (DP) tabu search hybrd EP neural network (NN) adaptve Hopfeld neural network (AHNN) partcle swarm optmzaton (PSO) etc. For calculaton smplcty estng methods use second order fuel cost functons whch nvolve appromaton and constrants are handled separately although sometmes valve-pont effects are consdered [8-1].. OPF by Evolutonary Computaton Technques.1 Evolutonary Programmng (EP) Evolutonary Programmng (EP) s an optmzaton technque based on the natural generaton. It nvolves random number generaton at the ntalzaton process. The generated random numbers represent the parameters responsble for the optmzaton of the

2 Internatonal Journal of Advanced Computer Research (ISSN (prnt): ISSN (onlne): ) ftness value. In addton EP also nvolves statstcs ftness calculaton mutaton and the new generaton wll be bred by mode of selecton. EP s a global optmzaton technque that starts wth the populaton of randomly generated canddate soluton and evolves a better soluton over a number of generatons or teratons. It s more sutable to effectvely handle non-contnuous and nondfferentable functon. The man stage of ths technque ncludes ntalzaton mutaton competton and selecton [13]. EP Algorthm Step1: An Intal populaton of Np parent vectors s consdered as the tral soluton Step: From these parents off sprngs are created by mutaton hence Np off sprngs are obtaned Step3: By combnng the parents and off sprngs Np solutons are obtaned Step4: Through competton and selecton frst Np optmal solutons are selected Step5: The selected solutons are consdered as parents for the net teraton Step6: After the requred number of teratons the best optmal soluton s obtaned.. Partcle Swarm Optmzaton PSO shares many smlartes wth evolutonary computaton technques such as Genetc Algorthms (GA). The system s ntalzed wth a populaton of random solutons and searches for optma by updatng generatons. However unlke GA PSO has no evoluton operators such as crossover and mutaton [3]. elocty of each agent can be modfed by the followng equaton: v k+1 = wv k + c 1 rand 1 * (pbest -s k ) + c rand * (gbest s k ) (1) W = w - ((w -w mn ) / ter )) * ter () The current poston (searchng pont n the soluton space) can be modfed by the followng equaton k+1 S = s k k+1 + v (3) PSO Algorthm Step 1: Generaton of ntal condton of each agent. Intal searchng ponts (s o ) and veloctes (v o ) of each agent are usually generated randomly wthn the allowable range. The current searchng pont s set to pbest for each agent. The best evaluated value of pbest s set to gbest and the agent number wth the best value s stored. Step : Evaluaton of searchng pont of each agent. The obectve functon value s calculated for each agent. If the value s better than the current pbest of the agent the pbest value s replaced by the current value. If the best value of pbest s better than the current gbest gbest s replaced by the best value and the agent number wth the best value s stored. Step 3: Modfcaton of each searchng pont. The current searchng pont of each agent s changed usng eqns. (1) () and (3). Step 4: Checkng the et condton. The current teraton number reaches the predetermned mum teraton number then ets. Otherwse the process proceeds to step..3 Fuzzy Based Severty Inde The overall severty nde s obtaned usng the parallel operated fuzzy nference systems as shown n Fg.1 for the pre/post contngency operatng condtons. The overall severty nde for lne loadng voltage profles and voltage stablty ndces are added and the sum s used as the Fuzzy Logc Composte Crtera (FLCC). Fg.1 Parallel operaton of fuzzy based system Table I gves the fuzzy rules used for evaluatng the Severty nde. TABLE 1 Fuzzy Rule Base For Determnaton Of Severty Inde Lne Loadngs Input LL NL FL OL Output LS BS AS MS oltage profles Input L N O Output MS BS MS oltage Stablty Indces Input LI LI MI HI HI Output LS LS BS AS MS 3 Optmal Power flow problem formulaton 95

3 Internatonal Journal of Advanced Computer Research (ISSN (prnt): ISSN (onlne): ) Mn F ( u) (4) Subect to g ( u) (5) h ( u) (6) Where s a vector of dependent varables consstng of slack bus power P load bus voltages L generator reactve power outputs Q G and the transmsson lne loadngs S l hence can be epressed as gven T P... Q.. Q S.. S ] (7) [ G1 L1 LNL G1 GNG l lnl Where NL NG and nl are number of load buses number of generators and number of transmsson lne respectvely. u s the vector of ndependent varables consstng of generator voltages G generator real power outputs P G ecept at the slack bus P G1 transformer tap settngs T and shunt AR compensatons Q C Hence u can be epressed as gven T u... P... P T... T Q... Q ] [ G1 GNG G GNG 1 NT C1 CNC (8) Where NT and NC are the number of the regulatng shunt compensators respectvely. F s the obectve functon to be mnmzed. g s the equalty constrants that represents typcal load flow equatons and h s the system operatng constrants. Obectves The obectves consdered for mnmzaton are as follows. Obectve Functon 1: Fuel cost of generatng unts (f 1 ) Obectve Functon : Fuzzy based severty nde (f ) f = mn ( ( a P b P C ) (9) 1 NG 1 `f = Mn J=mn(FLCC) (1) Constrants The OPF problem has two categores of constrants Equalty Constrants: These are the sets of nonlnear power flow equatons that govern the power system.e. P P D n 1 Y cos( ) (11) 96 Q Q D n 1 Y sn( (1) where P and Q are the real and reactve power outputs nected at bus- respectvely the load demand at the same bus s represented by P D and Q D and elements of the bus admttance matr are represented by Y and. Inequalty Constrants: These are the set of constrants that represent the system operatonal and securty lmts lke the bounds on the followng: 1) Generators real and reactve power outputs mn P P P 1 N (13) mn Q Q Q 1 N (14) ) oltage magntudes at each bus n the network mn 1 NL (15) 3) transformer tap settngs mn T T T 1 NT (16) 4) reactve power nectons due to capactor banks mn Q Q Q 1 CS (17) C C C 5) Transmsson lnes loadng S S 1 nl (18) 6) oltage stablty nde L L 1 NL (19) Handlng of Constrants: There are dfferent ways to handle constrants n evolutonary computaton optmzaton algorthms. In ths thess the constrants are ncorporated nto ftness functon by means of penalty functon method whch s a penalty factor multpled wth the square of the volated value of varable s added to the obectve functon and any nfeasble soluton obtaned s reected. To handle the nequalty constrants of state () varables ncludng load bus voltage magntudes and output varables wth real power generaton output at slack bus reactve power generaton output and lne loadng the etended obectve functon can be defned as: G G )

4 Internatonal Journal of Advanced Computer Research (ISSN (prnt): ISSN (onlne): ) K P K Q K K S are penalty constants for the real power generaton at slack bus the reactve power generaton of all generator buses or P buses and slack bus the voltage magntude of all load buses or PQ buses and lne or transformer loadng respectvely. h ) h Q ) h ) S ) ( ( ( ( P G 1 h are the penalty functon of the real power generaton at slack bus the reactve power generaton of all P buses and slack bus the voltage magntudes of all PQ buses and lne or transformer loadng respectvely. NL s the number of PQ buses. The penalty functon can be defned as: h ( ) ( f = ) mn ) f mn ( (1) = f mn Where h() s the penalty functon of varable and mn are the upper lmt and lower lmt of varable respectvely. In ths secton descrbe the dataset and how t s used to detect ntrusons. I frst eamne what type of data was present n the dataset what ntruson types were represented and what features were etracted. 4. Computatonal Procedure Step 1: Input the system data for load flow analyss Step : Run the power flow Step3: At the generaton Gen =; set the smulaton parameters of EP/PSO parameters and randomly ntalze k ndvduals wthn respectve lmts and save them n the archve. Step4: For each ndvdual n the archve run power flow under selected contngency to determne load bus voltages angles load bus voltage stablty ndces generator reactve power outputs and calculate lne power flows. Step 5: Evaluate the penalty functons Step 6: Evaluate the obectve functon values and the correspondng ftness values for each ndvdual. Step7: Fnd the generaton local best local and global best global and store them. Step8: Increase the generaton counter Gen = Gen+1. Step9: Apply the EP/PSO operators to generate new k ndvduals Step1: For each new ndvdual n the (3.19) archve run power flow to determne load bus voltages angles load bus voltage stablty ndces generator reactve power outputs and calculate lne power flows. Step11: Evaluate the penalty functons Step1: Evaluate the obectve functon values and the correspondng ftness values for each new ndvdual. Step13: Apply the selecton operator of EP/PSO and update the ndvduals. Step14: Update the generaton local best local and global best global and store them. Step15: If one of stoppng crteron have not been met repeat steps Else go to step 16 Step16: Prnt the results There are two stoppng crteron for the optmzaton algorthm. The algorthm can be stopped f the mum number of generatons s reached (Gen = Gen) or there s no soluton mprovement over a specfed number of generatons. The frst crteron s used n ths paper. 5. Smulaton Results The proposed EP and PSO algorthms for solvng optmal power flow problems are tested on standard IEEE 3-bus test systems. The EP and PSO parameters used for the smulaton are summarzed n below table. Table 1 Optmal parameter settngs for EP and PSO Parameter EP PSO Populaton sze Number of teratons Cogntve constant c1 - Socal constant c - Inerta weght W The table presents the optmal settngs of the control varables wth the two obectve functons. From the Table t was found that all the state varables satsfy ther lower and upper lmts. It can be observed that the PSO algorthm s able to reduce the cost of generaton less than that of the cost of 97

5 Internatonal Journal of Advanced Computer Research (ISSN (prnt): ISSN (onlne): ) generaton obtaned by the EP method. It s also evdent from the results that partcle swarm optmzaton technque outperforms n achevng mnmum of the specfed obectve under dfferent network contngences when compared wth evolutonary programmng method. Table Optmal Settngs of Control arables under selected contngency 98 Fg L-ndces Lne loadngs and Load voltages of 3bus by EP and PSO for two obectve functons Fgures shows the percentage lne loadngs load bus voltages and voltage stablty ndces after the optmzaton by EP and PSO methods wth the two obectve functons under the selected network contngency condton. From the Fgures t can be

6 Internatonal Journal of Advanced Computer Research (ISSN (prnt): ISSN (onlne): ) observed that lne flows are wthn ther permssble lmts durng mnmzaton of fuzzy based obectve functon. But lne flow volatons are observed durng mnmzaton of obectve functon-1(cost of generaton) even though cost of generaton has been decreased consderably when compared wth fuzzy based obectve functon. 6. Concluson An EP and PSO based optmzaton algorthms have been proposed for solvng optmal power flow problems wth dfferent obectve functons. These algorthms take nto consderaton all the equalty and nequalty constrants. The mprovement n system performance s based on reducton n cost of power generaton and fuzzy based network securty. Smulaton studes have been carred out for the optmal solutons of the IEEE 3-bus system. It was observed that the results obtaned by the proposed algorthms can be mplemented n real lfe power systems for operaton and analyss. Based on the overall observatons from the results obtaned on varous IEEE test systems t can be concluded that the proposed methods for optmal solutons are sutable for mplementng n modern power system operaton. References [1] Kennedy J Eberhart R. Partcle swarm optmzaton Proceedngs of IEEE Internatonal Conference on Neural Networks (ICNN 95) Perth Australa: IEEE Press; ol. I. p [] Sh Y Eberhart R. A modfed partcle swarm optmzer Proceedngs of IEEE Internatonal Conference on Evolutonary Computaton (ICEC 98). Anchorage: IEEE Press; p [3] Sh Y Eberhart R. Parameter selecton n partcle swarm optmzaton Proceedngs of the 1998 Annual Conference on Evolutonary Programmng. San Dego: MIT Press;1998. [4] Fukuyama Y. et al. A partcle swarm optmzaton for reactve power and voltage control consderng voltage securty assessment. IEEE Trans Power Systems ; 15(4): [5] Naka S Gen T Yura T Fukuyama Y. A hybrd partcle swarm optmzaton for dstrbuton state estmaton IEEE Trans Power Systems 3; 18(1): [6] IEEE Specal Publcaton 9TH 358-PWR oltage Stablty of Power Systems: Concepts Analytcal Tools and Industry Eperence" The IEEE Workng Group on oltage Stablty 199. [7] A J Wood and B F Wollenberg Power generaton operaton and control John Wley and Sons Inc.Sngapore [8] Bran Stott Ongun Alsac and Alcr J. Montcell Securty analyss and optmzaton Proc. of IEEE ol.75 No.1 December 1987 pp [9] Parker C.J. I. F Morrson and D. Sutanto Applcaton of an optmzaton method for determnng the reactve margn from voltage collapse n reactve power plannng IEEE.Trans. on Power Systems ol.11 No. 3 August 1996 pp [1] enkov.a..a Stroev.I. Idelchck and.i. Tarasov Estmaton of electrc power system steady state Stablty n load flow calculatons" IEEE Trans. on PAS ol.pas-94 No.3 May/June 1975 pp D.Raga Leela 1 pursued M.Tech n power systems. Currently workng as Sr.Assstant Professor n the Department of E.E.E Prasad.v. Potlur Sddhartha Insttute of Technology ayawada.a.p. Saram Mannem receved B.Tech degree n Electrcal and Electroncs Engneerng from JNTU Hyderabad n the year 8 presently pursung M.Tech n Power system control and Automaton n Prasad..Potlur Sddhartha Insttute of Technology ayawada.a.p. Dr. Ch. Padmanabha Rau 3 B.E M.Tech (Power Systems) Ph.D. He has Publshed several Natonal and Internatonal Journals and Conferences. Currently he s workng as a professor n the Department of E.E.E Prasad..Potlur Sddhartha nsttute of technology ayawada. A.P

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

Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions

Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at www.jraset.com Comparatve Analyss of SPSO and PSO to Optmal Power Flow Solutons

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

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

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

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

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

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

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

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

Economic dispatch solution using efficient heuristic search approach

Economic dispatch solution using efficient heuristic search approach Leonardo Journal of Scences Economc dspatch soluton usng effcent heurstc search approach Samr SAYAH QUERE Laboratory, Faculty of Technology, Electrcal Engneerng Department, Ferhat Abbas Unversty, Setf

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

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

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

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

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

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

Thin-Walled Structures Group

Thin-Walled Structures Group Thn-Walled Structures Group JOHNS HOPKINS UNIVERSITY RESEARCH REPORT Towards optmzaton of CFS beam-column ndustry sectons TWG-RR02-12 Y. Shfferaw July 2012 1 Ths report was prepared ndependently, but was

More information

Solving Nonlinear Differential Equations by a Neural Network Method

Solving Nonlinear Differential Equations by a Neural Network Method Solvng Nonlnear Dfferental Equatons by a Neural Network Method Luce P. Aarts and Peter Van der Veer Delft Unversty of Technology, Faculty of Cvlengneerng and Geoscences, Secton of Cvlengneerng Informatcs,

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

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

Determining Transmission Losses Penalty Factor Using Adaptive Neuro Fuzzy Inference System (ANFIS) For Economic Dispatch Application

Determining Transmission Losses Penalty Factor Using Adaptive Neuro Fuzzy Inference System (ANFIS) For Economic Dispatch Application 7 Determnng Transmsson Losses Penalty Factor Usng Adaptve Neuro Fuzzy Inference System (ANFIS) For Economc Dspatch Applcaton Rony Seto Wbowo Maurdh Hery Purnomo Dod Prastanto Electrcal Engneerng Department,

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

Constrained Evolutionary Programming Approaches to Power System Economic Dispatch

Constrained Evolutionary Programming Approaches to Power System Economic Dispatch Proceedngs of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 16-18, 2005 (pp160-166) Constraned Evolutonary Programmng Approaches to Power System Economc Dspatch K. Shant Swarup

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

Differential Evolution Algorithm with a Modified Archiving-based Adaptive Tradeoff Model for Optimal Power Flow

Differential Evolution Algorithm with a Modified Archiving-based Adaptive Tradeoff Model for Optimal Power Flow 1 Dfferental Evoluton Algorthm wth a Modfed Archvng-based Adaptve Tradeoff Model for Optmal Power Flow 2 Outlne Search Engne Constrant Handlng Technque Test Cases and Statstcal Results 3 Roots of Dfferental

More information

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud Resource Allocaton wth a Budget Constrant for Computng Independent Tasks n the Cloud Wemng Sh and Bo Hong School of Electrcal and Computer Engneerng Georga Insttute of Technology, USA 2nd IEEE Internatonal

More information

Global Optimization Using Hybrid Approach

Global Optimization Using Hybrid Approach Tng-Yu Chen, Y Lang Cheng Global Optmzaton Usng Hybrd Approach TING-YU CHEN, YI LIANG CHENG Department of Mechancal Engneerng Natonal Chung Hsng Unversty 0 Kuo Kuang Road Tachung, Tawan 07 tyc@dragon.nchu.edu.tw

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

A Novel Evolutionary Algorithm for Capacitor Placement in Distribution Systems

A Novel Evolutionary Algorithm for Capacitor Placement in Distribution Systems DOI.703/s40707-013-0003-x STF Journal of Engneerng Technology (JET), Vol. No. 3, Dec 013 A Novel Evolutonary Algorthm for Capactor Placement n Dstrbuton Systems J-Pyng Chou and Chung-Fu Chang Abstract

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

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

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

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

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

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

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

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

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

Multi-Objective Evolutionary Programming for Economic Emission Dispatch Problem

Multi-Objective Evolutionary Programming for Economic Emission Dispatch Problem Mult-Objectve Evolutonary Programmng for Economc Emsson Dspatch Problem P. Venkatesh and Kwang. Y.Lee, Fellow, IEEE Abstract--Ths paper descrbes a new Mult-Objectve Evolutonary Programmng (MOEP) method

More information

On the Multicriteria Integer Network Flow Problem

On the Multicriteria Integer Network Flow Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5, No 2 Sofa 2005 On the Multcrtera Integer Network Flow Problem Vassl Vasslev, Marana Nkolova, Maryana Vassleva Insttute of

More information

Some modelling aspects for the Matlab implementation of MMA

Some modelling aspects for the Matlab implementation of MMA Some modellng aspects for the Matlab mplementaton of MMA Krster Svanberg krlle@math.kth.se Optmzaton and Systems Theory Department of Mathematcs KTH, SE 10044 Stockholm September 2004 1. Consdered optmzaton

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

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

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

Self-adaptive Differential Evolution Algorithm for Constrained Real-Parameter Optimization

Self-adaptive Differential Evolution Algorithm for Constrained Real-Parameter Optimization 26 IEEE Congress on Evolutonary Computaton Sheraton Vancouver Wall Centre Hotel, Vancouver, BC, Canada July 16-21, 26 Self-adaptve Dfferental Evoluton Algorthm for Constraned Real-Parameter Optmzaton V.

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

Term Project - select journal paper and outline. Completed analysis due end

Term Project - select journal paper and outline. Completed analysis due end EE 5200 - Lecture 30 Fr ov 4, 2016 Topcs for Today: Announcements Term Project - select journal paper and outlne. Completed analyss due end of Week 12. Submt va e-mal as mn-lecture.ppt wth voce narraton.

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

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

Mean Field / Variational Approximations

Mean Field / Variational Approximations Mean Feld / Varatonal Appromatons resented by Jose Nuñez 0/24/05 Outlne Introducton Mean Feld Appromaton Structured Mean Feld Weghted Mean Feld Varatonal Methods Introducton roblem: We have dstrbuton but

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

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

Firefly Algorithm based Optimal Reactive Power Flow

Firefly Algorithm based Optimal Reactive Power Flow ISSN (e): 50 3005 olume, 06 Issue, 0 February 016 Internatonal Journal o Computatonal Engneerng Research (IJCER) Frely Algorthm based Optmal Reactve Power Flow G. K. Moorthy 1, R. K. Santh, S. M. Alamelunachappan

More information

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition Sngle-Faclty Schedulng over Long Tme Horzons by Logc-based Benders Decomposton Elvn Coban and J. N. Hooker Tepper School of Busness, Carnege Mellon Unversty ecoban@andrew.cmu.edu, john@hooker.tepper.cmu.edu

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

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES BÂRZĂ, Slvu Faculty of Mathematcs-Informatcs Spru Haret Unversty barza_slvu@yahoo.com Abstract Ths paper wants to contnue

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

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

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

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

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

OPTIMAL PLACEMENT OF DG IN RADIAL DISTRIBUTION SYSTEM USING CLUSTER ANALYSIS

OPTIMAL PLACEMENT OF DG IN RADIAL DISTRIBUTION SYSTEM USING CLUSTER ANALYSIS OTIMAL LACEMET OF DG I RADIAL DISTRIBUTIO SYSTEM USIG CLUSTER AALYSIS MUDDA RAJARAO Assstant rofessor Department of Electrcal & Electroncs Engneerng,Dad Insttute of Engneerng and Technology, Anakapalle;

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

HYBRID FUZZY MULTI-OBJECTIVE EVOLUTIONARY ALGORITHM: A NOVEL PARETO-OPTIMIZATION TECHNIQUE

HYBRID FUZZY MULTI-OBJECTIVE EVOLUTIONARY ALGORITHM: A NOVEL PARETO-OPTIMIZATION TECHNIQUE Internatonal Journal of Fuzzy Logc Systems (IJFLS) Vol.2, No., February 22 HYBRID FUZZY MULTI-OBJECTIVE EVOLUTIONARY ALGORITHM: A NOVEL PARETO-OPTIMIZATION TECHNIQUE Amt Saraswat and Ashsh San 2 Department

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

Capacitor Placement In Distribution Systems Using Genetic Algorithms and Tabu Search

Capacitor Placement In Distribution Systems Using Genetic Algorithms and Tabu Search Capactor Placement In Dstrbuton Systems Usng Genetc Algorthms and Tabu Search J.Nouar M.Gandomar Saveh Azad Unversty,IRAN Abstract: Ths paper presents a new method for determnng capactor placement n dstrbuton

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

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

Distributed Slack Bus Algorithm for Economic Load Dispatch

Distributed Slack Bus Algorithm for Economic Load Dispatch Dstrbuted Slack Bus Algorthm for Economc Load Dspatch A thess submtted n partal fulflment of the requrements for the degree of Bachelor of Technology n Electrcal Engneerng By, Anurag Mohapatra 108EE005

More information

Evolutionary Multi-Objective Environmental/Economic Dispatch: Stochastic vs. Deterministic Approaches

Evolutionary Multi-Objective Environmental/Economic Dispatch: Stochastic vs. Deterministic Approaches Evolutonary Mult-Objectve Envronmental/Economc Dspatch: Stochastc vs. Determnstc Approaches Robert T. F. Ah Kng, Harry C. S. Rughooputh and Kalyanmoy Deb 2 Department of Electrcal and Electronc Engneerng,

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

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

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

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

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

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

Proceedings of the 10th WSEAS International Confenrence on APPLIED MATHEMATICS, Dallas, Texas, USA, November 1-3,

Proceedings of the 10th WSEAS International Confenrence on APPLIED MATHEMATICS, Dallas, Texas, USA, November 1-3, roceedngs of the 0th WSEAS Internatonal Confenrence on ALIED MATHEMATICS, Dallas, Texas, USA, November -3, 2006 365 Impact of Statc Load Modelng on Industral Load Nodal rces G. REZA YOUSEFI M. MOHSEN EDRAM

More information

Optimal Solution to the Problem of Balanced Academic Curriculum Problem Using Tabu Search

Optimal Solution to the Problem of Balanced Academic Curriculum Problem Using Tabu Search Optmal Soluton to the Problem of Balanced Academc Currculum Problem Usng Tabu Search Lorna V. Rosas-Téllez 1, José L. Martínez-Flores 2, and Vttoro Zanella-Palacos 1 1 Engneerng Department,Unversdad Popular

More information

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem H.K. Pathak et. al. / (IJCSE) Internatonal Journal on Computer Scence and Engneerng Speedng up Computaton of Scalar Multplcaton n Ellptc Curve Cryptosystem H. K. Pathak Manju Sangh S.o.S n Computer scence

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

A new Approach for Solving Linear Ordinary Differential Equations

A new Approach for Solving Linear Ordinary Differential Equations , ISSN 974-57X (Onlne), ISSN 974-5718 (Prnt), Vol. ; Issue No. 1; Year 14, Copyrght 13-14 by CESER PUBLICATIONS A new Approach for Solvng Lnear Ordnary Dfferental Equatons Fawz Abdelwahd Department of

More information

SIMULTANEOUS TUNING OF POWER SYSTEM STABILIZER PARAMETERS FOR MULTIMACHINE SYSTEM

SIMULTANEOUS TUNING OF POWER SYSTEM STABILIZER PARAMETERS FOR MULTIMACHINE SYSTEM SIMULTANEOUS TUNING OF POWER SYSTEM STABILIZER PARAMETERS FOR MULTIMACHINE SYSTEM Mr.M.Svasubramanan 1 Mr.P.Musthafa Mr.K Sudheer 3 Assstant Professor / EEE Assstant Professor / EEE Assstant Professor

More information

Strategies for Electrical Network Expansion

Strategies for Electrical Network Expansion Strateges for Electrcal Network Expanson Betelehem T Tessema (4046102) Master Thess Electrcal Power Engneerng August 30, 2011 Delft Unversty of technology Faculty of Electrcal Engneerng, Mathematcs and

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE : Lnear Systems Summary #: Backpropagaton BACKPROPAGATION The perceptron rule as well as the Wdrow Hoff learnng were desgned to tran sngle layer networks. They suffer from the same dsadvantage: they

More information

Lecture 10 Support Vector Machines II

Lecture 10 Support Vector Machines II Lecture 10 Support Vector Machnes II 22 February 2016 Taylor B. Arnold Yale Statstcs STAT 365/665 1/28 Notes: Problem 3 s posted and due ths upcomng Frday There was an early bug n the fake-test data; fxed

More information

OPTIMISATION. Introduction Single Variable Unconstrained Optimisation Multivariable Unconstrained Optimisation Linear Programming

OPTIMISATION. Introduction Single Variable Unconstrained Optimisation Multivariable Unconstrained Optimisation Linear Programming OPTIMIATION Introducton ngle Varable Unconstraned Optmsaton Multvarable Unconstraned Optmsaton Lnear Programmng Chapter Optmsaton /. Introducton In an engneerng analss, sometmes etremtes, ether mnmum or

More information

A Hybrid Co-evolutionary Particle Swarm Optimization Algorithm for Solving Constrained Engineering Design Problems

A Hybrid Co-evolutionary Particle Swarm Optimization Algorithm for Solving Constrained Engineering Design Problems JOURNL OF COMPUERS VOL 5 NO 6 JUNE 00 965 Hybrd Co-evolutonary Partcle Optmzaton lgorthm for Solvng Constraned Engneerng Desgn Problems Yongquan Zhou Shengyu Pe College of Mathematcs and Computer Scence

More information

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests Smulated of the Cramér-von Mses Goodness-of-Ft Tests Steele, M., Chaselng, J. and 3 Hurst, C. School of Mathematcal and Physcal Scences, James Cook Unversty, Australan School of Envronmental Studes, Grffth

More information

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem Appled Mathematcal Scences Vol 5 0 no 65 3 33 Interactve B-Level Mult-Objectve Integer Non-lnear Programmng Problem O E Emam Department of Informaton Systems aculty of Computer Scence and nformaton Helwan

More information

E O C NO N MIC C D I D SP S A P T A C T H C H A N A D N D UN U I N T T CO C MMITM T EN E T

E O C NO N MIC C D I D SP S A P T A C T H C H A N A D N D UN U I N T T CO C MMITM T EN E T Chapter 4 ECOOMIC DISPATCH AD UIT COMMITMET ITRODUCTIO A power system has several power plants. Each power plant has several generatng unts. At any pont of tme, the total load n the system s met by the

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

APPLICATION OF MULTIOBJECTIVE TECHNIQUE TO MULTI-DISCIPLINARY OPTIMAL POWER FLOW PROBLEM USING REFINED FORAGING ALGORITHMS

APPLICATION OF MULTIOBJECTIVE TECHNIQUE TO MULTI-DISCIPLINARY OPTIMAL POWER FLOW PROBLEM USING REFINED FORAGING ALGORITHMS Journal of Theoretcal and Appled Informaton Technology 2005-2013 JATIT & LLS. All rghts reserved. ISSN: 1992-8645 www.jatt.org E-ISSN: 1817-3195 APPLICATION OF MULTIOBJECTIVE TECHNIQUE TO MULTI-DISCIPLINARY

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

A hybrid approach to FACTS devices allocation Using NSPSO algorithm and Fuzzy logic

A hybrid approach to FACTS devices allocation Using NSPSO algorithm and Fuzzy logic No. E-3-AAA-0000 A hybrd approach to FACTS devces allocaton Usng NSPSO algorthm and Fuzzy logc Hossen Faramarz Imam Khomen Internatonal Unversty Ghazvn, Iran Hossen_faramarz@u.ac.r Abstract FACTS devces

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

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study Internatonal Conference on Systems, Sgnal Processng and Electroncs Engneerng (ICSSEE'0 December 6-7, 0 Duba (UAE Solvng of Sngle-objectve Problems based on a Modfed Multple-crossover Genetc Algorthm: Test

More information