Multi-objective Emission constrained Economic Power Dispatch Using Differential Evolution Algorithm

Size: px
Start display at page:

Download "Multi-objective Emission constrained Economic Power Dispatch Using Differential Evolution Algorithm"

Transcription

1 Multi-objective Emission constrained Economic Power Dispatch Using Differential Evolution Algorithm Sunil Kumar Soni, Vijay Bhuria Abstract The main aim of power utilities is to provide high quality power supply to the consumer at lowest possible cost and minimum emission while operating to meet the limits and constraints imposed on the generating units. The economic emission dispatch (EED) problem is a sub problem of an optimal power flow. In this paper, Differential Evolution (DE) based optimization technique is presented to solve the economic emission dispatch (EED) problem which is a nonlinear function of generated power. DE is a population-based stochastic search technique that works in the general framework of Evolutionary Algorithms. The design principles of DE are simplicity, efficiency and use of real coding. It starts to explore the search space by randomly choosing the initial candidate solutions within the boundary. Then the algorithm tries to locate the global optimum solution for the problem by iterated refining of the population through reproduction and selection. In this paper differential evolution technique is presented to solve the economic load dispatch problem which is a nonlinear function of generated power. In the experimental study, Differential Evolution (DE) is analysed and demonstrated on standard IEEE 30 bus system consisting of six generating units. Key words- Economic Dispatch, Emission Dispatch, Multi-Objective Function, Price Penalty Factor, Differential Evolution (DE). I. INTRODUCTION Economic emission dispatch (EED) has become an essential function in operation and control of modern power system and it is a sub problem of an optimal power flow. The main aim of the economic emission dispatch problem is to find an optimal combination of the output power of all the online generating units that minimize the total fuel cost and reduction of pollution level up to a safe limit of the generation and supplies the power demand while satisfying unit constraints, equality and inequality constraints [1]. The major part of the power is generated due to the fossil fired plants and hence their emission contribution cannot be ignored. Fossil fired electric power plants use coal, oil, gas as primary energy resources and produce atmospheric emission whose nature and quantity depend upon fuel type and its quality. The particulate matter such as ash and gaseous pollutant i.e. CO 2, NO X (oxides of nitrogen) etc. are produced due to coal. Hence it is a needed to reduce the emission from there fossil fired plants either by design or by operational strategies [2]. In classical Economic Load Dispatch (ELD) problem, mathematical model of fuel cost function has been approximated as a single quadratic cost function [3]. A number of conventional optimization techniques have been applied to solve the EED problem such as linear Programming (LP) [4], nonlinear programming (NLP) [5], quadratic programming (QP) [6], and interior point methods [7]. Although these conventional techniques offer good results but when the search space is non-linear and has discontinuities they become very complicated with a slow convergence ratio and sometimes unable to find the optimal solution. To overcome these difficulties new numerical methods are needed which have high speed search to the global optima and does not suffer from the problem of local minima [8]. In the recent years the soft computing techniques such as Genetic algorithm (GA) [9], Evolutionary programming (EP), Simulated annealing (SA), Tabu search (TS) technique, Particle Swarm Optimization (PSO) [ ] etc. may prove to be very effective in solving nonlinear EED problems. In 1995 Storn and Price [13] have proposed one of the most prominent new generation evolutionary algorithm i.e. Differential Evolution (DE) to exhibit consistent and reliable performance in nonlinear and multimodal environment [14] and proven effective for constrained optimization problems. The advantages of DE over other EAs, like simple and compact structure, few control parameters, high convergence characteristics, have made it a popular stochastic optimizer. In this paper differential evolution technique is presented to solve the economic emission dispatch problem which is a nonlinear function of generated power. In the experimental study, Differential Evolution (DE) is analyzed and demonstrated on standard IEEE 30 bus system consisting of six generating units. II. PROBLEM FORMULATION The primary objective of EED problem is to determine the most economic loading of the generating units such that the load demand in the power system can be met. The EED planning must be performed satisfying different equality and inequality constraints. Consider a power system having N generating units each loaded to. The generating units should be loaded in such a way that minimizes the total fuel cost while satisfying the power balance and other constraints. The economic emission dispatch problem is an optimization problem that determines the power output of 120

2 each online generator that will result in a least cost system operating state with minimum emission. The EED problem can then be written in the following form: Minimize f(x) Subject to: g(x) = 0 h(x) 0 f(x) is the objective function, g(x) and h(x) are respectively the set of equality and inequality constraints. x is the vector of control and state variables. A. Objective Function (1) Cost- The objective of the ELD is to minimize the total system cost by adjusting the power output of each of the generators connected to the grid. The total system cost is modelled as the sum of the cost function of each generator (1). The generator cost curves are modelled with smooth quadratic functions and is given by: total system loads. Equilibrium is only met when the total system generation equals the total system load (P D ) plus system losses (P L ) The exact value of the system losses can only be determined by means of a power flow solution. The most popular approach for finding an approximate value of the losses is by way of Kron s loss formula (6), which approximates the losses as a function of the output level of the system generators. D. Inequality Constraints Generating units have lower and upper ( ) production limits of power output of the unit. These bounds can be defined as a pair of inequality constraints, as follows: (i=1, 2, 3, NG) Where N is the number of online thermal units, is the active power generation at unit i and, and are the Fuel cost coefficients of the generating units. (2) Emission- The atmospheric pollution such as sulphur oxide (SO X ), nitrogen oxide (NO X ) and carbon dioxide (CO 2 ) caused by fossil fuel generator can be modelled separately. The emission equation of generation can be expressed as Where, and are emission coefficients of the generating unit. B. Multi-Objective Economic Dispatch EED is a multi-objective problem, which is combination of both economic and environmental dispatches that individually make up different single problems. At this point, this multi-objective problem needs to be converted in to single-objective form in order to fulfil optimization [15]. The conversion process can be done by using price penalty factor. However, the single-objective EED can be formulated as shown in below equation Where h i is the price penalty factor, and is formulated as follows Where is the maximum power generation of the unit in MW. C. Equality Constraints The equality constraint is represented by the power balance constraint that reduces the power system to a basic principle of equilibrium between total system generation and III. DIFFERENTIAL EVOLUTION OPTIMIZATION PROCESS Differential Evolution is a simple and efficient adaptive scheme for global optimization over continuous spaces. In this section, we review the differential evolution (DE) algorithm that was used for searching the optimum solution of ELD problems. Differential evolution solves real valued problems based on the principles of natural evolution [16] using a population P. the population size remains constant throughout the optimization process Differential Evolution (DE) is a parallel direct search method which utilizes NP, D-dimensional parameter vectors, In DE, a population of NP solution vectors is randomly created at the start this population is successfully improved over G generations by applying This optimization process is carried out with three basic operations mutation, crossover and selection operators, to reach an optimal solution [17]. The main steps of the DE algorithm are given bellow: Initialization Mutation Crossover Evaluation Selection Until (Termination criteria are met) (1) as a population for each generation G. NP does not change during the minimization process. The initial vector population is chosen randomly and should cover the entire parameter space. As a rule, we will assume a uniform probability distribution for all random decisions unless otherwise stated. In case a preliminary solution is available, the initial population might be generated by adding normally distributed random deviations to the nominal solution. DE generates new parameter vectors by 121

