Sei sulla pagina 1di 6

© 2019 IJRAR February 2019, Volume 6, Issue 1 www.ijrar.

org (E-ISSN 2348-1269, P- ISSN 2349-5138)

A COMPARATIVE STUDY OF ECONOMIC


LOAD DISPATCH USING TIME VARING
ACCELERATION COEFFICEINT TECHNIQUE
1Ajay Nagar, 2Rashmi Singh
1 Lecturer, 2 Assistant Professor
1 Department of Electrical Engineering
1 Govt. Polytechnic College, Harda, India

Abstract: In this paper a new stochastic optimization technique particle swarm optimization with time varying acceleration is used
for finding the minimal solution of economic load dispatch. From the starting while designing and planning of power system the
operation of the power system at lowest cost is very problematic task. The power generation system have to concentrate t
generated power are distributed over the consumer to satisfy their load demand without going against necessary condition. PSO is
population based optimization technique which is more effective than other evolutionary technique to give optimum solution of
ELD problem. In this PSO with time varying acceleration characteristics is established to solve the ELD problem with valve po int
loading effect. The solution compared with other available optimization technique and also the variant of PSO.

IndexTerms – Economic load dispatch, PSO, minimum fuel cost, valve point loading, ramp rate limits.
I. INTRODUCTION
Economic dispatch is that themethodology of decisivethe foremosteconomical, low-priced and reliable operation of an
influence system by dispatching the out there electricity generation resources to provide the load on the system. The first
objective of economic dispatch is to attenuatethe overallprice of generation whereasconformation the operational constraints of
the out there generation resource Economic load dispatch downside is allocating masses to plants for minimum pricewhereas
meeting the constraints. It’sdeveloped as ANoptimizationdownside of minimizing the overall fuel price of all committed plant
whereas meeting the demand and losses.
The optimum load dispatch downside involves the answer of 2totally differentissues. the primaryof thoseis that the unit
commitment or pre dispatch downsidewherebyit'sneededto pick optimally out of the out there generating sources to controlto
satisfy the expected load and supply a such as margin of in operation reserve over a such asamount time .The second facet of
economic dispatch is that the on line economic dispatch whereas it'sneeded to distribute load among the generating units truly
paralleled with the system in such manner on minimize the overallprice of supply the minute to minute necessities of the system.
The target of this work is to search outthe answer of nonlinear on line economic dispatch downside by victimization PSO
algorithmic rule
ELD problem drawbacksolved historicallyvictimization using mathematical programming supportedimprovement techniques
such as Particle Swarm Optimization (PSO) with valve point effect and its variants i.e. Self -Organizing Hierarchical Particle
Swarm Optimization [16], Hybrid Particle Swarm Optimization Approach [8], Quantum-Inspired Particle Swarm Optimization
(PSO) with valve loading [4] and Bacterial Foraging Optimization Based Dynamic with Non-Smooth Cost Function [9] and
micro-organism hunt improvement based mostly dynamic with non-smooth valve perform [6].To overcome the various problems
of classical methods, many research articles suggest some new era technology based algorithm like simulated annealing (SA)
[15], Tabu search (TS) [16], pattern search (PS) [17], Genetic algorithm [18] which is based on the theory of crossing of gen etics
chromosome, Differential evolution methods (DE) [19], Ant colony optimization [20], Neural network [21] based on the motion
of the neurons of human mind and particle swarm optimization (PSO) [22, 23, 24, 26]. These all methods are robust in nature a nd
give fast convergence results. Solutions obtained by these techniques are up to mark of a global solution.
This work uses PSO with time varying characteristic called TVAC PSO. Here accelerating coefficient are taking in such way to
varying their values with iteration. This concept of varying acceleration coefficients can improve the movement of the particle in
the search space and hence boost the results. This method is also unaffected of the property of nonlinearity so it can very easily
solve the ELD problem with many limitations.
II. P ROBLEM F ORMULATION
The objective of any ELD drawback is to cut back the operational price of system fulfilling the load demand among limit of
constraints. Objectives ELD drawbackwill bedeveloped as fuel priceperform equation (1)-(3).
The fuel price and emission of inexperienced house gases mathematically will represent as a polynomial of generated power.
To induceadditionalsensible results, fuel priceperform is changed with the inclusion of valve purpose loading impact equation (3),
FT  Min f ( FC ) (1)
n
FC   ai  Pi 2  bi  Pi  ci (2)
i 1

FCi,1 (Pi )  a i Pi2  bi Pi  ci  (ei sin( f i (Pimin  Pi )))


