Reactive Power and Voltage Control of Power Systems Using Modified PSO

Size: px
Start display at page:

Download "Reactive Power and Voltage Control of Power Systems Using Modified PSO"

Transcription

1 J. Energy Power Sources Vol. 2, No. 5, 2015, pp Received: March 29, 2015, Published: May 30, 2015 Journal of Energy and Power Sources Reactive Power and Voltage Control of Power Systems Using Modified PSO Mohamed I. Mosaad Higher Technological Institute, Egypt on leave to Yanbu Industrial College YIC, Saudi Arabia Corresponding author: Mohamed I. Mosaad Abstract: This paper presents a reactive power and voltage control of power systems using modified particle swarm optimization. The modification in the particle swarm is changing the constrained to unconstrained optimization problem. The proposed method determines a control strategy with continuous and discrete control variables such as AVR operating values, tap positions of On-Load Tap Changer of transformers (OLTC), and the amount of reactive power compensation equipment. The method also considers voltage stability using a continuation power flow technique. The validity of the proposed method is tested over IEEE 14 bus system. A comparison between the propose method over conventional particle swarm optimization is introduced. Keywords: Constrained particle swarm optimization, reactive power and voltage control and continuation power flow. 1. Introduction Voltage and Reactive power Control (Volt/Var Control: VVC) determines an on-line control strategy for keeping voltages of target power systems at certain values at different operating conditions,such as load variation. VVC is usually realized based on power flow sensitivity analysis of the operation point considering execution time and the available data from the actual target power system. Recently, voltage stability problem has been dominating and the consideration of the stability has been required in VVC problem [1-2]. Since fast computation of voltage stability is required for VVC, Continuation Power Flow (CPF) [3], which is suitable for the calculation. CPF has been developed and verified with an actual power system [4]. VVC can be formulated as a mixed-integer nonlinear optimization problem with continuous state variables such as AVR operating values and discrete state variables such as OLTC tap positions and the amount of reactive power compensation equipment. The objective function can be varied according to the power system condition. For example, the function can be loss minimization of the target power system for the normal operating condition or minimizing the cost function for the generated power [5]. Conventionally, the methods for VVC problem have been developed using various methods such as fuzzy, expert system, mathematical programming, and sensitivity analysis [6-11]. However, a practical method for a VVC problem formulated as a mixed-integer nonlinear optimization problem has been eagerly awaited. Particle Swarm Optimization (PSO) is one of the Evolutionary Computation (EC) techniques [12]. PSO method is able to handle continuous state variables easily and search a solution in a solution space efficiently. However, it can be expanded to treat both continuous and discrete variables. Therefore, the method can be applicable to a VVC problem. Constrained Optimization (CO) problems are encountered in numerous applications. Structural optimization, engineering design, economics and allocation problems are just a few of the scientific fields in which CO problems are frequently met [13]. The CO problem can be represented as the following nonlinear programming problem:

2 Reactive Power and Voltage Control of Power Systems Using Modified PSO 183 min f(x) subject to the linear or nonlinear constraints g i (x) 0, i=1, m (1) The formulation of the constraints in Eq. (1), is not restrictive, since an inequality constraint of the form g i (x) 0, can also be represented as -g i (x) 0, and an equality constraint, g i (x) = 0,can be represented by two inequality constraints g i (x) 0 and -g i (x) 0. The most common approach for solving CO problems is the use of a penalty function. The constrained problem is transformed to an unconstrained one, by penalizing the constraints and building a single objective function, which in turn is minimized using an unconstrained optimization algorithm [14-16]. In this paper, Constrained PSO (CPSO), for a VVC problem is formulated as a mixed integer nonlinear optimization problem considering voltage stability. Voltage stability is considered using a CPF. The difference between this method and the PSO method is in the transformation of unconstrained PSO to CPSO in order to operate at constant values of bus voltages not in a range. Feasibility of the proposed method for VVC is demonstrated on IEEE 14 bus system with promising results. 2. Problem Formulation of VVC VVC for a normal power system condition can be formulated as follows: n Minimize f Loss c Min i (2) i 1 where n: the number of branches; Loss i : power loss at branch i. subject to: (1) Voltage constraint Voltage magnitude at each node must lie within their permissible ranges to maintain power quality Vmin V V max (2) Power flow constraint. Power flow of each branch must lie within their permissible ranges. (3) Voltage stability The Determined VVC strategy should keep the voltage stability of the target power system. Total Power Loss (P loss ) of the power system is calculated for a certain VVC strategy using load flow calculations. Voltage and power flow constraints can be checked at the load flow calculation and penalty values should be added if the constraints are violated. P-V curve for the determined VVC strategy can be generated and checked whether the VVC is able to keep predetermined MW values or not. 3. Optimization Algorithms Heuristic methods may be used to solve combinatorial optimization problems. These methods are called intelligent, because the move from one solution to another is done using rules close to the human reasoning. The heuristic algorithms search for a solution inside a subspace of the total search space. Thus, they are able to give a good solution of a certain problem in a reasonable computation time, but they do not assure to reach the global optimum. The most important advantage of heuristic methods lies in the fact that they are not limited by restrictive assumptions about the search space like continuity, existance of derivative of objective function, etc. Several heuristic methods exist. Among them, we may quote Tabu Search method (TS) [17], Simulated Annealing (SA) [18], Genetic Algorithms (GAs) [19-20], and Particle Swarm Optimization (PSO) algorithms [21-22]. Each one has its own properties and drawbacks. The TS is basically a deterministic method, and experience shows that no random process might restrict the search in the set of solutions. The SA needs long computation time. Further, there are an important number of parameters that are difficult to determine, such as the cooling schedule. 4. Particle Swarm Optimization Method PSO is a stochastic global optimization method which is based on simulation of social behavior. As in genetic

