Power system reconfiguration and loss minimization for a distribution systems using Catfish PSO algorithm

Size: px
Start display at page:

Download "Power system reconfiguration and loss minimization for a distribution systems using Catfish PSO algorithm"

Transcription

1 Front. Energy 2014, 8(4): DOI /s y RESEARCH ARTICLE K Sathish KUMAR, S NAVEEN Power system reconfiguration and loss minimization for a distribution systems using Catfish PSO algorithm Higher Education Press and Springer-Verlag Berlin Heidelberg 2014 Abstract One of the very important ways to save electrical energy in the distribution system is network reconfiguration for loss reduction. Distribution networks are built as interconnected mesh networks; however, they are arranged to be radial in operation. The distribution feeder reconfiguration is to find a radial operating structure that optimizes network performance while satisfying operating constraints. The change in network configuration is performed by opening sectionalizing (normally closed) and closing tie (normally opened) switches of the network. These switches are changed in such a way that the radial structure of networks is maintained, all of the loads are energized, power loss is reduced, power quality is enhanced, and system security is increased. Distribution feeder reconfiguration is a complex nonlinear combinatorial problem since the status of the switches is nondifferentiable. This paper proposes a new evolutionary algorithm (EA) for solving the distribution feeder reconfiguration (DFR) problem for a 33-bus and a 16- bus sample network, which effectively ensures the loss minimization. Keywords distribution system reconfiguration (DFR), power loss reduction, catfish particle swarm optimization (catfish PSO), radial structure 1 Introduction The primary concern in a power industry is the consumer satisfaction and service reliability and continuity. The power distribution system is a field which is still having enormous scope for research and improvement. Faults are Received September 15, 2013; accepted December 19, 2013 K Sathish KUMAR ( ), S NAVEEN School of Electrical Engineering, VIT University, Vellore , India kansathh21@yahoo.co.in one of the important parameters in a power system, because of which 100% of efficiency cannot be guaranteed. Distribution system reconfiguration is a process of maintaining power balance and continuity of supply after removing the faulted portion. The main aim of reconfiguration is to restore the supply to as many loads as possible along with supply constraints. Although these loads are in good condition, they are unable to receive power due to fault. Hence the aim is to restore maximum possible loads taking various factors into consideration like system continuity, radiality, power loss, voltage magnitude, etc. With the help of monitoring and control functions in an automated distribution system, fault location and isolation of a faulty section in real time is made possible [1]. But, service restoration to the non-faulted-out-of-service area in real time poses a real challenge. In recent years, fast restoration strategies have been developed to reduce the inconvenience to the user during such interruptions [2]. Still there has been considerable scope for research in service restoration through distribution feeder reconfiguration. In this section, the above problem is formulated as a nonlinear optimization problem where power loss is minimized subject to security and operational constraints. The test results obtained from a sample distribution network suggest that the catfish particle swarm optimization (catfish PSO) approach is better than the results obtained by other methods. The distribution feeder reconfiguration problem can be formulated as a nonlinear optimization problem, and many optimizing techniques have been used to find the optimal solutions. Based on the characteristics of distribution network, some modifications are done so that the radial structure is retained and searching requirement is reduced. All optimization problems in the steady-state analysis of power systems aim at minimizing or maximizing an objective function. Traditional methods like Gauss-Siedel method and operations research methods are used to solve linear, continuous, and differential objective functions. To