3 adding the weighted difference between two population vectors to a third vector. Let this operation be called mutation. The mutated vector s parameters are then mixed with the parameters of another predetermined vector, the target vector, to yield the so-called trial vector. Parameter mixing is often referred to as crossover in the ES-community and will be explained later in more detail. If the trial vector yields a lower cost function value than the target vector, the trial vector replaces the target vector in the following generation. This last operation is called selection. Each population vector has to serve once as the target vector so that NP competitions take place in one generation. More specifically DE s basic strategy can be described as follows: A. Initialization The first step in the DE optimization process is to create an initial population of candidate solutions by assigning random values to each decision parameter of each individual of the population. Such values must lie inside the feasible bounds of the decision variable. B. Mutation After the population is initialized, The mutation operator creates mutant vectors by perturbing a randomly selected vector xa with the difference of two other randomly selected vectors xb and xc, Where xa, xb and xc are randomly chosen vectors among the NP population, and a b c. xa, xb and xc are selected anew for each parent vector. The scaling constant F is an algorithm control parameter used to adjust the perturbation size in the mutation operator and improve algorithm convergence. For each target vector a mutant vector is generated using a differential mutation operation according to following equation (2) Where F is a real and constant factor, commonly known as scaling factor or amplification factor, is a positive real number, typically less than 1.0, that controls the amplification of the differential variation with random indexes integer. C. Crossover DE uses binomial crossover operation this crossover constant CR is an algorithm parameter that controls the diversity of the population The crossover operator creates the trial vectors, which are used in the selection process. In order to increase the diversity of the perturbed parameter vectors, crossover is introduced. To this end, the trial vector: is formed, where J = 1, 2,..,D (4) In (4) is the evaluation of a uniform random number generator with outcome. CR is the crossover (3) constant which has to be determined by the user. Is a randomly chosen index which ensures that gets at least one parameter from D. Selection The selection operator forms the population by choosing between the trial vectors and their predecessors (target vectors) those individuals that present a better fitness or are more optimal. This optimization process is repeated for several generations allowing individuals to improve their fitness as they explore the solution space in search of optimal values.de has three essential control parameters: the scaling factor (F), the crossover constant (CR) and the population size (NP). The scaling factor is a value in the range [0, 2] that controls the amount of perturbation in the mutation process. The crossover constant is a value in the range [0, 1] that controls the diversity of the population. The population size determines the number of individuals in the population and provides the algorithm enough diversity to search the solution space. To decide whether or not it should become a member of generation G+1 the trial vector is compared to the target vector using the greedy criterion. If vector yields a smaller cost function value than then is set to otherwise, the old value is retained. IV. DESCRIPTION OF THE TEST SYSTEM In the study of experiment, DE algorithm is tested over standard IEEE 30-bus power system with six generating units as shown in figure 1. Fig 1: Single Line Diagram of IEEE 30-Bus Test System The algorithm is tested for load demand 500MW, 700MW and 900MW. The coefficient EED problem and transmission loss coefficients matrix are taken from Rughooputh and King (2003). The transmission loss coefficients matrix is given by equation 122

4 Table3. Best Fuel Cost Solution for the Test Power System. V. RESULT AND DISCUSSION Here the Multi-objective EED problem is solved by the DE algorithm for the standard IEEE 30-bus power system. In this case study problem, the variable given in Table 1. A test system having six thermal units is considered. The proposed method is applied for EED with load demands 500 MW, 700MW and 900 MW and it is compared with FSGA and NSGA-II. Minimum fuel cost solution with all load demands are considered in Table 2, Table 3 and Table 4. Table1. Coefficient of Fuel Cost, Emission and Capacities of the Six Generating Units. Table4. Best Fuel Cost Solution for the Test Power System. Table2. Best Fuel Cost Solution for the Test Power System. Minimum NO X emission effect solution for EED problem with all load demands are considered in Table 5, Table 6 and Table 7. Table5. Best Emission Effects (NO X) For the Test Power System. 123

5 Table6. Best Emission Effects (NO X) For the Test Power System. Table9. Best Compromise Solution for the Test Power System with 700 MW. Table7. Best Emission Effects (NO X) For the Test Power System. Table10. Best Compromise Solution for the Test Power System with 900 MW. Table 8, Table 9 and Table 10 give the best compromise solution for EED problem using DE, FCGA and NSGA-II with load demand 500 MW, 700 MW and 900 MW for six generator system. Table8. Best Compromise Solution for the Test Power System with 500 MW. VI. CONCLUSION In this paper the difficult optimization problem is solved by using DE algorithm. In order to prove the effectiveness of algorithm it is applied to three different cases with six generating units. Cases 1, 2 & 3 are 500 MW, 700 MW & 900 MW. The multi-objective problem is converted in to single objective form by means of price penalty factor with the consideration of problem constraints. After comparing the results with other algorithm it is observed that DE is well suited for obtaining the best solution, so that both fuel cost and emission effect are reduced for different load demands. ACKNOWLEDGEMENT The authors are thankful to Director, Madhav Institute of Technology & Science, Gwalior (M.P) India for support and facilities to carry out this research work. 124