3 184 Reactive Power and Voltage Control of Power Systems Using Modified PSO algorithm, PSO exploits a population of potential solutions to probe the search space. In contrast to the aforementioned methods in PSO no operators inspired by natural evolution are applied to extract a new generation of candidate solutions. Instead of mutation PSO relies on the exchange of information between individuals, called particles, of the population, called swarm. In effect, each particle adjusts its trajectory towards its own previous best position, and towards the best previous position attained by any member of its neighborhood [18]. In the global variant of PSO, the whole swarm is considered as the neighborhood. Thus, global sharing of information takes place and particles profit from the discoveries and previous experience of all other companions during the search for promising regions of the landscape. To visualize the operation of the method consider the case of the single objective minimization case; promising regions in this case possess lower function values compared to others, visited previously. Let x and y denote a particle coordinates (position) and its corresponding flight speed (velocity) VV x in the x direction and VV y in the y direction. Modification of the individual position is realized by velocity and position information. PSO algorithm for N-dimensional problem formulation can be described as follows. Let P be the particle position and VV is the velocity in a search space. Consider i as a particle in the total population (swarm). The i th particle position can be represented as P i = (P i1, P i2, P i3, P in ) in the N-dimensional space. The best previous position of the i th particle is recorded and represented as P besti = (P besti1, P besti2, P besti3 P bestij ). The index of the best particle among all the particles in the group is represented by g best. The velocity i th particle is represented as VV i = (VV i1, VV i2, VV i3...vv ij ). The modified velocity and position of each particle can be calculated using the current velocity and the distance from P best to g best as indicated in following formulas: VV ( t 1) ( t 1) ( i) ij w * VVij c1 * rand1 * ( Pbest P ij best i j ( i) c2 * rand 2 * ( gbest P ) i bestij i = 1, 2 I and j = 1, 2 N ) (3) ( t 1) ( t ) ( t 1) p ij ij v ij p (4) i = 1, 2 I and j = 1, 2 N where N, number of dimensions in a particle; I, number of particles; W, inertia weight factor; T, pointer of iterations; c 1, c 2, accelerating constant; rand 1, rand 2, uniform random value in the range of [0, 1]; ( v t ) ij ( p t ) ij, velocity of the j th dimension in the i th particle;, current position of the j th dimension in the i th particle at iteration t. Inertia weighting factor w has provided improved performance when using the linearly decreasing [18-19]. Its value is decrease linearly from about 1.2 to 0.1 during a run. Suitable selection of w provides a balance between global and local exploration and exploitation, and results in fewer iterations on average to find a sufficiently optimal solution. Its value is set according to the following equation: wmax wmin w wmax t (5) tmax In Ref. (5), the first term indicates the current velocity of the particle, second term represents the cognitive part of PSO where the particle changes its velocity based on its own thinking and memory. The third term represents the social part of PSO where the particle changes its velocity based on the social-psychological adaptation of knowledge [21]. 5. The Penalty Function Approach The search space in constrained problems consists of two kinds of points: Feasible and unfeasible. Feasible points satisfy all the constraints, while unfeasible points violate at least one of them. The Penalty Function technique solves the problem through a sequence of unconstrained optimization problems [23]. Penalty functions are distinguished into two main categories: stationary and non-stationary. Stationary penalty functions, use fixed penalty values through-out

4 Reactive Power and Voltage Control of Power Systems Using Modified PSO 185 the minimization, while in contrast, in non-stationary penalty functions, the penalty values are dynamically modified. In the literature, results obtained using non-stationary penalty functions are almost always superior to those obtained through stationary functions. A penalty function is, generally, defined as [14], F ( x) fc ( x) h( k) H ( x) (6) where f c (x), is the objective function to be minimized (losses), of the constrained optimization problem f(x); h(k) is a dynamically modified penalty value, where k is the algorithm s current iteration number; and H(x) is a penalty factor, defined as: h( x) m ( qi ( x)) ( qi ( x)) qi ( x) (7) i 1 where q i (x) = max{0, g i (x)}, i = 1,., m. The function q i (x) is a relative violated function of the constraints; θ(q i (x)) is a multi-stage assignment function γ(q i (x)) is the power of the penalty function; and g i (x) are the constraints described in Eq. (1). The functions h(k), θ(q i (x)) and γ(q i (x)), are problem dependent by try and error as will be indicated. In this paper, a non-stationary multi-stage assignment penalty function is used. 6. Overview of Continuation Power Flow Continuation Power Flow (CPF) utilizes power system loads as parameters and calculates a P-V curve by modification of the parameters using the continuation method. The continuation method is one of the methods in applied mathematics and it calculates transition of equilibrium points (for example, P-V curve) by modification of parameters. In order to avoid the ill condition around the nose point, arc length along the P-V curve is introduced as an additional state variable and the power flow equation is expanded. The continuation method is applied to the expanded power flow equation and the P-V curve can be generated rapidly without ill condition around the nose point. CPFLOW can generate a P-V curve automatically and can be applied to large-scale power systems easily [3-4]. The proposed method generates a P-V curve using the CPFLOW technique and calculates a MW margin for the determined control strategy. Then, the method checks whether the MW margin is enough or not compared with the predetermined value. Using the procedure, the method checks whether the target power system can keep voltage stability by the control or not. P L = λ * P o (8) where P o is the base case load power, λ is the loading parameter and P L is the power direction. 7. Formulation of VVC Using CPSO 7.1 State Variables The following control equipment is considered in the VVC problem. (1) AVR operating values (continuous value); (2) OLTC taps position (discrete value); (3) The amount of reactive power compensation equipment SC, (discrete value); (4) The voltage constrains used in PSO are modified in this CPSO as the bus voltages are kept at pre specified fixed value (not in range). According to Eq. (8), the desired voltage values are one variable m = 1. The above state variables are treated in load flow calculation as follows: AVR operating values are treated as voltage specification values. OLTC tap positions are treated as tap ratio to each tap position. The amount of reactive power compensation equipment is treated as corresponding susceptance values. Initial AVR operating values are generated randomly between upper and lower bounds. The value is also modified in the search procedure between the bounds. OLTC tap position is initially generated randomly between the minimum and maximum tap positions. The value is modified in the search procedure among existing tap positions. The amount of reactive power compensation equipment is also generated from 0 to the number of existing equipment at the substation initially. The value is also modified in the search procedure between 0 and the number of existing equipment.