(3)
Where FT is the main objective function, ai, bi and ci are the cost coefficients and e i & f i are the coefficients of generator i
considering valve point loading effect.

IJRAR19J2593 International Journal of Research and Analytical Reviews (IJRAR) www.ijrar.org 217
© 2019 IJRAR February 2019, Volume 6, Issue 1 www.ijrar.org (E-ISSN 2348-1269, P- ISSN 2349-5138)
III. CONSTRAINTS
In economic load dispatch issues following area unit the constraints that ought to satisfy.
1) Power Balance Equation
For power balance, an equality constraint must be satisfied. The total generated power must be equal to load demand plus the
total losses,
n

P  P
i 1
i D  PL (4)

Where, P D is the total system demand and P L is the total line loss.
2). Power Generation Limits
There is a limit on the amount of power which a unit can deliver to load. The power output of any unit should not exceed its
rating nor should it be below that necessary for stable operation. Generation output of each unit should lie between maximum and
minimum limits.
Pi min  Pi  Pi max (5)
min max
Where, P i is the output power of i th generator, Pi and Pi are the minimum and maximum powers of generator i th.

3). Line Flow Constraints

Transmission lines are having limits on flow of power hence the power flow should be in under limit.
PL  i1 j1 Pi BijPj  i1 Bio Pi  B00
n n n
(6)

Where, Bij is the ijth element of loss coefficient symmetric matrix B, Bi0 is the element of the loss coefficient vector and B 0 0
loss coefficient constant.
IV. P ARTICLE SWARM OPTIMIZATION(PSO)
The basic PSO is developed by Kennedy and Eberhart in 1995, Eberhart, Simpson, and Dobbins in 1996, Russell C. Eberhart
and Yuhui Shi in 2001.The original intent was to graphically simulate the graceful but unpredictable choreography of a bird flock.
Initialize a population of particles with random positions and velocities on d dimensions in the problem space.
Pinitial  Pi, min  rand(Pi, max  Pi, min )
(7)
Vinitial  Vi, min  rand(Vi, max  Vi, min )
(8)

The particle updates its velocity and position using(7)and (8)


Vi (k 1)  WVi K  c1Rand1  (Pbesti  SiK )  c2 Rand2  (g besti  SiK ) (9)
Si(k 1)  SiK  Vi K 1 (10)

Where, Vik is velocity of individual i at iteration k, W is the weighting factor,


C1, C2 are the acceleration coefficients, rand1, rand2 are the random value among 0 & 1,
Sik is the current position of individual i at iteration k,
Pbest is the best position of individual i and
gbest is the best position of the group.
W is the dormancy weight parameter which gives a harmony in the middle of worldwide and neighborhood investigations, in
this manner requiring less cycle on a normal to discover an adequately ideal arrangement. Since W diminishes directly from ar ound
0.9 to 0.4 all the time amid a run, the accompanying measuring capacity is utilized as a part of (9),
Wmax  Wmin
W  Wmax   iter (11)
itermax
Where, Wmax is the initial weight, Wmin is the final weight,
Itermax is the maximum iteration number and iter is the current iteration position.
V. TIME VARYING ACCELERATION COEFFICIENT (TVAC) PSO
In population-based optimization methods, the policy is to encourage the individuals to roam through the entire search space,
during the initial part of the search, without clustering around local optima. In PSO_TVAC, this can be achieved by dynamics of
the acceleration coefficients c 1 and c2 with time in such a manner that the psychological element is reduced whereas the social
element is increased as the search proceeds. Throughout the latter stage in optimization, a small psychological element and an
oversized social element enable the particles to converge to the global optima.
The velocity of individual iteration of TVAC-PSO algorithm is rewritten as,
Vi (k 1)  WVi K  c1Rand1  (Pbesti  SiK )  c2 Rand2  (g besti  SiK ) (12)
Where,
c1max  c1min
c1  c1max   iter (13)
itermax
IJRAR19J2593 International Journal of Research and Analytical Reviews (IJRAR) www.ijrar.org 218
© 2019 IJRAR February 2019, Volume 6, Issue 1 www.ijrar.org (E-ISSN 2348-1269, P- ISSN 2349-5138)
c2max  c2min
c2  c2max   iter (14)
itermax
c1min, c1max: initial and final cognitive factors and
c2min, c2max: initial and final social factors.
VI. TEST DATA AND RESULTS
TEST CASE 1
The test outcomes are accomplished for 6 generating unit producing the framework in which all units with their fuel cost
coefficients. This framework supplies a heap interest of 700MW. The information for the individual units is given in Table no 1.
Line losses are given in table no 2. The best result obtained by PSO and TVACPSO for different population size is shown in
Table no 3 without considering line loss and table no 4 with considering line loss.