6 REFERENCES [1] A.J. Wood, B.F. Wollenberg, Power Generation, Operation and Control, Wiley Interscience, Newyork, [2] Baskar S, Subbaraj P, Rao MVC (2002). Hybrid genetic algorithm solution to emission and economic dispatch problems, J. Inst. Eng.,(India), 82: [3] A.J. Wood and B.F. Wollenberg, Power generation operation and control John Wiley and Sons, New York [4] B. Sttot and J. L. Marinho, Linear programming for power system network security applications IEEE Trans. Power Apparat. Syst. vol. PAS-98, pp , May/June [5] M. Huneault, and F. D. Galiana, A survey of the optimal power flow literature IEEE Trans. Power Systems, vol. 6, no. 2, pp , May [6] J. Wood and B. F. Wollenberg, Power Generation, Operation, and Control, 2nd ed. New York: Wiley, [7] J. A. Momoh and J. Z. Zhu, Improved interior point method for OPF problems IEEE Trans. Power Syst., vol. 14, pp , Aug [8] G.B. Sheble and K. Brittig, "Refined genetic algorithm-economic dispatch example, IEEE Paper 94 WM PWRS, presented at the IEEE/PES 1994 Winter Meeting. [9] Balamurugan R, Subramanian S (2008). A Simplified Recursive Approach to Combined Economic Emission Dispatch, Electric Power Components and Systems, 36(1): [10] D.C. Walters and G.B. Sheble, "Genetic algorithm solution of economic dispatch with valve point [11] M.A. Abido, Multiobjective evolutionary algorithms for electric power dispatch problem, IEEE Trans. Evol. Comput. 10 (3) (2006) [12] R.Balamurugan and S.Subramanian, Self Adaptive Differential Evolution Based Power Economic Dispatch of Generators with Valve Point Effects and Multiple Fuel Options, International Journal Of Computer Science And Engineering,Vol. 1, No. 1, 2007, ISSN , pp [13] Zwe-Lee Gaing, Particle swarm optimization to solving the economic dispatch considering the generator constraints, IEEE Trans. on Power Systems, Vol. 18, No. 3, pp., , August [14] Rainer Storn, Kenneth Price, differential evolution A simple and efficient adaptive scheme for global optimization over continuous spaces TR , March [15] Raul E. Perez-Guerrero, Jose R. Cedeno- Maldonado, Differential Evolution Based Economic Environmental Power Dispatch, Pp [16] Guvenc U (2010). Combined economic emission dispatch solution using genetic algorithm based on similarity crossover. Sci. Res Essay, 5(17): [17] Dervis Karaboga, Selcuk Okdem, A Simple and Global Optimization Algorithm For Engineering Problems: Differential Evolution Algorithm, Turk J Elec. Engin., Vol. 12, No. 1, 2004, pp [18] R. Storn, K.V. Price, Differential evolution a simple and efficient heuristic for global optimization over continuous spaces, J. Global Optim. 11 (4) (1997)

OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION

OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION Onah C. O. 1, Agber J. U. 2 and Ikule F. T. 3 1, 2, 3 Department of Electrical and Electronics

More information

Contents Economic dispatch of thermal units

Contents Economic dispatch of thermal units Contents 2 Economic dispatch of thermal units 2 2.1 Introduction................................... 2 2.2 Economic dispatch problem (neglecting transmission losses)......... 3 2.2.1 Fuel cost characteristics........................

More information

Multi Objective Economic Load Dispatch problem using A-Loss Coefficients

Multi Objective Economic Load Dispatch problem using A-Loss Coefficients Volume 114 No. 8 2017, 143-153 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Multi Objective Economic Load Dispatch problem using A-Loss Coefficients

More information

Genetic Algorithm for Solving the Economic Load Dispatch

Genetic Algorithm for Solving the Economic Load Dispatch International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 5 (2014), pp. 523-528 International Research Publication House http://www.irphouse.com Genetic Algorithm

More information

ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES

ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES SYNOPSIS OF ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES A THESIS to be submitted by S. SIVASUBRAMANI for the award of the degree of DOCTOR OF PHILOSOPHY DEPARTMENT OF ELECTRICAL

More information

On Optimal Power Flow

On Optimal Power Flow On Optimal Power Flow K. C. Sravanthi #1, Dr. M. S. Krishnarayalu #2 # Department of Electrical and Electronics Engineering V R Siddhartha Engineering College, Vijayawada, AP, India Abstract-Optimal Power

More information

CHAPTER 3 FUZZIFIED PARTICLE SWARM OPTIMIZATION BASED DC- OPF OF INTERCONNECTED POWER SYSTEMS

CHAPTER 3 FUZZIFIED PARTICLE SWARM OPTIMIZATION BASED DC- OPF OF INTERCONNECTED POWER SYSTEMS 51 CHAPTER 3 FUZZIFIED PARTICLE SWARM OPTIMIZATION BASED DC- OPF OF INTERCONNECTED POWER SYSTEMS 3.1 INTRODUCTION Optimal Power Flow (OPF) is one of the most important operational functions of the modern

More information

Comparative Analysis of Jaya Optimization Algorithm for Economic Dispatch Solution

Comparative Analysis of Jaya Optimization Algorithm for Economic Dispatch Solution Comparative Analysis of Jaya Optimization Algorithm for Economic Dispatch Solution Swaraj Banerjee 1, Dipu Sarkar 2 1,2 Departement of Electrical and Electronics Engineering, National Institute of Technology

More information

Differential Evolution: a stochastic nonlinear optimization algorithm by Storn and Price, 1996

Differential Evolution: a stochastic nonlinear optimization algorithm by Storn and Price, 1996 Differential Evolution: a stochastic nonlinear optimization algorithm by Storn and Price, 1996 Presented by David Craft September 15, 2003 This presentation is based on: Storn, Rainer, and Kenneth Price

More information

ScienceDirect. A Comparative Study of Solution of Economic Load Dispatch Problem in Power Systems in the Environmental Perspective

ScienceDirect. A Comparative Study of Solution of Economic Load Dispatch Problem in Power Systems in the Environmental Perspective Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 96 100 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

Minimization of Energy Loss using Integrated Evolutionary Approaches

Minimization of Energy Loss using Integrated Evolutionary Approaches Minimization of Energy Loss using Integrated Evolutionary Approaches Attia A. El-Fergany, Member, IEEE, Mahdi El-Arini, Senior Member, IEEE Paper Number: 1569614661 Presentation's Outline Aim of this work,

More information

Economic Load Dispatch Using Grey Wolf Optimization

Economic Load Dispatch Using Grey Wolf Optimization RESEARCH ARTICLE OPEN ACCESS Economic Load Dispatch Using Grey Wolf Optimization Dr.Sudhir Sharma,Shivani Mehta, Nitish Chopra 3 Associate Professor, Assistant Professor, Student, Master of Technology

More information

Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System.

Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System. Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System. Khyati Mistry Electrical Engineering Department. Sardar

More information

Research Article A Novel Differential Evolution Invasive Weed Optimization Algorithm for Solving Nonlinear Equations Systems

Research Article A Novel Differential Evolution Invasive Weed Optimization Algorithm for Solving Nonlinear Equations Systems Journal of Applied Mathematics Volume 2013, Article ID 757391, 18 pages http://dx.doi.org/10.1155/2013/757391 Research Article A Novel Differential Evolution Invasive Weed Optimization for Solving Nonlinear

More information

Metaheuristics and Local Search

Metaheuristics and Local Search Metaheuristics and Local Search 8000 Discrete optimization problems Variables x 1,..., x n. Variable domains D 1,..., D n, with D j Z. Constraints C 1,..., C m, with C i D 1 D n. Objective function f :

More information

Metaheuristics and Local Search. Discrete optimization problems. Solution approaches