5 186 Reactive Power and Voltage Control of Power Systems Using Modified PSO 7.2 VVC Algorithm Using CPSO The proposed VVC algorithm using PSO is expressed as follows: Step 1: Initial Searching points (agents) and velocities are generated using the above-mentioned state variables randomly; Step 2: Modification of the objective function f(x) to penalty function F(x), as indicated in Eq. (7) that includes P loss and the transformation of the voltage range Vmin V Vmax, to a specified value to the searching point for each agent is calculated using load flow. If the constraints are violated, penalty is added to the loss (evaluation value of agent); Step 3: P best is set to each initial searching point. The initial best evaluated value (loss with penalty) among p bests is set to g best ; Step 4: Velocities are calculated using (4); Step 5: New searching points are calculated; Step 6: P loss to the new searching point and the evaluation value is calculated; Step 7: If the evaluation value of each agent is better than the previous p best, the value is set to p best. If the best p best is better than g best, the value is set to g best. All of g bests are stored as candidates for the final control strategy; Step 8: If the iteration number reaches to the maximum iteration number, then exit. Otherwise, go to Step 4; Step 9: The P-V curve is generated for the best g best among the stored g bests (candidates). If the MW margin is larger than the predetermined value, the control is determined as the final solution. Otherwise, select next g best and repeat the procedure. 8. Simulation Results The proposed VVC method is applied to a modified IEEE 14 bus system shown in Fig.1. The operating conditions of the system are indicated in Table 1 as [16]. Bus 1, is the slack bus, buses 2, 3, 6 and 8 are PV buses while the other buses are load buses. The followings are control variables. (1) Continuous AVR operating values of node 2, 3, 6 and 8 are 1.09 [pu], fixed value without limits due to the advantages of CPSO. (2) Discrete tap position of transformers between node 4 and 7, 4 and 9, and 5-6. They are assumed to have 20 tap positions. (3) Discrete number of installed SC in nodes 9 and 14. Each node is assumed to have three 0.06 [pu] SC [16]. The PSO s parameters used: c 1 = c 2 = 2; w was gradually decreased from 1.2 towards 0.1. Some variants of PSO, impose a maximum value on the velocity, VV max, to prevent the swarm from explosion. In Fig. 1 Modified IEEE 14 bus system. Table 1 System parameters of IEEE 14 bus system. Bus No. Volt. P.u Node specification P pu Q pu SC