2 K Sathish KUMAR et al. Power system reconfiguration and loss minimization 435 solve nonlinear objective functions, evolutionary algorithms came into existence. The evolutionary algorithms, random and stochastic, are used for optimization of nonlinear problems. One of the recently proposed evolutionary algorithms is the catfish PSO algorithm. It is known that distribution networks are built as interconnected meshed networks, while in operation they are arranged into a radial tree structure. A distribution network is divided into subsystems of radial feeders equipped by a number of sectionalizing switches and tie switches [3]. The power system can be operated more reliably by changing the configuration of the network. A number of algorithms including mathematical programming and artificial intelligent methods, such as, refined genetic algorithms (RGAs), ant colony search (ACS), heuristic approach (HA), adaptive genetic algorithms (AGAs) and honey-bee mating optimization (HBMO) [4] have been proposed to reconfigure distribution feeders with the objective of minimizing real power losses while avoiding transformer and feeder overloads and inadequate voltages. Of these evolutionary algorithms (EAs), the recently proposed algorithm is catfish PSO implemented on 16-bus [5] and 33-bus [6] test systems, whose test results obtained confirm that it produces better results compared to the results obtained by other methods. Load flow or power flow program computes the voltage magnitude and angle at each bus in a power system under balanced three phase steady-state operating conditions. Once they are calculated, real and reactive power flows for all equipment interconnecting the buses are computed. The load flow analysis is implemented on 16-bus and 33-bus test systems. The objective function in this case is the loss reduction [7]. By using compensation techniques and using catfish PSO the losses are reduced in the system. 2 Mathematical formulation of problem This paper is aimed at finding a way for load balancing through feeder reconfiguration so that stability and reliability of the distribution network could be enhanced. The objective of this optimization problem can be expressed by the minimization of the power loss as ΔP ¼ Re ( ) 2 Xn i¼1 ðe m E n Þ þ R line X n i¼1 2 ji i j, (1) subject to 1) No feeder section can be left out of service. 2) Radial network structure must be always retained: fðiþ ¼0 (2) 3) Bus voltage magnitude should be strictly restricted between the upper and lower limits: E min E E max, (3) where ΔP is the net power loss, E m is the voltage at node with higher potential, E n is the voltage at the node with a lower potential, R line is the resistance of the line, and I i is the current in the line. Equation (1) corresponds to the objective function to be optimized and represents the total real power loss of the distribution system. Equation (2) deals with the radial topology constraint. It ensures the radial structure of the ith candidate topology. Equation (3) considers voltage constraints for each node of the system. In this study, the feeder switching status and consequently, the network configuration [8] are adjusted to keep the losses at a minimum in the area [9]. I i is the current flowing through sectionalizing switches in the simplified model. The above objective function is also solved by the traditional mathematical programming method. 3 Catfish PSO algorithm The catfish effect derived its name from an effect that Norwegian fishermen observed. If the fishermen could keep a higher percentage of their sardines alive when they arrived at the port, they stood to make more profit. The sardines were confined in small holding tanks which deprived them of their exercise during the transportation back to the port. Therefore, only a few sardines were usually alive upon returning to the port, with the majority having died halfway during their journey. However, some fishermen discovered that the majority of the sardines could be kept alive if a small number of catfish was introduced into the holding tank. The catfish, a different species of sardines, swarm around their new environment and stimulated movement in the school (swarm) of sardines. This stimulation made the sardines nervous of the catfish, and accelerated the swim of the sardines. This stimulated movement kept the sardines alive for a longer period. This effect was also used in the management of human resources in the workplace. A competition was introduced into a group of individuals by eliminating the worst performing individuals and replacing them with newly hired employees. The fear of being eliminated stimulated renewed motivation in this group of employees. PSO, a population-based stochastic optimization technique, was developed by Eberhart and Kennedy in 1995 inspired by simulating the social behavior of organisms. PSO was employed to effectively solve the optimization problem in various areas, e.g. function optimization [10], fuzzy system control [11], parameter optimization [12], artificial neural network training [13], job shop scheduling problem [14], among other areas where genetic algorithms can be applied to. PSO showed promising performance on