Table 1: Capacity and cost coefficients of three generating unit, Load 700MW.

Units ai bi ci Pimin Pimax


1 0.0033870 0.856440 16.817750 10 125
2 0.0023500 1.025760 10.029450 10 150
3 0.0006230 0.897700 23.333280 35 225
4 0.0007880 0.851234 27.634000 35 210
5 0.0004690 0.807285 36.856880 130 325
6 0.0003998 0.850454 30.147980 125 315

Table 2: Line loss coefficient for three generator system


0. 140 0. 017 0. 015 0. 019 0. 026 0. 022
0. 017 0. 060 0. 013 0. 016 0. 015 0. 020
Bij 0. 015 0. 013 0. 065 0. 017 0. 024 0. 019
(in MW-4) 0. 019 0. 016 0. 017 0. 071 0. 030 0. 025
0. 026 0. 015 0. 024 0. 030 0. 069 0. 032
0. 022 0. 020 0. 019 0. 025 0. 032 0. 085
Bi0 (in MW-3) -0.3908 -0.1297 0.7047 0.0591 0.2161 -0.6635
B00 0.056

Table 3: Results of three generating unit system for the demand of 850MW, without line loss

Units Power Output GA PSO TVACPSO


P1(MW) 15.0034 22.0921 27.53
P2(MW) 10.1551 15.0865 17.064
P3(MW) 203.048 152.36 115.023
P4(MW) 107.827 117.488 113.2
P5(MW) 235.549 214.794 222.17
P6(MW) 128.417 179.173 205.014
Total Power Output 700 700 700
Total Cost($/h) 809.9831 803.7368 800.7707
Computation time 2.18509 0.69061 0.61044

Table 4: Results of three generating unit system for the demand of 850MW, with consideration of line loss

Units Power Output GA[27] PSO TVACPSO


P1(MW) 27.30096 12.3123 33.7899
P2(MW) 15.61244 27.8259 36.1302
P3(MW) 120.31087 158.461 151.2461
P4(MW) 116.77546 113.773 120.5812
P5(MW) 226.8376 226.462 130.7149
P6(MW) 212.4505 171.894 235.3669
Total Power Output 719.2878 710.7282 707.8292
Loss 19.2878 10.7282 7.8292
Total Cost($/h) 820.42 816.0543 815.4882
Computation time 1.78 0.7683 0.6453
Convergence characteristic TVACPSO for 6 and 13 gen units are shown in fig.1 and 2.

IJRAR19J2593 International Journal of Research and Analytical Reviews (IJRAR) www.ijrar.org 219
© 2019 IJRAR February 2019, Volume 6, Issue 1 www.ijrar.org (E-ISSN 2348-1269, P- ISSN 2349-5138)
TEST CASE II
The test results are obtained for the thirteen generating unit system in which all units with their fuel cost coefficients. This
system supplies a load demand of 1800MW. The data for the individual units are given in Table no 5, the best result obtained by
PSO and TVACPSO for different population size is shown in table no 6 without considering line loss and in table no 7 with
considering line loss.

Table 5: Capacity, cost coefficients and ramp- rate limits of six generating units, load 1263MW

Units ai bi ci P imin P imax


1 0.00028 8.10 550 0 680
2 0.00056 8.10 309 0 360
3 0.00056 8.10 307 0 360
4 0.00324 7.74 240 60 180
5 0.00324 7.74 240 60 180
6 0.00324 7.74 240 60 180
7 0.00324 7.74 240 60 180
8 0.00324 7.74 240 60 180
9 0.00324 7.74 240 60 180
10 0.00284 8.60 126 40 120
11 0.00284 8.60 126 40 120
12 0.00284 8.60 126 55 120
13 0.00284 8.60 126 55 120

Table 6: Results of six generating unit system for the demand of 1263 MW, without line loss.
Generating units HPSO-GSA[24] PSO TVAC-PSO
P1 589.9575 412.4336 497.6606
P2 338.99 230.8915 156.4520
P3 40.374 101.8716 48.3847
P4 130.0705 151.4402 100.3144
P5 77.0214 166.5384 132.9489
P6 60.6795 97.4361 148.4622
P7 78.5477 107.0967 124.9807
P8 126.8998 125.4895 149.1300
P9 80.2648 83.9029 142.3802
P10 43.8755 117.3847 55.1490
P11 44.3126 49.2931 65.7602
P12 85.815 74.6273 101.3397
P13 103.1918 81.591 77.0374
Power Output (MW) 1800 1800 1800
Total Cost($/h) 18037.8721 17841.91 17837.22
Computation time (sec) 1.2032 0.81250