6 Reactive Power and Voltage Control of Power Systems Using Modified PSO 187 this search VV max was always fixed, to the value of VV max = 4. The size of the swarm was set equal to 100, 100 runs were performed, and the PSO algorithm ran for 100 iterations, in each case. A violation tolerance was used for the constraints. Thus, a constraint g i (x) was assumed to be violated, only if g i (x) > 10-5.The calculation time is about 3 seconds using PC (Pentium 2.67 GHz). The penalty function parameters are: If q i (x) < 1, then γ(q i (x)) = 1, otherwise γ(q i (x)) = 2. h( k) k k Moreover, if q i (x) < 0.001, then θ(q i (x)) = 10, else, if q i (x) < 0.01, then θ(q i (x)) = 20, else, if q i (x) < 1, then θ(q i (x)) = 100, otherwise θ(q i (x)) = 300 Table 2 Optimal control for IEEE 14 bus system. Method Proposed method PSO Variables CPSO AVR AVR AVR AVR Tap Tap Tap SC SC Loss AVR 2: AVR operating values [pu] at node 2; Tap 4-7: Tap ratio between node 4 and 7; SC 9: Susceptance [pu] at node 9; Loss: Power loss [pu]. V (p.u) Bus 12 Bus Loading Parameter (p.u) Fig. 2 P-V curve for the optimal control (Nodes 12, 13). A comparison between the results obtained by PSO method [16] and the proposed CPSO is indicated in Table 2. The proposed method generates an optimal control for the operating condition. P loss of the original system is [pu] and CPSO is less than both normal and PSO method. The major advantage of the proposed CPSO is constant voltage operation at fixed valued, not in a range. The proposed method generates a P-V curve for the optimal control strategy using the continuation power flow technique. It is verified that the strategy can keep voltage stability as depicted in Fig. 2. It shows an example of P-V curve for nodes 12 and 13 with the optimal control strategy proposed. 9. Conclusions This paper presents a reactive power and voltage control using constrained particle swarm optimization for considering voltage stability. The proposed method formulates VVC problem as a mixed integer nonlinear optimization problem and determines control strategy with continuous and discrete control variables such as AVR operating values, OLTC tap positions, and the amount of reactive power compensation equipment with constant voltage controlled due to the modification of constrained PSO. The method also considers voltage stabsility using a continuation power flow technique. The feasibility of the proposed method for VVC is demonstrated on simple power systems with promising results. References [1] T. Van Cutsem, An approach to corrective control of voltage instability using simulation and sensitivity, IEEE Trans. on Power Systems 10 (2) (1995) [2] B.D. Thukaram, et al., Optimal reactive power dispatch algorithm for voltage stability improvement, Journal of Electrical Power &Energy Systems 18 (7) (1996) [3] H.D. Chiang, et al., CPFLOW: A practical tool for tracing power system steady-state stationary behavior due to load and generation variations, IEEE Trans. on Power Systems 10 (2) (1995)

7 188 Reactive Power and Voltage Control of Power Systems Using Modified PSO [4] H. Yoshida, Y. Fukuyama, et al., Practical continuation power flow for large-scale power system analysis, in: Proc. of IEE of Japan Annual Convention Record, No. 1313, (in Japanese) [5] M.I. Mosaad, M.M. ElMetwally, A.A. ElEmary, F.M. ElBendary, On line optimal power flow using evolutionary programming techniques, Thammasat International Journal of Science and Technology 15 (1) (2010) [6] K. Tomsovic, A fuzzy linear programming approach to the reactive power/voltage control problem, IEEE Trans. on Power Systems 7 (1) (1992) [7] B. Cova, et al., Contingency constrained optimal reactive power flow procedures for voltage control in planning and operation, IEEE Trans. on Power Systems (10) (2) (1995) [8] J.L.M. Ramos, et al., A hybrid tool to assist the operator in reactive power/voltage control and operation, IEEE Trans. on Power Systems (10) (2) (1995) [9] Q.H. Wu, et al., Power system optimal reactive power dispatch using evolutionary programming, IEEE Trans. on Power Systems (10) (3) (1995) [10] H. Vu, et al., An improved voltage control on large-scale power system, IEEE Trans. on Power Systems 11 (3) (1996) [11] T.L. Le, et al., Network equivalents and expert system application for voltage and VAR control in large-scale power systems, IEEE Trans. On Power Systems 12 (4) (1997) [12] J. Kennedy, R. Eberhart, Particle swarm optimization, in: Proc. of IEEE International Conference on Neural Networks, Perth, Australia, 1995, Vol. IV, pp [13] S. Sakthivel, D. Mary, Particle swarm optimization algorithm for voltage stability enhancement by optimal reactive power reserve management with multiple TCSCs, International Journal of Computer Applications 11 (3) (2010) [14] J.M. Yang, Y.P. Chen, J.T. Horng, C.Y. Kao, Applying family competition to evolution strategies for constrained optimization, Lecture Notes in Computer Science 1213 (1997) [15] C.A. Floudas, P.M. Pardalos, A Collection of Test Problems for Constrained Global Optimization Algorithms, Springer-Verlag, Berlin Heidelberg New York, [16] H. Yoshida, K. Kawata, Y. Nakanishi, Particle swarm optimization for reactive power and voltage control considering voltage stability, in: IEEE International Conference on Intelligent System Applications to Power Systems (ISAP 99), pp [17] F. Glover, Tabu Search, University of Colorado, Boulder, CAAI Report 88-93, [18] S. Kirkpatrick, C.D. Gellat, M.P. Vecchi, Optimization by simulated annealing, Science 220 (1983) [19] M.I. Mossad, M. Azab, A. Abu-Siada, Transformer parameters estimation from nameplate data using evolutionary programming techniques, IEEE Transactions On Power Delivery 29 (5) (2014) [20] D.E. Goldberg, Genetic Algorithms in Search Optimization and Machine Learning, Addison-Wesley Publishing Company, Inc., [21] Z.L. Gaing, Particle swarm optimization to solving the economic dispatch considering the generator constraints, IEEE Transactions on Power Systems 18 (3) (2003) [22] E. Muthukumaran, T.K. Raja, K.P. Kumar, S.M. Kannan, Analysis of capacitor allocation in radial distribution feeder using PSO with voltage constraint, in: 1st International Conference on Electrical Energy Systems (ICEES), 3-5 Jan. 2011, pp [23] J.A. Joines, C.R. Houck, On the use of non-stationary penalty functions to solve nonlinear constrained optimization problems with GA s, in: Proc. IEEE Int. Conf. Evol. Comp., 1994, pp

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

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

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

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

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

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

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

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

PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS

PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS IMPACT: International ournal of Research in Engineering & Technology (IMPACT: IRET) ISSN 2321-8843 Vol. 1, Issue 3, Aug 2013, 85-92 Impact ournals PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION

More information

A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS

A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS 1 P.DIVYA, 2 PROF. G.V.SIVA KRISHNA RAO A.U.College of Engineering, Andhra University, Visakhapatnam Abstract: Capacitors in

More information

Fuzzy Cognitive Maps Learning through Swarm Intelligence

Fuzzy Cognitive Maps Learning through Swarm Intelligence Fuzzy Cognitive Maps Learning through Swarm Intelligence E.I. Papageorgiou,3, K.E. Parsopoulos 2,3, P.P. Groumpos,3, and M.N. Vrahatis 2,3 Department of Electrical and Computer Engineering, University

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

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

ACTA UNIVERSITATIS APULENSIS No 11/2006

ACTA UNIVERSITATIS APULENSIS No 11/2006 ACTA UNIVERSITATIS APULENSIS No /26 Proceedings of the International Conference on Theory and Application of Mathematics and Informatics ICTAMI 25 - Alba Iulia, Romania FAR FROM EQUILIBRIUM COMPUTATION

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

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

Application of particle swarm optimization technique for optimal location of FACTS devices considering cost of installation and system loadability

Application of particle swarm optimization technique for optimal location of FACTS devices considering cost of installation and system loadability Electric Power Systems Research 77 (2007) 276 283 Application of particle swarm optimization technique for optimal location of FACTS devices considering cost of installation and system loadability M. Saravanan,

More information

Optimal capacitor placement and sizing using combined fuzzy-hpso method

Optimal capacitor placement and sizing using combined fuzzy-hpso method MultiCraft International Journal of Engineering, Science and Technology Vol. 2, No. 6, 2010, pp. 75-84 INTERNATIONAL JOURNAL OF ENGINEERING, SCIENCE AND TECHNOLOGY www.ijest-ng.com 2010 MultiCraft Limited.

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

Hybrid particle swarm algorithm for solving nonlinear constraint. optimization problem [5].

Hybrid particle swarm algorithm for solving nonlinear constraint. optimization problem [5]. Hybrid particle swarm algorithm for solving nonlinear constraint optimization problems BINGQIN QIAO, XIAOMING CHANG Computers and Software College Taiyuan University of Technology Department of Economic

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

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

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

Solving Numerical Optimization Problems by Simulating Particle-Wave Duality and Social Information Sharing

Solving Numerical Optimization Problems by Simulating Particle-Wave Duality and Social Information Sharing International Conference on Artificial Intelligence (IC-AI), Las Vegas, USA, 2002: 1163-1169 Solving Numerical Optimization Problems by Simulating Particle-Wave Duality and Social Information Sharing Xiao-Feng

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

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

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

THE loss minimization in distribution systems has assumed

THE loss minimization in distribution systems has assumed Optimal Capacitor Allocation for loss reduction in Distribution System Using Fuzzy and Plant Growth Simulation Algorithm R. Srinivasa Rao Abstract This paper presents a new and efficient approach for capacitor

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

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

OPTIMAL CAPACITORS PLACEMENT IN DISTRIBUTION NETWORKS USING GENETIC ALGORITHM: A DIMENSION REDUCING APPROACH

OPTIMAL CAPACITORS PLACEMENT IN DISTRIBUTION NETWORKS USING GENETIC ALGORITHM: A DIMENSION REDUCING APPROACH OPTIMAL CAPACITORS PLACEMENT IN DISTRIBUTION NETWORKS USING GENETIC ALGORITHM: A DIMENSION REDUCING APPROACH S.NEELIMA #1, DR. P.S.SUBRAMANYAM *2 #1 Associate Professor, Department of Electrical and Electronics

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

PowerApps Optimal Power Flow Formulation

PowerApps Optimal Power Flow Formulation PowerApps Optimal Power Flow Formulation Page1 Table of Contents 1 OPF Problem Statement... 3 1.1 Vector u... 3 1.1.1 Costs Associated with Vector [u] for Economic Dispatch... 4 1.1.2 Costs Associated

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

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

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

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

NEW EVOLUTIONARY TECHNIQUE FOR OPTIMIZATION SHUNT CAPACITORS IN DISTRIBUTION NETWORKS

NEW EVOLUTIONARY TECHNIQUE FOR OPTIMIZATION SHUNT CAPACITORS IN DISTRIBUTION NETWORKS Journal of ELECTRICAL ENGINEERING, VOL. 62, NO. 3, 2011, 163 167 NEW EVOLUTIONARY TECHNIQUE FOR OPTIMIZATION SHUNT CAPACITORS IN DISTRIBUTION NETWORKS Ali Elmaouhab Mohamed Boudour Rabah Gueddouche The

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

Optimal Placement of Capacitor Banks in order to Improvement of Voltage Profile and Loss Reduction based on PSO

Optimal Placement of Capacitor Banks in order to Improvement of Voltage Profile and Loss Reduction based on PSO Research Journal of Applied Sciences, Engineering and Technology 4(8): 957-961, 2012 ISSN: 2040-7467 Maxwell Scientific Organization, 2012 Submitted: October 26, 2011 Accepted: November 25, 2011 ublished:

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

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

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

A Particle Swarm Optimization (PSO) Primer

A Particle Swarm Optimization (PSO) Primer A Particle Swarm Optimization (PSO) Primer With Applications Brian Birge Overview Introduction Theory Applications Computational Intelligence Summary Introduction Subset of Evolutionary Computation Genetic

