You are on page 1of 6

ribution network reconfiguration for loss

reduction using fuzzy controlled evolutionary


programming

Y.I-I.Song
G .S.Wan g
A.T. Johns
P.Y. Wa ng

Obviously, the network can be made inore efficient by


Abstract: Network reconfiguration for loss reconfiguring it according to the variation in load
reduction in distribution systems is a very demand. Recent studies indicate that up to 13'% of the
important way to save energy. However, due to total power generation is wasted in the form of line loss
its nature it is an inherently difficult optimisation at the distribution level [I]. Hence, it is of great benefit
problem. A new type of evolutionary search to investigate inethods for network reconfiguration.
technique, evolutionary programming (EP), has The objective of network reconfiguration is to reduce
been adopted and improved for this partic power losses and improve the reliability of power
application. To improve the performance of E supply by changing the status of existing sectionalising
fuzzy controlled EP (FCEP), based on 1ieu:ristic switches and ties.
information, is Grst proposed. The mutation Distribution system reconfiguration for loss reduc-
fuzzy controller adaptively adjusts the mutation tion was first proposed by Merlin et al. [2]. They
rate during the simulated evolutionary process. employed a blend of optimisation and heuristics to
The status of each switch in distribution systems determine the minimal-loss operating configuration for
is naturally represented by a binary cointrol the distribution system represented by a spanning tree
structure at a specific load condition. Since then, many
parameter 0 or 1. The length of string is rnuch
techniques have been proposed. [3] provides a survey of
shorter than those proposed by others. A cliain-
the state of the art in distribution system reconfigura-
table and combined depth-first and breadth-first
tion for system loss reduction. These methods can be
search strategy is employed to further speed up
classified into two groups: (1) Heuristics methods and
thc optimisation process. The equality and mathematical optimisation techniques or combinations
inequality constraints are imbedded into the [4-13]. The use of heuristics was justified by the need to
fitness function by penalty factors which reduce the search space of the reconfiguration problem.
guarantee the optimal solutions searched by the Optiniisation techniques include linear programming,
FCEP are feasible. The implementation of the dynamic programming and simulated annealing; (2)
proposed FCEP for feedcr reconfiguration is AT-based approaches [ 14-16], including expert systems
describcd in detail. Numerical results are and neural networks.
presented to illustrate the feasibility of the More recently, genetic algorithms have been
proposed FCEP. proposed for distribution reconfiguration for loss
reduction [17, IS]. The results are very encouraging.
The characteristics of genetic algorithms make them
particularly suited to ill-structured optimisation
1 Introduction problems [19, 201. This is because GAS use pay-off
(fitness or objective function) directly for the search
Distribution systems arc critical links between the direction, so no mathematical assumption is needed
utility and customer, in which sectionalising switches and GA searching from a population of points can
are used for both protection and configuration discover global optimum very rapidly. However, as
management. Usually, distribution systems are discussed in [17], crossover operation has the danger of
designed to be most efficient at peak load demand. generating individuals which violate radiality
0 IEE. I997 constraints by swapping string of two parent networks.
IEE Pruceedirrg.c online no. 19971 10 I Although techniques can be introduced to get rid of
Paper lirst received 6th June and in revised form 25th October 1996 those bad individuals, this will inevitably increase the
Y.IH. Song is with the Dcpdrtrnent of Electrical Engineering and Electron- computation dramatically. In addition, the encoding
ics. Brunel Univci-sity. Uxbridge UBX 3PH, UK and decoding used in [18] is very complicated which
G.S. Wang is with Westinghousc Systcms Limited, Chippenham SN15 slows down the speed of the algorithm.
IJJ. U K Thus in this paper, a new type of evolutionary search
A.T. Johiis is with the Power and Energy Systems Group, School of Elcc. technique, evolutionary programming (EP), has been
tronic and Electrical Engineering. University or Bath, Bath BA; 7AY employed. Among other differences with GAS two are
P.Y. Wang is with the Electric Power Rcacarch Institute. Beijing, China major: (1) EP uses control parameters, not their
345
codings; (2) the generation selection procedure of EP is and disconnection between feeders must be simultane-
mutation and competition, not the reproduction, ously satisfied. Hence, the constraints of eqns. 5 and 6
crossover and mutation of GA. GAS emphasise on are needed.
genetic operators, while mutational transformations N IC
play a crucial role in EP. The study in [21, 221 shows
)1X=K (5)
that EP outperforms GASin a number of applications. z = 1 j=1
In simple EP, the mutation rate is fixed which has
Tv
some shortcomings. To improve the performance of EP
for our particular problem, a fuzzy controlled EP ELtj= 1 (a = 1 , 2 , . . . , K ) (6)
(FCEP), based on some heuristic information, is first z= 1
proposed. The designed mutation fuzzy controller where L, stands for load centre. If thejth load belongs
adaptively adjusts the mutation rate during the to the ith feeder, L, = 1, otherwise L , = 0. Eqn. 5
evolutionary process. The status of each switch in means that the /th load belongs to the ith feeder and
distribution systems is naturally represented by a can only belong to one feeder. Eqn. 6 means that all
binary control parameter 0 or 1. The length of string is load centres must be supplied.
much shorter than the one used in [17]. In addition. a
chain-table and depth-breadth search strategy is 3 Fuzzy controlled evolutionary programming
employed to further speed up the optimisation process. for feeder reconfiguration
The equality and inequality constraints are imbedded
into the fitness function by some penalty factors to The implementation of fuzzy controlled evolutionary
guarantee the optimal solutions searched by the FCEP programming for feed reconfiguration involves the fol-
are feasible. The implementation of the proposed lowing steps:
FCEP for feed reconfiguration is described in detail.
Numerical results are presented to illustrate the 3. I Describing switch status
feasibility of the proposed FCEP. If the number of switches in a distribution system is M ,
the length of chromosome is defined as M . The status
2 Problem formulation of each switch is naturally represented by a binary con-
trol parameter 0 or 1. If the status of a switch is 0, for
2. I Objective function of network example, then it indicates that the switch is opeii other-
recon figuration wise the switch is closed. Every chromosome represents
The objective function of network reconfiguration is to one configuration of the distribution system.
minimise the total power losses in the distribution sys-
tem as the load demand changes. Supposing the 3.2 Generating initial populations
number of feeders and of load centres in a distribution The initial populations are generated randomly. The
system are, respectively, N and K, then the number of length of a chromosome equals to the number of sec-
trees is also N . With the assumption that the loss due tionalising switches and ties in a distribution system.
to line reactance is negligible, the objective function of Thus, each chromosome string corresponds to an initial
network reconfiguration can be expressed by eqn. 1. network. To speed up the convergence of FCEP, the
constraints described in Section 2.2 should be satisfied
as much as possible in the initial populations. If the
j = 1 j=n, ‘J number of the closed switches in the original distribu-
tion network is K , , the number of 1 in the initial chro-
where n, is number of nodes in the ith feeder (tree)
mosome should be K,, and the root of one tree can
except its root, Y , - , , ~ is the resistance, P j and Q, are the
never become a leaf of another tree.
power flow, 5 is the voltage.

2.2 Constraints in radial networks 3.3 Formulating new network


The data structure of a new network is described by
The constraints consist of power-flow constraints,
branch nodes and branch status. If the bits in a chro-
node-voltage constraints, and line thermal constraints.
Power flow at each node must be kept in balance, mosome are 1, their corresponding branches are added
power flow at each branch must be less than or equal into a new network and the status of the branches are
to its maximum capacity, and the operating voltage at set to 1 otherwise the branch nodes and branch status
each node must be in its safety range. Namely are set to zero.

s,-1 = s, + SL1 (2 = 1 , 2 , . . . . n ) (2) 3.4 Describing data structure of distribution


system
s, < s y z ( 2 = 1 , 2 , . . . ,n) (3) The data structure of a distribution system is repre-
vm’n sented by a group of chains. Each consists of:
2 5 v, 5 &, a,, (2 = 1;2... . , n) (4)
where S, = Pi + jQi. Therefore, first of all, the power { branch-nodes[head, end], branch-parameters[resist-
flow must be calculated. Normally, distribution system ance, reactance, end-node-real-power, end-node-reac-
are operated as radial network. Although reconfigura- tive-power, end-node-voltage], switch-no}
tion of the distribution system changes the states of For a given branch, the small branch node number is
some sectionalising switches, the radial characteristics its head and the bigger one is its end. The initial node
of its network is still kept. Thus, the simplified power- voltages in the original distribution system are their
flow equations can be adopted [7]. actual data. After the status of sectionalising switches
Besides the constraints of eqns. 2, 3 and 4, further have been changed, the initial node voltages in a new
constraints must be satisfied. For instance, the load network are taken the value 1.0 at every node to meet
centres must not be shed: the connection inside a feeder the voltage quality.
346 I E E Proc.-Gener. Trmism. Distrih., Vol. 144, N o 4, July 1997
3.5 Searching for feeders Taking the chain-table as shown in Fig. 2 as an
After the status of sectionalising switches has been example, together with its corresponding tree. Obvi-
changed, i.e. the bits in a chromosome have been ously, each chain-table stands for one tree, and the
changed, the new network is easy to be formulated in power losses of the tree can be easily computed from
terms of the bits in a chromosome as stated but the leaves to root in terms of the chain-table.
memberships of all load centres could be totally
changed. Hence, we need to search for which feeder a 3.6 Competition based on fitness function
given load centre belongs to. The blend searching An appropriate fitness function is essential to speed up
technique is cmployed. In the first place the search the convergence of the FCEP In network rcconfigura-
begins with the root of a tree. After the branches linked tion, the fitness function should consider the objective
to the root are searched thcir status will be set to zero function of eqn. 1 and constraints of eqns. 3 and 4
and their end nodcs will be automatically recorded and The constraints (cqns. 5 and 6) have already been con-
used again as a new starting point to search for the sidered by searching for feeders of Section 3.5. Con-
other branches and nodes until the searching space is straint 2 is embedded into the calculation procedure of
traversed. After that we can further determine whether network losses.
a load centre has been shed through checking the status The voltage constraint (eqn. 3) is rearranged as
of the branches. If the status of a branch is not zero, it eqns. 7 and 8:
shows that the branch has never been searched and a
load shedding could occur. Therefore the branch is
needed to be added to a corresponding feeder. The
reason for this is thal when the searching is running
into the problem of nonconsistence, the branch needs
to swap its head and end. Of course, the end node
power sink must be simultaneously changed. For Generally, V,,,, takes the value of 0 . 9 5 ~and
~ V,,,,,,
examplc, if a new network consists of the following takes the value of 1 . 0 5 ~ ~ 1 .
branches j(3, 13, I), (13, 14, 1), (10, 14, l), (14: 15, l), In the proposed technique, the search is from the
(15, 16, l ) ] and supposing node 3 is the root of the root to the leaves of a tree, but the power losses are
tree. After searching for the tree (feeder), every branch calculated from the leaves to the root of the tree.
except for (IO, 14, 1 ) can be added into the t:ree and Hence the capacity constraints can be taken into
their status are set to zero. If we check the status of all account by eqn. 9.
the branches in the new network it is easy to find that
the status of the branch (10, 14, 1) is 1 , wliich shows
that the branch has never been searched. The branch is
not added into the tree and the load centre 10 has been
shed. After swapping the head and end of the branch where Sl0 is the injected power at the root of the ith
the load centre 10 can be added into the feeder (tree). feeder and S l ( y xis its corresponding maximum capac-
To accelerate the searching process, chain-tables are ity. Then the fitness function can be represented by
used and all feeders can be searched in parallel at the eqn. 10.
same time. The structure of thc chain-table is shown in
Fig. 1 .
z = 1 1=n,

I root I the first-level-middle-nodes I In cqn. 10, C is a given big positive real number

lthe first-level-middle-nodes I the second-level-middle-nodesI

lthe (i-I)-th-Ievel-middie~o&s~
the i-th-level-IIuddie-nodos I programming

inference
engine

3.7 Implementation of the fuzzy controlled


mutation
The procedures to design the mutation fuzzy logic con-
1 2 3 L S J 1
2 6 7
troller, shown in Fig. 3, are as follows:
3 8 9 (i) Choose inputs and output for the mutation fuzzy
L O logic controller: As a general rule, the changes in fit-
ness Af(t) and A Y ( t ) are chosen as the inputs to the
fuzzy controller and the change in mutation Am(t) as

J++p
11
its output, where
A f ( t )= , f ( t ) - f ( f - 1) (11)

347
(ii) Define the universes of discourse for AjJ(t), Aff(T) (iv) Set inference rules: The inference rules are defined
and Am(t): In this study, the universes of discourse of based on a series of tests and experience as shown in
Af(t), ALf(t) and Am(t) are, respectively. defined as Table 1.
[-1.0, I .0],[-0.5, 0.51 and [-0.1, 0.11. Then. all inputs to (v) Determine the output of the fuzzy controller: For
the f u z y controller will be standardised into their cor- a n y inputs to the mutation fuzzy logic controller, its
respoiiding universes of discourse. output is computed based on the centre of gravity. This
(iii) Respectively define a group of fuzzy subsets to method computes the centre of gravity of the final
cover their own universes of discourse: Define the lin- fuzzy control space and produces a result which is
guistic value sets of the fuzzy variables Af(t). A'f(r) and sensitive to all the rules executed. Hence, the results
Awz(t) as eqiis. 13-15, and let the membership functions tend to move smoothly across the control surface.
of all fuzzy subsets take triangular distributions as Finally, the mutation rate is computed by eqn. 16.
shown in Fig. 4.
m(t + I ) = m ( t )+ h ( t ) (16)
TPf(t))
= {:YL,A'R.S S , PS.PAIT.PI?.P L } The mutation in a chromosome must be carried out in
pairs. i.e. if a bit of the chromosome is mutated from 1
(13)
to 0. then another bit with binary number 0 must be
T ( P f ( t ) )= {ILL . Z E . PS. P-U. P L }
simultaneously mutated to 1, vice versu. That is to say,
(14) if a open switch is closed then its neighbour closed
T (A m (I ) ) switch must be open, and if a closed switch is open
then the neighbouring open switch must be closed. The
= {iYL, :YR, -3-S,AYM,Z E . P S . PAII.P R . P L }
mutation cannot undermine the radial characteristics of
(1.) the network and cannot shed the load centres. The
where N L = negative larger; N R = negative large; NS FCEP is then programmed in Turbo C++ on a PC486.
= negative small: " I= negative medium, ZE = zero:
PS = positive small; PM = positive medium; PR = pos- 4 Casestudy
itive large; PL = positive larger.
P A typical distribution system, as shown in Fig. 5 , which
was studied by Civanlar et ul. [6] is taken as a case
study to test the performance o l the FCEP. This system
consists of three feeders, 13 normally closed sectionalis-
ing switches, three normally open tie-switches and 13
load centres. Feeder section impedance, system loads,
-08 -01 0 01 08
Af(t)
and busbar voltages are given in Table 2.
U FEEDER 1 FEEDER 2 FEEDER3
1 I
NL NS NM IZEPSPM PL I

-03 0 03
A2f(t)
512
P 52
NL NR NS NM IZCPSPM PR PL

-008 - 0 O L 0 OOL 008


Amt
The paramelers used in FCEP are as follows:
Fig.4 .~enlhi.i\hip fuizirioizi o/ A f [ l j , A ' f i t ) md Awit)
population size = 100; chromosome length = 16; initial
Table 1: Fuzzy inference rules mutation rate = 0.1; desired generations = 100. The
optiniisation results are tabulated in Table 3 (case 1)
Af(t) which are achieved after three generations. If we reduce
NL NR N M NS ZE PS PM PR PL the load at the load centre 12 from 4.5 +j2 .O to 3.5 +
jl.0, the optimal network searched by the FCEP is
Am(t) shown in Table 4 (case 2), which is attained after two
A' fl t) NL NL NR N M N M NS NS NS ZE ZE generations. It can be seen that the optimal network is
NM N M N M N M NS NS ZE ZE ZE PS unchanged if the fluctuation of load is small. In the
NS N M NS NS NS ZE ZE PS PS PS
third case, when the loads at the load centre 12 and 15
are reduced to 3.5 + jl.O and 0.5 + ,jO.4, respectively,
Zf NS NS Zf Zf ZE PS PS P M PM
and the load at six is increased to 2.5 + ,jl.3, the
PS ZE ZE ZE PS PS PS P M P M PR optimal network searched by the FCEP is shown in
PM ZE Zf PS PS P M P M P M PR PR Table 5 (case 3), which is attained after four
PL PS PS PS P M P M PR PR PR PL generations.
34x IEE Pi.oc.-Geiier. Traii.snz Dbiriii., Vol. 144, N o 4,July 1997
Table 2: System data for distribution system

Section Section Endbus Endbus End bus


Bus to capacitor
End bus
resistance reatance load load
bus voltage (p.u.1
(p.u) (P.U.) (MW) (MVAR) (MVAH)
~~

1-4 0.075 0.1 2.0 1.5 0.9911-0.370


4-5 0.08 0.1 1 3.0 1.5 1.1 0.9881-0.544
4-6 0.09 0.18 2.0 0.8 1.2 0,9861-0.697
6-7 0.04 0.04 1.5 1.2 0.9 851-0.7 0 4
2-8 0.1 1 0.11 4.0 2.7 0.979/-0.763
8-9 0.08 0.11 5.0 3.0 1.2 0.9711-1.451
8-1 0 0.11 0.11 1.o 0.9 0.9771-0.770
9-1 1 0.1 1 0.1 1 0.6 0.1 0.6 0.9711-1.525
9-1 2 0.08 0.11 4.5 2.0 3.7 0.9691-1.836
3-1 3 0.1 1 0.11 1.o 0.9 0.9941-0.332
13-1 4 0.09 0.12 1.o 0.7 1.8 0.9951-0.459
13-15 0.08 0.1 1 1.o 0.9 0.9921-0.257
15-16 0.04 0.04 2.1 1.o 0.9 0.99 I/-0.596
5-1 1 0.04 0.04
10-1 4 0.04 0.04
7-1 6 0.09 0.12

Table 3: Optimal network searched by FCEP (case 1) with computation


time of 4.7s

Power Loss
System Status of secionalising switches a n d ties losses reduction
status
(kW) (%)
Original SO-S 1-S2-S3-S4-S5-S6-!~7-S8-S9-SIO-S11
- S I 2-SI 3-SI 4-SI 5 947.047 0.000
network 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 0
Optimal I-SI 2 - S l 3 - S I 4 - S l 5
SO-SI-S2-S3-S4-S5-S6-!j7-S8-S9-SlO-S1 882.736 6.791
network 1 1 1 1 1 1 5 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 0

Table 4: Optimal network searched by FCEP (case 2) with computation


time of 4.9s

Power Loss
losses reduction
(kW) (%)
Original SO-SI-S2-S3-S4-S5-S6-S7-S8-S9-SlO-S1
1-S12-S13-S14-S15 834.51 1 0.000
network 1 1 1 1 1 5 1 1 1 1 5 1 1 1 5 i
1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 0
Optimal SO-S 1-S2-S3-S4-S5-S6-!;7-S8-S9-SIO-S11
- S I 2-SI 3-SI 4-SI 5 785.402 5.885
network 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 0

Table 5: Optimal network searched by FCEP (case 3) with computation


time of 6.55s

Power Loss
losses reduction
(kW) (%)
Original -SI 2-S 13-SI 4-SI 5
SO-S 1-S2-S3-S4-S5-S6-S7-S8-S9-SIO-S11 837.073 0.000
network 1 1 1 1 1 5 1 1 1 1 1 1 1 1 1 1
1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 0
Optimal SO-SI-S2-S3-S4-S5-S6-S7-S8-S9-SlO-S1
I-S12-S13-S14-S15 736.863 11.972
network
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 0 1 0 1 1 1 1 0 1 0

349
5 Conclusions 7 BARAN, M.E., and WU, F.F.: ‘Netwodi rcconfiguration in dis-
tribution sybteiiis for loss rcductioii and load balancing’, I
Triiiz.~.Pon.rr 1989, 4. (2). pp. 1401-1407
An improved evolutionary programming technique has 8 VERHO, P., ENTAUSTA. P.. KARENLAMPI. M., and
been proposed for distribution loss minimum reconfig- PARTANEN, J.: ‘Reducing the operation costs of a distribution
network via recoiifiguration’. IEEE ‘KTH Stockholin Power tech
uration. A mutation fuzzy logic controller is developed conlti-etice. Stockholm. S w d e n . 1995. pp. 261-269
to speed up the evolutionary process by adaptively 9 PEPOXIS. G.J.. PAPXDOPOULOS, M.P.. and HATZI-
adjusting the mutation rate. The status of each switch .ARGYRIOL. N.D.: ‘Distribution network
minimise resistive linc losses’, IEEE Trun.s. Poi
in distribution systems is naturally represented by a ( 3 ) . pp. 1338-1342
binary control parameter 0 01- 1. The length of the 10 LIU. C.C.. LEE, S.J., and VU. K.: ‘Loss minimization of distri-
string is much shorter than those proposed by others. bution fceders. optiniality and algorithms’, IEEE Tru/~s.Power-
Delii,., 1989. pp. 1492 1498
A chain-table and combined depth-first and breadth- I I CHANGE. H.D.. and JEAN-JUMEU, R.: ‘Optimal network
first search strategy is employed to further speed up the rcconi?gui-ations in distribution systems. Pt
and a solution mcthodology’, IEEE 7iuii.s
optiinisatioii process. The equality and inequality con- (5). pp. 1902-1909
straints are imbedded into the fitness function by pen- 12 CHANG. H:C.. and KUO, C.-C.: ‘Netwo
alty factors to guarantee the optimal solutions searched disti-ibution systems using simulated aline
Sj..tr. R K . , 1994, 29, pp. 227-238
by the FCEP are feasible. The implementation of the 13 CHEN. C.S.. and CHO, M.Y.: ‘Energy loss rcduction by critical
proposed FCEP for feeder reconfiguration is described anitchcs‘, IEEE Traizs. Poirc~rDclii,., 1993. pp. 1246-1253
in detail. The proposed FCEP is applied to a typical 14 CHANG. G.. ZRIDA. J., and BIRDWELL, J.D.: ‘Knowledge-
based distribution svsteni analvsis and recon fieill-iltion'. IEEE
example. Applications to larger distribution systems I ~ PWRSIJ, pp 239:246
T I U ~ 1990,
0

and real systems are underway. This will be reported in 15 BOLCHARD D CHIKHANI. A . JOHN V 1 and
a future paper. SALAMA. M.M.A.: ‘Applications of Hopfield neural nctworks
to distribution feeder reconfiguration’. Proceedings of the second
international i‘orum on Applicirrioizs of rieurul ric,riivrk.s to poi1’er
6 References .\j’.irwi.r. Yokohama, Japan, 1993, pp. 31 1-316
16 KIM. H., KO. Y., and JUNG, K.-H.: ‘Artificial neural-network
based fccdei- reconfiguration for loss reduction in distribution sys-
1 BUNCH, J.B.. MILLER, R.D.. and WHEELER, J.E: ’Distribu- tems‘. f E E E Truiis. Power D ., 1993, 8, ( 3 ) , pp. 1357-1367
tion systcni integrated voltage and rcactive power control’. /EE€
Tran.s, 1982. PAS-101, pp. 284-288 17 NARA. K., SHIOSE, A.. KITAGAWA, M., and ISHIHARA,
T.: ‘Implementation of genetic algorithm for distribution systcnis
2 MERLIN. A.. and BACK, H.: ‘Search for a nniiiinal-loss opci-at- loss niinimuni reconfiguration’, IEEE Trans., 1992, PWRS-7, pp.
ing spanning tree configuration in an urban power distribution 1044-1051
.. Proceedings of 5th Poiiw .sy.sfem c.oinp~~/u~ioi7 conference 1s KITAYAMA. M., and MATSUMOTO, K.: ‘An optimization
). Cambridge. UK,1975. pp. 1-1X method for distribution system configuration based on genetic
3 SARFI. R.J., SALAMA. M.M.. and CHIICHANI. A.Y.: ‘A sur- algorithm‘. Proceedings of IEE APSCOM, 1995, pp. 614-619
vey of the statc of the art in distribution system reconfiguration 19 LI. F.. SONG. Y.H., MORGAN, R., and CHENG. D.T.:
for system loss reduction’, Elcctr. Poii.ei. S i x t . Re.%.,1994. pp. 61- ‘Genetic algorithms in clectric power system optimization’. PI-o-
70 ceedings of Atiuptiw c o m ~ ~ ~ ~iizt i ieizgiiwering
ig design urzd control.
4 TAYLOR, T.. and LUBKEMAN. D.: ‘Implemcntation of heuris- 1994. pp. 77-83
tic search strategies for distribution feeder recoiifiguration’. I l X E 20 SKINIVASAN. D., WEN, F., CHANG. C.S., and LIEW, A.C.:
Tr-(ins.Poii’ei. Lkliv., 1990. 5; pp. 239-246 ’A sui-vey of‘ applications of‘ evolutionary computing to power
5 W A G N E R , T . P . , CHIKHANI. A.Y.. and HACKAM. R.: systems‘. ISAP’96; 1996,
‘Feeder reconfiguration for loss reduction: An application of dis- 21 FOGEL. D.B.: ‘System identification through simulated cvolu-
tribution automation‘, IEEE Trui7.r. Poiwi. Deiii.., 199 1. 6. (4). pp. tioii: a machine learning approach to modclling’ (IEEE Prcss,
1922-193 1 1995)
6 CIVANLAR. S., GRAINGER. J.J., YIN. H.. and LEE. S.S.H.: 22 FOGEL. D.B.: ‘A comparison or evolutionary programming and
‘Distribution rcconfiguration for loss reduction’. I E E E Trum genetic algorithins on selectcd constrained optimization pi-ob-
, 1988, 3, pp. 1217-1223 leins’. Siinii/ii/ioi?, 1995. pp. 397-404

You might also like