3 436 Front. Energy 2014, 8(4): nonlinear function optimization and has received much attention [15]. However, PSO exhibited poor local search capabilities [16] and often led to premature convergence, especially in complex multi-peak search problems [17]. To overcome these disadvantages of PSO, many improvements were proposed. Shi and Eberhart [9] proposed a linearly decreasing weight particle swarm optimization (LDWPSO), in which a linearly decreasing inertia factor was introduced into the velocity update equation of the original PSO. The performance of LDWPSO was significantly improved over the original PSO, as LDWPSO effectively balanced the global and local search abilities of the swarm. To overcome the disadvantages (premature convergence, especially in complex multi-peak search problems) of PSO, the catfish PSO was proposed in this paper, in which the catfish effect was applied to improve the performance of the LDWPSO algorithm. The LDWPSO was chosen to demonstrate the effectiveness of the catfish particle, because LDWPSO was the most representative method among the improved PSO methods [9]. The catfish effect was the result of the introduction of new particles into the search space ( catfish particles ), which replaced the particles with the worst fitness by the initialized value at extreme points of the search space when the fitness of the global best particle was not improved for a certain number of consecutive iterations. This resulted in further opportunities of finding better solutions for the swarm by guiding the whole swarm to promising new regions of the search space. In the PSO, w max is 0.9, w min is 0.4 and max iter is the maximum number of allowed iterations. The motivation for developing the catfish PSO was derived from the observation of the interaction between sardines and catfish. Analogous to the effect described above, the introduced catfish particles stimulated a renewed search by the sardine particles. In other words the catfish particles led the sardine particles which were trapped in a local optimum into a new region of the search space, and thus to potentially better particle solutions. The particles, generations, search space and the catfish particles of the catfish PSO are analogous to the sardines, the transportation process, the fish tank and the catfish of the Norwegian fishermen, respectively. In the catfish PSO, a particle swarm is randomly initialized in the first step, with the particles distributed over a D- dimensional searching space. Each particle is updated by the following two values. The first one, called p besti, is the best solution (fitness) it has achieved so far. The other value, tracked by the PSO, is the global best value g best obtained so far by all particles in the population. The position and velocity of each particle are updated according to Eqs. (2) (3). If the distance between g best and the surrounding particles is small, each particle is considered a part of the cluster around g best and will only move a very small distance in the next generation. To avoid this premature convergence, catfish particles are introduced. The catfish particles replace some of particles with the worst fitness value of the entire swarm. The catfish PSO process is graphically illustrated in Fig. 1 for the twodimensional Rastrigrin function. The diamond sign denotes the optimal solution. It is seen from Fig. 1 that almost all particles converge near g best after a certain period of time. If the g best value does not improved for a number of consecutive iterations (five iterations has been adopted as a threshold value), it is considered stuck in a local optimum. Under such circumstances, some of the particles with the worst fitness value W are removed, but their p best is still retained. In Fig. 1(b), the current p best position of the worst of the particles (indicated by W) is shown as W-p best. After the particles W are removed, an equal number of catfish particles, in this case C are introduced into the swarm. Its p best values (C-p best ) is identical to W-p best of the particles that have been removed (Fig. 1(c)). At the beginning, the catfish particles have no velocity ðv old id ¼ 0Þ. They are randomly positioned at the extreme points of the search space, i.e. the positions (min, min), (min, max), (max, min) or (max, max) in the twodimensional function, and stimulate a renewed search process for all particles of the swarm. Each catfish particle will update its positions by following its own p best and the g best value. In Eqs. (2) and (3), the parameters r 1 and r 2 are the key factors affecting the updating vector of a catfish particle if v old id ¼ 0 and c = 2. The size of the catfish particle search area is dependent on the position of its p best and the velocities of itself and g best position. If r 1 > r 2, the catfish particles will be drown closer to the position of p best after updating. If r 1 < r 2 however, it will be drown closer to g best. The distance covered by the catfish particle when it updates is directly proportional to r 1 and r 2. Therefore, the potential search area of a catfish particle can be plotted with the x old id, p best and g best given according to Eqs. (1) and (2). In Fig. 1, q (square box) denotes the potential search angle of catfish particles C. The green lines indicate the border of the potential search area of catfish particles C that have started at the positions (max, max). By positioning the catfish particles at extreme points of the search space, the potential search area of the catfish particle is maximized. The probability of finding a better solution also increases when the potential search area of the catfish particle is maximized. Consequently, introducing the catfish particles at extreme points of the search space is the ideal choice. Figure 1(d) and (e) show how the introduced catfish particles update their position within the positional search area via Eqs. (2) and (3), and how they guide the g best particle, whom the other particles follow, to new, promising regions of the search space. Finally, the particles converge around g best when a stopping criterion is met (Fig. 1(f)), i.e. an optimal solution is found. As shown in Fig. 1, the region of swarm activity is constantly

4 K Sathish KUMAR et al. Power system reconfiguration and loss minimization 437 Fig. 1 Catfish PSO process (a) g best trapped in local optima; (b) worst 10% particles-w being removed; (c) introduction of catfish particles C in swarm; (d) catfish-particle finding a better solution; (e) catfish particle guiding the whole swarm to a promising new region; (f) particles converging at stopping criteria

5 438 Front. Energy 2014, 8(4): changing and the swarm makes continuous progress. The relatively small number of catfish particles guides the entire search process, and influences the entire swarm. The reason for the introduction of catfish particles at extreme positions in the search space is simple: it maximizes the potential search area. 4 Steps for implementing catfish PSO for loss reduction 01: Begin 02: Randomly initialize 20 swarms of voltages (particles) at the 33 buses 03: while (number of iterations = 30) 04: Evaluate fitness or power loss for each set of voltages 05: for n = 1 to number of particles (5 sets of voltages) 06: Find p best 07: Find g best 08: for d = 1 to dimension of particle swarm (33). 09: update the position of particles by standard equations 10: next d 11: next n 12: if fitness of g best is the same 5 times then 13: Sort the particle swarm via fitness from best to worst 14: for n = few of N number of particles (all 33- bus voltages) 15: for d = 1 dimension of particle swarm 16: Randomly select extreme points at max or min of the search space 17: Reset the velocity to 0 18: next d 19: next n 20: end if 21: Update the inertia weight (initial = 0.9, final = 0.4) value by Eq. (3) 22: next generation until stopping criterion 23: end Tables 1 and 2 are respectively the line data for 33- and 16-bus test system. Figures 2 and 3 are respectively the 33- and 16-bus radial distribution system. Table 1 SL No. Line data for 33-bus test system From bus (i) To bus (i + 1) R(i, j + 1)/Ω X(i, j + 1)/Ω P/kW Q/kvar