More information

Artificial Intelligence Heuristic Search Methods

Artificial Intelligence Heuristic Search Methods Artificial Intelligence Heuristic Search Methods Chung-Ang University, Jaesung Lee The original version of this content is created by School of Mathematics, University of Birmingham professor Sandor Zoltan

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

Fuzzy adaptive catfish particle swarm optimization

Fuzzy adaptive catfish particle swarm optimization ORIGINAL RESEARCH Fuzzy adaptive catfish particle swarm optimization Li-Yeh Chuang, Sheng-Wei Tsai, Cheng-Hong Yang. Institute of Biotechnology and Chemical Engineering, I-Shou University, Kaohsiung, Taiwan

More information

Optimal tunning of lead-lag and fuzzy logic power system stabilizers using particle swarm optimization

Optimal tunning of lead-lag and fuzzy logic power system stabilizers using particle swarm optimization Available online at www.sciencedirect.com Expert Systems with Applications Expert Systems with Applications xxx (2008) xxx xxx www.elsevier.com/locate/eswa Optimal tunning of lead-lag and fuzzy logic power

More information

Optimal Capacitor Placement in Distribution System with Random Variations in Load

Optimal Capacitor Placement in Distribution System with Random Variations in Load I J C T A, 10(5) 2017, pp. 651-657 International Science Press Optimal Capacitor Placement in Distribution System with Random Variations in Load Ajay Babu B *, M. Ramalinga Raju ** and K.V.S.R. Murthy

More information

An Evolutionary Algorithm for Reactive Power Compensation in Radial Distribution Networks

An Evolutionary Algorithm for Reactive Power Compensation in Radial Distribution Networks An Evolutionary Algorithm for Reactive Power Compensation in Radial Distribution Networs Carlos Henggeler Antunes (1,2), Carlos Barrico (2,4), Álvaro Gomes (1,2), Dulce Fernão Pires (3), António Gomes

More information

Abstract. 2. Dynamical model of power system

Abstract. 2. Dynamical model of power system Optimization Of Controller Parametersfornon-Linear Power Systems Using Different Optimization Techniques Rekha 1,Amit Kumar 2, A. K. Singh 3 1, 2 Assistant Professor, Electrical Engg. Dept. NIT Jamshedpur

More information

Loadability Enhancement by Optimal Load Dispatch in Subtransmission Substations: A Genetic Algorithm

Loadability Enhancement by Optimal Load Dispatch in Subtransmission Substations: A Genetic Algorithm Loadability Enhancement by Optimal Load Dispatch in Subtransmission Substations: A Genetic Algorithm M.R. Haghifam A.Ghanbarnezhad H.Lavaee G.Khoshkholg Tarbait Modarres University Tehran Regional Electric

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

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

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

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

PARTICLE SWARM OPTIMIZATION BASED APPROACH FOR LOSS REDUCTION IN UNBALANCED RADIAL DISTRIBUTION SYSTEM

PARTICLE SWARM OPTIMIZATION BASED APPROACH FOR LOSS REDUCTION IN UNBALANCED RADIAL DISTRIBUTION SYSTEM PARTICLE SWARM OPTIMIZATION BASED APPROACH FOR LOSS REDUCTION IN UNBALANCED RADIAL DISTRIBUTION SYSTEM P. UMAPATHI REDDY Department of Electrical and Electronics Engineering, Sree Vidyaniethan Engineering

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

OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC

OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC CHAPTER - 5 OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC 5.1 INTRODUCTION The power supplied from electrical distribution system is composed of both active and reactive components. Overhead lines, transformers

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

A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems

A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems Hiroyuki Mori Dept. of Electrical & Electronics Engineering Meiji University Tama-ku, Kawasaki

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

Optimal Performance Enhancement of Capacitor in Radial Distribution System Using Fuzzy and HSA

Optimal Performance Enhancement of Capacitor in Radial Distribution System Using Fuzzy and HSA IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 2 Ver. I (Mar Apr. 2014), PP 26-32 Optimal Performance Enhancement of Capacitor in

More information

A PSO APPROACH FOR PREVENTIVE MAINTENANCE SCHEDULING OPTIMIZATION

A PSO APPROACH FOR PREVENTIVE MAINTENANCE SCHEDULING OPTIMIZATION 2009 International Nuclear Atlantic Conference - INAC 2009 Rio de Janeiro,RJ, Brazil, September27 to October 2, 2009 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR - ABEN ISBN: 978-85-99141-03-8 A PSO APPROACH

More information

ON THE USE OF RANDOM VARIABLES IN PARTICLE SWARM OPTIMIZATIONS: A COMPARATIVE STUDY OF GAUSSIAN AND UNIFORM DISTRIBUTIONS

ON THE USE OF RANDOM VARIABLES IN PARTICLE SWARM OPTIMIZATIONS: A COMPARATIVE STUDY OF GAUSSIAN AND UNIFORM DISTRIBUTIONS J. of Electromagn. Waves and Appl., Vol. 23, 711 721, 2009 ON THE USE OF RANDOM VARIABLES IN PARTICLE SWARM OPTIMIZATIONS: A COMPARATIVE STUDY OF GAUSSIAN AND UNIFORM DISTRIBUTIONS L. Zhang, F. Yang, and

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