Metaheuristics and Local Search. Discrete optimization problems. Solution approaches Discrete Mathematics for Bioinformatics WS 07/08, G. W. Klau, 31. Januar 2008, 11:55 1 Metaheuristics and Local Search Discrete optimization problems Variables x 1,...,x n. Variable domains D 1,...,D n,

More information

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction 3. Introduction Currency exchange rate is an important element in international finance. It is one of the chaotic,

More information

OPTIMAL POWER FLOW BASED ON PARTICLE SWARM OPTIMIZATION

OPTIMAL POWER FLOW BASED ON PARTICLE SWARM OPTIMIZATION U.P.B. Sci. Bull., Series C, Vol. 78, Iss. 3, 2016 ISSN 2286-3540 OPTIMAL POWER FLOW BASED ON PARTICLE SWARM OPTIMIZATION Layth AL-BAHRANI 1, Virgil DUMBRAVA 2 Optimal Power Flow (OPF) is one of the most

More information

Minimization of load shedding by sequential use of linear programming and particle swarm optimization

Minimization of load shedding by sequential use of linear programming and particle swarm optimization Turk J Elec Eng & Comp Sci, Vol.19, No.4, 2011, c TÜBİTAK doi:10.3906/elk-1003-31 Minimization of load shedding by sequential use of linear programming and particle swarm optimization Mehrdad TARAFDAR

More information

OPTIMAL POWER FLOW EVALUATION OF POWER SYSTEM USING GENETIC ALGORITHM

OPTIMAL POWER FLOW EVALUATION OF POWER SYSTEM USING GENETIC ALGORITHM OPTIMAL POWER FLOW EVALUATION OF POWER SYSTEM USING GENETIC ALGORITHM C. M. WANKHADE, 2 A. P. VAIDYA Department of Electrical Engineering, Lokmanya Tilak College of Engineering, Koparkhairane, Navi Mumbai,

More information

Minimization of Reactive Power Using Particle Swarm Optimization

Minimization of Reactive Power Using Particle Swarm Optimization Minimization of Reactive Power Using Particle Swarm Optimization 1 Vivek Kumar Jain, 2 Himmat Singh, 3 Laxmi Srivastava 1, 2, 3 Department of Electrical Engineering, Madhav Institute of Technology and

More information

Comparison of Simulation Algorithms for the Hopfield Neural Network: An Application of Economic Dispatch

Comparison of Simulation Algorithms for the Hopfield Neural Network: An Application of Economic Dispatch Turk J Elec Engin, VOL.8, NO.1 2000, c TÜBİTAK Comparison of Simulation Algorithms for the Hopfield Neural Network: An Application of Economic Dispatch Tankut Yalçınöz and Halis Altun Department of Electrical

More information

Design of Higher Order LP and HP Digital IIR Filter Using the Concept of Teaching-Learning Based Optimization

Design of Higher Order LP and HP Digital IIR Filter Using the Concept of Teaching-Learning Based Optimization Design of Higher Order LP and HP Digital IIR Filter Using the Concept of Teaching-Learning Based Optimization DAMANPREET SINGH, J.S. DHILLON Department of Computer Science & Engineering Department of Electrical

More information

Reactive Power Contribution of Multiple STATCOM using Particle Swarm Optimization

Reactive Power Contribution of Multiple STATCOM using Particle Swarm Optimization Reactive Power Contribution of Multiple STATCOM using Particle Swarm Optimization S. Uma Mageswaran 1, Dr.N.O.Guna Sehar 2 1 Assistant Professor, Velammal Institute of Technology, Anna University, Chennai,

More information

Optimal Operation of Large Power System by GA Method

Optimal Operation of Large Power System by GA Method Journal of Emerging Trends in Engineering and Applied Sciences (JETEAS) (1): 1-7 Scholarlink Research Institute Journals, 01 (ISSN: 11-7016) jeteas.scholarlinkresearch.org Journal of Emerging Trends in

More information

Zebo Peng Embedded Systems Laboratory IDA, Linköping University

Zebo Peng Embedded Systems Laboratory IDA, Linköping University TDTS 01 Lecture 8 Optimization Heuristics for Synthesis Zebo Peng Embedded Systems Laboratory IDA, Linköping University Lecture 8 Optimization problems Heuristic techniques Simulated annealing Genetic

More information

Differential Evolution: Competitive Setting of Control Parameters

Differential Evolution: Competitive Setting of Control Parameters Proceedings of the International Multiconference on Computer Science and Information Technology pp. 207 213 ISSN 1896-7094 c 2006 PIPS Differential Evolution: Competitive Setting of Control Parameters

More information

Network-Constrained Economic Dispatch Using Real-Coded Genetic Algorithm

Network-Constrained Economic Dispatch Using Real-Coded Genetic Algorithm 198 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 18, NO. 1, FEBRUARY 2003 Network-Constrained Economic Dispatch Using Real-Coded Genetic Algorithm Ioannis G. Damousis, Student Member, IEEE, Anastasios G. Bakirtzis,

More information

Integrated PSO-SQP technique for Short-term Hydrothermal Scheduling

Integrated PSO-SQP technique for Short-term Hydrothermal Scheduling Integrated PSO-SQP technique for Short-term Hydrothermal Scheduling Shashank Gupta 1, Nitin Narang 2 Abstract his paper presents short-term fixed and variable head hydrotherml scheduling. An integrated

More information

An Introduction to Differential Evolution. Kelly Fleetwood

An Introduction to Differential Evolution. Kelly Fleetwood An Introduction to Differential Evolution Kelly Fleetwood Synopsis Introduction Basic Algorithm Example Performance Applications The Basics of Differential Evolution Stochastic, population-based optimisation

More information

DESIGN OF MULTILAYER MICROWAVE BROADBAND ABSORBERS USING CENTRAL FORCE OPTIMIZATION

DESIGN OF MULTILAYER MICROWAVE BROADBAND ABSORBERS USING CENTRAL FORCE OPTIMIZATION Progress In Electromagnetics Research B, Vol. 26, 101 113, 2010 DESIGN OF MULTILAYER MICROWAVE BROADBAND ABSORBERS USING CENTRAL FORCE OPTIMIZATION M. J. Asi and N. I. Dib Department of Electrical Engineering

More information

2 Differential Evolution and its Control Parameters

2 Differential Evolution and its Control Parameters COMPETITIVE DIFFERENTIAL EVOLUTION AND GENETIC ALGORITHM IN GA-DS TOOLBOX J. Tvrdík University of Ostrava 1 Introduction The global optimization problem with box constrains is formed as follows: for a

More information

Numerical Optimization. Review: Unconstrained Optimization

Numerical Optimization. Review: Unconstrained Optimization Numerical Optimization Finding the best feasible solution Edward P. Gatzke Department of Chemical Engineering University of South Carolina Ed Gatzke (USC CHE ) Numerical Optimization ECHE 589, Spring 2011

More information