VII. RESULT ANALYSIS


This work considered study of two cases of ELD problem for the analysis of PSO and TVAC PSO algorithm. All data are
tested on a 2.3-GHz, core i3 processor with 2GB DDR of RAM.
The ELD data tested for the population size of 50, and taken 100 iterations. So me constants of PSO is taken are acceleration
coefficients are c 1=c2=2, WMAX=0.9, and WMIN=0.4.
Cost value is need to converted from dollar to Indian rupees that is (1$=66.42 Rs).
The final result getting by proposed PSO and TVAC PSO for 6 thermal generating units is given in table 3 and 4. The minimum
cost obtained by PSO and TVACPSO is 53384.198Rs/h and 53187.189 Rs/h respectively, without considering of line loss. And
with the loss, we get the results of PSO and TVACPSO is 54202.326 Rs/h and 54164.726 Rs/h respectively.

IJRAR19J2593 International Journal of Research and Analytical Reviews (IJRAR) www.ijrar.org 220
© 2019 IJRAR February 2019, Volume 6, Issue 1 www.ijrar.org (E-ISSN 2348-1269, P- ISSN 2349-5138)

CONVERGENCE OF TVAC-PSO
40

35
O
bj 30
ect
iv 25
e 20
in
M 15
W
10

0
0 5 10 15 20 25 30 35 40 45 50
Fig.1 Convergence characteristic
No of iteration
of TVAC PSO for 6 generating units
Similarly result obtained by TVAC-PSO for 13 thermal generating units shown in table 6 shows that minimum cost of PSO
and TVAC PSO is 1185060Rs/h and 1184748Rs/h respectively for the population size of 50 without consideration of line loss.
Convergence characteristic of TVACPSO for 6 thermal generating units is shown in figure 2.
CONVERGENCE OF TVAC-PSO
30

25
O
bj
ec 20
tiv
e 15
in
M
W 10

0
0 5 10 15 20 25 30 35 40 45 50
No of Iteration
Fig.2. Convergence characteristic of TVAC PSO for 13 generating units
VIII. CONCLUSIONS
This work proposed a PSO algorithm with time varying acceleration coefficients for the solution of power system economic
dispatch with constraints. This method has been applied for 3 and 6 generating unit test case. The analysis results have expressed
that TVAC-PSO performs better than the other methods in terms of a better optimal solution. However, the much-improved speed
of computation analysis allows for additional searches to be made to increase the confidence in the solution. Overall, the TVAC
PSO algorithms have been shown to be very helpful in studying optimization problems in power systems.
REFERENCES
[1] M.E. EI- hawary& G.S. Christensen, 1979, "Optimal economic operation of Electrical power system," New York, Academic.
[2] Mezger Alfredo J & Katia de Almeida C, 2007, "Short term hydrothermal scheduling with bilateral traction via bundle
method," International Journal of Electrical power & Energy system, 29(5), pp-387-396.
[3] Martinez Luis Jose, Lora Trancoso Alicia & Santos Riquelme Jesus, 2001, "Short term hydrothermal coordination based on
interior point nonlinear programming and genetic Algorithm,"IEEE Porto power Tech Conference.
[4] M. Gar CW, Aganagic JG, Tony Meding Jose B & Reeves S, 2001, "Experience with mixed integer linear programming
based approach on short-term hydrothermal scheduling," IEEE transaction on power system;16(4),pp.743-749.
[5] G.Torres and V. Quintana, 2001, "On a nonlinear multiple-centrality corrections interior-point method for optimal power
flow," IEEE. Transaction on power system, vol.16, no2, pp.222-228.
[6] K.Ng and G.Shelbe, 1998, “Direct load control –a profit-based load management using linear programming,” IEEE
transaction on power system, vol.13, no.2, pp.688-694.
[7] Shi CC, Chun HC, Fomg IK &Lah PB., 1990, “ Hydroelectric generation scheduling with an effective differential dynamic
programming algorithm,” IEEE transaction on power system,5(3),pp.737-743
[8] ErionFinardi C, silva Edson LD, &Laudiasagastizabal CV., 2005, "Solving the unit commitment problem of hydropower
plants via Lagrangian relaxation and sequential quadratic programming," Computational & Applied Mathematics, 24(3).
[9] Tkayuki S &Kamu W., 2004, “Lagrangianrelaxation method for price-based unit commitment problem," Engineering
optimization taylor Francis, pp. 36-41.