FEEDER RECONFIGURATION AND CAPACITOR SETTINGS ON DISTRIBUTION SYSTEMS : AN APPROACH FOR SIMULTANEOUS SOLUTION USING A GENETIC ALGORITHM

FEEDER RECONFIGURATION AND CAPACITOR SETTINGS ON DISTRIBUTION SYSTEMS : AN APPROACH FOR SIMULTANEOUS SOLUTION USING A GENETIC ALGORITHM C I R E D th International Conference on Electricity Distribution Barcelona, -5 May 00 FEEDER RECONFIGURATION AND CAPACITOR SETTINGS ON DISTRIBUTION SYSTEMS : AN APPROACH FOR SIMULTANEOUS SOLUTION USING

More information

The Efficiency of Particle Swarm Optimization Applied on Fuzzy Logic DC Motor Speed Control

The Efficiency of Particle Swarm Optimization Applied on Fuzzy Logic DC Motor Speed Control SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 5, No. 2, November 2008, 247-262 The Efficiency of Particle Swarm Optimization Applied on Fuzzy Logic DC Motor Speed Control Boumediene Allaoua 1, Abdessalam

More information

Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks

Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks Int. J. on Recent Trends in Engineering and Technology, Vol. 10, No. 2, Jan 2014 Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks M. Arjun Yadav 1, D. Srikanth

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

Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms

Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms Helwan University From the SelectedWorks of Omar H. Abdalla May, 2008 Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms

More information

Hybrid Big Bang - Big Crunch Algorithm for Optimal Reactive Power Dispatch by Loss and Voltage Deviation Minimization

Hybrid Big Bang - Big Crunch Algorithm for Optimal Reactive Power Dispatch by Loss and Voltage Deviation Minimization Hybrid Big Bang - Big Crunch Algorithm for Reactive Power Dispatch by Loss and Voltage Deviation Minimization S.Sakthivel, Professor, V.R.S. College of Engg. and Tech., Arasur-607 107, Villupuram Dt, Tamil

More information

J. Electrical Systems x-x (2010): x-xx. Regular paper

J. Electrical Systems x-x (2010): x-xx. Regular paper JBV Subrahmanyam Radhakrishna.C J. Electrical Systems x-x (2010): x-xx Regular paper A novel approach for Optimal Capacitor location and sizing in Unbalanced Radial Distribution Network for loss minimization

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

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

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

Energy Conversion and Management

Energy Conversion and Management Energy Conversion and Management 51 (2010) 518 523 Contents lists available at ScienceDirect Energy Conversion and Management journal homepage: www.elsevier.com/locate/enconman Heuristic method for reactive

More information

The Essential Particle Swarm. James Kennedy Washington, DC

The Essential Particle Swarm. James Kennedy Washington, DC The Essential Particle Swarm James Kennedy Washington, DC Kennedy.Jim@gmail.com The Social Template Evolutionary algorithms Other useful adaptive processes in nature Social behavior Social psychology Looks

More information

Numerical experiments for inverse analysis of material properties and size in functionally graded materials using the Artificial Bee Colony algorithm

Numerical experiments for inverse analysis of material properties and size in functionally graded materials using the Artificial Bee Colony algorithm High Performance and Optimum Design of Structures and Materials 115 Numerical experiments for inverse analysis of material properties and size in functionally graded materials using the Artificial Bee

More information

Transmission Line Compensation using Neuro-Fuzzy Approach for Reactive Power

Transmission Line Compensation using Neuro-Fuzzy Approach for Reactive Power Transmission Line Compensation using Neuro-Fuzzy Approach for Reactive Power 1 Gurmeet, 2 Daljeet kaur 1,2 Department of Electrical Engineering 1,2 Giani zail singh college of Engg., Bathinda (Punjab),India.

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

A PARTICLE SWARM OPTIMIZATION TO OPTIMAL SHUNT-CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION SYSTEMS

A PARTICLE SWARM OPTIMIZATION TO OPTIMAL SHUNT-CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION SYSTEMS ISSN (Print) : 30 3765 ISSN (Online): 78 8875 (An ISO 397: 007 Certified Organization) ol., Issue 0, October 03 A PARTICLE SWARM OPTIMIZATION TO OPTIMAL SHUNT-CAPACITOR PLACEMENT IN RADIAL DISTRIBUTION

More information

Optimal Sizing And Placement Of Capacitor In A Radial Distribution System Using Loss Sensitivity Factor And Firefly Algorithm.

Optimal Sizing And Placement Of Capacitor In A Radial Distribution System Using Loss Sensitivity Factor And Firefly Algorithm. www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 4 April, 2014 Page No. 5346-5352 Optimal Sizing And Placement Of Capacitor In A Radial Distribution

More information

Power Quality improvement of Distribution System by Optimal Location and Size of DGs Using Particle Swarm Optimization

