CHEMICAL ENGINEERING TRANSACTIONS VOL. 51, 2016 A publication of The Italian Association of Chemical Engineering Online at www.aidic.it/cet Guest Editors: Tichun Wang, Hongyang Zhang, Lei Tian Copyright © 2016, AIDIC Servizi S.r.l., ISBN 978-88-95608-43-3; ISSN 2283-9216 Reactive Power Optimization of Distribution Network Based on Dual Population Ant Colony Algorithm Yunfang Xiea, Wenhui Hou*b, Limin Shaoa aCollege of Mechanical and Electrical Engineering, Agricultural University of Hebei, Baoding 071001, Hebei, China bDepartment of Mechanical Engineering, Tangshan Polytechnic College, Tangshan 063101, Hebei, China. 47570198@qq.com This paper has further researched on the reactive power optimization algorithm in distribution network aiming at the actual conditions that the reactive-load compensation equipment in the distribution network is insufficient and is in unreasonable distribution and the network loss is too large and the voltage quality needs to be further improvement. At first, this paper uses the minimum loss of the distribution system network as the objective function, establishing a mathematical model of reactive power integrated optimization which fits in with the actual distribution network. Then, aiming at the ant colony algorithm’s disadvantage of long searching time and easy to stagnation, this paper proposes that we can carry out reactive power optimization by using dual population improved ant colony algorithm. Based on the ant colony algorithm, this algorithm carries on independent search by leading into two kinds of ant colony, and carries on information communication, breaking the stagnation of the single ant colony’s searching in large probability, ensuring the variety of the solution in the algorithm, and raising the global convergence ability. Finally, this paper tests the feasibility and the availability of this algorithm by the simulative calculation of the IEEE6 system and comparing the results and the traditional optimization results. 1. Introduction The reactive power optimization of the distribution network is the optimization problem of the distribution network’s satisfying various constrained conditions and achieving the intended target under certain running mode (Liu et al., 2002). It refers to choosing the reactive-load compensation equipment, confirming the input capacity of the reactive power compensation device (Sarno et al., 2015) and adjusting the transformer’s tapping point and the cooperation of the generator terminal voltage, and it is a nonlinear programming problem with multiple constraints. The reactive power optimization has the characteristics of discreteness, nonlinear, large-scale and the convergence depending on the initial value. Aiming at the characteristics of the reactive power optimization, the experts and scholars home and abroad use various optimization algorithms in this field, which can be divided into two kinds of the traditional optimization method and the artificial intelligence method. The traditional optimization method includes linear programming method, nonlinear programming method, and mixed integer programming method, etc (Jwo et al., 1995; Das and Patvardhan, 2002; Abdul-Rahman et al., 1995). The problem of the reactive power optimization is discrete nonlinear problem. The traditional optimization method generally requires differentiable or linearization, but the switching combination of the adjustable tap of the transformer and the compensating capacitor group is graded. Because the traditional method adopts continuous approximation method in dealing with the discrete variable, the problem of the reactive power optimization including the discrete variable may have larger error. For this reason, the researchers use the new method based on the artificial intelligence such as genetic algorithm (Liu et al., 2007), neural network algorithm (Santoso and Tan, 1990), tabu algorithm (Duan and Yu, 2001), expert system, fuzzy set theory (Ng and Salama, 1995) into the research of the reactive power optimization, overcoming the disadvantage of the traditional optimization method and gaining better effect. The most serious problem in the traditional genetic algorithm is the problem of premature convergence. Because the network structure of the distribution network is complicated and changeable, it makes great difficulty to train the nerve net in the neural network algorithm. When the structure of the distribution network is changed, a new shipment of sample DOI: 10.3303/CET1651081 Please cite this article as: Xie Y.F., Hou W.H., Shao L.M., 2016, Reactive power optimization of distribution network based on dual population ant colony algorithm, Chemical Engineering Transactions, 51, 481-486 DOI:10.3303/CET1651081 481 mailto:47570198@qq.com comes into being, so the neural network technique’s application in the distribution network is restricted. The optimum seeking speed of the tabu algorithm is faster, but this method is a single point searching method in extending presence, and its convergence is influenced by the initial solution. The method of expert system based on the sensitivity analysis easily is easily immersed in the local extremum region because of the improper selection of the initial point. The fuzzy optimization method is only effective to the analysis of the indeterminacy problems; to the analysis of the exact problem, it will make the problem complicated. The Ant Colony Search Algorithm is a kind of simulated evolutionary algorithm, which was initially proposed by the Italian scholar M.Dorigo, whose idea took in the behavioral characteristics of real ants, having the advantages of high robustness, intrinsic parallelism and the ability of fining the excellent solution, without any differentiable even continuous require to the function (Dorigo et al., 1996). Based on this, more and more scholars have applied it to the research on the reactive power optimization. However, in the research on the Ant Colony Search Algorithm, it is found that the basic Ant Colony Search Algorithm is easily immersed in the stagnation state. Under the information positive feedback mechanism, a great number of ants choose the same path and make the pheromone concentration on the chosen path largely outweigh other paths, so it makes it difficult for the algorithm to find other excellent solutions in the neighborhood space. This problem is similar to the condition in the genetic algorithm converges to local optimal solution caused by the reason that the species lacks the diversity in the genetic algorithm, so this paper tries to apply the dual population improved ant colony algorithm to the reactive power optimization. Because the ant’s choice of the path lies on the state transition probability and the state transition probability is decided by the pheromone concentration, so the distribution of the pheromone concentration in different populations is different, thus the variety of the algorithm’s solutions can be kept, at the same time they can exchanged between the two populations regularly, making the best use of the excellent solution and the information. 2. Ant colony algorithm and improved ant colony algorithms 2.1 Ant colony algorithm Ant colony algorithm is to solve the problem by simulating the behavior of ants’ looking for food and returning to their nest. Each ant searches the solution independently in the space of the candidate solution, and leaves pheromone on the way forward. Ant communicates and cooperates with other by leaving the pheromone in order to find a shorter path. The more ants pass through a path, the greater the intensity of the pheromone released on the path. Ants choosing the next path will tend to choose the direction in which the pheromone is in great intensity. In this way, there will be more ants choosing this path, and the intensity of the pheromone on this path will be more and bigger, and the number of ants choosing this path will be more, thus it converges to the optimal path. The basic principle of ant colony algorithm can be described by the classical traveling salesman problem (A traveling salesman departs from a certain city, visits each city once and only once, and finally returns to the starting city, asking to find a shortest path tour.). We assume that the number of ants is m; dij=(i,j=1,2,…,n) represents the distance between the city i and the city j; ij(t) represents the heuristic function, and the value is set to: 1/ dij; ij(t) represents the amount of pheromone remaining on the city i,j connection at t time; △k ij (t) represents the amount of per unit length pheromone left by ant k on the city i,j connection; pk ij (t) represents the transition probability of ant k in the city i to select the next city j at t time. The amount of initial pheromone on each path is equal. ij=c ( c is a nonzero constant). (1) Path selection strategy In the course of the movement, ant k decides the transfer direction according to the amount of pheromone on each path. The transition probability of ant k in the city i which selects the next city j is: ( ) ( ) ; ( ) ( )( ) 0 . t tij ij j allowed kk t tP t is isij s allowed k others               (1) In Formula 1, allowedk={1,2,…,n}-tabuk represents a collection of cities chosen by ants in the next path.  and  are two parameters, which reflect respectively the accumulation of pheromone and the relative influence of heuristic information by ants in the process of moving. The tabuk list is used to record the city that ants walk through, and has constant dynamic tuning with time in. (2) Pheromone Updating Strategy 482 After a traversal of n cities, the ants complete a cycle. The amount of information on each path adjusts according to the following formula: ( 1) (1 ) ( ) ( ); ( ) 1 0 Q Ant k in this cycle through the ijm k k t t t t Lij ij ij ij kk others                  (2) In the formula 2, (01) is the pheromone evaporation coefficient; 1- is pheromone residual factor; Q is a constant, which indicates the pheromone intensity released by ants after completing a full path search; Lk represents the total length of the path that ant k has passed in this cycle. 2.2 Dual Population Improved Ant Colony Algorithm The basic idea of dual population improved ant colony algorithm is: the ants in the ant colony algorithm are separated into two populations and carry out independent search, and regularly exchange information and excellent solution, so as to ensure the diversity of the solutions. The realization of the dual population ant colony algorithm needs to solve two basic problems: the first is the content and form of information exchange; the second is how to determine the conditions of information exchange. (1) Selection of content and form of information exchange The content of information exchange is reflected mainly in the distribution of pheromone. The pheromone in the single population will tend to be consistent, but the distribution of pheromone in different populations is different. Therefore, we can distribute the information of some excellent solutions in each population to another population, so that the ants of another population can break the stagnant state with greater probability. At the same time, the size of each population can vary, and the optimization parameters of each population can also be different. (2) Determination of the conditions of information exchange In general, we can choose to carry out an information exchange after every several generations, and the regular exchange is more intuitive and easy to implement. Too frequent exchanges will make the algorithm close to the single population algorithm, and if the number of exchange is too small, it can not reflect the superiority of the dual population algorithm. So in this paper, the exchange time is 5 in the application of dual population improved ant colony algorithm. If the distribution of pheromone is different in different two populations after the completion of an optimization iterative process,we can distribute the information of some excellent solutions in each population to another population. That is, we can exchange pheromone. Otherwise, if the search results and the pheromone distribution of the two populations are similar, then the exchange of pheromone is not significant. There is no need to exchange pheromone after the end of the iteration process. 3. Reactive power optimization of distribution network based on Dual Population ant colony 3.1 Mathematical model of reactive power optimization The mathematical model of reactive power optimization in distribution network includes three parts: the node power constraint equation, the variable constraint condition and the objective function. (1) Node power constraint equation In reactive power optimization model, we need to consider the active and reactive power balance constraints of each node. That is, the injected active power and reactive power of each node satisfy the constraint equation of the formula 3. ( cos sin ) 1 ( sin cos ) 1 n P P P V V G Bi i j ij ij ij ijLiGi j n Q Q Q Q V V G Bi i j ij ij ij ijLiGi Ci j                     (3) In formula 3, Pi, Qi, Vi are injected active power, injected reactive power and voltage of the node i, respectively; PGi, QGi are active power and reactive power of generator node, respectively; PLi, QLi, QCi are active load, reactive load and reactive power compensation capacity of the node i, respectively; Gij, Bij , ij are conductance, susceptance and voltage phase angle difference between node i and node j, respectively; n is the total number of system nodes. (2) Variable constraint condition 483 In general, we choose the generator terminal voltage VG and reactive power compensation capacity QC and the transformation ratio of transformer Tk as control variable, while generator reactive power output QG and load node voltage VD as the state variable. Inequality constraints of control variables and Inequality constraints of state variables are shown in formula 4. maxmin maxmin ; maxmin maxmin min max V V V i N Gi Gi GGi Q Q Q i N Gi Gi GGi Q Q Q i N Ci Ci CCi V V V j N Dj Dj PQDj T T T i N Tk k k                        (4) In formula 4, NG, NC, NT, NpQ are the generator node number and reactive power compensation node number and transformer quantity and load node number, respectively. (3) Objective function. In this paper, the minimum loss of the active power was regarded as the objective function. The load node voltage constraint and the generator reactive power constraint are introduced into the objective function as penalty function. Expression is as follows: 2 2 min 1 21 1 2 2 2 cos 1, NV QN Gj k F P loss j kV Q M M N P G V V V Vij i j i j ijloss i j i                                 (5) In formula 5, N, NG are system node number and generator node number, respectively; Gij is the conductance of the line ij ; Vi is the voltage of the node i; 1, 2 are the overflow penalty coefficient of load node and the overflow penalty coefficient of the generator reactive power output, respectively. △Vj, △Qk as follows: max max max max 0 < ; 0 < maxmin min max min minmin min V V V V Q Q Q Qj j j j k k k k V V V V Q Q Q Qj j jj k k k k Q Q Q QV V V V k k k kj jj j                       (6) ; max min max min V V V Q Q QjM Mj k k     (7) In the above formula, Vjmax, Vjmin are the upper limit value and lower limit value of voltage of the node j, respectively; Qkmax, Qkmin are the upper limit value and lower limit value of reactive power output of the generator node k, respectively. 3.2 Algorithm flow of reactive power optimization of distribution network based on Dual population The algorithm flow of reactive power optimization of distribution network based on dual population improved ant colony algorithm is shown in figure 1. 4. Example analysis In this paper, the simulation and calculation on IEEE6 are carried out. IEEE 6 system wiring is shown in Figure 2. The system contains six nodes and seven branches, including two generators and two adjustable transformer and two reactive power compensation points. The reference capacity is 100MVA. We select the node 1 as the balance node and its voltage amplitude is 1.00~1.10; the node 4 and 6 as the reactive power compensation point and the compensation capacity is between 0 ~ 0.55; the transformer tap position adjustment range is 0.9 ~1.1. The parameters in the algorithm are set as follows: the number of ants in the two species is 50; the number of iterations is 100 times; the number of pheromone exchange is 5 times. 1, 2, 0.3, 1.0Q      . 484 StartStart Input the original dataInput the original data Initialize the parameters of the dual population A and BInitialize the parameters of the dual population A and B Initialize the number of exchanging times n=0Initialize the number of exchanging times n=0 Ants in the population A: k1=1Ants in the population A: k1=1 Ants in the population B: k2=1Ants in the population B: k2=1 Select the walking path according to the transition probability Select the walking path according to the transition probability Select the walking path according to the transition probability Select the walking path according to the transition probability Update pheromone, modify the tabu list Update pheromone, modify the tabu list Update pheromone, modify the tabu list Update pheromone, modify the tabu list k1=k1+1k1=k1+1 k1