2002 Zhu
2002 Zhu
www.elsevier.com/locate/epsr
Received 25 June 2001; received in revised form 17 January 2002; accepted 18 January 2002
Abstract
This paper proposes an improved method to study distribution network reconfiguration (DNRC) based on a refined genetic
algorithm (GA). The DNRC model, in which the objective is to minimize the system power loss, is set up. In order to get the precise
branch current and system power loss, a radiation distribution network load flow (RDNLF) method is presented in the study. The
refined genetic algorithm is also set up, in which some improvements are made on chromosome coding, fitness function and
mutation pattern. As a result, premature convergence is avoided. The proposed approach is tested on 16-bus and 33-bus distribution
networks. Study results are given in the paper. # 2002 Elsevier Science B.V. All rights reserved.
Keywords: Optimization; Artificial intelligence; Genetic algorithms; Distribution systems; Network reconfiguration
At present, new methods based on artificial intelli- 1) GAs work with coding of parameters rather than
gence have been used in DNRC [8,9]. Chiang et al. [8] the parameters themselves.
presented a simulated annealing (SA) method to solve 2) GAs search from a population of points rather than
the DNRC problem, in which the SA was very time- a single point.
consuming. It is needed to apply the improved SA with 3) GAs use only objective functions rather than
high speed to handle the DNRC problem. For the first additional information such as their derivatives.
time, genetic algorithm (GA) was applied to the global 4) GAs use probabilistic transition rules, and not
optimal solution of DNRC in [9], which has shown a deterministic rules.
better performance over the SA approach. In this paper,
These properties make GAs more robust, more
the GA method is further refined by modifying the
powerful and less data-independent than many other
string structure and fitness function:
conventional techniques.
1) In Ref. [9], the string used in GA describes all the The theoretical foundation for GAs was first de-
switch positions and their ‘on/off’ states. The string scribed by Holland [11], and was presented tutorially by
can be very long and it grows in proportion with the Goldberg [12]. GAs provide a solution to a problem by
number of switches. For large distribution systems, working with a population of individuals each repre-
such long strings can not be effectively searched by senting a possible solution. Each possible solution is
GA. In this paper, the string will be shortened. termed a ‘chromosome’. New points of the search space
2) To reduce computational burden, approximate are generated through GA operations, known as repro-
fitness functions was used in GA to represent the duction, crossover and mutation. These operations
system power loss [9]. It may affect the accuracy and consistently produce fitter offsprings through successive
effectiveness of GA. GA is essentially unconstrained generations, which rapidly lead the search towards
search procedures within the given represented global optima [12].
space [10 /12]. All information should be fully
represented in the fitness function. Over-approxi-
mated fitness function would lead directly to 3. Mathematical model of DNRC
unreliable solution.
The purpose of DNRC is to find a radial operating
In this paper, the DNRC model, in which the structure that minimizes the system power loss while
objective is to minimize the system power loss, is set satisfying operating constraints. Thus, the following
up. Since the distribution network is a simple radial tree model can represent the DNRC problem.
structure, in which the ratio of R /X is relatively big, Min f Sb ½Ib ½ 2 kb Rb bNL (1)
even bigger than 1.0 for some transmission lines, neither
P /Q decoupled method nor Newton /Raphson method such that
is suited to compute the distribution network loadflow. kb ½Ib ½ 5Ibmax bNL (2)
Therefore, a radiation distribution network loadflow
Vimin 5Vi 5Vimax iN (3)
(RDNLF) method is presented in the study. In order to
enhance performance of GA, some improvements are gi (I; k)0 (4)
made on chromosome coding, fitness function and gv (V ; k)0 (5)
mutation pattern. Among these improved features, an 8 (k)0 (6)
adaptive process of mutation is developed not only to
prevent premature convergence, but also to produce where Ib is the current in branch b; Rb is the resistance
smooth convergence. The proposed approach is tested of branch b. Vi is the node voltage at node i. kb
with satisfactory results on 16-bus and 33-bus distribu- represents the topological status of the branches. kb /1
tion networks. if the branch b is closed, and kb /0 if the branch b is
open. N is the set of nodes, and NL is the set of
branches. Subscripts ‘min’ and ‘max’ represent the lower
and upper bounds of the constraint.
In the above model, Eq. (2) stands for the branch
2. Brief description of GA current thermal stability constraints. Eq. (3) stands for
the node voltage constraints. Eqs. (4) and (5) represent
GAs are effective parameter search techniques. They Kirchhoff’s current and voltage laws. Eq. (6) stands for
are considered when conventional techniques have not topological constraints which ensure radial structure of
achieved the desired speed, accuracy or efficiency [10]. each candidate topology.
GAs are different from conventional optimization and In order to get the precise expression of system power
search procedures in the following ways [12]. loss, the current branch Ib , will be computed through a
J.Z. Zhu / Electric Power Systems Research 62 (2002) 37 /42 39
Fig. 1. A simple distribution network. Source transformer busbars */; closed switches /; open switches ---; sink nodes (load nodes) /.
radiation distribution network loadflow (RDNLF) networks, it is not efficient to represent every arc in the
method in the study. It is well known that in the string, since its length will be very long. In fact, the
distribution network, the ratio of R /X (resistance/ number of open switch positions is identical to keep the
reactance) is relatively big, even bigger than 1.0 for system radial once the topology of the distribution
some transmission lines. In this case, P /Q decoupled networks is fixed, even if the open switch positions are
loadflow is invalid for distribution network load flow changed. Therefore, to memorize the radial configura-
calculation. It will also be complicated and time- tion, it is enough to number only the open switch
consuming to use the Newton /Raphson loadflow positions. Fig. 1 shows a simple distribution network
because the distribution network is only a simple radial with five switches that are normally open.
tree structure. Therefore, RDNLF method is presented In Fig. 1(a), positions of five initially-open switches 5,
in the paper. RDNLF calculation consists of two parts. 8, 10, 13 and 14 determine a radial topology. In Fig.
One is calculation of branch current from the ‘top of a 1(b), positions of five initially-open switches 1, 4, 7, 9
tree’ node to the ‘root of a tree’ node. Another is the and 10 determine another radial topology. Therefore, in
calculation of node voltage from the ‘root of a tree’ node order to represent a network topology, only positions of
to the ‘top of a tree node. The initial conditions are the the open switches in the distribution network need to be
given voltage vectors at root nodes as well as real and known. Suppose the number of normally open switches
reactive power at load nodes. In final, the deviation of is No, the length of a genetic string depends on the
injection power at all nodes can be computed. The number of open switches No. Genetic strings for Fig.
iteration calculation will be ceased if the deviation is less 1(a) and (b) are represented as follows, respectively.
than the given permissive error.
Model M-1 may be solved by first generating all Genetic string for Fig. 1(a).
graph trees and subsequently by performing evaluation.
However, real distribution systems contain many nodes
0001 0100 0111 1001 1010
and branches, and many trees. Conventional optimiza-
tion methods have shown to be ineffective and imprac- Switch 1 Switch 4 Switch 7 Switch 9 Switch 10
tical, because of dimensionality [1]. GAs has shown to
be an effective and useful approach for the DNRC Genetic string for Fig. 1(b).
problem [9]. Some refinements of the approach are
described in this paper. 4.2. Fitness function
Table 1
System data and parameters for 16-bus distribution network
Line no. Node i Node j Resistance Reactance Receiving node j Receiving node j
Table 2
System data and parameters for 33-bus distribution network
Line no. Node i Node j Resistance Reactance Receiving node Receiving node
Open switches Switch 33 Switch 7 Switch 7 [1] J.M. Wojciechowski, An approach formula for counting trees in a
Switch 34 Switch 10 Switch 9 graph, IEEE Trans. Circuit Syst. 32 (4) (1985) 382 /385.
Switch 35 Switch 14 Switch 14 [2] A. Merlin, H. Back, Search for minimum-loss operating spanning
Switch 36 Switch 33 Switch 32 tree configuration in an urban power distribution system, Proc.
Switch 37 Switch 37 Switch 33 5th Power System Computation Conference, Cambridge, 1975,
Power loss (MW) 0.202674 0.141541 0.139532 Paper 1.2/6.
[3] J. Nahman, G. Strbac, A new algorithm for service restoration in
large-scale urban distribution systems, Elect. Power Syst. Res. 29
(1994) 181 /192.
and 32 load points. The five initially-open switches are [4] V. Glamocanin, Optimal loss reduction of distribution networks,
‘33’, ‘34’, ‘35’, ‘36’ and ‘37’. The total system load is IEEE Trans. Power Syst. 5 (3) (1990) 774 /782.
3.715 MW, while the initial system power loss is [5] D.W. Ross, J. Patton, A.I. Cohen, M. Carson, New methods for
0.202674 MW. The system base is V /12.66 kV and evaluating distribution automation and control system benefits,
IEEE Trans. PAS 100 (1981) 2978 /2986.
S /10 MVA. [6] G. Strbac, J. Nahman, Reliability aspects in structuring of large
Results on the two study systems are listed in Tables 3 scale urban distribution systems, IEE Conf. on Reliability of
and 4. The test results are also compared with those in Transmission and Distribution Equipment, March 1995, pp. 151 /
Ref. [7], in which the solution was stated global optima. 156.
[7] D. Shirmohammadi, H.W. Hong, Reconfiguration of electric
It can be observed that the results in this paper are even
distribution networks for resistive line losses reduction, IEEE
better than those in Ref. [7]. Thus, we can say that the Trans. PWRD 4 (2) (1989) 1492 /1498.
global optima have been found in this paper. [8] H.D. Chiang, R.J. Jumeau, Optimal network reconfiguration in
distribution systems, part 1: a new formulation and a solution
methodology, IEEE Trans. Power Deliv. 5 (4) (1990) 1902 /1909.
6. Conclusions [9] K. Nara, A. Shiose, M. Kitagawa, T. Ishihara, Implementation of
genetic algorithm for distribution system loss minimum reconfi-
guration, IEEE Trans. Power Systems 7 (3) (1992) 1044 /1051.
An improved method to study distribution network [10] J.Z. Zhu, C.S. Chang, G.Y. Xu, X.F. Xiong, Optimal load
reconfiguration using GA is presented in the paper. The frequency control using genetic algorithm, Proc. 1996 Int. Conf.
DNRC model, in which the objective is to minimize the Elect. Eng., ICEE’96, Beijing, China, August 12 /15, 1996, pp.
distribution system loss, is formed. In the application of 1103 /1107.
[11] J.H. Holland, Adaptation in Nature and Artificial Systems, The
GA to the DNRC, some improvements of algorithms University of Michigan Press, Michigan 1975.
are made on chromosome coding, fitness function and [12] D.E. Goldberg, Genetic Algorithms in Search, Optimization and
mutation pattern. The genetic string used in the paper is Machine Learning, Addision-Wesley, Reading 1989.