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

Size: px
Start display at page:

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

Transcription

1 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 energy management system. The purpose of the OPF is to find the optimum generation schedule among the committed units, such that the total generation cost is minimized while simultaneously satisfying the power flow equations and various other constraints in the system. The OPF solution gives the optimal settings of all controllable variables for a static loading condition. A number of mathematical programming based techniques have been proposed to solve the OPF problem. Methods based on successive linearization and interior point methods are popular. For medium size power systems, the conventional methods for OPF calculations may be fast and efficient enough. However, for large scale interconnected power systems the higher dimension of possible solution space and increase of constraints result in excessive computational burden. In order to reduce the computational burden Fuzzified PSO algorithm is developed to solve the OPF problem of multi-area network.

2 52 Electric power systems are interconnected due to the fact that it gives a better system to operate with more reliability, improved stability and less production cost than the isolated systems. The multi-area OPF problem is a large scale non-linear optimization problem with both linear and non-linear constraints. Multi-area OPF calculations determine the optimum generation schedule, optimal control variables and system quantities of each area with due consideration of generation and transmission system limitations. In order to verify the effectiveness of the proposed FPSO algorithm, first DC-model of power system network (Wood and Wollenberg, 1984) is used to solve multi-area power system network. In DCOPF, the objective function is non-linear and all the constraints are linear. DCOPF is used for the real time application in a de-regulated electricity market (Texas Electricity Market ERCOT). This chapter presents the formulation of Fuzzified Particle Swarm Optimization (FPSO) based algorithm for solving Multi-area DCOPF problem. Subsequently the FPSO based algorithm is applied on standard test system and the optimal results obtained are compared and analyzed with other stochastic optimization techniques. 3.2 PROBLEM FORMULATION OF MULTI-AREA DCOPF The Multi-area OPF problem is decoupled into equivalent single area sub problems (Bakirtzis et al 2003) by considering transmission line flows as new variables. The decoupling of Multi-area system into equivalent single area sub systems is shown in Figure 3.1.

3 53 Figure 3.1 Decoupling of Multi-Area Power Systems From Figure 3.1, the multi-area OPF problem is decoupled into single area OPF sub problems with two more variables namely, A T ij and AA T ji (Tie line flows). The single area OPF sub problems (considering area A) is formulated as follows, Objective: cng 2 2 A A A A A T Gi Gi Gi Gi Gi GS GS GS GS GS i1 Min F a P b P c a P b P c (3.1) Subject to: Power flow equations, B R T P D ; 0 (3.2) A A A A A A A ref

4 54 Generation active power limits, P P P for all generating units in area A (3.3) min A A max A Gi Gi Gi Slack bus generation limit, P P P (3.4) mina A maxa GS GS GS Transmission line flow constraints, 1 x ij LF for all lines in area A (3.5) A A max i j ij Tie line flow constraint, 1 T 0 A AA A i j ij x for all tie lines connecting area A (3.6) ij 3.3 PSO BASED ALGORITHM FOR MULTI-AREA DCOPF The detailed algorithmic steps for solving Multi-area DCOPF using PSO based algorithm are as follows: a) Initialization An initial swarm of particles I i of size n is generated randomly within the feasible range and the distributions of initial trial parents are uniform. The elements of each initial particle are the controllable real power outputs of committed cng generating units (excluding slack bus generator). A i A i A i A i Ii P G1,P G2,...,P Gj,...,P Gcng ;i 1,2,...,n (3.7)

5 55 The elements of I i are generated as, A i min A max A P U P, P ; j 1, 2,3,...,cng Gj Gj Gj (3.8) where Ux,y denotes a uniform random number between x and y. For each particle of the initial swarm, DC load flow is conducted using equation (3.2) and slack bus generation A P GS and line flows LF ij are computed. Evaluate fitness f i of all particles (i=1,2, n) in the swarm using equation (3.9) and obtain the Pbest of each particle and thereby compute the Gbest. Initialize the initial velocities of all particles to zero. nl NTie A i A ilim A ilim A i lim i FT 1 GS 2 LFk 3 Tk k1 K1 f k P k k (3.9) where, k 1, k 2 and k 3 are the penalty factors for constraints (3.4) to (3.6) violations respectively. P min A A i A i min A A i lim PGS P GS,if PGS PGS GS A i max A A i max A PGS P GS,if PGS PGS (3.10) LF A i lim k LF LF LF LF 0, otherwise A i max A A i max A k k,if k k (3.11) T 1 ( ) T (3.12) A i lim A AA A i k m n k x mn

6 56 b) Velocity updating Using the Pbest and Gbest compute the i th particle velocity as, v i iter+1 P j G i iter i A i w vp G j c1 rand Pbest j PGj A i c2 rand Gbest j PGj (3.13) c) Position updating as, Based on the updated velocities, each particle changes its position P P v (3.14) A i iter+1 A i iter i iter+1 Gj Gj P j G If a particle violates its position limits in any dimension, set its position at the violating limit. d) Updating Pbest and Gbest With the updated position evaluate fitness of all particles in the swarm and obtain the Pbest of each particle and thereby compute the Gbest. e) Stopping Criteria If the preselected maximum iteration is reached the Gbest is the global optimal solution, otherwise increment the iteration count and repeat steps b to d.