6 K Sathish KUMAR et al. Power system reconfiguration and loss minimization 439 SL No. From bus (i) To bus (i + 1) (Continued) R(i, j + 1)/Ω X(i, j + 1)/Ω P/kW Q/kvar Results and comparisons Fig. 2 Fig bus radial distribution system 16-bus radial distribution system Tables 3 and 4 give the power loss results with various switch statuses of the 16-bus and 33-bus test system. Tables 5 and 6 show the comparison of the results obtained by the catfish PSO with the results obtained using other methods for the 16- and 33-bus test systems. For assumed series fault at bus 14 in the 33-bus system, and at bus 11 in the 16-bus system, Tables 3 and 4 present the results obtained by using catfish PSO. It is observed that the power loss is minimum when switches 7, 11, 14, 28, 32 are turned on for the 33-bus system and 5, 4, 11 are turned on for the 16-bus system. If the configuration changes, the power loss will increase. The power loss is calculated using catfish PSO with various switch statuses and listed in Tables 3 and 4. The proposed method is compared with the methods proposed by BFOA [6], Shrimohammadi et al [3], Zhu [4], Bouhouras and Labridis [7], Gomes et al. [8], Wu et al [18], Martin and Gil [19], Gomes et al. [2], Goswami & Basu [21], ACSA and various other prevalent methods for the same 16-bus and 33-bus test system. For effective comparison, the results of the proposed method along with other methods are tabulated in Tables 5 and 6. Here the power loss is minimized by 3.35% and 4.49% respectively compared with the result as mentioned in other methods. In the initial configuration, the power losses are kw and kw but after reconfiguration using proposed method, the power loss is kw and kw which is much less compared with other methods. Approximately a power loss of 35.26% and 12.95% is minimized as compared with the original configuration. So the proposed method is highly suitable for restoration and reconfiguration [21,22]. Figures 4 and 5 demonstrate the convergence characteristics of power-losswith 30 and 25 iterations.

7 440 Front. Energy 2014, 8(4): Table 2 Line data for 16-bus test system From To Resistance/Ω Reactance/Ω P/MW Q/Mvar Table 3 Power loss results using catfish PSO with various switch statuses on 33-bus test system Switch status Power loss/kw Closed Open 1,2,3,4,5,6,8,10,11,12,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,34,35,36 7, 9,14,32, ,2,3,4,5,6,8,9,10,12,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,33,34,35,36,37 7, 11, 14,28, ,2,3,4,5,6,8,9,11,12,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,34,35,36 7, 10,14,32, ,2,3,4,5,7,6,8,9,10,12,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,32,33,35,36,37 11,14,28,31, ,2,3,4,5,7,8,9,10,12,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,33,34,35,36 6, 11,14,31, Table 4 Power loss results using catfish PSO with various switch statuses on 16-bus test system Switch status Power loss/kw Closed Open 1,2,3,4,6,8,10,11,14,12,13,15 5, 7, ,2,3,6,7,8,10, 12,13,14,15,16 5, 4, ,2,3,6,8,10,11,12,13,14,15,16 5, 7,4, Table 5 Comparison with other methods using 33-bus network (Loss in base configuration is kw) Methods Switches open Power loss/kw Proposed method 7,11,14,28, BFOA [6] 7, 9,13,14, Shirmohammadi et al. [3] 7, 10,14,32, Refined genetic algorithm (Zhu [4] ) 7, 9,14,32, ACS & GA [18] 7, 9,14,28, Martín and Gil [19] 7, 9,14,32, AG-Algorithm [20] 7, 9,14,32, Gomes et al. [2] 7, 9,14,32, Goswami and Basu [21] 7, 9,14,32, Bouhouras. [7] 7, 9,14,32, Gomes et al. [8] 7, 10,14,32,

