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

Size: px
Start display at page:

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

Transcription

1 1 Dfferental Evoluton Algorthm wth a Modfed Archvng-based Adaptve Tradeoff Model for Optmal Power Flow

2 2 Outlne Search Engne Constrant Handlng Technque Test Cases and Statstcal Results

3 3 Roots of Dfferental Evoluton Developed n 1995 by Raner Storn and Kenneth Prce as a contnuous optmzaton method Man dea: use a mutaton/recombnaton operator based on dfference(s between pars of elements Smlartes wth older drect search methods: Pattern search (Hooke-Jeeves, 1961 Smple methods (Nelder-Mead,1965 Other populaton based methods nvolvng dfferences: Partcle Swarm Optmzaton (Kennedy & Eberhart, 1995 DE webpage storn/code.html Books: K.V. Prce, R.M. Storn, J.A. Lampnen; Dfferental Evoluton. A Practcal Approach to Global Optmzaton, 2005 U. Chakraborty, Advances n Dfferental Evoluton, 2008

4 4 Standard Dfferental Evoluton Problem to be solved: mnmze: f Intalzaton: = (,,..., D (, = (,..., D R 1, = U ( lb, ub, = 1,2,..., NP, 1,2,... { = D, 0,1, 0, 2, 0, D, 0,, 0 } populaton sze dmensonalty F scale factor CR crossover rate

5 5 Standard Dfferental Evoluton Problem to be solved: mnmze: f Intalzaton: = (,,..., whle NOT termnaton do Mutaton: v = + F, 1,2,... NP r r r ( = 1 2 3,, D ( = (,..., D R 1 { = U ( lb, ub, = 1,2,..., NP, = 1,2,... D, 0,1, 0, 2, 0, D, 0,, 0 } populaton sze dmensonalty F scale factor CR crossover rate

6 6 Standard Dfferental Evoluton Problem to be solved: mnmze: f Intalzaton: = (,,..., whle NOT termnaton do Mutaton: v = + F, 1,2,... NP r r r ( = D (, = (,..., D R 1, = U ( lb, ub, = 1,2,..., NP, 1,2,... { = D, 0,1, 0, 2, 0, D, 0,, 0 } populaton sze dmensonalty F scale factor CR crossover rate

7 7 Standard Dfferental Evoluton Problem to be solved: mnmze: f Intalzaton: = (,,..., whle NOT termnaton do Mutaton: v = + F, 1,2,... NP r r r ( = D (, = (,..., D R 1, = U ( lb, ub, = 1,2,..., NP, 1,2,... { = D, 0,1, 0, 2, 0, D, 0,, 0 } Crossover: v f rand(0,1 < CR or =, u =, otherwse, 0 populaton sze dmensonalty F scale factor CR crossover rate

8 8 Standard Dfferental Evoluton Problem to be solved: mnmze: f Intalzaton: = (,,..., whle NOT termnaton do Mutaton: v = + F, 1,2,... NP r r r ( = D (, = (,..., D R 1, = U ( lb, ub, = 1,2,..., NP, 1,2,... { = D, 0,1, 0, 2, 0, D, 0,, 0 } Crossover: v f rand(0,1 < CR or =, u =, otherwse, Selecton: u f f ( u f (, g =, g+ 1 f f ( u > f (, g, g 0 populaton sze dmensonalty F scale factor CR crossover rate

9 9 Fleblty of DE DE taonomy: DE/base element/ no. of dfferences/ crossover type Base element: random (rand: DE/rand/*/* best (best: DE/best/*/* Combnaton of current and best elements (λbest + (1- λ: DE/current-to-best/*/* combnaton of random and best elements (λr1 + (1- λ: DE/current-to-rand/*/* Number of dfferences: usually 1 (DE/*/1/* or 2 (DE/*/2/* Crossover type: bnomal (DE/*/*/bn or eponental (DE/*/*/ep

10 10 Fleblty of DE The other face of fleblty: whch varant to choose? Recommendatons No specfc knowledge on the problem: use DE/rand/1/* Need for an eplotatve method: use DE/best/1/* Need for a more eploratve method: use DE/rand/2/* Remark: dfferent varants could be approprate n dfferent stages of the optmzaton process Books: K.V. Prce, R.M. Storn, J.A. Lampnen; Dfferental Evoluton. A Practcal Approach to Global Optmzaton, 2005 U. Chakraborty, Advances n Dfferental Evoluton, 2008

11 (1+3 DE 1 parent ndvdual generates 3 offsprng ndvduals by 3 dfferent mutaton strateges: DE/rand/1: DE/rand/2: DE/current-to-best(rand/1: ( r r r F v + = ( ( r r r r r F F v + + = ( ( 2 r 1 r best F F v + + = ( ( r r r F F v + + = 11

12 12 (1+3 DE The current generaton number (denoted as current_gen s compared wth a threshold generaton number (denoted as threshold_gen threshold _ gen = k total _ gen If current_gen > threshold_gen, the DE/current-to-best/1 s actvated Journal: G. Ja, Y. Wang, Z. Ca, and Y. Jn. An mproved (μ+λ-constraned dfferental evoluton for constraned optmzaton. Informaton Scences, vol. 222, pp , 2013.

13 Constraned Optmzaton 13

14 Constraned Optmzaton 14

15 15 Constraned Optmzaton In general, for constrant optmzaton, the populaton may nevtably eperence three stuatons: The populaton contans nfeasble ndvduals only (nfeasble stuaton The populaton conssts of both feasble and nfeasble ndvduals (sem-feasble stuaton The populaton s entrely composed of feasble ndvduals (feasble stuaton

16 16 CH for Infeasble Stuaton Goals: Promptly motvate the populaton toward the feasble regon The dversty n the populaton should be kept Solutons: Truncaton technque Multobectve optmzaton-based technque

17 17 Truncaton Technque Journal: Y. Wang and Z. Ca. Constraned evolutonary optmzaton by means of (μ+λ-dfferental evoluton and mproved adaptve trade-off model. Evolutonary Computaton, vol. 19, no. 2, pp , 2011.

18 18 Multobectve optmzaton-based technque A MOP can be formulated as follows: mnmze f ( = ( f (,... f ( 1 m n where m s the number of obectve functons, = ( 1,... n S R s the decson vector whch contans n decson varables and S s the search space. Defnton 1. (Pareto domnance: Consder two decson vectors a = ( a 1,... a n and b = ( b 1,... b n, a s sad to Pareto domnate b (denoted as a b, f and only f { 1,... m}, f ( a f ( b and {1,... m}, f ( a < f ( b In ths case, b s sad to be Pareto domnated by a. If Pareto domnance does not hold between a and b, they are consdered nondomnated wth each other.

19 19 Multobectve optmzaton-based technque Defnton 2. (Pareto optmalty: a S only f b S satsfes b a. s sad to be Pareto optmal n S, f and Defnton 3. (Pareto optmal set: The Pareto optmal set (denoted as the set of all the Pareto optmal solutons: P* = { a S b S, b a} P * s Defnton 4. (Pareto front: The Pareto front (denoted as PF* = { f ( a a P*} PF * s defned as:

20 20 Multobectve optmzaton-based technque

21 21 CH for Sem-feasble Stuaton Goals: Feasble ndvduals wth small obectve functon values should reman n the net populaton Infeasble ndvduals wth slght constrant volatons and small obectve functon values should reman n the net populaton Soluton: An adaptve ftness transformaton

22 22 CH for Sem-feasble Stuaton Feasble group: Infeasble group: Z { G( = = 1 0} Z = { G( > 0} 2 The best and worst feasble solutons (denoted as and are found from the best worst feasble group. The converted obectve functon value: f (, f ( = ma{ ϕ f ( + (1 ϕ best f ( worst, f ( }, Z Z 1 2 where ϕ denotes the feasblty proporton of the populaton.

23 CH for Sem-feasble Stuaton Normalzaton of obectve functon value: Normalzaton of constrant volaton value: The fnal ftness functon: '( mn '( ma '( mn '( ( Z Z Z Z Z Z nor f f f f f = ( ( ( nor nor fnal G f f + = = 2 1, ( mn ( ma ( mn ( 0, ( Z G G G G Z G Z Z Z nor 23

24 24 Statstcal Results Case Prob. 57 bus 118 bus 300 bus ORPD Best Medan E+03 Worst E+04 Mean E+03 Std E+04 OARPD Best E E E+05 Medan E E E+05 Worst E E E+05 Mean E E E+05 Std E E+03

25 25 Statstcal Results Scenaro Best Medan Worst Mean Std

26 26 Statstcal Results Scenaro Best Medan Worst Mean Std

27 27 Statstcal Results Scenaro Best Medan Worst Mean Std

28 28 Statstcal Results Scenaro Best Medan Worst Mean Std

29 29 Statstcal Results Scenaro Best Medan Worst Mean Std

30 30 Statstcal Results Scenaro Best Medan Worst Mean Std

31 31 Statstcal Results Scenaro Best Medan Worst Mean Std

32 32 Statstcal Results Scenaro Best Medan Worst Mean Std

33 THANK YOU 33

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

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

MODIFIED PREDATOR-PREY (MPP) ALGORITHM FOR CONSTRAINED MULTI-OBJECTIVE OPTIMIZATION

MODIFIED PREDATOR-PREY (MPP) ALGORITHM FOR CONSTRAINED MULTI-OBJECTIVE OPTIMIZATION EVOLUTIONARY METHODS FOR DESIGN, OPTIMIZATION AND CONTROL T. Burczynsk and J. Péraux (Eds.) CIMNE, Barcelona, Span 29 MODIFIED PREDATOR-PREY () ALGORITHM FOR CONSTRAINED MULTI-OBJECTIVE OPTIMIZATION Souma

More information

MULTI-OBJECTIVE OPTIMUM DESIGN OF 3D STRUCTURES UNDER STATIC AND SEISMIC LOADING CONDITIONS

MULTI-OBJECTIVE OPTIMUM DESIGN OF 3D STRUCTURES UNDER STATIC AND SEISMIC LOADING CONDITIONS 4 th GRACM Congress on Computatonal Mechancs GRACM 2002 Patra, 27-29 June, 2002 GRACM MULTI-OBJECTIVE OPTIMUM DESIGN OF 3D STRUCTURES UNDER STATIC AND SEISMIC LOADING CONDITIONS Manols Papadrakaks, Nkos

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

Assortment Optimization under MNL

Assortment Optimization under MNL Assortment Optmzaton under MNL Haotan Song Aprl 30, 2017 1 Introducton The assortment optmzaton problem ams to fnd the revenue-maxmzng assortment of products to offer when the prces of products are fxed.

More information

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico.

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico. Journal of Appled Research and Technology ISSN: 1665-6423 jart@aleph.cnstrum.unam.mx Centro de Cencas Aplcadas y Desarrollo Tecnológco Méxco Lu Chun-Lang; Chu Shh-Yuan; Hsu Chh-Hsu; Yen Sh-Jm Enhanced

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

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,*

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,* Advances n Computer Scence Research (ACRS), volume 54 Internatonal Conference on Computer Networks and Communcaton Technology (CNCT206) Usng Immune Genetc Algorthm to Optmze BP Neural Network and Its Applcaton

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

An Improved Clustering Based Genetic Algorithm for Solving Complex NP Problems

An Improved Clustering Based Genetic Algorithm for Solving Complex NP Problems Journal of Computer Scence 7 (7): 1033-1037, 2011 ISSN 1549-3636 2011 Scence Publcatons An Improved Clusterng Based Genetc Algorthm for Solvng Complex NP Problems 1 R. Svaraj and 2 T. Ravchandran 1 Department

More information

A Hybrid Differential Evolution Algorithm Game Theory for the Berth Allocation Problem

A Hybrid Differential Evolution Algorithm Game Theory for the Berth Allocation Problem A Hybrd Dfferental Evoluton Algorthm ame Theory for the Berth Allocaton Problem Nasser R. Sabar, Sang Yew Chong, and raham Kendall The Unversty of Nottngham Malaysa Campus, Jalan Broga, 43500 Semenyh,

More information

Multi-agent system based on self-adaptive differential evolution for solving dynamic optimization problems

Multi-agent system based on self-adaptive differential evolution for solving dynamic optimization problems Mult-agent system based on self-adaptve dfferental evoluton for solvng dynamc optmzaton problems Aleš Čep Faculty of Electrcal Engneerng and Computer Scence Unversty of Marbor ales.cep@um.s ABSTRACT Ths

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

Combining Constraint Programming and Integer Programming

Combining Constraint Programming and Integer Programming Combnng Constrant Programmng and Integer Programmng GLOBAL CONSTRAINT OPTIMIZATION COMPONENT Specal Purpose Algorthm mn c T x +(x- 0 ) x( + ()) =1 x( - ()) =1 FILTERING ALGORITHM COST-BASED FILTERING ALGORITHM

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

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

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

Artificial neural network regression as a local search heuristic for ensemble strategies in differential evolution

Artificial neural network regression as a local search heuristic for ensemble strategies in differential evolution Nonlnear Dyn (2016) 84:895 914 DOI 10.1007/s11071-015-2537-8 ORIGINAL PAPER Artfcal neural network regresson as a local search heurstc for ensemble strateges n dfferental evoluton Iztok Fster Ponnuthura

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

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

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

Cooperative Micro Differential Evolution for High Dimensional Problems

Cooperative Micro Differential Evolution for High Dimensional Problems Cooperatve Mcro Dfferental Evoluton for Hgh Dmensonal Problems Konstantnos E. Parsopoulos Department of Mathematcs Unversty of Patras GR 26110 Patras, Greece kostasp@math.upatras.gr ABSTRACT Hgh dmensonal

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

An Efficient Binary Differential Evolution with Parameter Adaptation

An Efficient Binary Differential Evolution with Parameter Adaptation Internatonal Journal of Computatonal Intellence Systems, Vol. 6, No. (March, 03), 38-336 An Effcent Bnary fferental Evoluton wth Parameter Adaptaton onl Ja School of Informaton and Electronc Enneern, Hebe

More information

VQ widely used in coding speech, image, and video

VQ widely used in coding speech, image, and video at Scalar quantzers are specal cases of vector quantzers (VQ): they are constraned to look at one sample at a tme (memoryless) VQ does not have such constrant better RD perfomance expected Source codng

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

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

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

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

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

Particle Swarm Optimization & Differential Evolution

Particle Swarm Optimization & Differential Evolution CEC 07 25 th Sept 2007 Partcle Swarm Optmzaton & Dfferental Evoluton Presenter: Assoc. Prof. P. N. Suganthan School of Electrcal and Electronc Engneerng Nanyang Technologcal Unversty, Sngapore. Some Software

More information

A New Evolutionary Computation Based Approach for Learning Bayesian Network

A New Evolutionary Computation Based Approach for Learning Bayesian Network Avalable onlne at www.scencedrect.com Proceda Engneerng 15 (2011) 4026 4030 Advanced n Control Engneerng and Informaton Scence A New Evolutonary Computaton Based Approach for Learnng Bayesan Network Yungang

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

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

A discrete differential evolution algorithm for multi-objective permutation flowshop scheduling

A discrete differential evolution algorithm for multi-objective permutation flowshop scheduling A dscrete dfferental evoluton algorthm for mult-objectve permutaton flowshop schedulng M. Baolett, A. Mlan, V. Santucc Dpartmento d Matematca e Informatca Unverstà degl Stud d Peruga Va Vanvtell, 1 Peruga,

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

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

ROUGH SESTS-INSPIRED EVOLUTIONARY ALGORITHM FOR ENGINEERING MULTIOBJECTIVE OPTIMIZATION PROBLEMS

ROUGH SESTS-INSPIRED EVOLUTIONARY ALGORITHM FOR ENGINEERING MULTIOBJECTIVE OPTIMIZATION PROBLEMS Volume 1, No. 1, December 013 Journal of Global Research n Mathematcal Archves RESEARCH PAPER Avalable onlne at http://www.jgrma.nfo ROUGH SESTS-INSPIRED EVOLUTIONARY ALGORITHM FOR ENGINEERING MULTIOBJECTIVE

More information

NON-DOMINATED RANKED GENETIC ALGORITHM FOR SOLVING CONSTRAINED MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

NON-DOMINATED RANKED GENETIC ALGORITHM FOR SOLVING CONSTRAINED MULTI-OBJECTIVE OPTIMIZATION PROBLEMS NON-DOMINATED RANKED GENETIC ALGORITHM FOR SOLVING CONSTRAINED MULTI-OBJECTIVE OPTIMIZATION PROBLEMS OMAR AL JADAAN, LAKSHMI RAJAMANI, 3 C. R. RAO Dept. CSE, EC. Osmana Unversty, Hyderabad 500-007, Inda.

More information

ECE559VV Project Report

ECE559VV Project Report ECE559VV Project Report (Supplementary Notes Loc Xuan Bu I. MAX SUM-RATE SCHEDULING: THE UPLINK CASE We have seen (n the presentaton that, for downlnk (broadcast channels, the strategy maxmzng the sum-rate

More information

Outline and Reading. Dynamic Programming. Dynamic Programming revealed. Computing Fibonacci. The General Dynamic Programming Technique

Outline and Reading. Dynamic Programming. Dynamic Programming revealed. Computing Fibonacci. The General Dynamic Programming Technique Outlne and Readng Dynamc Programmng The General Technque ( 5.3.2) -1 Knapsac Problem ( 5.3.3) Matrx Chan-Product ( 5.3.1) Dynamc Programmng verson 1.4 1 Dynamc Programmng verson 1.4 2 Dynamc Programmng

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

Real Parameter Single Objective Optimization using Self-Adaptive Differential Evolution Algorithm with more Strategies

Real Parameter Single Objective Optimization using Self-Adaptive Differential Evolution Algorithm with more Strategies Real Parameter Sngle Objectve Optmzaton usng Self-Adaptve Dfferental Evoluton Algorthm wth more Strateges Janez Brest, Borko Boškovć, Aleš Zamuda, Iztok Fster Insttute of Computer Scence, Faculty of Electrcal

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

Chapter 2 Transformations and Expectations. , and define f

Chapter 2 Transformations and Expectations. , and define f Revew for the prevous lecture Defnton: support set of a ranom varable, the monotone functon; Theorem: How to obtan a cf, pf (or pmf) of functons of a ranom varable; Eamples: several eamples Chapter Transformatons

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

Applied Energy 86 (2009) Contents lists available at ScienceDirect. Applied Energy. journal homepage:

Applied Energy 86 (2009) Contents lists available at ScienceDirect. Applied Energy. journal homepage: Appled Energy 86 (2009) 95 92 Contents lsts avalable at ScenceDrect Appled Energy ournal homepage: www.elsever.com/locate/apenergy Enhancement of combned heat and power economc dspatch usng self adaptve

More information

Lecture 21: Numerical methods for pricing American type derivatives

Lecture 21: Numerical methods for pricing American type derivatives Lecture 21: Numercal methods for prcng Amercan type dervatves Xaoguang Wang STAT 598W Aprl 10th, 2014 (STAT 598W) Lecture 21 1 / 26 Outlne 1 Fnte Dfference Method Explct Method Penalty Method (STAT 598W)

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 Study on Improved Cockroach Swarm Optimization Algorithm

A Study on Improved Cockroach Swarm Optimization Algorithm A Study on Improved Cockroach Swarm Optmzaton Algorthm 1 epartment of Computer Scence and Engneerng, Huaan Vocatonal College of Informaton Technology,Huaan 223003, Chna College of Computer and Informaton,

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

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

princeton univ. F 17 cos 521: Advanced Algorithm Design Lecture 7: LP Duality Lecturer: Matt Weinberg

princeton univ. F 17 cos 521: Advanced Algorithm Design Lecture 7: LP Duality Lecturer: Matt Weinberg prnceton unv. F 17 cos 521: Advanced Algorthm Desgn Lecture 7: LP Dualty Lecturer: Matt Wenberg Scrbe: LP Dualty s an extremely useful tool for analyzng structural propertes of lnear programs. Whle there

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

Self-Adaptive Simulated Binary Crossover for Real-Parameter Optimization

Self-Adaptive Simulated Binary Crossover for Real-Parameter Optimization Self-Adaptve Smulated Bnary Crossover for Real-Parameter Optmzaton Kalyanmoy Deb Dept. of Mechancal Engneerng Indan Inst. of Tech. Kanpur Kanpur, PIN 20806, Inda deb@tk.ac.n S. Karthk Dept. of Mechancal

More information

MULTI-OBJECTIVE OPTIMIZATION OF ARCH DAMS USING DIFFERENTIAL EVOLUTION METHODS

MULTI-OBJECTIVE OPTIMIZATION OF ARCH DAMS USING DIFFERENTIAL EVOLUTION METHODS INTERNATIONAL JOURNAL OF OPTIMIZATION IN CIVIL ENGINEERING Int. J. Optm. Cvl En., 016; 6(4):493-504 Downloaded from joce.ust.ac.r at 0:41 IRDT on Thursday July 19th 018 MULTI-OBJECTIVE OPTIMIZATION OF

More information

Utilizing cumulative population distribution information in differential evolution

Utilizing cumulative population distribution information in differential evolution Utlzng cumulatve populaton dstrbuton nformaton n dfferental evoluton Yong Wang a,b, Zh-Zhong Lu a, Janbn L c, Han-Xong L d, e, Gary G. Yen f a School of Informaton Scence and Engneerng, Central South Unversty,

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

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

The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based Optimization Problems

The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based Optimization Problems The Convergence Speed of Sngle- And Mult-Obectve Immune Algorthm Based Optmzaton Problems Mohammed Abo-Zahhad Faculty of Engneerng, Electrcal and Electroncs Engneerng Department, Assut Unversty, Assut,

More information

SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES

SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES J. FEDERICO RAMÍREZ AND OLAC FUENTES Insttuto Naconal de Astrofísca, Óptca y Electrónca Lus Enrque Erro # 1 Santa María Tonanzntla, Puebla, 784, Méxco framrez@cseg.naoep.mx,

More information

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals Smultaneous Optmzaton of Berth Allocaton, Quay Crane Assgnment and Quay Crane Schedulng Problems n Contaner Termnals Necat Aras, Yavuz Türkoğulları, Z. Caner Taşkın, Kuban Altınel Abstract In ths work,

More information

CS294 Topics in Algorithmic Game Theory October 11, Lecture 7

CS294 Topics in Algorithmic Game Theory October 11, Lecture 7 CS294 Topcs n Algorthmc Game Theory October 11, 2011 Lecture 7 Lecturer: Chrstos Papadmtrou Scrbe: Wald Krchene, Vjay Kamble 1 Exchange economy We consder an exchange market wth m agents and n goods. Agent

More information

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore

Predictive Analytics : QM901.1x Prof U Dinesh Kumar, IIMB. All Rights Reserved, Indian Institute of Management Bangalore Sesson Outlne Introducton to classfcaton problems and dscrete choce models. Introducton to Logstcs Regresson. Logstc functon and Logt functon. Maxmum Lkelhood Estmator (MLE) for estmaton of LR parameters.

More information

An Admission Control Algorithm in Cloud Computing Systems

An Admission Control Algorithm in Cloud Computing Systems An Admsson Control Algorthm n Cloud Computng Systems Authors: Frank Yeong-Sung Ln Department of Informaton Management Natonal Tawan Unversty Tape, Tawan, R.O.C. ysln@m.ntu.edu.tw Yngje Lan Management Scence

More information

Optimal Reactive Power Dispatch Considering FACTS Devices

Optimal Reactive Power Dispatch Considering FACTS Devices Leonardo Journal of Scences ISSN 1583-0233 Issue 18, January-June 2011 p. 97-114 Optmal Reactve Power Dspatch Consderng FACTS Devces Ismal MAROUANI *, Tawfk GUESMI, Hsan HADJ ABDALLAH and Abdarrazak OUALI

More information

Research Article A Nonlinear Goal Programming Model for University Admission Capacity Planning with Modified Differential Evolution Algorithm

Research Article A Nonlinear Goal Programming Model for University Admission Capacity Planning with Modified Differential Evolution Algorithm Mathematcal Problems n Engneerng Volume 2015, Artcle ID 892937, 13 pages http://dx.do.org/10.1155/2015/892937 Research Artcle A Nonlnear Goal Programmng Model for Unversty Admsson Capacty Plannng wth Modfed

More information

Solving Design of Pressure Vessel Engineering Problem Using a Fruit Fly Optimization Algorithm

Solving Design of Pressure Vessel Engineering Problem Using a Fruit Fly Optimization Algorithm Solvng Desgn of Pressure Vessel Engneerng Problem Usng a Frut Fly Optmzaton Algorthm Xantng Ke, Yongsen Zhang, Yuchuan L,, * and Tngsong Du College of Scence, Chna Three Gorges Unversty, Ychang 44300,

More information

Regular paper. Self-adaptive Differential Evolution Based Optimal Power Flow for Units with Non-smooth Fuel Cost Functions

Regular paper. Self-adaptive Differential Evolution Based Optimal Power Flow for Units with Non-smooth Fuel Cost Functions C. Thtthamroncha B. Eua-arporn J. Electrcal Systems 3-2 (2007): 88-99 Reular paper Self-adaptve Dfferental Evoluton Based Optmal Power Flow for Unts wth Non-smooth Fuel Cost Functons JES Journal of Electrcal

More information

A HYBRID DIFFERENTIAL EVOLUTION -ITERATIVE GREEDY SEARCH ALGORITHM FOR CAPACITATED VEHICLE ROUTING PROBLEM

A HYBRID DIFFERENTIAL EVOLUTION -ITERATIVE GREEDY SEARCH ALGORITHM FOR CAPACITATED VEHICLE ROUTING PROBLEM IJCMA: Vol. 6, No. 1, January-June 2012, pp. 1-19 Global Research Publcatons A HYBRID DIFFERENTIAL EVOLUTION -ITERATIVE GREEDY SEARCH ALGORITHM FOR CAPACITATED VEHICLE ROUTING PROBLEM S. Kavtha and Nrmala

More information

HIERARCHICAL RANK DENSITY GENETIC ALGORITHM FOR RADIAL-BASIS FUNCTION NEURAL NETWORK DESIGN

HIERARCHICAL RANK DENSITY GENETIC ALGORITHM FOR RADIAL-BASIS FUNCTION NEURAL NETWORK DESIGN HIERARCHICAL RANK DEITY GENETIC ALGORITHM FOR RADIAL-BASIS FUNCTION NEURAL NETWORK DESIGN Gary G. Yen Hamng Lu Intellgent Systems and Control Laboratory School of Electrcal and Computer Engneerng Oklahoma

More information

Research Article Dynamic Environmental/Economic Scheduling for Microgrid Using Improved MOEA/D-M2M

Research Article Dynamic Environmental/Economic Scheduling for Microgrid Using Improved MOEA/D-M2M Mathematcal Problems n Engneerng Volume 26, Artcle ID 26753, 4 pages http://dx.do.org/.55/26/26753 Research Artcle Dynamc Envronmental/Economc Schedulng for Mcrogrd Usng Improved MOEA/D-M2M Xn L and Yanjun

More information

Research Article A Low-Carbon-Based Bilevel Optimization Model for Public Transit Network

Research Article A Low-Carbon-Based Bilevel Optimization Model for Public Transit Network Mathematcal Problems n Engneerng Volume 2013, Artcle ID 374826, 6 pages http://dx.do.org/10.1155/2013/374826 Research Artcle A Low-Carbon-Based Blevel Optmzaton Model for Publc Transt Network Xu Sun, 1

More information

Differential Evolution Solution to Transmission Expansion Planning Problem

Differential Evolution Solution to Transmission Expansion Planning Problem Dfferental Evoluton Soluton to Transmsson Expanson Plannng Problem Pavlos S. Georglaks Abstract Restructurng and deregulaton have exposed the transmsson planner to new objectves and uncertantes. As a result,

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

Computing Correlated Equilibria in Multi-Player Games

Computing Correlated Equilibria in Multi-Player Games Computng Correlated Equlbra n Mult-Player Games Chrstos H. Papadmtrou Presented by Zhanxang Huang December 7th, 2005 1 The Author Dr. Chrstos H. Papadmtrou CS professor at UC Berkley (taught at Harvard,

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

COS 521: Advanced Algorithms Game Theory and Linear Programming

COS 521: Advanced Algorithms Game Theory and Linear Programming COS 521: Advanced Algorthms Game Theory and Lnear Programmng Moses Charkar February 27, 2013 In these notes, we ntroduce some basc concepts n game theory and lnear programmng (LP). We show a connecton

More information

Information Attribute Reduction Based on the Rough Set Theory

Information Attribute Reduction Based on the Rough Set Theory Internatonal Journal of Engneerng and Appled Scences (IJEAS) ISSN: 2394-3661, Volume-3, Issue-11, November 2016 Informaton Attrbute Reducton Based on the Rough Set Theory YU Bo-wen, Du hao, Wang Zh-guo

More information

The Second Anti-Mathima on Game Theory

The Second Anti-Mathima on Game Theory The Second Ant-Mathma on Game Theory Ath. Kehagas December 1 2006 1 Introducton In ths note we wll examne the noton of game equlbrum for three types of games 1. 2-player 2-acton zero-sum games 2. 2-player

More information

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family IOSR Journal of Mathematcs IOSR-JM) ISSN: 2278-5728. Volume 3, Issue 3 Sep-Oct. 202), PP 44-48 www.osrjournals.org Usng T.O.M to Estmate Parameter of dstrbutons that have not Sngle Exponental Famly Jubran

More information

A Genetic-Algorithm-Based Approach to UAV Path Planning Problem

A Genetic-Algorithm-Based Approach to UAV Path Planning Problem A Genetc-Algorm-Based Approach to UAV Pa Plannng Problem XIAO-GUAG GAO 1 XIAO-WEI FU 2 and DA-QIG CHE 3 1 2 School of Electronc and Informaton orwestern Polytechncal Unversty X An 710072 CHIA 3 Dept of

More information

Portfolios with Trading Constraints and Payout Restrictions

Portfolios with Trading Constraints and Payout Restrictions Portfolos wth Tradng Constrants and Payout Restrctons John R. Brge Northwestern Unversty (ont wor wth Chrs Donohue Xaodong Xu and Gongyun Zhao) 1 General Problem (Very) long-term nvestor (eample: unversty

More information

Analysis of the Pareto Front of a Multiobjective Optimization Problem for a Fossil Fuel Power Plant

Analysis of the Pareto Front of a Multiobjective Optimization Problem for a Fossil Fuel Power Plant Analyss of the Pareto Front of a Multobjectve Optmzaton Problem for a Fossl Fuel Power Plant Joel H. Van Sckel, Student Member, IEEE, Paramasvam Venkatesh, and Kwang Y. Lee, Fellow, IEEE Abstract-- Ths

More information

Chapter 2 Real-Coded Adaptive Range Genetic Algorithm

Chapter 2 Real-Coded Adaptive Range Genetic Algorithm Chapter Real-Coded Adaptve Range Genetc Algorthm.. Introducton Fndng a global optmum n the contnuous doman s challengng for Genetc Algorthms (GAs. Tradtonal GAs use the bnary representaton that evenly

More information

A stochastic algorithm for function minimization

A stochastic algorithm for function minimization A stochastc algorthm for functon mnmzaton DONGCAI SU School of Communcatons, Jln Unversty, Changchun, Jln 3002, Chna E-mal: suntree452@gmal.com JUNWEI DONG Bradley Department of Electrcal & Computer Engneerng,

More information

Multi-objective optimization of water supply network rehabilitation

Multi-objective optimization of water supply network rehabilitation Proceedngs of the 2009 IEEE Internatonal Conference on Systems, Man, and Cybernetcs San Antono, TX, USA - October 2009 Mult-obectve optmzaton of water supply network rehabltaton Wenyan Wu Faculty of Computng,

More information

A DNA Coding Scheme for Searching Stable Solutions

A DNA Coding Scheme for Searching Stable Solutions A DNA odng Scheme for Searchng Stable Solutons Intaek Km, HeSong Lan, and Hwan Il Kang 2 Department of ommuncaton Eng., Myongj Unversty, 449-728, Yongn, South Korea kt@mju.ac.kr, hslan@hotmal.net 2 Department

More information

Convex Optimization. Optimality conditions. (EE227BT: UC Berkeley) Lecture 9 (Optimality; Conic duality) 9/25/14. Laurent El Ghaoui.

Convex Optimization. Optimality conditions. (EE227BT: UC Berkeley) Lecture 9 (Optimality; Conic duality) 9/25/14. Laurent El Ghaoui. Convex Optmzaton (EE227BT: UC Berkeley) Lecture 9 (Optmalty; Conc dualty) 9/25/14 Laurent El Ghaou Organsatonal Mdterm: 10/7/14 (1.5 hours, n class, double-sded cheat sheet allowed) Project: Intal proposal

More information

An Optimization Algorithm Based on Binary Difference and Gravitational Evolution

An Optimization Algorithm Based on Binary Difference and Gravitational Evolution Internatonal Journal of Computatonal Intellgence Systems Vol. 5 No. 3 (June 0) 83-93 An Optmzaton Algorthm Based on Bnary fference and Gravtatonal Evoluton Junl L Yang Lou and Yuhu Sh 3. College of Computer

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

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

Using optimization in the solution of practical applications we often encounter one or more of the following challenges:

Using optimization in the solution of practical applications we often encounter one or more of the following challenges: 6 Introducton Usng optmzaton n the soluton of practcal applcatons we often encounter one or more of the followng challenges: non-dfferentable functons and/or constrants dsconnected and/or non-convex feasble

More information

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA IOSR Journal of Computer Engneerng (IOSR-JCE e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 1, Ver. III (Jan.-Feb. 2017, PP 08-13 www.osrjournals.org Mult-Robot Formaton Control Based on Leader-Follower

More information

A new design method for adaptive IIR system identification using hybrid CPSO and DE

A new design method for adaptive IIR system identification using hybrid CPSO and DE A new desgn method for adaptve IIR system dentfcaton usng hybrd CPSO and DE Pedro Lagos-Eulogo, Juan Carlos Seck- Tuoh-Mora, Norberto Hernandez- Romero & Joselto Medna-Marn Nonlnear Dynamcs An Internatonal

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

A More Uniform Electric Field Distribution on Surge Arresters through the Optimal Design of Spacer and Fiber Glass Layer

A More Uniform Electric Field Distribution on Surge Arresters through the Optimal Design of Spacer and Fiber Glass Layer Research Journal of Appled Scences, Engneerng and Technology 5(13): 3604-3609, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scentfc Organzaton, 2013 Submtted: September 03, 2012 Accepted: October 05,

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