7 FPSO BASED ALGORITHM FOR MULTI-AREA DCOPF The various sequential steps involved in the FPSO based algorithm are same as that of Section 3.3 except the calculation of inertia weight factor in the velocity updating process as in Section OPTIMAL SOLUTION OF MULTI-AREA DCOPF The proposed FPSO algorithm is tested on a standard IEEE 30-bus system, an interconnected two area system (two identical IEEE 30-bus systems interconnected by a tie-line of scheduled interchange from Area 1 to Area 2) and an interconnected four area system as shown in Figure 3.2. The standard IEEE 30-bus system consists of 6 generating units, 41 lines and a total demand of MW. The line data, bus data and generator data are presented in Tables A3.1, A3.2 and A3.3 respectively. The interconnected two area system has a scheduled tie-line power flow of 20 MW between buses 3 and 26 corresponding to Area 1 and Area 2 respectively. The interconnected four area system consists of 4 identical standard IEEE 30-bus systems with five tie-lines as shown in Figure 3.2. The scheduled tie-line interchange ST A-AA are as follows: ST A1-A2 = 70 MW, ST A2-A4 = 70 MW, ST A4-A1 = 60 MW, ST A1-A3 = 60 MW and ST A3-A4 = 60 MW. follows: The parameters used in the PSO and FPSO based algorithms are as c 1 = c 2 = 2.05, w max =2.0 and w min =0.2. The swarm size n for the PSO and FPSO is 100. The simulations were carried out on Pentium IV, 2.5 GHz processor.

8 58 Figure 3.2 Four Area Interconnected system The fuzzy logic data for inertia weight computation is same as in Table 2.2. The convergence characteristics of IEEE 30-bus system corresponding to EP, TS, PSO and FPSO algorithms based DCOPF (with same initial population) is shown in Figure 3.3. The convergence characteristics are drawn by plotting the minimum fitness value from the combined population across iteration index. From Figure 3.3 it is observed that the fitness function value converges smoothly to the optimum value without any abrupt oscillations, thus ensuring convergence reliability of the proposed FPSO algorithm and this algorithm has much better convergence than other techniques. The optimal solutions of IEEE 30-bus system using the proposed algorithm are compared with Successive Linear Programming (SLP), EP, TS and PSO techniques and the results are presented in Table 3.1.

9 59 Fitness Value FPSO TS PSO EP Iterations Figure 3.3 Convergence Characteristic of IEEE-30 Bus System using EP, TS, PSO and FPSO Algorithms Table 3.1 Optimal Solution of IEEE 30-Bus System Algorithm SLP EP TS PSO FPSO P G S (MW) P G 2 (MW) P G5 (MW) P G 8 (MW) P G 11 ( MW) P G 13 (MW) Total Gen (MW) Total Fuel cost ($/hr) Max no of iterations Computation time (ms)

10 60 From Table 3.1 it is inferred that for the same optimum solution the number of iterations for FPSO algorithm are lesser than EP, TS and PSO techniques respectively. Even though the number of iterations and CPU time are less for SLP, the optimal solution mainly depends on the initial conditions. It is observed that the deterministic SLP method initially suffers from oscillations and also the model becomes inaccurate when wider variations are allowed in the control variables. The optimal solutions of an interconnected two area system using the proposed FPSO algorithm are compared with PSO technique and the results are presented in Table 3.2. From Table 3.2 it is observed that fuzzy implemented FPSO algorithm has faster convergence. Table 3.2 Optimal Solution of Interconnected Two Area System using PSO and FPSO Algorithms Area Area 1 sub-problem Area 2 sub-problem Algorithm PSO FPSO PSO FPSO P G S (MW) P G 2 (MW) P G5 (MW) P G 8 (MW) P G 11 (MW) P G 13 (MW) Total Gen (MW) Total Fuel cost ($/hr) Max no of iterations CPU time in ms

11 61 The optimal solutions of an interconnected four area system using the proposed FPSO algorithm are compared with EP, TS and PSO techniques and the results are presented in Table 3.3 and Table 3.4. From Table 3.3 and Table 3.4 it is observed that fuzzy implemented FPSO algorithm has faster convergence. The computation time taken by the proposed FPSO algorithm is only 45%, 56% and 75% of the time taken by EP, TS and PSO methods respectively. Also it is inferred that the proposed algorithm can be used to solve any number of areas with larger number of buses. Table 3.3 Optimal Solution of Interconnected Four Area System for Area 1 and Area 2 Algorithm EP TS PSO FPSO Area 1 sub-problem P G S (MW) P G 2 (MW) P G5 (MW) P G 8 (MW) P G 11 (MW) P G 13 (MW) Total Fuel cost ($/hr) Max no of iterations CPU time in ms Area 2 sub-problem P G S (MW) P G 2 (MW) P G5 (MW) P G 8 (MW) P G 11 (MW) P G 13 (MW) Total Fuel cost ($/hr) Max no of iterations CPU time in ms