8 K Sathish KUMAR et al. Power system reconfiguration and loss minimization 441 Table 6 Comparison with other methods using 16-bus network (Loss in base configuration is kw) Methods Switches open Power loss/kw Proposed method 5,4, (Refined genetic algorithm) (Zhu [4] ) 6,9, ACSA [22] 6,9, problem [23,24] could be solved efficiently and the power loss was minimized effectively by reconfiguring the system. The fast and effective convergence of this approach proves that it is a highly suitable technique to use in service restoration procedures of distribution automation system. References Fig. 4 Convergence characteristics of power loss in 33-bus test system with 30 iterations Fig. 5 Convergence characteristics of power loss in 33-bus test system with 25 iterations 6 Conclusions The catfish PSO algorithm was proposed in this paper to configure the distribution network to keep the load balance so that the power loss was minimum. The problem was formulated as a nonlinear optimization problem with an objective function of minimizing power loss subject to security constraints. The test results indicated that using the catfish PSO method, the feeder reconfiguration 1. Lyons P C, Thomas S A. Microprocessor based control of distribution systems. IEEE Transactions on Power Apparatus and Systems, 1981, PAS-100(12): Gomes F V, Carneiro S Jr, Pereira J L R, Vinagre M P, Garcia P A N, Araujo L R. A new heuristic reconfiguration algorithm for large distribution system. IEEE Transactions on Power Systems, 2005, 20 (3): Shirmohammadi D, Hong W H. Reconfiguration of electric distribution networks for resistive line losses reduction. IEEE Transactions on Power Delivery, 1989, 4(2): Zhu J Z. Optimal reconfiguration of electric distribution network using refined genetic algorithm. Electric Power Systems Research, 2002, 62(1): Civanlar S, Grainger J J, Yin H, Lee S S H. Distribution feeder reconfiguration for loss reduction. IEEE Transactions on Power Delivery, 1988, 3(3): Kumar K S, Jayabarathi T. Power system reconfiguration & loss minimization for a distribution system using BFOA. International Journal Power & Energy Systems, 2012, 36(1): Bouhouras A S, Labridis D P. Influence of load alterations to optimal network configuration for loss reduction. Electric Power Systems Research, 2012, 86(2): Gomes F V, Carneiro S Jr, Pereira J L R, Vinagre M P, Garcia P A N, de Araujo L R. A new distribution system reconfiguration approach using optimum power flow and sensitivity analysis for loss reduction. IEEE Transactions on Power Systems, 2006, 21(4): Shi Y, Eberhart R C. A modified particle swarm optimizer. In: Proceedings of IEEE International Conference on Evolutionary Computation, Anchorage, USA, 1998, Liu H, Abraham A, Hassanien A E. Scheduling jobs on computational grids using a fuzzy particle swarm optimization algorithm. Future Generation Computer Systems, 2010, 26(8): Parsopoulos K E, Vrahatis M N. Parameter selection and adaptation in unified particle swarm optimization. Mathematical and Computer Modelling, 2007, 46(1-2): Herrera F, Zhang J. Optimal control of batch processes using

9 442 Front. Energy 2014, 8(4): particle swam optimisation with stacked neural network models. Computers & Chemical Engineering, 2009, 33(10): Zhang R. A particle swarm optimization algorithm based on local perturbations for the job shop scheduling problem. International Journal of Advancements in Computing Technology, 2011, 3(4): Liu Y, Qin Z, Shi Z, Lu J. Center particle swarm optimization. Neurocomputing, 2007, 70(4 6): Angeline P J. Evolutionary Optimization Versus Particle Swarm Optimization: Philosophy and Performance Differences. In: Porto V W, Saravanan N, Waagen D, Eiben A E eds. Lecture Notes in Computer Science, Springer Berlin Heidelberg 2007, 1447: Taher N. An efficient multi-objective HBMO algorithm for distribution feeder reconfiguration. Expert Systems with Applications. 2011, 38(3): Jiang Y, Hu T, Huang C, Wu X. An improved particle swarm optimization algorithm. Applied Mathematics and Computation, 2007, 193(1): Wu Y K, Lee C Y, Liu L C, Tsai S H. Study of reconfiguration for the distribution system with distributed generators. IEEE Transactions on Power Delivery, 2010, 25(3): Martín J A, Gil A J. A new heuristic approach for distribution systems loss reduction. Electric Power Systems Research, 2008, 78 (11): Anil S, Nikhil G, Niazi K R. Minimal loss configuration for largescale radial distribution systems using adaptive genetic algorithms. In: 16th National Power Systems Conference, Hyderabad, India, Goswami S K, Basu S K. A new algorithm for the reconfiguration of distribution feeders for loss minimization. IEEE Transactions on Power Delivery, 1992, 7(3): Su C T, Chang C F, Chiou J P. Distribution Network reconfiguration for loss reduction by ant colony search algorithm. Electric Power Systems Research, 2005, 75(2 3): Kavousi-Fard A, Niknam T. Multi-objective stochastic distribution feeder reconfiguration from the reliability point of view. Energy, 2014, 64: de Resende Barbosa C H N, Mendes M H S, de Vasconcelos J A. Robust feeder reconfiguration in radial distribution networks. International Journal of Electrical Power & Energy Systems, 2014, 54:

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

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION ABSTRACT 2015 ISRST Volume 1 Issue 2 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science Network Reconfiguration for Loss Reduction of a Radial Distribution System Laxmi. M. Kottal, Dr.

More information

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

DISTRIBUTION SYSTEM OPTIMISATION

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

More information

Optimal 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

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

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

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

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 Parameters Selection of PSO Algorithm influencing On performance of Fault Diagnosis

