Optimal Loss Reduction of Distribution Networks Using A Refined Genetic Algorithm
Optimal Loss Reduction of Distribution Networks Using A Refined Genetic Algorithm
Vlad TUDOR1
1. Introduction
1
Phd student, Faculty of Automatic Control and Computers, University POLITEHNICA of
Bucharest, Romania. E-mail: [email protected]
30 Vlad Tudor
2. Mathematical model
For generalisation purposes, every edge contains a tie switch which can be
opened or closed. Let C = {c1 ,..., c m }, ci ∈ {0,1} be a set that defines the current
configuration of the network (1-closed, 0-opened). The process of reconfiguration
implies taking the distribution network from one state to another.
m
2
minimize f c = ∑ ii ⋅ ci ⋅ ri (1)
i =1
where Vmin and Vmax are the acceptable limits for customer service voltage at node i
and I max , the maximum current that can flow through edge j.
The refined genetic algorithm uses Prim’s algoritm with random costs for
every branch in order to obtain minimal spanning trees (radial configurations) as
shown in the flowchart of Fig. 1:
begin
initialize population
with Prim’s algorithm
gen = 1
evaluation
termination no
condition met
reproduction
yes
adaptive mutation
yes unique no
candidate
Each generation must ensure that the candidate solution will be unique in
the current population. Only a viable configuration would be eligible for
evaluation, decreasing the number of power flow calculations.
Optimal loss reduction of distribution networks using a refined genetic algorithm 33
power loss is less than the most unoptimal solution in the current population. If so,
the new candidate solution takes it’s place.
Stopping criteria. The number of generations (gen) is initially set to three
times the number of nodes. Becouse of the condition that every new valid
chromosome must be unique, the number of possible configurations could be less
than the initial evaluation. In order to stop the process, a new variable have been
set for counting the ununique generated solutions. If this number exceeds gen,
then the program halts.
5. Test cases
Both systems were tested using a Pentium 4 2.4GHz processor and the
algorithm was implemented in standard C++ using MinGW Developer Studio.
The first system was proposed by Glamocanin [6] and it is used to verify
the algorithm’s computer implementation. Table 1 contains the branch impedance
and bus load data for the circuit shown in Fig. 2.
Table 1
Table 2
Branch impedance and bus load data for test case 2
Bus Impedance [Ω] Load at To Bus [kVA]
From To R X P Q
1 2 0.0922 0.0470 100.0 60.0
2 3 0.4930 0.2511 90.0 40.0
3 4 0.3660 0.1864 120.0 80.0
4 5 0.3811 0.1941 60.0 30.0
5 6 0.8190 0.7070 60.0 20.0
6 7 0.1872 0.6188 200.0 100.0
7 8 0.7114 0.2351 200.0 100.0
8 9 1.0300 0.7400 60.0 20.0
9 10 1.0440 0.7400 60.0 20.0
10 11 0.1966 0.0650 45.0 30.0
11 12 0.3744 0.1238 60.0 35.0
12 13 1.4680 1.1550 60.0 35.0
13 14 0.5416 0.7129 120.0 80.0
14 15 0.5910 0.5260 60.0 10.0
15 16 0.7463 0.5450 60.0 20.0
16 17 1.2890 1.7210 60.0 20.0
17 18 0.7320 0.5740 90.0 40.0
2 19 0.1640 0.1565 90.0 40.0
19 20 1.5042 1.3554 90.0 40.0
20 21 0.4095 0.4784 90.0 40.0
21 22 0.7089 0.9373 90.0 40.0
3 23 0.4512 0.3083 90.0 50.0
23 24 0.8980 0.7091 420.0 200.0
24 25 0.8960 0.7011 420.0 200.0
6 26 0.2030 0.1034 60.0 25.0
26 27 0.2842 0.1447 60.0 25.0
27 28 1.0590 0.9337 60.0 20.0
28 29 0.8042 0.7006 120.0 70.0
29 30 0.5075 0.2585 200.0 600.0
30 31 0.9744 0.9630 150.0 70.0
31 32 0.3105 0.3619 210.0 100.0
32 33 0.3410 0.5302 60.0 40.0
8 21 2.0000 2.0000
9 15 2.0000 2.0000
12 22 2.0000 2.0000
18 33 0.5000 0.5000
25 29 0.5000 0.5000
Optimal loss reduction of distribution networks using a refined genetic algorithm 37
The global optimal configuration has lower system losses, but still does
not meet the normal operating voltage criteria of at least 114V (see Table 3). This
can be done using voltage regulators and, in practice, some shunt capacitor banks
installed. The algorithm was using an emergency limit of 112.5V in order to
obtain viable solutions in rapid time for evaluation.
Table 3
Node-voltage profile for optimal configuration
1 2 3 4 5 6 7 8 9 10 11
120.0 119.7 118.5 118.3 118.1 117.8 117.7 115.7 115.3 115.7 115.7
12 13 14 15 16 17 18 19 20 21 22
115.8 115.5 115.4 114.6 114.4 114.1 113.9 119.4 117.5 117.0 116.6
23 24 25 26 27 28 29 30 31 32 33
117.7 116.0 114.7 117.7 117.7 117.6 114.1 113.7 113.3 113.3 113.9
38 Vlad Tudor
7. Conclusions
In this paper a fast and reliable refined genetic algorithm has been
proposed by the author for configurating a power distribution network. For
reconfiguration, it can be very easily adapted by putting the initial configuration
in one of the individuals that forms the initial population of chromosomes.
For future work, the algorithm could be adapted for multiple substations
and tested with more complex topologies, using multiprocessor machines.
REFERENCES
[1] A. Merlin, H. Back, "Search for a mininimal loss operating spanning tree configuration for an
urban power distribution system". Proc. of the Power Systems Comp. Conf., Cambridge 1975
[2] D. Shirmohammadi, H.W. Hong, Reconfiguration of electric distribution networks for resistive
line losses reduction, IEEE Transactions on Power Delivery, vol. 4, no. 4, April 1989, pp.
1492-1498
[3] S. Civanlar, J.J. Grainger, Y. Yin, S.S. Lee, “Distribution Feeder Reconfiguration for Loss
Reduction”, IEEE Transactions on Power Delivery, vol. 3, no. 3, July 1988, pp. 1217-1223
[4] M.E. Baran, F.F. Wu, Network reconfiguration in distribution systems for loss reduction and
load balancing, IEEE Transactions on Power Delivery, vol. 4, no. 2, April 1989, pp. 1401-
1407
[5] C. Soare, S.St. Iliescu, V. Tudor, I. Fǎgǎrǎşan, O. Dragomir, F. Dragomir, “Computer Aided
Modelling in Matlab and Simulink - Advanced Control System for Processes” (Proiectarea
asistatǎ de calculator în Matlab şi Simulink – conducerea avansatǎ a proceselor), 2006,
AGIR Publishing House; pp. 199-226
[6] V. Glamocanin, Optimal loss reduction of distribution networks, IEEE Transactions on Power
Systems, vol. 5, no. 3, August 1990, pp. 774-782
[7] M.E. Baran, F.F. Wu, "Network Reconfiguration in Distribution Systems for Loss Reduction
and Load Balancing", IEEE Transactions on Power Delivery, vol. 4, no. 2, April 1989, pp.
1401-1407.