FIXED HEAD ECONOMIC LOAD SCHEDULING OF HYDRO-THERMAL SYSTEM USING GENETIC ALGORITHM AND DIFFERENTIAL EVOLUTION METHOD

FIXED HEAD ECONOMIC LOAD SCHEDULING OF HYDRO-THERMAL SYSTEM USING GENETIC ALGORITHM AND DIFFERENTIAL EVOLUTION METHOD FIXED HEAD ECONOMIC LOAD SCHEDULING OF HYDRO- SYSTEM USING GENETIC ALGORITHM AND DIFFERENTIAL EVOLUTION METHOD Shikha Gupta 1, Achala Jain 2 Assistant professor, Dept. of EEE, CMRIT Institute of Technology,

More information

A Scenario-based Transmission Network Expansion Planning in Electricity Markets

A Scenario-based Transmission Network Expansion Planning in Electricity Markets A -based Transmission Network Expansion ning in Electricity Markets Pranjal Pragya Verma Department of Electrical Engineering Indian Institute of Technology Madras Email: ee14d405@ee.iitm.ac.in K.S.Swarup

More information

Lecture 9 Evolutionary Computation: Genetic algorithms

Lecture 9 Evolutionary Computation: Genetic algorithms Lecture 9 Evolutionary Computation: Genetic algorithms Introduction, or can evolution be intelligent? Simulation of natural evolution Genetic algorithms Case study: maintenance scheduling with genetic

More information

Single objective optimization using PSO with Interline Power Flow Controller

Single objective optimization using PSO with Interline Power Flow Controller Single objective optimization using PSO with Interline Power Flow Controller Praveen.J, B.Srinivasa Rao jpraveen.90@gmail.com, balususrinu@vrsiddhartha.ac.in Abstract Optimal Power Flow (OPF) problem was

More information

Regular paper. Particle Swarm Optimization Applied to the Economic Dispatch Problem

Regular paper. Particle Swarm Optimization Applied to the Economic Dispatch Problem Rafik Labdani Linda Slimani Tarek Bouktir Electrical Engineering Department, Oum El Bouaghi University, 04000 Algeria. rlabdani@yahoo.fr J. Electrical Systems 2-2 (2006): 95-102 Regular paper Particle

More information

AN ADAPTIVE DIFFERENTIAL EVOLUTION ALGORITHM FOR SOLVING SECOND-ORDER DIRICHLET PROBLEMS

AN ADAPTIVE DIFFERENTIAL EVOLUTION ALGORITHM FOR SOLVING SECOND-ORDER DIRICHLET PROBLEMS Vol. 12, No. 1, pp. 143-161 ISSN: 1646-3692 AN ADAPTIVE DIFFERENTIAL EVOLUTION ALGORITHM FOR SOLVING SECOND-ORDER Hasan Rashaideh Department of Computer Science, Prince Abdullah Ben Ghazi Faculty of Information

More information

A Study of the Factors Influencing the Optimal Size and Site of Distributed Generations

A Study of the Factors Influencing the Optimal Size and Site of Distributed Generations Journal of Clean Energy Technologies, Vol. 2, No. 1, January 2014 A Study of the Factors Influencing the Optimal Size and Site of Distributed Generations Soma Biswas, S. K. Goswami, and A. Chatterjee system

More information

ELECTRICITY GENERATION SCHEDULING AN IMPROVED FOR FIREFLY OPTIMIZATION ALGORITHM

ELECTRICITY GENERATION SCHEDULING AN IMPROVED FOR FIREFLY OPTIMIZATION ALGORITHM International Research Journal of Engineering and Technology (IRJET) e-issn: -00 Volume: 0 Issue: 0 June -01 www.irjet.net p-issn: -00 ELECTRICITY GENERATION SCHEDULING AN IMPROVED FOR FIREFLY OPTIMIZATION

More information

Thermal Unit Commitment

Thermal Unit Commitment Thermal Unit Commitment Dr. Deepak P. Kadam Department of Electrical Engineering, Sandip Foundation, Sandip Institute of Engg. & MGMT, Mahiravani, Trimbak Road, Nashik- 422213, Maharashtra, India Abstract:

More information

A Particle Swarm Optimization for Reactive Power Optimization

A Particle Swarm Optimization for Reactive Power Optimization ISSN (e): 2250 3005 Vol, 04 Issue, 11 November 2014 International Journal of Computational Engineering Research (IJCER) A Particle Swarm Optimization for Reactive Power Optimization Suresh Kumar 1, Sunil

More information

CSC 4510 Machine Learning