IJRAR19J2593 International Journal of Research and Analytical Reviews (IJRAR) www.ijrar.org 221
© 2019 IJRAR February 2019, Volume 6, Issue 1 www.ijrar.org (E-ISSN 2348-1269, P- ISSN 2349-5138)
[10] D.I. sun, B.Ashley, B.Brewer, A.Hughes and W.F. Tinney, 1984,“Optimal power flow by Newton Approach," IEEE
transaction on power system, vol.103, pp.2864-2880.
[11] A.Santos and G.R. da Costa, 1989, “Optimal power flow by Newtons method applied to an augmented Lagrangian function,”
IEE proceedings generation, Transmission & distribution, vol.142, no.1, pp.33-36.
[12] X.Yan& V.H. Quintana, 1999, “Improving an interior point based OPF by dynamic adjustments of step sizes and tolerances,”
IEEE transaction on power system, vol.14, no.2, pp.709-717.
[13] J.A. Momoh and J.Z. Zhu, 1999, “Improved interior point method for OPF problem,” IEEE transaction on power system,
vol.14, no.2, pp.1114-1120.
[14] Nidhul Sinha, R.Chakrabarti& P.K. Chattopadhyay, 2003, “Evolutionary programming techniques for Economic load
Dispatch,” IEEE transactions on Evolutionary Computation, Vol.7 No1, pp.83-94.
[15] K.P. Wong & C.C. Fung, 1993, “Simulated annealing based economic dispatch algorithm,” proc. Inst. Elect. Eng. C., Gen.,
transm. Distrib. vol.140, no.6, Nov., pp.505-519.
[16] W.M. Lin, F.S. Cheng & M.T. Tsay, 2002, "An improved Tabu search for economic dispatch with multiple minima," IEEE
transaction on power system, vol.17, no.2, pp.108-112.
[17] J.S. Al-Sumait, A.K. Al-Othman & J.K. Sykulski, 2007, “Application of pattern search method to power system valve point
economic load dispatch,” Elect. Power energy system, vol.29, no.10, and pp.720-730.
[18] TarekBouktir, Linda Slimani&M.Belkacemi, 2004, “A genetic algorithm for solving for the optimal power flow problem,”
Leonardo journal of sciences, Issue-4, pp.44-58.
[19] K. Vaisakh& L.R. Srinivas, 2005-08, “Differential Approach for optimal power flow solutions,” Journals of theoretical and
applied information Technology, pp. 261-268.
[20] BoumedieneAllaoua&AbedellahLaoufi, 2009,"Optimal power flow solution Using ant manners for electrical network,"
Advance in Electrical & Computer engg." Vol.9, pp.34-40.
[21] L.L. Lai & Mata Prasad, 1997, “Application of ANN to economic load dispatch,” proceeding of 4 th international conference
on Advance in power system control, Operation, and management, APSCOM-97, Hong-Kong, nov-1997, pp.707-711.
[22] J.Kennedy& R.C. Eberhart, 1995, “Particle Swarm Optimization,” proceeding of IEEE international conference on Neural
networks, Vol.4, pp. 1942-1948.
[23] C.H. Chen & S.N. Yeh, 2006, “PSO for Economic power dispatch with valve-point effects," IEEE PES transmission &
Distribution conference and Exposition Latin America, Venezuela.
[24] K.S. Swarup, 2006, “Swarm intelligence Approach to the solution of optimal power flow,” Indian Institute of science , oct-
2006, pp. 439-455.
[25] K.T. Chaturvedi, Manjareepandit&Laxmi Srivastava, 2008, "Self-Organizing Hierarchical PSO for nonconvex economic
load dispatch,” IEEE transaction on power system, vol.23, no.3Aug. 2008, pp.1079-1087.
[26] G.Krost, G.K. Venayagamoorthy& L. Grant, 2008, “Swarm intelligence and Evolutionary approaches for reactive power and
voltage control,” IEEE Swarm Intelligence Symposium, pp.21-23.
[27] Chandram K. and Subrahmanyam N.,2007, “Brent method for economic load dispatch with transmission losses”, EUROCON
the international conference on computer as a tool, Warsaw, pp. 1601-1608,
[28] Ahmed Salhi, DjemaiNaimi, and TarekBouktir, 2013, "TVAC based PSO for Solving Economic and Environmental
Dispatch considering Security Constraint”, IEEE.

IJRAR19J2593 International Journal of Research and Analytical Reviews (IJRAR) www.ijrar.org 222

Potrebbero piacerti anche