The Parameters Selection of PSO Algorithm influencing On performance of Fault Diagnosis The Parameters Selection of Algorithm influencing On performance of Fault Diagnosis Yan HE,a, Wei Jin MA and Ji Ping ZHANG School of Mechanical Engineering and Power Engineer North University of China,

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

Chapter-2 Literature Review

Chapter-2 Literature Review Chapter-2 Literature Review ii CHAPTER - 2 LITERATURE REVIEW Literature review is divided into two parts; Literature review of load flow analysis and capacitor allocation techniques. 2.1 LITERATURE REVIEW

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

ENERGY LOSS MINIMIZATION AND RELIABILITY ENHANCEMENT IN RADIAL DISTRIBUTION SYSTEMS DURING LINE OUTAGES

ENERGY LOSS MINIMIZATION AND RELIABILITY ENHANCEMENT IN RADIAL DISTRIBUTION SYSTEMS DURING LINE OUTAGES ENERGY LOSS MINIMIZATION AND RELIABILITY ENHANCEMENT IN RADIAL DISTRIBUTION SYSTEMS DURING LINE OUTAGES N. Gnanasekaran 1, S. Chandramohan 2, P. Sathish Kumar 3 and T. D. Sudhakar 4 1 Misrimal Navajee

More information

A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED DISTRIBUTION NETWORK

A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED DISTRIBUTION NETWORK VOL. 3, NO. 4, AUGUST 28 ISSN 89-668 26-28 Asian Research Publishing Network (ARPN). All rights reserved. A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED S. Sivanagaraju, J. Viswanatha Rao 2 and M. Giridhar

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

Journal of Engineering Science and Technology Review 7 (1) (2014)

Journal of Engineering Science and Technology Review 7 (1) (2014) Jestr Journal of Engineering Science and Technology Review 7 () (204) 32 36 JOURNAL OF Engineering Science and Technology Review www.jestr.org Particle Swarm Optimization-based BP Neural Network for UHV

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

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

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

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

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

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

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

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

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

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

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

Optimal capacitor placement in radial distribution networks with artificial honey bee colony algorithm

Optimal capacitor placement in radial distribution networks with artificial honey bee colony algorithm Bulletin of Environment, Pharmacology and Life Sciences Bull. Env.Pharmacol. Life Sci., Vol 4 [Spl issue 1] 2015: 255-260 2014 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal

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

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

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

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

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

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

The particle swarm optimization algorithm: convergence analysis and parameter selection

The particle swarm optimization algorithm: convergence analysis and parameter selection Information Processing Letters 85 (2003) 317 325 www.elsevier.com/locate/ipl The particle swarm optimization algorithm: convergence analysis and parameter selection Ioan Cristian Trelea INA P-G, UMR Génie

More information

Multiple Distribution Generation Location in Reconfigured Radial Distribution System Distributed generation in Distribution System

Multiple Distribution Generation Location in Reconfigured Radial Distribution System Distributed generation in Distribution System IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Multiple Distribution Generation Location in Reconfigured Radial Distribution System Distributed generation in Distribution System

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

Intuitionistic Fuzzy Estimation of the Ant Methodology

Intuitionistic Fuzzy Estimation of the Ant Methodology BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 9, No 2 Sofia 2009 Intuitionistic Fuzzy Estimation of the Ant Methodology S Fidanova, P Marinov Institute of Parallel Processing,

More information

Network reconfiguration and capacitor placement for power loss reduction using a combination of Salp Swarm Algorithm and Genetic Algorithm

Network reconfiguration and capacitor placement for power loss reduction using a combination of Salp Swarm Algorithm and Genetic Algorithm International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 11, Number 9 (2018), pp. 1383-1396 International Research Publication House http://www.irphouse.com Network reconfiguration

More information

Engineering Structures

Engineering Structures Engineering Structures 31 (2009) 715 728 Contents lists available at ScienceDirect Engineering Structures journal homepage: www.elsevier.com/locate/engstruct Particle swarm optimization of tuned mass dampers

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

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

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

More information

A new 0-1 integer programming method of feeder reconfiguration for loss minimization in distribution systems

A new 0-1 integer programming method of feeder reconfiguration for loss minimization in distribution systems A new 0-1 integer programming method of feeder reconfiguration for loss minimization in distribution systems N.D.R. Sarma % K.S. Prakasa Rao b R&D Division, CMC Limited, Gachibowli, Hyderabad 500 133,

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

Discrete evaluation and the particle swarm algorithm

Discrete evaluation and the particle swarm algorithm Volume 12 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

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

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

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

More information

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

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

More information

A self-guided Particle Swarm Optimization with Independent Dynamic Inertia Weights Setting on Each Particle