12 62 Table 3.4 Optimal Solution of Interconnected Four Area System for Area 3 and Area 4 Algorithm EP TS PSO FPSO Area 3 sub-problem P G S (MW) P G 2 (MW) P G5 (MW) P G 8 (MW) P G 11 (MW) P G 13 (MW) Total Fuel cost ($/hr) Max no of iterations CPU time in ms Area 4 sub-problem P G S (MW) P G 2 (MW) P G5 (MW) P G 8 (MW) P G 11 (MW) P G 13 (MW) Total Fuel cost ($/hr) Max no of iterations CPU time in ms SUMMARY In this chapter EP, TS, PSO and proposed FPSO algorithms are implemented to solve multi-area DCOPF problem. The proposed FPSO method is demonstrated on standard test systems and its corresponding results are quite encouraging. The proposed FPSO has produced high quality solution, stable convergence characteristics and takes less computational time.

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

Application of Monte Carlo Simulation to Multi-Area Reliability Calculations. The NARP Model

Application of Monte Carlo Simulation to Multi-Area Reliability Calculations. The NARP Model Application of Monte Carlo Simulation to Multi-Area Reliability Calculations The NARP Model Any power system reliability model using Monte Carlo simulation consists of at least the following steps: 1.

More information

UNIT-I ECONOMIC OPERATION OF POWER SYSTEM-1

UNIT-I ECONOMIC OPERATION OF POWER SYSTEM-1 UNIT-I ECONOMIC OPERATION OF POWER SYSTEM-1 1.1 HEAT RATE CURVE: The heat rate characteristics obtained from the plot of the net heat rate in Btu/Wh or cal/wh versus power output in W is shown in fig.1

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

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

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

CAPACITOR PLACEMENT USING FUZZY AND PARTICLE SWARM OPTIMIZATION METHOD FOR MAXIMUM ANNUAL SAVINGS

CAPACITOR PLACEMENT USING FUZZY AND PARTICLE SWARM OPTIMIZATION METHOD FOR MAXIMUM ANNUAL SAVINGS CAPACITOR PLACEMENT USING FUZZY AND PARTICLE SWARM OPTIMIZATION METHOD FOR MAXIMUM ANNUAL SAVINGS M. Damodar Reddy and V. C. Veera Reddy Department of Electrical and Electronics Engineering, S.V. University,

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

Optimal Placement of Multi DG Unit in Distribution Systems Using Evolutionary Algorithms

Optimal Placement of Multi DG Unit in Distribution Systems Using Evolutionary Algorithms IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume, Issue 6 Ver. IV (Nov Dec. 2014), PP 47-52 www.iosrjournals.org Optimal Placement of Multi

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

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 LOCATION AND SIZING OF DISTRIBUTED GENERATOR IN RADIAL DISTRIBUTION SYSTEM USING OPTIMIZATION TECHNIQUE FOR MINIMIZATION OF LOSSES