Power Quality improvement of Distribution System by Optimal Location and Size of DGs Using Particle Swarm Optimization 72 Power Quality improvement of Distribution System by Optimal Location and Size of DGs Using Particle Swarm Optimization Ankita Mishra 1, Arti Bhandakkar 2 1(PG Scholar, Department of Electrical & Electronics

More information

Implementation of GCPSO for Multi-objective VAr Planning with SVC and Its Comparison with GA and PSO

Implementation of GCPSO for Multi-objective VAr Planning with SVC and Its Comparison with GA and PSO Implementation of GCPSO for Multi-obective VAr Planning with SVC and Its Comparison with GA and PSO Malihe M. Farsang Hossein Nezamabadi-pour and Kwang Y. Lee, Fellow, IEEE Abstract In this paper, Guaranteed

More information

Optimal Compensation of Reactive Power in Transmission Networks using PSO, Cultural and Firefly Algorithms

Optimal Compensation of Reactive Power in Transmission Networks using PSO, Cultural and Firefly Algorithms Volume 114 No. 9 2017, 367-388 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Optimal Compensation of Reactive Power in Transmission Networks using

More information

K. MAHESH 2 Asst Prof & HOD, Sri kottam tulasi reddy memorial college of engineering, AP-INDIA

K. MAHESH 2 Asst Prof & HOD, Sri kottam tulasi reddy memorial college of engineering, AP-INDIA www.ijatir.org ISSN 2143-4535 Volume.05, September-2013, Pages:306-317 Optimal Capacitor Placement and Sizing in Unbalanced Distribution Systems with Harmonics Consideration using Particle Swarm Optimization

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

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

Particle Swarm Optimization Based Reactive Power Dispatch for Power Networks with Distributed Generation

Particle Swarm Optimization Based Reactive Power Dispatch for Power Networks with Distributed Generation University of Denver Digital Commons @ DU Electronic Theses and Dissertations Graduate Studies 1-1-2015 Particle Swarm Optimization Based Reactive Power Dispatch for Power Networks with Distributed Generation

More information

AN IMMUNE BASED MULTI-OBJECTIVE APPROACH TO ENHANCE THE PERFORMANCE OF ELECTRICAL DISTRIBUTION SYSTEM

AN IMMUNE BASED MULTI-OBJECTIVE APPROACH TO ENHANCE THE PERFORMANCE OF ELECTRICAL DISTRIBUTION SYSTEM AN IMMUNE BASED MULTI-OBJECTIVE APPROACH TO ENHANCE THE PERFORMANCE OF ELECTRICAL DISTRIBUTION SYSTEM P. RAVI BABU Head of the Department of Electrical Engineering Sreenidhi Institute of science and technology

More information

International Journal of Mechatronics, Electrical and Computer Technology

International Journal of Mechatronics, Electrical and Computer Technology A Hybrid Algorithm for Optimal Location and Sizing of Capacitors in the presence of Different Load Models in Distribution Network Reza Baghipour* and Seyyed Mehdi Hosseini Department of Electrical Engineering,

More information

Applying Particle Swarm Optimization to Adaptive Controller Leandro dos Santos Coelho 1 and Fabio A. Guerra 2

Applying Particle Swarm Optimization to Adaptive Controller Leandro dos Santos Coelho 1 and Fabio A. Guerra 2 Applying Particle Swarm Optimization to Adaptive Controller Leandro dos Santos Coelho 1 and Fabio A. Guerra 2 1 Production and Systems Engineering Graduate Program, PPGEPS Pontifical Catholic University

More information

A Novel Analytical Technique for Optimal Allocation of Capacitors in Radial Distribution Systems

A Novel Analytical Technique for Optimal Allocation of Capacitors in Radial Distribution Systems 236 J. Eng. Technol. Sci., Vol. 49, No. 2, 2017, 236-246 A Novel Analytical Technique for Optimal Allocation of Capacitors in Radial Distribution Systems Sarfaraz Nawaz*, Ajay Kumar Bansal & Mahaveer Prasad

More information

Biobjective Optimal Reactive Power Flow using Chemical Reaction based Optimization

Biobjective Optimal Reactive Power Flow using Chemical Reaction based Optimization AUSTRALIAN JOURNAL OF BASIC AND APPLIED SCIENCES ISSN:1991-8178 EISSN: 2309-8414 Journal home page: www.ajbasweb.com Biobjective Optimal Reactive Power Flow using Chemical Reaction based Optimization 1

More information

Distributed Particle Swarm Optimization

Distributed Particle Swarm Optimization Distributed Particle Swarm Optimization Salman Kahrobaee CSCE 990 Seminar Main Reference: A Comparative Study of Four Parallel and Distributed PSO Methods Leonardo VANNESCHI, Daniele CODECASA and Giancarlo

More information

Farzaneh Ostovar, Mahdi Mozaffari Legha

Farzaneh Ostovar, Mahdi Mozaffari Legha Quantify the Loss Reduction due Optimization of Capacitor Placement Using DPSO Algorithm Case Study on the Electrical Distribution Network of north Kerman Province Farzaneh Ostovar, Mahdi Mozaffari Legha

More information

Binary Particle Swarm Optimization with Crossover Operation for Discrete Optimization

Binary Particle Swarm Optimization with Crossover Operation for Discrete Optimization Binary Particle Swarm Optimization with Crossover Operation for Discrete Optimization Deepak Singh Raipur Institute of Technology Raipur, India Vikas Singh ABV- Indian Institute of Information Technology

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

Discrete Evaluation and the Particle Swarm Algorithm.

Discrete Evaluation and the Particle Swarm Algorithm. Abstract Discrete Evaluation and the Particle Swarm Algorithm. Tim Hendtlass and Tom Rodgers, Centre for Intelligent Systems and Complex Processes, Swinburne University of Technology, P. O. Box 218 Hawthorn

More information