A self-guided Particle Swarm Optimization with Independent Dynamic Inertia Weights Setting on Each Particle Appl. Math. Inf. Sci. 7, No. 2, 545-552 (2013) 545 Applied Mathematics & Information Sciences An International Journal A self-guided Particle Swarm Optimization with Independent Dynamic Inertia Weights

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

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

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

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 03 Mar p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 03 Mar p-issn: Optimum Size and Location of Distributed Generation and for Loss Reduction using different optimization technique in Power Distribution Network Renu Choudhary 1, Pushpendra Singh 2 1Student, Dept of electrical

More information

Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method

Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method Gurpreet Kaur 1, Asst. Prof. Harmeet Singh Gill 2 1,2 Department of Electrical Engineering, Guru Nanak Dev Engineering

More information

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

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

More information

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

Computational Intelligence in Product-line Optimization

Computational Intelligence in Product-line Optimization Computational Intelligence in Product-line Optimization Simulations and Applications Peter Kurz peter.kurz@tns-global.com June 2017 Restricted use Restricted use Computational Intelligence in Product-line

More information

A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network

A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network JIANG Hai University of Chinese Academy of Sciences National Astronomical Observatories, Chinese Academy of Sciences

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

Optimal placement of capacitor in distribution networks according to the proposed method based on gradient search

Optimal placement of capacitor in distribution networks according to the proposed method based on gradient search Applied mathematics in Engineering, Management and Technology 2 (6) 2014:570-581 www.amiemt-journal.com Optimal placement of capacitor in distribution networks according to the proposed method based on

More information

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

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

More information

ARTIFICIAL INTELLIGENCE

ARTIFICIAL INTELLIGENCE BABEŞ-BOLYAI UNIVERSITY Faculty of Computer Science and Mathematics ARTIFICIAL INTELLIGENCE Solving search problems Informed local search strategies Nature-inspired algorithms March, 2017 2 Topics A. Short

More information

Classification of Capacitor Allocation Techniques

Classification of Capacitor Allocation Techniques IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 1, JANUARY 2000 387 Classification of Capacitor Allocation Techniques H. N. Ng, Student Member, IEEE, M. M. A. Salama, Member, IEEE, and A. Y. Chikhani,

More information

STATE ESTIMATION IN DISTRIBUTION SYSTEMS

STATE ESTIMATION IN DISTRIBUTION SYSTEMS SAE ESIMAION IN DISRIBUION SYSEMS 2015 CIGRE Grid of the Future Symposium Chicago (IL), October 13, 2015 L. Garcia-Garcia, D. Apostolopoulou Laura.GarciaGarcia@ComEd.com Dimitra.Apostolopoulou@ComEd.com

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

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

Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor

Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor 1 Champa G, 2 Sunita M N University Visvesvaraya college of Engineering Bengaluru,

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

State Estimation and Power Flow Analysis of Power Systems

State Estimation and Power Flow Analysis of Power Systems JOURNAL OF COMPUTERS, VOL. 7, NO. 3, MARCH 01 685 State Estimation and Power Flow Analysis of Power Systems Jiaxiong Chen University of Kentucky, Lexington, Kentucky 40508 U.S.A. Email: jch@g.uky.edu Yuan

More information

Particle swarm optimization (PSO): a potentially useful tool for chemometrics?

Particle swarm optimization (PSO): a potentially useful tool for chemometrics? Particle swarm optimization (PSO): a potentially useful tool for chemometrics? Federico Marini 1, Beata Walczak 2 1 Sapienza University of Rome, Rome, Italy 2 Silesian University, Katowice, Poland Rome,

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

Journal of Artificial Intelligence in Electrical Engineering, Vol. 1, No. 2, September 2012

Journal of Artificial Intelligence in Electrical Engineering, Vol. 1, No. 2, September 2012 Multi-objective Based Optimization Using Tap Setting Transformer, DG and Capacitor Placement in Distribution Networks Abdolreza Sadighmanesh 1, Mehran Sabahi 2, Kazem Zare 2, and Babak Taghavi 3 1 Department

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

Finding Robust Solutions to Dynamic Optimization Problems

Finding Robust Solutions to Dynamic Optimization Problems Finding Robust Solutions to Dynamic Optimization Problems Haobo Fu 1, Bernhard Sendhoff, Ke Tang 3, and Xin Yao 1 1 CERCIA, School of Computer Science, University of Birmingham, UK Honda Research Institute

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

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

OPTIMAL CAPACITOR PLACEMENT AND SIZING IN A RADIAL DISTRIBUTION SYSTEM USING CLONAL SELECTION ALGORITHM

OPTIMAL CAPACITOR PLACEMENT AND SIZING IN A RADIAL DISTRIBUTION SYSTEM USING CLONAL SELECTION ALGORITHM OPTIMAL CAPACITOR PLACEMENT AND SIZING IN A RADIAL DISTRIBUTION SYSTEM USING CLONAL SELECTION ALGORITHM V. Tamilselvan 1, K. Muthulakshmi 1 and T. Jayabarathi 2 1 Department of Electrical and Electronics