CSC 4510 Machine Learning 10: Gene(c Algorithms CSC 4510 Machine Learning Dr. Mary Angela Papalaskari Department of CompuBng Sciences Villanova University Course website: www.csc.villanova.edu/~map/4510/ Slides of this presenta(on

More information

K. Valipour 1 E. Dehghan 2 M.H. Shariatkhah 3

K. Valipour 1 E. Dehghan 2 M.H. Shariatkhah 3 International Research Journal of Applied and Basic Sciences 2013 Available online at www.irjabs.com ISSN 21-838X / Vol, 4 (7): 1663-1670 Science Explorer Publications Optimal placement of Capacitor Banks

More information

Real Time Voltage Control using Genetic Algorithm

Real Time Voltage Control using Genetic Algorithm Real Time Voltage Control using Genetic Algorithm P. Thirusenthil kumaran, C. Kamalakannan Department of EEE, Rajalakshmi Engineering College, Chennai, India Abstract An algorithm for control action selection

More information

03-Economic Dispatch 1. EE570 Energy Utilization & Conservation Professor Henry Louie

03-Economic Dispatch 1. EE570 Energy Utilization & Conservation Professor Henry Louie 03-Economic Dispatch 1 EE570 Energy Utilization & Conservation Professor Henry Louie 1 Topics Generator Curves Economic Dispatch (ED) Formulation ED (No Generator Limits, No Losses) ED (No Losses) ED Example

More information

Recent Advances in Knowledge Engineering and Systems Science

Recent Advances in Knowledge Engineering and Systems Science Optimal Operation of Thermal Electric Power Production System without Transmission Losses: An Alternative Solution using Artificial eural etworks based on External Penalty Functions G.J. TSEKOURAS, F.D.

More information

GA BASED OPTIMAL POWER FLOW SOLUTIONS

GA BASED OPTIMAL POWER FLOW SOLUTIONS GA BASED OPTIMAL POWER FLOW SOLUTIONS Thesis submitted in partial fulfillment of the requirements for the award of degree of Master of Engineering in Power Systems & Electric Drives Thapar University,

More information

AN OPTIMIZED FAST VOLTAGE STABILITY INDICATOR

AN OPTIMIZED FAST VOLTAGE STABILITY INDICATOR AN OPTIMIZED FAST OLTAE STABILITY INDICATOR C. A. Belhadj M. A. Abido Electrical Engineering Department King Fahd University of Petroleum & Minerals Dhahran 31261, Saudi Arabia ABSTRACT: This paper proposes

More information

A Simplified Lagrangian Method for the Solution of Non-linear Programming Problem

A Simplified Lagrangian Method for the Solution of Non-linear Programming Problem Chapter 7 A Simplified Lagrangian Method for the Solution of Non-linear Programming Problem 7.1 Introduction The mathematical modelling for various real world problems are formulated as nonlinear programming

More information

Economic Operation of Power Systems

Economic Operation of Power Systems Economic Operation of Power Systems Section I: Economic Operation Of Power System Economic Distribution of Loads between the Units of a Plant Generating Limits Economic Sharing of Loads between Different

More information

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 4, April 2013 pp. 1455 1475 ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC

More information

Solving the Constrained Nonlinear Optimization based on Imperialist Competitive Algorithm. 1 Introduction

Solving the Constrained Nonlinear Optimization based on Imperialist Competitive Algorithm. 1 Introduction ISSN 1749-3889 (print), 1749-3897 (online) International Journal of Nonlinear Science Vol.15(2013) No.3,pp.212-219 Solving the Constrained Nonlinear Optimization based on Imperialist Competitive Algorithm

More information

Modified Differential Evolution for Nonlinear Optimization Problems with Simple Bounds

Modified Differential Evolution for Nonlinear Optimization Problems with Simple Bounds Modified Differential Evolution for Nonlinear Optimization Problems with Simple Bounds Md. Abul Kalam Azad a,, Edite M.G.P. Fernandes b a Assistant Researcher, b Professor Md. Abul Kalam Azad Algoritmi

More information

Vedant V. Sonar 1, H. D. Mehta 2. Abstract

Vedant V. Sonar 1, H. D. Mehta 2. Abstract Load Shedding Optimization in Power System Using Swarm Intelligence-Based Optimization Techniques Vedant V. Sonar 1, H. D. Mehta 2 1 Electrical Engineering Department, L.D. College of Engineering Ahmedabad,

More information

Real-Time Optimization (RTO)

Real-Time Optimization (RTO) Real-Time Optimization (RTO) In previous chapters we have emphasized control system performance for disturbance and set-point changes. Now we will be concerned with how the set points are specified. In

More information

Adaptive Differential Evolution and Exponential Crossover

Adaptive Differential Evolution and Exponential Crossover Proceedings of the International Multiconference on Computer Science and Information Technology pp. 927 931 ISBN 978-83-60810-14-9 ISSN 1896-7094 Adaptive Differential Evolution and Exponential Crossover

More information

Investigation of Mutation Strategies in Differential Evolution for Solving Global Optimization Problems

Investigation of Mutation Strategies in Differential Evolution for Solving Global Optimization Problems Investigation of Mutation Strategies in Differential Evolution for Solving Global Optimization Problems Miguel Leon Ortiz and Ning Xiong Mälardalen University, Västerås, SWEDEN Abstract. Differential evolution

More information

Beta Damping Quantum Behaved Particle Swarm Optimization

Beta Damping Quantum Behaved Particle Swarm Optimization Beta Damping Quantum Behaved Particle Swarm Optimization Tarek M. Elbarbary, Hesham A. Hefny, Atef abel Moneim Institute of Statistical Studies and Research, Cairo University, Giza, Egypt tareqbarbary@yahoo.com,

More information

DESIGN OF OPTIMUM CROSS-SECTIONS FOR LOAD-CARRYING MEMBERS USING MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS

DESIGN OF OPTIMUM CROSS-SECTIONS FOR LOAD-CARRYING MEMBERS USING MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS DESIGN OF OPTIMUM CROSS-SECTIONS FOR LOAD-CARRING MEMBERS USING MULTI-OBJECTIVE EVOLUTIONAR ALGORITHMS Dilip Datta Kanpur Genetic Algorithms Laboratory (KanGAL) Deptt. of Mechanical Engg. IIT Kanpur, Kanpur,

More information

Optimal Placement and Sizing of Distributed Generators in 33 Bus and 69 Bus Radial Distribution System Using Genetic Algorithm

Optimal Placement and Sizing of Distributed Generators in 33 Bus and 69 Bus Radial Distribution System Using Genetic Algorithm American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

Multiobjective Optimization of Cement-bonded Sand Mould System with Differential Evolution

Multiobjective Optimization of Cement-bonded Sand Mould System with Differential Evolution DOI: 10.7763/IPEDR. 013. V63. 0 Multiobjective Optimization of Cement-bonded Sand Mould System with Differential Evolution T. Ganesan 1, I. Elamvazuthi, Ku Zilati Ku Shaari 3, and P. Vasant + 1, 3 Department

More information

Turkish Journal of Electrical Engineering & Computer Sciences

Turkish Journal of Electrical Engineering & Computer Sciences Turkish Journal of Electrical Engineering & Computer Sciences http:// ournals. tubitak. gov. tr/ elektrik/ Research Article Turk J Elec Eng & Comp Sci (2013) 21: 1092 1106 c TÜBİTAK doi:10.3906/elk-1111-12

More information

Optimization of Threshold for Energy Based Spectrum Sensing Using Differential Evolution

Optimization of Threshold for Energy Based Spectrum Sensing Using Differential Evolution Wireless Engineering and Technology 011 130-134 doi:10.436/wet.011.3019 Published Online July 011 (http://www.scirp.org/journal/wet) Optimization of Threshold for Energy Based Spectrum Sensing Using Differential

More information

IMPROVED ARTIFICIAL BEE COLONY FOR DESIGN OF A RECONFIGURABLE ANTENNA ARRAY WITH DISCRETE PHASE SHIFTERS

IMPROVED ARTIFICIAL BEE COLONY FOR DESIGN OF A RECONFIGURABLE ANTENNA ARRAY WITH DISCRETE PHASE SHIFTERS Progress In Electromagnetics Research C, Vol. 25, 193 208, 2012 IMPROVED ARTIFICIAL BEE COLONY FOR DESIGN OF A RECONFIGURABLE ANTENNA ARRAY WITH DISCRETE PHASE SHIFTERS X. T. Li, X. W. Zhao, J. N. Wang,

More information

Particle swarm optimization approach to portfolio optimization

Particle swarm optimization approach to portfolio optimization Nonlinear Analysis: Real World Applications 10 (2009) 2396 2406 Contents lists available at ScienceDirect Nonlinear Analysis: Real World Applications journal homepage: www.elsevier.com/locate/nonrwa Particle

More information

VOL. 2, NO. 11, Dec 2012 ISSN ARPN Journal of Science and Technology All rights reserved.

VOL. 2, NO. 11, Dec 2012 ISSN ARPN Journal of Science and Technology All rights reserved. Implementing Fuzzy-Logic to Solve the Unit-Commitment Problem of a Ten-Unit Thermal Generation Plant 1 Assad Abu-Jasser, 2 Mohammed M. Hijjo 1,2 Electrical Engineering Department, the Islamic University

More information

Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation

Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation Abdullah A. Alghamdi 1 and Prof. Yusuf A. Al-Turki 2 1 Ministry Of Education, Jeddah, Saudi Arabia. 2 King Abdulaziz

More information

A Scalability Test for Accelerated DE Using Generalized Opposition-Based Learning

A Scalability Test for Accelerated DE Using Generalized Opposition-Based Learning 009 Ninth International Conference on Intelligent Systems Design and Applications A Scalability Test for Accelerated DE Using Generalized Opposition-Based Learning Hui Wang, Zhijian Wu, Shahryar Rahnamayan,

More information

Economic Load Dispatch - A Comparative Study on Heuristic Optimization Techniques With an Improved Coordinated Aggregation-Based PSO

Economic Load Dispatch - A Comparative Study on Heuristic Optimization Techniques With an Improved Coordinated Aggregation-Based PSO Downloaded from orbit.dtu.dk on: Nov 27, 2017 Economic Load Dispatch - A Comparative Study on Heuristic Optimization Techniques With an Improved Coordinated Aggregation-Based PSO Vlachogiannis, Ioannis

More information

Research Article A Novel Ranking Method Based on Subjective Probability Theory for Evolutionary Multiobjective Optimization

Research Article A Novel Ranking Method Based on Subjective Probability Theory for Evolutionary Multiobjective Optimization Mathematical Problems in Engineering Volume 2011, Article ID 695087, 10 pages doi:10.1155/2011/695087 Research Article A Novel Ranking Method Based on Subjective Probability Theory for Evolutionary Multiobjective

More information

Citation for the original published paper (version of record):

Citation for the original published paper (version of record): http://www.diva-portal.org This is the published version of a paper published in SOP Transactions on Power Transmission and Smart Grid. Citation for the original published paper (version of record): Liu,

More information

UNIVERSITY OF NAIROBI FACULTY OF ENGINEERING DEPARTMENT OF ELECTRICAL AND INFORMATION ENGINEERING

UNIVERSITY OF NAIROBI FACULTY OF ENGINEERING DEPARTMENT OF ELECTRICAL AND INFORMATION ENGINEERING UNIVERSITY OF NAIROBI FACULTY OF ENGINEERING DEPARTMENT OF ELECTRICAL AND INFORMATION ENGINEERING PROJECT: SECURITY CONSTRAINED ECONOMIC DISPATCH USING IMPROVED OUT-OF-KILTER ALGORITHM (IOKA) PROJECT INDEX:

More information

Reactive Power and Voltage Control of Power Systems Using Modified PSO

Reactive Power and Voltage Control of Power Systems Using Modified PSO J. Energy Power Sources Vol. 2, No. 5, 2015, pp. 182-188 Received: March 29, 2015, Published: May 30, 2015 Journal of Energy and Power Sources www.ethanpublishing.com Reactive Power and Voltage Control

More information

Three Steps toward Tuning the Coordinate Systems in Nature-Inspired Optimization Algorithms

Three Steps toward Tuning the Coordinate Systems in Nature-Inspired Optimization Algorithms Three Steps toward Tuning the Coordinate Systems in Nature-Inspired Optimization Algorithms Yong Wang and Zhi-Zhong Liu School of Information Science and Engineering Central South University ywang@csu.edu.cn

More information

Optimization of Mechanical Design Problems Using Improved Differential Evolution Algorithm

Optimization of Mechanical Design Problems Using Improved Differential Evolution Algorithm International Journal of Recent Trends in Enineerin Vol. No. 5 May 009 Optimization of Mechanical Desin Problems Usin Improved Differential Evolution Alorithm Millie Pant Radha Thanaraj and V. P. Sinh

More information

Optimal capacitor placement and sizing via artificial bee colony

Optimal capacitor placement and sizing via artificial bee colony International Journal of Smart Grid and Clean Energy Optimal capacitor placement and sizing via artificial bee colony Mohd Nabil Muhtazaruddin a*, Jasrul Jamani Jamian b, Danvu Nguyen a Nur Aisyah Jalalludin

More information

Bi-objective Portfolio Optimization Using a Customized Hybrid NSGA-II Procedure

Bi-objective Portfolio Optimization Using a Customized Hybrid NSGA-II Procedure Bi-objective Portfolio Optimization Using a Customized Hybrid NSGA-II Procedure Kalyanmoy Deb 1, Ralph E. Steuer 2, Rajat Tewari 3, and Rahul Tewari 4 1 Department of Mechanical Engineering, Indian Institute

More information

Three Steps toward Tuning the Coordinate Systems in Nature-Inspired Optimization Algorithms

Three Steps toward Tuning the Coordinate Systems in Nature-Inspired Optimization Algorithms Three Steps toward Tuning the Coordinate Systems in Nature-Inspired Optimization Algorithms Yong Wang and Zhi-Zhong Liu School of Information Science and Engineering Central South University ywang@csu.edu.cn

More information

DISTRIBUTION SYSTEM OPTIMISATION

DISTRIBUTION SYSTEM OPTIMISATION Politecnico di Torino Dipartimento di Ingegneria Elettrica DISTRIBUTION SYSTEM OPTIMISATION Prof. Gianfranco Chicco Lecture at the Technical University Gh. Asachi, Iaşi, Romania 26 October 2010 Outline

More information

Optimal Power Flow by Enhanced Genetic Algorithm

Optimal Power Flow by Enhanced Genetic Algorithm IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 17, NO. 2, MAY 2002 229 Optimal Power Flow by Enhanced Genetic Algorithm Anastasios G. Bakirtzis, Senior Member, IEEE, Pandel N. Biskas, Student Member, IEEE, Christoforos

More information

Robust Tuning of Power System Stabilizers Using Coefficient Diagram Method

Robust Tuning of Power System Stabilizers Using Coefficient Diagram Method International Journal of Electrical Engineering. ISSN 0974-2158 Volume 7, Number 2 (2014), pp. 257-270 International Research Publication House http://www.irphouse.com Robust Tuning of Power System Stabilizers

More information

TWO- PHASE APPROACH TO DESIGN ROBUST CONTROLLER FOR UNCERTAIN INTERVAL SYSTEM USING GENETIC ALGORITHM

TWO- PHASE APPROACH TO DESIGN ROBUST CONTROLLER FOR UNCERTAIN INTERVAL SYSTEM USING GENETIC ALGORITHM International Journal of Electrical and Electronics Engineering Research (IJEEER) ISSN:2250-155X Vol.2, Issue 2 June 2012 27-38 TJPRC Pvt. Ltd., TWO- PHASE APPROACH TO DESIGN ROBUST CONTROLLER FOR UNCERTAIN

More information

Meta Heuristic Harmony Search Algorithm for Network Reconfiguration and Distributed Generation Allocation

Meta Heuristic Harmony Search Algorithm for Network Reconfiguration and Distributed Generation Allocation Department of CSE, JayShriram Group of Institutions, Tirupur, Tamilnadu, India on 6 th & 7 th March 2014 Meta Heuristic Harmony Search Algorithm for Network Reconfiguration and Distributed Generation Allocation

More information

Mohd Jamil Khan and 2 Yogesh Kumar. Churu, Raj., India.

Mohd Jamil Khan and 2 Yogesh Kumar. Churu, Raj., India. International Journal of Mathematics Research. ISSN 0976-5840 Volume 8, Number 3 (2016), pp. 251-263 International Research Publication House http://www.irphouse.com Optimal Power Flow (OPF) formulation

More information

Hybrid Evolutionary and Annealing Algorithms for Nonlinear Discrete Constrained Optimization 1. Abstract. 1 Introduction

Hybrid Evolutionary and Annealing Algorithms for Nonlinear Discrete Constrained Optimization 1. Abstract. 1 Introduction Hybrid Evolutionary and Annealing Algorithms for Nonlinear Discrete Constrained Optimization 1 Benjamin W. Wah and Yixin Chen Department of Electrical and Computer Engineering and the Coordinated Science

More information

OPTIMAL POWER FLOW SOLUTIONS USING FIREFLY ALGORITHM C.N. Ravi 1, D.B.G. Reddy 2 1,2

OPTIMAL POWER FLOW SOLUTIONS USING FIREFLY ALGORITHM C.N. Ravi 1, D.B.G. Reddy 2 1,2 OPTIMAL POWER FLOW SOLUTIONS USI FIREFLY ALGORITHM C.N. Ravi 1, D.B.G. Reddy 2 1,2 Professor, Department of Electrical & Electronics Eng., Vidya Jyothi Institute of Technology, Hyderabad Abstract Optimal

More information

Optimization Basics for Electric Power Markets

Optimization Basics for Electric Power Markets Optimization Basics for Electric Power Markets Presenter: Leigh Tesfatsion Professor of Econ, Math, and ECpE Iowa State University Ames, Iowa 50011-1070 http://www.econ.iastate.edu/tesfatsi/ tesfatsi@iastate.edu

More information

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Song Li 1, Peng Wang 1 and Lalit Goel 1 1 School of Electrical and Electronic Engineering Nanyang Technological University

More information

Solving the Economic Load Dispatch Problem Using Crow Search Algorithm

Solving the Economic Load Dispatch Problem Using Crow Search Algorithm Solving the Economic Load Dispatch Problem Using Crow Search Algorithm Alaa F Sheta Computing Science Department Texas A & M University - Corpus Chrisit TX, USA alaasheta@tamuccedu Abstract Economic Load

More information

ARTIFICIAL BEE COLONY ALGORITHM FOR PROFIT BASED UNIT COMMITMENT USING MODIFIED PRE-PREPARED POWER DEMAND TABLE

ARTIFICIAL BEE COLONY ALGORITHM FOR PROFIT BASED UNIT COMMITMENT USING MODIFIED PRE-PREPARED POWER DEMAND TABLE ARTIFICIAL BEE COLONY ALGORITHM FOR PROFIT BASED UNIT COMMITMENT USING MODIFIED PRE-PREPARED POWER DEMAND TABLE Kuldip Deka 1, Dr. Barnali Goswami 2 1M.E. student, Assam Engineering College 2Associate

More information

Comparison of Loss Sensitivity Factor & Index Vector methods in Determining Optimal Capacitor Locations in Agricultural Distribution

Comparison of Loss Sensitivity Factor & Index Vector methods in Determining Optimal Capacitor Locations in Agricultural Distribution 6th NATIONAL POWER SYSTEMS CONFERENCE, 5th-7th DECEMBER, 200 26 Comparison of Loss Sensitivity Factor & Index Vector s in Determining Optimal Capacitor Locations in Agricultural Distribution K.V.S. Ramachandra

More information

GENETIC ALGORITHM FOR CELL DESIGN UNDER SINGLE AND MULTIPLE PERIODS

GENETIC ALGORITHM FOR CELL DESIGN UNDER SINGLE AND MULTIPLE PERIODS GENETIC ALGORITHM FOR CELL DESIGN UNDER SINGLE AND MULTIPLE PERIODS A genetic algorithm is a random search technique for global optimisation in a complex search space. It was originally inspired by an

More information

Nonlinear Programming (Hillier, Lieberman Chapter 13) CHEM-E7155 Production Planning and Control

Nonlinear Programming (Hillier, Lieberman Chapter 13) CHEM-E7155 Production Planning and Control Nonlinear Programming (Hillier, Lieberman Chapter 13) CHEM-E7155 Production Planning and Control 19/4/2012 Lecture content Problem formulation and sample examples (ch 13.1) Theoretical background Graphical

More information

Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm

Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm Bharat Solanki Abstract The optimal capacitor placement problem involves determination of the location, number, type

More information

Optimal coordination of overcurrent relays in distribution systems with distributed generators based on differential evolution algorithm

Optimal coordination of overcurrent relays in distribution systems with distributed generators based on differential evolution algorithm EUROPEAN TRANSACTIONS ON ELECTRICAL POWER Euro. Trans. Electr. Power (2011) Published online in Wiley Online Library (wileyonlinelibrary.com). p.635 Optimal coordination of overcurrent relays in distribution

More information

Local and Stochastic Search

Local and Stochastic Search RN, Chapter 4.3 4.4; 7.6 Local and Stochastic Search Some material based on D Lin, B Selman 1 Search Overview Introduction to Search Blind Search Techniques Heuristic Search Techniques Constraint Satisfaction

More information

ECG 740 GENERATION SCHEDULING (UNIT COMMITMENT)

ECG 740 GENERATION SCHEDULING (UNIT COMMITMENT) 1 ECG 740 GENERATION SCHEDULING (UNIT COMMITMENT) 2 Unit Commitment Given a load profile, e.g., values of the load for each hour of a day. Given set of units available, When should each unit be started,

More information

Optimal Location and Sizing of Distributed Generation Based on Gentic Algorithm

Optimal Location and Sizing of Distributed Generation Based on Gentic Algorithm Location and Sizing of Distributed Generation Based on Gentic Algorithm Ahmed Helal #,Motaz Amer *, and Hussien Eldosouki # # Electrical and Control Engineering Dept., Arab Academy for Sciences & Technology

More information