OPTIMAL LOCATION AND SIZING OF DISTRIBUTED GENERATOR IN RADIAL DISTRIBUTION SYSTEM USING OPTIMIZATION TECHNIQUE FOR MINIMIZATION OF LOSSES 780 OPTIMAL LOCATIO AD SIZIG OF DISTRIBUTED GEERATOR I RADIAL DISTRIBUTIO SYSTEM USIG OPTIMIZATIO TECHIQUE FOR MIIMIZATIO OF LOSSES A. Vishwanadh 1, G. Sasi Kumar 2, Dr. D. Ravi Kumar 3 1 (Department of

More information

Stochastic Unit Commitment with Topology Control Recourse for Renewables Integration

Stochastic Unit Commitment with Topology Control Recourse for Renewables Integration 1 Stochastic Unit Commitment with Topology Control Recourse for Renewables Integration Jiaying Shi and Shmuel Oren University of California, Berkeley IPAM, January 2016 33% RPS - Cumulative expected VERs

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

04-Economic Dispatch 2. EE570 Energy Utilization & Conservation Professor Henry Louie

04-Economic Dispatch 2. EE570 Energy Utilization & Conservation Professor Henry Louie 04-Economic Dispatch EE570 Energy Utilization & Conservation Professor Henry Louie 1 Topics Example 1 Example Dr. Henry Louie Consider two generators with the following cost curves and constraints: C 1

More information

Particle Swarm Optimization. Abhishek Roy Friday Group Meeting Date:

Particle Swarm Optimization. Abhishek Roy Friday Group Meeting Date: Particle Swarm Optimization Abhishek Roy Friday Group Meeting Date: 05.25.2016 Cooperation example Basic Idea PSO is a robust stochastic optimization technique based on the movement and intelligence of

More information

STUDY OF PARTICLE SWARM FOR OPTIMAL POWER FLOW IN IEEE BENCHMARK SYSTEMS INCLUDING WIND POWER GENERATORS

STUDY OF PARTICLE SWARM FOR OPTIMAL POWER FLOW IN IEEE BENCHMARK SYSTEMS INCLUDING WIND POWER GENERATORS Southern Illinois University Carbondale OpenSIUC Theses Theses and Dissertations 12-1-2012 STUDY OF PARTICLE SWARM FOR OPTIMAL POWER FLOW IN IEEE BENCHMARK SYSTEMS INCLUDING WIND POWER GENERATORS Mohamed

More information

J. Electrical Systems 10-1 (2014): Regular paper. Optimal Power Flow and Reactive Compensation Using a Particle Swarm Optimization Algorithm

J. Electrical Systems 10-1 (2014): Regular paper. Optimal Power Flow and Reactive Compensation Using a Particle Swarm Optimization Algorithm Ahmed Elsheikh 1, Yahya Helmy 1, Yasmine Abouelseoud 1,*, Ahmed Elsherif 1 J. Electrical Systems 10-1 (2014): 63-77 Regular paper Optimal Power Flow and Reactive Compensation Using a Particle Swarm Optimization

More information

Total Transfer Capability Enhancement Using Hybrid Evolutionary Algorithm

Total Transfer Capability Enhancement Using Hybrid Evolutionary Algorithm CMU. J. Nat. Sci. (2007) Vol. 6(2) 301 Total Transfer Capability Enhancement Using Hybrid Evolutionary Algorithm Peerapol Jirapong* Department of Electrical Engineering, Faculty of Engineering, Chiang

More information

SOULTION TO CONSTRAINED ECONOMIC LOAD DISPATCH

SOULTION TO CONSTRAINED ECONOMIC LOAD DISPATCH SOULTION TO CONSTRAINED ECONOMIC LOAD DISPATCH SANDEEP BEHERA (109EE0257) Department of Electrical Engineering National Institute of Technology, Rourkela SOLUTION TO CONSTRAINED ECONOMIC LOAD DISPATCH

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

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

Multi-objective Emission constrained Economic Power Dispatch Using Differential Evolution Algorithm 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

More information

PARTICLE SWARM OPTIMISATION (PSO)

PARTICLE SWARM OPTIMISATION (PSO) PARTICLE SWARM OPTIMISATION (PSO) Perry Brown Alexander Mathews Image: http://www.cs264.org/2009/projects/web/ding_yiyang/ding-robb/pso.jpg Introduction Concept first introduced by Kennedy and Eberhart

More information

Application of GA and PSO Tuned Fuzzy Controller for AGC of Three Area Thermal- Thermal-Hydro Power System

Application of GA and PSO Tuned Fuzzy Controller for AGC of Three Area Thermal- Thermal-Hydro Power System International Journal of Computer Theory and Engineering, Vol. 2, No. 2 April, 2 793-82 Application of GA and PSO Tuned Fuzzy Controller for AGC of Three Area Thermal- Thermal-Hydro Power System S. K.

More information

An Efficient Machine Learning Algorithm for Unit Commitment Problem

An Efficient Machine Learning Algorithm for Unit Commitment Problem An Efficient Machine Learning Algorithm for Unit Commitment Problem Dr. P. G. Latha Associate Professor, Division of Electrical Engineering, School of Engineering Cochin University of Science and Technology

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

Swarm intelligence approach to the solution of optimal power flow

Swarm intelligence approach to the solution of optimal power flow J. Indian Inst. Sci., Sept. Oct. 2006, 86, 439 455 Indian Institute of Science. Swarm intelligence approach to the solution of optimal power flow Department of Electrical Engineering, Indian Institute

More information

ECE 476. Exam #2. Tuesday, November 15, Minutes

ECE 476. Exam #2. Tuesday, November 15, Minutes Name: Answers ECE 476 Exam #2 Tuesday, November 15, 2016 75 Minutes Closed book, closed notes One new note sheet allowed, one old note sheet allowed 1. / 20 2. / 20 3. / 20 4. / 20 5. / 20 Total / 100

More information

Branch Outage Simulation for Contingency Studies

Branch Outage Simulation for Contingency Studies Branch Outage Simulation for Contingency Studies Dr.Aydogan OZDEMIR, Visiting Associate Professor Department of Electrical Engineering, exas A&M University, College Station X 77843 el : (979) 862 88 97,

More information

Artificial immune system based algorithms for optimization and self-tuning control in power systems

Artificial immune system based algorithms for optimization and self-tuning control in power systems Scholars' Mine Masters Theses Student Research & Creative Works 007 Artificial immune system based algorithms for optimization and self-tuning control in power systems Mani Hunjan Follow this and additional

More information

, and ignoring all load currents, determine

, and ignoring all load currents, determine ECE43 Test 3 Dec 8, 5 Q. (33 pts.) The Zbus for the above 3-bus network with bus as reference, in per unit, is given to be 3.87 j.798 j.8 j Z.798 j.87 j.8 j bus.8 j.8 j j Assuming that the prefault values

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

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

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

Optimal Capacitor placement in Distribution Systems with Distributed Generators for Voltage Profile improvement by Particle Swarm Optimization

Optimal Capacitor placement in Distribution Systems with Distributed Generators for Voltage Profile improvement by Particle Swarm Optimization Optimal Capacitor placement in Distribution Systems with Distributed Generators for Voltage Profile improvement by Particle Swarm Optimization G. Balakrishna 1, Dr. Ch. Sai Babu 2 1 Associate Professor,

More information

Proper Security Criteria Determination in a Power System with High Penetration of Renewable Resources

Proper Security Criteria Determination in a Power System with High Penetration of Renewable Resources Proper Security Criteria Determination in a Power System with High Penetration of Renewable Resources Mojgan Hedayati, Kory Hedman, and Junshan Zhang School of Electrical, Computer, and Energy Engineering

More information

Fuzzy based Stochastic Algorithms for Multi-Objective Reactive Power Optimization including FACTS Devices

Fuzzy based Stochastic Algorithms for Multi-Objective Reactive Power Optimization including FACTS Devices nternational Journal on Electrical Engineering and nformatics Volume 4, Number, July01 Fuzzy based Stochastic Algorithms for Multi-Obective Reactive Power Optimization including FACTS Devices D. Silas

More information

Optimal Capacitor Placement in Radial Distribution System to minimize the loss using Fuzzy Logic Control and Hybrid Particle Swarm Optimization

Optimal Capacitor Placement in Radial Distribution System to minimize the loss using Fuzzy Logic Control and Hybrid Particle Swarm Optimization Optimal Capacitor Placement in Radial Distribution System to minimize the loss using Fuzzy Logic Control and Hybrid Particle Swarm Optimization 1 S.Joyal Isac, 2 K.Suresh Kumar Department of EEE, Saveetha

More information

Secondary Frequency Control of Microgrids In Islanded Operation Mode and Its Optimum Regulation Based on the Particle Swarm Optimization Algorithm

Secondary Frequency Control of Microgrids In Islanded Operation Mode and Its Optimum Regulation Based on the Particle Swarm Optimization Algorithm International Academic Institute for Science and Technology International Academic Journal of Science and Engineering Vol. 3, No. 1, 2016, pp. 159-169. ISSN 2454-3896 International Academic Journal of

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

Automatic Generation Control of interconnected Hydro Thermal system by using APSO scheme

Automatic Generation Control of interconnected Hydro Thermal system by using APSO scheme IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331 PP 50-57 www.iosrjournals.org Automatic Generation Control of interconnected Hydro Thermal system

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

Some Observations on the Locational Marginal Prices and Loads

Some Observations on the Locational Marginal Prices and Loads on the Locational Marginal Prices and Loads Xinbo Geng Texas A&M University gengxinbo@gmail.com October 15, 2014 Xinbo Geng (TAMU) Relationship between LMP and Load October 15, 2014 1 / 17 Overview 1 Preliminary

More information

MODIFIED DIRECT-ZBR METHOD PSO POWER FLOW DEVELOPMENT FOR WEAKLY MESHED ACTIVE UNBALANCED DISTRIBUTION SYSTEMS

MODIFIED DIRECT-ZBR METHOD PSO POWER FLOW DEVELOPMENT FOR WEAKLY MESHED ACTIVE UNBALANCED DISTRIBUTION SYSTEMS MODIFIED DIRECT-ZBR METHOD PSO POWER FLOW DEVELOPMENT FOR WEAKLY MESHED ACTIVE UNBALANCED DISTRIBUTION SYSTEMS Suyanto, Indri Suryawati, Ontoseno Penangsang, Adi Soeprijanto, Rony Seto Wibowo and DF Uman

More information

Real power-system economic dispatch using a variable weights linear programming method

Real power-system economic dispatch using a variable weights linear programming method Open Access Journal Journal of Power Technologies 95 (1) (2015) 34 39 journal homepage:papers.itc.pw.edu.pl Real power-system economic dispatch using a variable weights linear programming method M. Rahli,

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

SIGNIFICANT increase in amount of private distributed

SIGNIFICANT increase in amount of private distributed 1 Distributed DC Optimal Power Flow for Radial Networks Through Partial Primal Dual Algorithm Vahid Rasouli Disfani, Student Member, IEEE, Lingling Fan, Senior Member, IEEE, Zhixin Miao, Senior Member,

More information

Performance Comparison of PSO Based State Feedback Gain (K) Controller with LQR-PI and Integral Controller for Automatic Frequency Regulation

Performance Comparison of PSO Based State Feedback Gain (K) Controller with LQR-PI and Integral Controller for Automatic Frequency Regulation Performance Comparison of PSO Based Feedback Gain Controller with LQR-PI and Controller for Automatic Frequency Regulation NARESH KUMARI 1, A. N. JHA 2, NITIN MALIK 3 1,3 School of Engineering and Technology,

More information

SOLUTION TO ECONOMIC LOAD DISPATCH USING PSO

SOLUTION TO ECONOMIC LOAD DISPATCH USING PSO SOLUTION TO ECONOMIC LOAD DISPATCH USING PSO A thesis submitted in partial fulfillment of the requirements for the degree of Bachelor of Technology in Electrical Engineering By MAHESH PRASAD MISHRA,108ee007

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

Understanding Load Flow Studies by using PSAT

Understanding Load Flow Studies by using PSAT Understanding Load Flow Studies by using PSAT Vijay Kumar Shukla 1, Ashutosh Bhadoria 2 1,2 Department of Electrical Engineering, Lovely Professional University, Jalandhar, India Abstract: Load Flow Study

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

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

Assessment of Available Transfer Capability Incorporating Probabilistic Distribution of Load Using Interval Arithmetic Method

Assessment of Available Transfer Capability Incorporating Probabilistic Distribution of Load Using Interval Arithmetic Method Assessment of Available Transfer Capability Incorporating Probabilistic Distribution of Load Using Interval Arithmetic Method Prabha Umapathy, Member, IACSIT, C.Venkataseshaiah and M.Senthil Arumugam Abstract

More information

Architectures and Algorithms for Distributed Generation Control of Inertia-Less AC Microgrids

Architectures and Algorithms for Distributed Generation Control of Inertia-Less AC Microgrids Architectures and Algorithms for Distributed Generation Control of Inertia-Less AC Microgrids Alejandro D. Domínguez-García Coordinated Science Laboratory Department of Electrical and Computer Engineering

More information

A Computer Application for Power System Control Studies

A Computer Application for Power System Control Studies A Computer Application for Power System Control Studies Dinis C. A. Bucho Student nº55262 of Instituto Superior Técnico Technical University of Lisbon Lisbon, Portugal Abstract - This thesis presents studies

More information

Applying High Performance Computing to Multi-Area Stochastic Unit Commitment

Applying High Performance Computing to Multi-Area Stochastic Unit Commitment Applying High Performance Computing to Multi-Area Stochastic Unit Commitment IBM Research Anthony Papavasiliou, Department of Mathematical Engineering, CORE, UCL Shmuel Oren, IEOR Department, UC Berkeley

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

Selected paper. Particle Swarm Optimization Based Technique for Optimal Placement of Overcurrent Relay in a Power System

Selected paper. Particle Swarm Optimization Based Technique for Optimal Placement of Overcurrent Relay in a Power System Amir Syazani Saidan 1,*, Nur Ashida Salim 2, Muhd Azri Abdul Razak 2 J. Electrical Systems Special issue AMPE2015 Selected paper Particle Swarm Optimization Based Technique for Optimal Placement of Overcurrent

More information

Entropy Enhanced Covariance Matrix Adaptation Evolution Strategy (EE_CMAES)

Entropy Enhanced Covariance Matrix Adaptation Evolution Strategy (EE_CMAES) 1 Entropy Enhanced Covariance Matrix Adaptation Evolution Strategy (EE_CMAES) Developers: Main Author: Kartik Pandya, Dept. of Electrical Engg., CSPIT, CHARUSAT, Changa, India Co-Author: Jigar Sarda, Dept.

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

Role of Synchronized Measurements In Operation of Smart Grids

Role of Synchronized Measurements In Operation of Smart Grids Role of Synchronized Measurements In Operation of Smart Grids Ali Abur Electrical and Computer Engineering Department Northeastern University Boston, Massachusetts Boston University CISE Seminar November

More information

Analyzing the Effect of Loadability in the

Analyzing the Effect of Loadability in the Analyzing the Effect of Loadability in the Presence of TCSC &SVC M. Lakshmikantha Reddy 1, V. C. Veera Reddy 2, Research Scholar, Department of Electrical Engineering, SV University, Tirupathi, India 1

More information

A New Improvement of Conventional PI/PD Controllers for Load Frequency Control With Scaled Fuzzy Controller

A New Improvement of Conventional PI/PD Controllers for Load Frequency Control With Scaled Fuzzy Controller International Journal of Engineering and Applied Sciences (IJEAS) ISSN: 2394-3661, Volume-2, Issue-4, April 2015 A New Improvement of Conventional PI/PD Controllers for Load Frequency Control With Scaled

More information

ARTIFICIAL COOPERATIVE SEARCH ALGORITHM BASED LOAD FREQUENCY CONTROL OF DEREGULATED POWER SYSTEM WITH SMES UNIT

ARTIFICIAL COOPERATIVE SEARCH ALGORITHM BASED LOAD FREQUENCY CONTROL OF DEREGULATED POWER SYSTEM WITH SMES UNIT th May 24. Vol. 63 No. 25-24 JATIT & LLS. All rights reserved. ISSN: 992-8645 www.atit.org E-ISSN: 87-395 ARTIFICIAL COOPERATIVE SEARCH ALGORITHM BASED LOAD FREQUENCY CONTROL OF DEREGULATED POWER SYSTEM

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

Tight and Compact MILP Formulation for the Thermal Unit Commitment Problem

Tight and Compact MILP Formulation for the Thermal Unit Commitment Problem Online Companion for Tight and Compact MILP Formulation for the Thermal Unit Commitment Problem Germán Morales-España, Jesus M. Latorre, and Andres Ramos Universidad Pontificia Comillas, Spain Institute

More information

Reactive Power Management using Firefly and Spiral Optimization under Static and Dynamic Loading Conditions

Reactive Power Management using Firefly and Spiral Optimization under Static and Dynamic Loading Conditions 1 Reactive Power Management using Firefly and Spiral Optimization under Static and Dynamic Loading Conditions Ripunjoy Phukan, ripun000@yahoo.co.in Abstract Power System planning encompasses the concept

More information

Optimal Placement and Sizing of Distributed Generation for Power Loss Reduction using Particle Swarm Optimization

Optimal Placement and Sizing of Distributed Generation for Power Loss Reduction using Particle Swarm Optimization Available online at www.sciencedirect.com Energy Procedia 34 (2013 ) 307 317 10th Eco-Energy and Materials Science and Engineering (EMSES2012) Optimal Placement and Sizing of Distributed Generation for

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

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

An Adaptive Approach to Posistioning And Optimize Size of DG Source to Minimise Power Loss in Distribution Network

An Adaptive Approach to Posistioning And Optimize Size of DG Source to Minimise Power Loss in Distribution Network International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 12, Issue 10 (October 2016), PP.52-57 An Adaptive Approach to Posistioning And Optimize

More information

Electrical Power and Energy Systems

Electrical Power and Energy Systems Electrical Power and Energy Systems 44 (2013) 880 888 Contents lists available at SciVerse ScienceDirect Electrical Power and Energy Systems journal homepage: www.elsevier.com/locate/ijepes Profit based

More information

LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR

LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR Puneet Sharma 1, Jyotsna Mehra 2, Virendra Kumar 3 1,2,3 M.Tech Research scholar, Galgotias University, Greater Noida, India Abstract

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

Unit Commitment Using Soft Computing Techniques

Unit Commitment Using Soft Computing Techniques International Journal of Electrical Engineering. ISSN 0974-2158 Volume 8, Number 3 (2015), pp. 289-299 International Research Publication House http://www.irphouse.com Unit Commitment Using Soft Computing

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

PROMPT PARTICLE SWARM OPTIMIZATION ALGORITHM FOR SOLVING OPTIMAL REACTIVE POWER DISPATCH PROBLEM

PROMPT PARTICLE SWARM OPTIMIZATION ALGORITHM FOR SOLVING OPTIMAL REACTIVE POWER DISPATCH PROBLEM PROMPT PARTICLE SWARM OPTIMIZATION ALGORITHM FOR SOLVING OPTIMAL REACTIVE POWER DISPATCH PROBLEM K. Lenin 1 Research Scholar Jawaharlal Nehru Technological University Kukatpally,Hyderabad 500 085, India

More information

A Novel Approach for Complete Identification of Dynamic Fractional Order Systems Using Stochastic Optimization Algorithms and Fractional Calculus

A Novel Approach for Complete Identification of Dynamic Fractional Order Systems Using Stochastic Optimization Algorithms and Fractional Calculus 5th International Conference on Electrical and Computer Engineering ICECE 2008, 20-22 December 2008, Dhaka, Bangladesh A Novel Approach for Complete Identification of Dynamic Fractional Order Systems Using

More information

Power System Security. S. Chakrabarti

Power System Security. S. Chakrabarti Power System Security S. Chakrabarti Outline Introduction Major components of security assessment On-line security assessment Tools for contingency analysis DC power flow Linear sensitivity factors Line

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

A Comparative Study Of Optimization Techniques For Capacitor Location In Electrical Distribution Systems

A Comparative Study Of Optimization Techniques For Capacitor Location In Electrical Distribution Systems A Comparative Study Of Optimization Techniques For Capacitor Location In Electrical Distribution Systems Ganiyu A. Ajenikoko 1, Jimoh O. Ogunwuyi 2 1, Department of Electronic & Electrical Engineering,

More information

Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures

Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures Zhixin Miao Department of Electrical Engineering, University of South Florida, Tampa FL USA 3362. Email:

More information

A Particle Swarm Based Method for Composite System Reliability Analysis

A Particle Swarm Based Method for Composite System Reliability Analysis A Particle Swarm Based Method for Composite System Reliability Analysis Ramesh Earla, Shashi B. Patra, Student Member, IEEE and Joydeep Mitra, Senior Member, IEEE Abstract This paper presents a new method

More information

Optimal Placement & sizing of Distributed Generator (DG)

Optimal Placement & sizing of Distributed Generator (DG) Chapter - 5 Optimal Placement & sizing of Distributed Generator (DG) - A Single Objective Approach CHAPTER - 5 Distributed Generation (DG) for Power Loss Minimization 5. Introduction Distributed generators

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

CHAPTER SOLVING MULTI-OBJECTIVE TRANSPORTATION PROBLEM USING FUZZY PROGRAMMING TECHNIQUE-PARALLEL METHOD 40 3.

CHAPTER SOLVING MULTI-OBJECTIVE TRANSPORTATION PROBLEM USING FUZZY PROGRAMMING TECHNIQUE-PARALLEL METHOD 40 3. CHAPTER - 3 40 SOLVING MULTI-OBJECTIVE TRANSPORTATION PROBLEM USING FUZZY PROGRAMMING TECHNIQUE-PARALLEL METHOD 40 3.1 INTRODUCTION 40 3.2 MULTIOBJECTIVE TRANSPORTATION PROBLEM 41 3.3 THEOREMS ON TRANSPORTATION

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

IMPLEMENTATION OF BACTERIAL FORAGING ALGORITHM AND GRAVITATIONAL SEARCH ALGORITHM FOR VOLTAGE PROFILE ENHANCEMENT WITH LOSS MINIMIZATION

IMPLEMENTATION OF BACTERIAL FORAGING ALGORITHM AND GRAVITATIONAL SEARCH ALGORITHM FOR VOLTAGE PROFILE ENHANCEMENT WITH LOSS MINIMIZATION Volume 115 No. 7 2017, 331-336 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu IMPLEMENTATION OF BACTERIAL FORAGING ALGORITHM AND GRAVITATIONAL SEARCH

More information

Numerical Methods For Optimization Problems Arising In Energetic Districts

Numerical Methods For Optimization Problems Arising In Energetic Districts Numerical Methods For Optimization Problems Arising In Energetic Districts Elisa Riccietti, Stefania Bellavia and Stefano Sello Abstract This paper deals with the optimization of energy resources management

More information

EVOLUTIONARY ALGORITHM FOR CALCULATING AVAILABLE TRANSFER CAPABILITY

EVOLUTIONARY ALGORITHM FOR CALCULATING AVAILABLE TRANSFER CAPABILITY Journal of ELECTRICAL ENGINEERING, VOL. 64, NO. 5, 2013, 291 297 EVOLUTIONARY ALGORITHM FOR CALCULATING AVAILABLE TRANSFER CAPABILITY Darko Šošić Ivan Škokljev The paper presents an evolutionary algorithm

More information

International Journal of Scientific & Engineering Research, Volume 8, Issue 1, January-2017 ISSN

International Journal of Scientific & Engineering Research, Volume 8, Issue 1, January-2017 ISSN ISSN 2229-5518 33 Voltage Regulation for a Photovoltaic System Connected to Grid by Using a Swarm Optimization Techniques Ass.prof. Dr.Mohamed Ebrahim El sayed Dept. of Electrical Engineering Al-Azhar

More information

Power Electronic Circuits Design: A Particle Swarm Optimization Approach *

Power Electronic Circuits Design: A Particle Swarm Optimization Approach * Power Electronic Circuits Design: A Particle Swarm Optimization Approach * Jun Zhang, Yuan Shi, and Zhi-hui Zhan ** Department of Computer Science, Sun Yat-sen University, China, 510275 junzhang@ieee.org

More information

A possible notion of short-term value-based reliability

A possible notion of short-term value-based reliability Energy Laboratory MIT EL 1-13 WP Massachusetts Institute of Technology A possible notion of short-term value-based reliability August 21 A possible notion of short-term value-based reliability Yong TYoon,

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

B-Positive Particle Swarm Optimization (B.P.S.O)

B-Positive Particle Swarm Optimization (B.P.S.O) Int. J. Com. Net. Tech. 1, No. 2, 95-102 (2013) 95 International Journal of Computing and Network Technology http://dx.doi.org/10.12785/ijcnt/010201 B-Positive Particle Swarm Optimization (B.P.S.O) Muhammad

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

Probabilistic Assessment of Atc in the Deregulated Network

Probabilistic Assessment of Atc in the Deregulated Network Australian Journal of Basic and Applied Sciences, 5(6): 882-890, 2011 ISSN 1991-8178 Probabilistic Assessment of Atc in the Deregulated Network Mojtaba Najafi and Mohsen Simab Department of Engineering,

More information

Levy Differential Evolutionary Particle Swarm Optimization (LEVY DEEPSO)

Levy Differential Evolutionary Particle Swarm Optimization (LEVY DEEPSO) 1 Levy Differential Evolutionary Particle Swarm Optimization (LEVY DEEPSO) Developers: Kartik S. Pandya, CHARUSAT-INDIA S.K. Joshi, MSU-INDIA S.N. Singh, IIT-K-INDIA 2 Particle Swarm Optimization[1] Particles:

More information

Economic planning and operation in electric power system using meta-heuristics based on Cuckoo Search Algorithm

Economic planning and operation in electric power system using meta-heuristics based on Cuckoo Search Algorithm SHIBAURA INSTITUTE OF TECHNOLOGY Economic planning and operation in electric power system using meta-heuristics based on Cuckoo Search Algorithm by Nguyen Phuc Khai A thesis submitted in partial fulfillment

More information