More information

PSO with Adaptive Mutation and Inertia Weight and Its Application in Parameter Estimation of Dynamic Systems

PSO with Adaptive Mutation and Inertia Weight and Its Application in Parameter Estimation of Dynamic Systems Vol. 37, No. 5 ACTA AUTOMATICA SINICA May, 2011 PSO with Adaptive Mutation and Inertia Weight and Its Application in Parameter Estimation of Dynamic Systems ALFI Alireza 1 Abstract An important problem

More information

Optimal Placement of Capacitors for Loss Reduction in Distribution System Using EPSO

Optimal Placement of Capacitors for Loss Reduction in Distribution System Using EPSO I J C T A, 10(5) 2017, pp. 727-741 International Science Press Optimal Placement of Capacitors for Loss Reduction in Distribution System Using EPSO D. Suryakala * and D. Sudha Rani ** Abstract: This paper

More information

Solving Distribution System Overload Contingency Using Fuzzy Multi-Objective Approach Considering Customer Load Pattern

Solving Distribution System Overload Contingency Using Fuzzy Multi-Objective Approach Considering Customer Load Pattern Solving Distribution System Overload Contingency Using Fuzzy Multi-Objective Approach Considering Customer Load Pattern Majid Jamil, Amit Sharma Abstract This paper presents the study of overload contingency

More information

DESIGN AND OPTIMIZATION OF EQUAL SPLIT BROADBAND MICROSTRIP WILKINSON POWER DI- VIDER USING ENHANCED PARTICLE SWARM OPTI- MIZATION ALGORITHM

DESIGN AND OPTIMIZATION OF EQUAL SPLIT BROADBAND MICROSTRIP WILKINSON POWER DI- VIDER USING ENHANCED PARTICLE SWARM OPTI- MIZATION ALGORITHM Progress In Electromagnetics Research, Vol. 118, 321 334, 2011 DESIGN AND OPTIMIZATION OF EQUAL SPLIT BROADBAND MICROSTRIP WILKINSON POWER DI- VIDER USING ENHANCED PARTICLE SWARM OPTI- MIZATION ALGORITHM

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

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

Optimal Capacitor Placement in Radial Distribution Systems Using Flower Pollination Algorithm

Optimal Capacitor Placement in Radial Distribution Systems Using Flower Pollination Algorithm Optimal Capacitor Placement in Radial Distribution Systems Using Flower Pollination Algorithm K. Prabha Rani, U. P. Kumar Chaturvedula Aditya College of Engineering, Surampalem, Andhra Pradesh, India Abstract:

More information

Motivation, Basic Concepts, Basic Methods, Travelling Salesperson Problem (TSP), Algorithms

Motivation, Basic Concepts, Basic Methods, Travelling Salesperson Problem (TSP), Algorithms Motivation, Basic Concepts, Basic Methods, Travelling Salesperson Problem (TSP), Algorithms 1 What is Combinatorial Optimization? Combinatorial Optimization deals with problems where we have to search

More information

An Improved Quantum Evolutionary Algorithm with 2-Crossovers

An Improved Quantum Evolutionary Algorithm with 2-Crossovers An Improved Quantum Evolutionary Algorithm with 2-Crossovers Zhihui Xing 1, Haibin Duan 1,2, and Chunfang Xu 1 1 School of Automation Science and Electrical Engineering, Beihang University, Beijing, 100191,

More information

OPTIMAL DG AND CAPACITOR ALLOCATION IN DISTRIBUTION SYSTEMS USING DICA

OPTIMAL DG AND CAPACITOR ALLOCATION IN DISTRIBUTION SYSTEMS USING DICA Journal of Engineering Science and Technology Vol. 9, No. 5 (2014) 641-656 School of Engineering, Taylor s University OPTIMAL AND CAPACITOR ALLOCATION IN DISTRIBUTION SYSTEMS USING DICA ARASH MAHARI 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

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

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

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

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

Available online at ScienceDirect. Procedia Computer Science 20 (2013 ) 90 95

Available online at  ScienceDirect. Procedia Computer Science 20 (2013 ) 90 95 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 20 (2013 ) 90 95 Complex Adaptive Systems, Publication 3 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri

More information

Available online at AASRI Procedia 1 (2012 ) AASRI Conference on Computational Intelligence and Bioinformatics

Available online at  AASRI Procedia 1 (2012 ) AASRI Conference on Computational Intelligence and Bioinformatics Available online at www.sciencedirect.com AASRI Procedia ( ) 377 383 AASRI Procedia www.elsevier.com/locate/procedia AASRI Conference on Computational Intelligence and Bioinformatics Chaotic Time Series

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