SlideShare a Scribd company logo
1 of 5
Download to read offline
Dr.Sudhir Sharma et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -6) April 2015, pp.128-132
www.ijera.com 128 | P a g e
Economic Load Dispatch Using Grey Wolf Optimization
Dr.Sudhir Sharma1
,Shivani Mehta2
, Nitish Chopra3
Associate Professor1
, Assistant Professor2
, Student, Master of Technology3
Department of Electrical
Engineering, D.A.V.I.E.T., Jalandhar, Punjab, India 1, 2, 3
ABSTRACT
This paper presents grey wolf optimization (GWO) to solve convex economic load dispatch (ELD) problem. Grey
Wolf Optimization (GWO) is a new meta-heuristic inspired by grey wolves. The leadership hierarchy and hunting
mechanism of the grey wolves is mimicked in GWO. The objective of ELD problem is to minimize the total
generation cost while fulfilling the different constraints, when the required load of power system is being
supplied. The proposed technique is implemented on two different test systems for solving the ELD with various
load demands. To show the effectiveness of GWO to solve ELD problem results were compared with other
existing techniques.
Keywords: economic load dispacth;GWO; transmission loss
I. INTRODUCTION
Electrical power plays a pivotal role in the
modern world to satisfy various needs. It is therefore
very important that the electrical power generated is
transmitted and distributed efficiently in order to
satisfy the power requirement. Electrical power is
generated in several ways. The economic scheduling
of all generators in a system to meet desired demand
is important problem in operation and planning of
power system. The Economic Load Dispatch (ELD)
problem is the most significant optimization problem
in scheduling the generation of thermal generators in
power system. In ELD problem, ultimate goal is to
decrease the operation cost of the power generation
system, while supplying the required power
demanded. In addition to this, the various operational
constraints of the system should also be satisfied.
Traditional methods to solve ELD problem include
the linear programming method, gradient method,
lambda iteration method and Newton‟s method [1].
Dynamic programming is one of the techniques
to solve ELD problem, but it suffer from problem of
irritation of dimensionality [2]. Meta-heuristic
techniques, such as genetic algorithms [3-5],
differential evolution [6] , tabu search [7] ,simulated
annealing [8], particle swarm optimization (PSO) [9],
biogeography-based optimization [10],intelligent
water drop algorithm[11] ,harmony search[12]
,gravitational search algorithm[13],firefly
algorithm[14],hybrid gravitational search[15],cuckoo
search (CS) [16],modified harmony search[17] have
been successfully applied to ELD problems. Recently,
a new meta-heuristic technique called grey wolf
optimization has been proposed by Mirjalili et al.,
[18]. In this paper the ELD problem has been solved
by using grey wolf optimization.
II. PROBLEM FORMULATION
The objective function of the ELD problem is to
minimize the total generation cost while satisfying the
different constraints, when the required load of power
system is being supplied. The objective function to be
minimized is given by the following equation:
2
1
( ) ( )
n
g i gi i gi i
i
F P a P b P c

   … (1)
The overall fuel cost has to be reduced with the
following constraints:
1) Power balance constraint
The total generation by all the generators must be
equal to the total power demand and system‟s real
power loss.
𝑃𝑔𝑖 − 𝑃𝑑 − 𝑃𝑙
𝑛
𝑖=1 ….. (2)
2) Generator limit constraint
The real power generation of each generator is to be
controlled inside its particular upper and lower
operating limits.
𝑃𝑔𝑖
𝑚𝑖𝑛
≤ 𝑃𝑔𝑖 ≤ 𝑃𝑔𝑖
𝑚𝑎𝑥
i=1,2,...,ng …..(3)
Where
ai, bi, ci : coefficient of fuel cost of ith
generator,
Rs/MW2
h, Rs/MW h, Rs/h
F(Pg ) : total fuel cost, Rs/h
n : number of generators
𝑃𝑔𝑖
𝑚𝑖𝑛
: Minimum limit of generation for ith
generator,
MW
𝑃𝑔𝑖
𝑚𝑎𝑥
: Maximum limit of generation for ith
generator,
MW
Pl : Transmission losses, MW
Pd : Power demand, MW
III. Grey Wolf Optimization (GWO)
The GWO is firstly proposed by Mirjalili et al.,
[18]. The algorithm was inspired by the democratic
behavior and the hunting mechanism of grey wolves
RESEARCH ARTICLE OPEN ACCESS
Dr.Sudhir Sharma et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -6) April 2015, pp.128-132
www.ijera.com 129 | P a g e
in the wild. In a pack, the grey wolves follow very
firm social leadership hierarchy. The leaders of the
pack are a male and female, are called alpha (α). The
second level of grey wolves, which are subordinate
wolves that help the leaders, are called beta (β).
Deltas (δ) are the third level of grey wolves which
has to submit to alphas and betas, but dominate the
omega. The lowest rank of the grey wolf is omega
(ω), which have to surrender to all the other
governing wolves. The GWO algorithm is provided
in the mathematical models as follows:
1) Social hierarchy
In the mathematical model of the social hierarchy of
the grey wolves, alpha (α) is considered as the fittest
solution. Accordingly, the second best solution is
named beta (β) and third best solution is named delta
(δ) respectively. The candidate solutions which are
left over are taken as omega (ω). In the GWO, the
optimization (hunting) is guided by alpha, beta, and
delta. The omega wolves have to follow these
wolves.
2) Encircling prey
The grey wolves encircle prey during the hunt.
The encircling behavior can be mathematically
modeled as follows [18]:
D = C. Xp t − X(t) … (4)
X t + 1 = Xp t − A. D … (5)
Where A and C are coefficient vectors, Xp is the
prey‟s position vector, X denotes the grey wolf‟s
position vector and „t‟ is the current iteration.
The calculation of vectors A and C is done as follows
[18]:
A = 2. a. r1. a … (6)
C = 2. r2 … (7)
Where values of „a ‟are linearly reduced from 2 to 0
during the course of iterations and r1, r2 are arbitrary
vectors in gap [0, 1].
3) Hunting
The hunt is usually guided by the alpha, beta and
delta, which have better knowledge about the
potential location of prey. The other search agents
must update their positions according to best search
agent‟s position. The update of their agent position
can be formulated as follows [18]:
Dα = C1. Xα − X
Dβ = C2. Xβ − X
Dδ = C3. Xδ − X
… (8)
X1 = Xα − A1. (Dα)
X2 = Xβ − A2. Dβ
X3 = Xδ − A3. (Dδ)
… (9)
X t + 1 =
X1+X2+X3
3
… (10)
4) Search for prey and attacking prey
The „A‟ is an arbitrary value in the gap [-2a, 2a].
When |A| < 1, the wolves are forced to attack the
prey. Attacking the prey is the exploitation ability
and searching for prey is the exploration ability. The
random values of „A‟ are utilized to force the search
agent to move away from the prey. When |A| > 1, the
grey wolves are enforced to diverge from the prey.
Fig 3.1: flowchart of GWO
IV. RESULTS & DISCUSSIONS
GWO has been used to solve the ELD problems
in two diverse test cases for exploring its
optimization potential, where the objective function
was limited within power ranges of the generating
units and transmission losses were also taken into
account. The iterations performed for each test case
are 500 and number of search agents (population)
taken in both test cases is 30.
1) Test system I: Three generating units
The input data for three generators and loss
coefficient matrix Bmn is derived from reference [16]
and is given in table 4.1.The economic load dispatch
for 3 generators is solved with GWO and results are
compared with lambda iteration and cuckoo search.
Dr.Sudhir Sharma et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -6) April 2015, pp.128-132
www.ijera.com 130 | P a g e
Table 4.1: Generating unit data for test case I
Uni
t
ai bi ci 𝑷 𝒈𝒊
𝒎𝒊𝒏 𝑷 𝒈𝒊
𝒎𝒂𝒙
1 0.0354
6
38.3055
3
1243.531
1
35 210
2 0.0211
1
36.3278
2
1658.569
6
130 325
3 0.0179
9
38.2704
1
1356.659
2
125 315
Bmn=
0.000071 0.000030 0.000025
0.000030 0.000069 0.000032
0.000025 0.000032 0.000080
Table 4.2: GWO results for 3-unit system
Table 4.3: Comparison results of GWO for 3-Unit system
Sr.no. Power demand
(MW)
Fuel Cost (Rs/hr)
Lambda Iteration
Method [16]
Cuckoo Search
Algorithm [16]
Grey Wolf
Optimization
1 350 18570.7 18564.5 18564.483
2 450 23146.8 23112.4 23112.363
3 500 25495.2 25465.5 25465.469
2) Test system II: Six generating units
The input data for six generators and loss
coefficient matrix Bmn is derived from reference
[16] and is given in table 4.4.The economic load
dispatch for 6 generators is solved with GWO and
results are compared with conventional quadratic
programming, lambda iteration, particle swarm
optimization and cuckoo search.
Table 4.4: Generating unit data for test case II
Unit ai bi ci 𝑷 𝒈𝒊
𝒎𝒊𝒏 𝑷 𝒈𝒊
𝒎𝒂𝒙
1 0.15240 38.53973 756.79886 10 125
2 0.10587 46.15916 451.32513 10 150
3 0.02803 40.39655 1049.9977 35 225
4 0.03546 38.30553 1243.5311 35 210
5 0.02111 36.32782 1658.5596 130 325
6 0.01799 38.27041 1356.6592 125 315
Bmn=
0.000014 0.000017 0.000015 0.000019 0.000026 0.000022
0.000017 0.000060 0.000013 0.000016 0.000015 0.000020
0.000015 0.000013 0.000065 0.000017 0.000024 0.000019
0.000019 0.000016 0.000017 0.000072 0.000030 0.000025
0.000026 0.000015 0.000024 0.000030 0.000069 0.000032
0.000022 0.000020 0.000019 0.000025 0.000032 0.000085
Sr.no. Techniques
Power
demand
(MW)
P1(MW) P2(MW) P3(MW) PLoss (MW) Fuel Cost
(Rs/hr)
1 CS[16]
350
70.3012 156.267 129.208 5.77698 18564.5
GWO 70.30259 156.289 129.184 5.77696 18564.483
2 CS[16]
450
93.9374 193.814 171.862 9.6127 23112.4
GWO 93.9362 193.8043 171.872 9.6127 23112.363
3 CS[16]
500
105.88 212.728 193.306 11.9144 25465.5
GWO 105.8848 212.7137 193.3157 11.91434 25465.469
Dr.Sudhir Sharma et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -6) April 2015, pp.128-132
www.ijera.com 131 | P a g e
Table 4.5: GWO results for 6-unit system
Table 4.6: Comparison results of GWO for 6-Unit system
Sr.no. Power
demand
(MW)
Fuel Cost (Rs/hr)
Lambda
Iteration
Method[16]
Conventional
Method[9]
PSO[9] Cuckoo
Search
Algorithm[16]
Grey Wolf
Optimization
1 600 32129.8 32096.58 32094.69 32094.7 32094.67
2 700 36946.4 36914.01 36912.16 36912.2 36912.145
3 800 41959.0 41898.45 41896.66 41896.9 41896.632
Fig 4.1: Convergence characteristics of test system I Fig 4.2: Convergence characteristics of test
with 500MW demand system II with 800MW demand
Sr.no
.
Techni
ques
Power
Dema
nd
(MW)
P1
(MW)
P2
(MW
)
P3
(MW)
P4
(MW)
P5
(MW)
P6
(MW)
PLoss
(MW)
Fuel
Cost
(Rs/hr)
1
Convent
ional[9]
600
23.90 10.00 95.63 100.70 202.82 182.02 15.07 32096.58
CS[16] 23.8603 10 95.6389 100.708 202.832 181.198 14.2374 32094.7
GWO 23.911 10 95.571 100.740 202.752 181.261 14.2373 32094.67
2
Convent
ional[9]
700
28.33 10.00 118.95 118.67 230.75 212.80 19.50 36914.01
CS[16] 28.2908 10.00 118.958 118.675 230.763 212.745 19.4319 36912.2
GWO 28.3514 10.00 118.887 118.748 230.704 212.737 19.4308 36912.14
3
Convent
ional[9]
800
32.63 14.48 141.54 136.04 257.65 243.00 25.34 41898.45
CS[16] 32.5861 14.48
43
141.548 136.045 257.664 243.009 25.3309 41896.7
GWO 32.5408 14.86
60
141.502
1
136.0254 257.518 242.8632 25.3165 41896.63
Dr.Sudhir Sharma et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -6) April 2015, pp.128-132
www.ijera.com 132 | P a g e
V. CONCLUSION
In this paper economic load dispatch problem
has been solved by using GWO. The results of GWO
are compared for three and six generating unit
systems with other techniques. The algorithm is
programmed in MATLAB(R2009b) software
package. The results show effectiveness of GWO for
solving the economic load dispatch problem. The
advantage of GWO algorithm is its simplicity,
reliability and efficiency for practical applications.
REFERENCES
[1] A.J Wood and B.F. Wollenberg, Power
Generation, Operation, and Control, John
Wiley and Sons, New York, 1984.
[2] Z. X. Liang and J. D. Glover, “A zoom
feature for a dynamic programming solution
to economic dispatch including transmission
losses, IEEE Trans. on Power Systems, Vol.
7, No. 2, pp. 544-550, May 1992.
[3] Youssef, H. K., and El-Naggar, K. M.,
“Genetic based algorithm for security
constrained power system economic
dispatch”, Electric Power Systems Research,
Vol. 53, pp. 4751, 2000.
[4] S.O. Orero, M.R. Irving, “Economic
dispatch of generators with prohibited
operating zones: a genetic algorithm
approach”, IEE Proc. Gen. Transm. Distrib.,
Vol. 143, No. 6, pp. 529534, 1996.
[5] D. C. Walters and G. B. Sheble, “Genetic
algorithm solution of economic dispatch
with the valve-point loading”, IEEE Trans.
on Power Systems, Vol. 8, No. 3, pp. 1325-
1332, Aug. 1993.
[6] Nasimul Nomana, Hitoshi Iba, “Differential
evolution for economic load dispatch
problems”, Electric Power Systems
Research, Vol. 78, pp.13221331, 2008.
[7] W. M. Lin, F. S. Cheng and M. T. Tsay, “An
improved Tabu search for economic
dispatch with multiple minima”, IEEE
Trans. on Power Systems, Vol. 17, No. 1,
pp.108-112, Feb. 2002.
[8] Basu, M. "A simulated annealing-based
goal-attainment method for economic
emission load dispatch of fixed head
hydrothermal power systems." International
Journal of Electrical Power & Energy
Systems 27, no. 2 (2005): 147-153.
[9] Yohannes, M. S. "Solving economic load
dispatch problem using particle swarm
optimization technique." International
Journal of Intelligent Systems and
Applications (IJISA) 4, no. 12 (2012): 12.
[10] Aniruddha Bhattacharya, P.K.
Chattopadhyay, “Solving complex economic
load dispatch problems using biogeography-
based optimization”, Expert Systems with
Applications, Vol. 37, pp. 36053615, 2010.
[11] Rayapudi, S. Rao. "An intelligent water drop
algorithm for solving economic load
dispatch problem." International Journal of
Electrical and Electronics Engineering 5, no.
2 (2011): 43-49.
[12] Pandi, V. Ravikumar, and Bijaya Ketan
Panigrahi. "Dynamic economic load
dispatch using hybrid swarm intelligence
based harmony search algorithm." Expert
Systems with Applications 38, no. 7 (2011):
8509-8514.
[13] Swain, R. K., N. C. Sahu, and P. K. Hota.
"Gravitational search algorithm for optimal
economic dispatch." Procedia Technology 6
(2012): 411-419.
[14] Yang, Xin-She, Seyyed Soheil Sadat
Hosseini, and Amir Hossein Gandomi.
"Firefly algorithm for solving non-convex
economic dispatch problems with valve
loading effect." Applied Soft Computing 12,
no. 3 (2012): 1180-1186
[15] Dubey, Hari Mohan, Manjaree Pandit, B. K.
Panigrahi, and Mugdha Udgir. "Economic
Load Dispatch by Hybrid Swarm
Intelligence Based Gravitational Search
Algorithm." International Journal Of
Intelligent Systems And Applications (Ijisa)
5, no. 8 (2013): 21-32
[16] Bindu, A. Hima, and M. Damodar Reddy.
"Economic Load Dispatch Using Cuckoo
Search Algorithm." Int. Journal Of
Engineering Research and Apllications 3,
no. 4 (2013): 498-502.
[17] SECUI, Dinu Călin, Gabriel Bendea, and
Cristina HORA. "A Modified Harmony
Search Algorithm for the Economic
Dispatch Problem." Studies in Informatics
and Control 23, no. 2 (2014): 143-152.
[18] Mirjalili, Seyedali, Seyed Mohammad
Mirjalili, and Andrew Lewis. "Grey wolf
optimization." Advances in Engineering
Software 69 (2014): 46-61.

More Related Content

What's hot

A HYBRID K-HARMONIC MEANS WITH ABCCLUSTERING ALGORITHM USING AN OPTIMAL K VAL...
A HYBRID K-HARMONIC MEANS WITH ABCCLUSTERING ALGORITHM USING AN OPTIMAL K VAL...A HYBRID K-HARMONIC MEANS WITH ABCCLUSTERING ALGORITHM USING AN OPTIMAL K VAL...
A HYBRID K-HARMONIC MEANS WITH ABCCLUSTERING ALGORITHM USING AN OPTIMAL K VAL...IJCI JOURNAL
 
α Nearness ant colony system with adaptive strategies for the traveling sales...
α Nearness ant colony system with adaptive strategies for the traveling sales...α Nearness ant colony system with adaptive strategies for the traveling sales...
α Nearness ant colony system with adaptive strategies for the traveling sales...ijfcstjournal
 
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...IJECEIAES
 
Dynamic economic load dispatch a review of solution methodologies48
Dynamic economic load dispatch a review of solution methodologies48Dynamic economic load dispatch a review of solution methodologies48
Dynamic economic load dispatch a review of solution methodologies48jiten2k13
 
Dwindling of real power loss by using Improved Bees Algorithm
Dwindling of real power loss by using Improved Bees AlgorithmDwindling of real power loss by using Improved Bees Algorithm
Dwindling of real power loss by using Improved Bees Algorithmpaperpublications3
 
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...IDES Editor
 
Two bio-inspired algorithms for solving optimal reactive power problem
Two bio-inspired algorithms for solving optimal reactive power problemTwo bio-inspired algorithms for solving optimal reactive power problem
Two bio-inspired algorithms for solving optimal reactive power problemIJAAS Team
 
11.determination of spot price and optimal power flow in
11.determination of spot price and optimal power flow in11.determination of spot price and optimal power flow in
11.determination of spot price and optimal power flow inAlexander Decker
 
Determination of spot price and optimal power flow in
Determination of spot price and optimal power flow inDetermination of spot price and optimal power flow in
Determination of spot price and optimal power flow inAlexander Decker
 
5. 9375 11036-1-sm-1 20 apr 18 mar 16oct2017 ed iqbal qc
5. 9375 11036-1-sm-1 20 apr 18 mar 16oct2017 ed iqbal qc5. 9375 11036-1-sm-1 20 apr 18 mar 16oct2017 ed iqbal qc
5. 9375 11036-1-sm-1 20 apr 18 mar 16oct2017 ed iqbal qcIAESIJEECS
 
Enriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power ProblemEnriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power Problemijeei-iaes
 
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...ijsc
 
COMPARING THE CUCKOO ALGORITHM WITH OTHER ALGORITHMS FOR ESTIMATING TWO GLSD ...
COMPARING THE CUCKOO ALGORITHM WITH OTHER ALGORITHMS FOR ESTIMATING TWO GLSD ...COMPARING THE CUCKOO ALGORITHM WITH OTHER ALGORITHMS FOR ESTIMATING TWO GLSD ...
COMPARING THE CUCKOO ALGORITHM WITH OTHER ALGORITHMS FOR ESTIMATING TWO GLSD ...csandit
 
Financial assessment considered weighting factor scenarios for the optimal co...
Financial assessment considered weighting factor scenarios for the optimal co...Financial assessment considered weighting factor scenarios for the optimal co...
Financial assessment considered weighting factor scenarios for the optimal co...INFOGAIN PUBLICATION
 
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow ProblemA Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow ProblemShubhashis Shil
 
Decline of Real Power Loss and Preservation of Voltage Stability by using Chi...
Decline of Real Power Loss and Preservation of Voltage Stability by using Chi...Decline of Real Power Loss and Preservation of Voltage Stability by using Chi...
Decline of Real Power Loss and Preservation of Voltage Stability by using Chi...ijeei-iaes
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTION
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTIONA COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTION
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTIONijsc
 

What's hot (20)

A HYBRID K-HARMONIC MEANS WITH ABCCLUSTERING ALGORITHM USING AN OPTIMAL K VAL...
A HYBRID K-HARMONIC MEANS WITH ABCCLUSTERING ALGORITHM USING AN OPTIMAL K VAL...A HYBRID K-HARMONIC MEANS WITH ABCCLUSTERING ALGORITHM USING AN OPTIMAL K VAL...
A HYBRID K-HARMONIC MEANS WITH ABCCLUSTERING ALGORITHM USING AN OPTIMAL K VAL...
 
Optimal Power System Planning with Renewable DGs with Reactive Power Consider...
Optimal Power System Planning with Renewable DGs with Reactive Power Consider...Optimal Power System Planning with Renewable DGs with Reactive Power Consider...
Optimal Power System Planning with Renewable DGs with Reactive Power Consider...
 
40220140505002
4022014050500240220140505002
40220140505002
 
α Nearness ant colony system with adaptive strategies for the traveling sales...
α Nearness ant colony system with adaptive strategies for the traveling sales...α Nearness ant colony system with adaptive strategies for the traveling sales...
α Nearness ant colony system with adaptive strategies for the traveling sales...
 
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...
 
Dynamic economic load dispatch a review of solution methodologies48
Dynamic economic load dispatch a review of solution methodologies48Dynamic economic load dispatch a review of solution methodologies48
Dynamic economic load dispatch a review of solution methodologies48
 
Dwindling of real power loss by using Improved Bees Algorithm
Dwindling of real power loss by using Improved Bees AlgorithmDwindling of real power loss by using Improved Bees Algorithm
Dwindling of real power loss by using Improved Bees Algorithm
 
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
 
Two bio-inspired algorithms for solving optimal reactive power problem
Two bio-inspired algorithms for solving optimal reactive power problemTwo bio-inspired algorithms for solving optimal reactive power problem
Two bio-inspired algorithms for solving optimal reactive power problem
 
11.determination of spot price and optimal power flow in
11.determination of spot price and optimal power flow in11.determination of spot price and optimal power flow in
11.determination of spot price and optimal power flow in
 
Determination of spot price and optimal power flow in
Determination of spot price and optimal power flow inDetermination of spot price and optimal power flow in
Determination of spot price and optimal power flow in
 
5. 9375 11036-1-sm-1 20 apr 18 mar 16oct2017 ed iqbal qc
5. 9375 11036-1-sm-1 20 apr 18 mar 16oct2017 ed iqbal qc5. 9375 11036-1-sm-1 20 apr 18 mar 16oct2017 ed iqbal qc
5. 9375 11036-1-sm-1 20 apr 18 mar 16oct2017 ed iqbal qc
 
Enriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power ProblemEnriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power Problem
 
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
 
COMPARING THE CUCKOO ALGORITHM WITH OTHER ALGORITHMS FOR ESTIMATING TWO GLSD ...
COMPARING THE CUCKOO ALGORITHM WITH OTHER ALGORITHMS FOR ESTIMATING TWO GLSD ...COMPARING THE CUCKOO ALGORITHM WITH OTHER ALGORITHMS FOR ESTIMATING TWO GLSD ...
COMPARING THE CUCKOO ALGORITHM WITH OTHER ALGORITHMS FOR ESTIMATING TWO GLSD ...
 
Financial assessment considered weighting factor scenarios for the optimal co...
Financial assessment considered weighting factor scenarios for the optimal co...Financial assessment considered weighting factor scenarios for the optimal co...
Financial assessment considered weighting factor scenarios for the optimal co...
 
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow ProblemA Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
 
Decline of Real Power Loss and Preservation of Voltage Stability by using Chi...
Decline of Real Power Loss and Preservation of Voltage Stability by using Chi...Decline of Real Power Loss and Preservation of Voltage Stability by using Chi...
Decline of Real Power Loss and Preservation of Voltage Stability by using Chi...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTION
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTIONA COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTION
A COMPARISON OF PARTICLE SWARM OPTIMIZATION AND DIFFERENTIAL EVOLUTION
 

Viewers also liked

Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.IJERA Editor
 
Kb2 dokumentasi kebidanan pada ibu hamil
Kb2 dokumentasi kebidanan pada ibu hamilKb2 dokumentasi kebidanan pada ibu hamil
Kb2 dokumentasi kebidanan pada ibu hamilpjj_kemenkes
 
Effect of Doping of MLGNR on Propagation Delay of a Driver-Interconnect-Load ...
Effect of Doping of MLGNR on Propagation Delay of a Driver-Interconnect-Load ...Effect of Doping of MLGNR on Propagation Delay of a Driver-Interconnect-Load ...
Effect of Doping of MLGNR on Propagation Delay of a Driver-Interconnect-Load ...IJERA Editor
 
Kb1 konsep dokumentasi kebidanan
Kb1 konsep dokumentasi kebidananKb1 konsep dokumentasi kebidanan
Kb1 konsep dokumentasi kebidananpjj_kemenkes
 
Relationship with the Degree of Saturation of the Swelling Strain
Relationship with the Degree of Saturation of the Swelling StrainRelationship with the Degree of Saturation of the Swelling Strain
Relationship with the Degree of Saturation of the Swelling StrainIJERA Editor
 
Quality Improvement Of Fan Manufacturing Industry By Using Basic Seven Tools ...
Quality Improvement Of Fan Manufacturing Industry By Using Basic Seven Tools ...Quality Improvement Of Fan Manufacturing Industry By Using Basic Seven Tools ...
Quality Improvement Of Fan Manufacturing Industry By Using Basic Seven Tools ...IJERA Editor
 
Structural Analysis of a wing box
Structural Analysis of a wing boxStructural Analysis of a wing box
Structural Analysis of a wing boxIJERA Editor
 
Application of Multi Criteria Decision Making approaches for personnel select...
Application of Multi Criteria Decision Making approaches for personnel select...Application of Multi Criteria Decision Making approaches for personnel select...
Application of Multi Criteria Decision Making approaches for personnel select...IJERA Editor
 
Sustainable supplier selection: the effect of logistical collaboration on log...
Sustainable supplier selection: the effect of logistical collaboration on log...Sustainable supplier selection: the effect of logistical collaboration on log...
Sustainable supplier selection: the effect of logistical collaboration on log...IJERA Editor
 
Traffic Light Controller Using Fpga
Traffic Light Controller Using FpgaTraffic Light Controller Using Fpga
Traffic Light Controller Using FpgaIJERA Editor
 
Optimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost Function
Optimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost FunctionOptimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost Function
Optimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost FunctionIJERA Editor
 
Centrality Prediction in Mobile Social Networks
Centrality Prediction in Mobile Social NetworksCentrality Prediction in Mobile Social Networks
Centrality Prediction in Mobile Social NetworksIJERA Editor
 
Conception of a new Syndrome Block for BCH codes with hardware Implementation...
Conception of a new Syndrome Block for BCH codes with hardware Implementation...Conception of a new Syndrome Block for BCH codes with hardware Implementation...
Conception of a new Syndrome Block for BCH codes with hardware Implementation...IJERA Editor
 
Design & Stress Analysis of a Cylinder with Closed ends using ANSYS
Design & Stress Analysis of a Cylinder with Closed ends using ANSYSDesign & Stress Analysis of a Cylinder with Closed ends using ANSYS
Design & Stress Analysis of a Cylinder with Closed ends using ANSYSIJERA Editor
 
Effects of Viewing Angle and Contrast Ratio on Visual Performance using TFT-LCD
Effects of Viewing Angle and Contrast Ratio on Visual Performance using TFT-LCDEffects of Viewing Angle and Contrast Ratio on Visual Performance using TFT-LCD
Effects of Viewing Angle and Contrast Ratio on Visual Performance using TFT-LCDIJERA Editor
 
A Comparitive Analysis of Improved 6t Sram Cell With Different Sram Cell
A Comparitive Analysis of Improved 6t Sram Cell With Different Sram CellA Comparitive Analysis of Improved 6t Sram Cell With Different Sram Cell
A Comparitive Analysis of Improved 6t Sram Cell With Different Sram CellIJERA Editor
 
Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)IJERA Editor
 

Viewers also liked (20)

Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
 
A503010103
A503010103A503010103
A503010103
 
S50502119123
S50502119123S50502119123
S50502119123
 
Kb2 dokumentasi kebidanan pada ibu hamil
Kb2 dokumentasi kebidanan pada ibu hamilKb2 dokumentasi kebidanan pada ibu hamil
Kb2 dokumentasi kebidanan pada ibu hamil
 
Effect of Doping of MLGNR on Propagation Delay of a Driver-Interconnect-Load ...
Effect of Doping of MLGNR on Propagation Delay of a Driver-Interconnect-Load ...Effect of Doping of MLGNR on Propagation Delay of a Driver-Interconnect-Load ...
Effect of Doping of MLGNR on Propagation Delay of a Driver-Interconnect-Load ...
 
Kb1 konsep dokumentasi kebidanan
Kb1 konsep dokumentasi kebidananKb1 konsep dokumentasi kebidanan
Kb1 konsep dokumentasi kebidanan
 
Relationship with the Degree of Saturation of the Swelling Strain
Relationship with the Degree of Saturation of the Swelling StrainRelationship with the Degree of Saturation of the Swelling Strain
Relationship with the Degree of Saturation of the Swelling Strain
 
Quality Improvement Of Fan Manufacturing Industry By Using Basic Seven Tools ...
Quality Improvement Of Fan Manufacturing Industry By Using Basic Seven Tools ...Quality Improvement Of Fan Manufacturing Industry By Using Basic Seven Tools ...
Quality Improvement Of Fan Manufacturing Industry By Using Basic Seven Tools ...
 
K505028085
K505028085K505028085
K505028085
 
Structural Analysis of a wing box
Structural Analysis of a wing boxStructural Analysis of a wing box
Structural Analysis of a wing box
 
Application of Multi Criteria Decision Making approaches for personnel select...
Application of Multi Criteria Decision Making approaches for personnel select...Application of Multi Criteria Decision Making approaches for personnel select...
Application of Multi Criteria Decision Making approaches for personnel select...
 
Sustainable supplier selection: the effect of logistical collaboration on log...
Sustainable supplier selection: the effect of logistical collaboration on log...Sustainable supplier selection: the effect of logistical collaboration on log...
Sustainable supplier selection: the effect of logistical collaboration on log...
 
Traffic Light Controller Using Fpga
Traffic Light Controller Using FpgaTraffic Light Controller Using Fpga
Traffic Light Controller Using Fpga
 
Optimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost Function
Optimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost FunctionOptimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost Function
Optimal Power Flow With UPFC Using Fuzzy- PSO With Non-Smooth Fuel Cost Function
 
Centrality Prediction in Mobile Social Networks
Centrality Prediction in Mobile Social NetworksCentrality Prediction in Mobile Social Networks
Centrality Prediction in Mobile Social Networks
 
Conception of a new Syndrome Block for BCH codes with hardware Implementation...
Conception of a new Syndrome Block for BCH codes with hardware Implementation...Conception of a new Syndrome Block for BCH codes with hardware Implementation...
Conception of a new Syndrome Block for BCH codes with hardware Implementation...
 
Design & Stress Analysis of a Cylinder with Closed ends using ANSYS
Design & Stress Analysis of a Cylinder with Closed ends using ANSYSDesign & Stress Analysis of a Cylinder with Closed ends using ANSYS
Design & Stress Analysis of a Cylinder with Closed ends using ANSYS
 
Effects of Viewing Angle and Contrast Ratio on Visual Performance using TFT-LCD
Effects of Viewing Angle and Contrast Ratio on Visual Performance using TFT-LCDEffects of Viewing Angle and Contrast Ratio on Visual Performance using TFT-LCD
Effects of Viewing Angle and Contrast Ratio on Visual Performance using TFT-LCD
 
A Comparitive Analysis of Improved 6t Sram Cell With Different Sram Cell
A Comparitive Analysis of Improved 6t Sram Cell With Different Sram CellA Comparitive Analysis of Improved 6t Sram Cell With Different Sram Cell
A Comparitive Analysis of Improved 6t Sram Cell With Different Sram Cell
 
Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)
 

Similar to Economic Load Dispatch Using Grey Wolf Optimization

GWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsGWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsTELKOMNIKA JOURNAL
 
Genetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchGenetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchSatyendra Singh
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET Journal
 
Economic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration MethodEconomic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration MethodIOSR Journals
 
Hybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load DispatchHybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load DispatchSatyendra Singh
 
Passerine swarm optimization algorithm for solving optimal reactive power dis...
Passerine swarm optimization algorithm for solving optimal reactive power dis...Passerine swarm optimization algorithm for solving optimal reactive power dis...
Passerine swarm optimization algorithm for solving optimal reactive power dis...IJAAS Team
 
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...IOSR Journals
 
Radio-frequency circular integrated inductors sizing optimization using bio-...
Radio-frequency circular integrated inductors sizing  optimization using bio-...Radio-frequency circular integrated inductors sizing  optimization using bio-...
Radio-frequency circular integrated inductors sizing optimization using bio-...IJECEIAES
 
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...IOSR Journals
 
The optimal synthesis of scanned linear antenna arrays
The optimal synthesis of scanned linear antenna arrays The optimal synthesis of scanned linear antenna arrays
The optimal synthesis of scanned linear antenna arrays IJECEIAES
 
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHM
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHMECONOMIC LOAD DISPATCH USING GENETIC ALGORITHM
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHMIJARIIT
 
Chaotic based Pteropus algorithm for solving optimal reactive power problem
Chaotic based Pteropus algorithm for solving optimal reactive power problemChaotic based Pteropus algorithm for solving optimal reactive power problem
Chaotic based Pteropus algorithm for solving optimal reactive power problemIJAAS Team
 
Optimal tuning proportional integral derivative controller on direct current ...
Optimal tuning proportional integral derivative controller on direct current ...Optimal tuning proportional integral derivative controller on direct current ...
Optimal tuning proportional integral derivative controller on direct current ...IJECEIAES
 
Paper id 28201438
Paper id 28201438Paper id 28201438
Paper id 28201438IJRAT
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET Journal
 
Multi-objective whale optimization based minimization of loss, maximization o...
Multi-objective whale optimization based minimization of loss, maximization o...Multi-objective whale optimization based minimization of loss, maximization o...
Multi-objective whale optimization based minimization of loss, maximization o...IJECEIAES
 
04 20268 power loss reduction ...
04 20268 power loss reduction ...04 20268 power loss reduction ...
04 20268 power loss reduction ...IAESIJEECS
 

Similar to Economic Load Dispatch Using Grey Wolf Optimization (20)

Cf34498502
Cf34498502Cf34498502
Cf34498502
 
GWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsGWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plants
 
Genetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchGenetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load Dispatch
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
 
Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...
 
Economic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration MethodEconomic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration Method
 
Hybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load DispatchHybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load Dispatch
 
Passerine swarm optimization algorithm for solving optimal reactive power dis...
Passerine swarm optimization algorithm for solving optimal reactive power dis...Passerine swarm optimization algorithm for solving optimal reactive power dis...
Passerine swarm optimization algorithm for solving optimal reactive power dis...
 
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
 
Radio-frequency circular integrated inductors sizing optimization using bio-...
Radio-frequency circular integrated inductors sizing  optimization using bio-...Radio-frequency circular integrated inductors sizing  optimization using bio-...
Radio-frequency circular integrated inductors sizing optimization using bio-...
 
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
 
E010123337
E010123337E010123337
E010123337
 
The optimal synthesis of scanned linear antenna arrays
The optimal synthesis of scanned linear antenna arrays The optimal synthesis of scanned linear antenna arrays
The optimal synthesis of scanned linear antenna arrays
 
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHM
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHMECONOMIC LOAD DISPATCH USING GENETIC ALGORITHM
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHM
 
Chaotic based Pteropus algorithm for solving optimal reactive power problem
Chaotic based Pteropus algorithm for solving optimal reactive power problemChaotic based Pteropus algorithm for solving optimal reactive power problem
Chaotic based Pteropus algorithm for solving optimal reactive power problem
 
Optimal tuning proportional integral derivative controller on direct current ...
Optimal tuning proportional integral derivative controller on direct current ...Optimal tuning proportional integral derivative controller on direct current ...
Optimal tuning proportional integral derivative controller on direct current ...
 
Paper id 28201438
Paper id 28201438Paper id 28201438
Paper id 28201438
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
 
Multi-objective whale optimization based minimization of loss, maximization o...
Multi-objective whale optimization based minimization of loss, maximization o...Multi-objective whale optimization based minimization of loss, maximization o...
Multi-objective whale optimization based minimization of loss, maximization o...
 
04 20268 power loss reduction ...
04 20268 power loss reduction ...04 20268 power loss reduction ...
04 20268 power loss reduction ...
 

Recently uploaded

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Recently uploaded (20)

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 

Economic Load Dispatch Using Grey Wolf Optimization

  • 1. Dr.Sudhir Sharma et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -6) April 2015, pp.128-132 www.ijera.com 128 | P a g e Economic Load Dispatch Using Grey Wolf Optimization Dr.Sudhir Sharma1 ,Shivani Mehta2 , Nitish Chopra3 Associate Professor1 , Assistant Professor2 , Student, Master of Technology3 Department of Electrical Engineering, D.A.V.I.E.T., Jalandhar, Punjab, India 1, 2, 3 ABSTRACT This paper presents grey wolf optimization (GWO) to solve convex economic load dispatch (ELD) problem. Grey Wolf Optimization (GWO) is a new meta-heuristic inspired by grey wolves. The leadership hierarchy and hunting mechanism of the grey wolves is mimicked in GWO. The objective of ELD problem is to minimize the total generation cost while fulfilling the different constraints, when the required load of power system is being supplied. The proposed technique is implemented on two different test systems for solving the ELD with various load demands. To show the effectiveness of GWO to solve ELD problem results were compared with other existing techniques. Keywords: economic load dispacth;GWO; transmission loss I. INTRODUCTION Electrical power plays a pivotal role in the modern world to satisfy various needs. It is therefore very important that the electrical power generated is transmitted and distributed efficiently in order to satisfy the power requirement. Electrical power is generated in several ways. The economic scheduling of all generators in a system to meet desired demand is important problem in operation and planning of power system. The Economic Load Dispatch (ELD) problem is the most significant optimization problem in scheduling the generation of thermal generators in power system. In ELD problem, ultimate goal is to decrease the operation cost of the power generation system, while supplying the required power demanded. In addition to this, the various operational constraints of the system should also be satisfied. Traditional methods to solve ELD problem include the linear programming method, gradient method, lambda iteration method and Newton‟s method [1]. Dynamic programming is one of the techniques to solve ELD problem, but it suffer from problem of irritation of dimensionality [2]. Meta-heuristic techniques, such as genetic algorithms [3-5], differential evolution [6] , tabu search [7] ,simulated annealing [8], particle swarm optimization (PSO) [9], biogeography-based optimization [10],intelligent water drop algorithm[11] ,harmony search[12] ,gravitational search algorithm[13],firefly algorithm[14],hybrid gravitational search[15],cuckoo search (CS) [16],modified harmony search[17] have been successfully applied to ELD problems. Recently, a new meta-heuristic technique called grey wolf optimization has been proposed by Mirjalili et al., [18]. In this paper the ELD problem has been solved by using grey wolf optimization. II. PROBLEM FORMULATION The objective function of the ELD problem is to minimize the total generation cost while satisfying the different constraints, when the required load of power system is being supplied. The objective function to be minimized is given by the following equation: 2 1 ( ) ( ) n g i gi i gi i i F P a P b P c     … (1) The overall fuel cost has to be reduced with the following constraints: 1) Power balance constraint The total generation by all the generators must be equal to the total power demand and system‟s real power loss. 𝑃𝑔𝑖 − 𝑃𝑑 − 𝑃𝑙 𝑛 𝑖=1 ….. (2) 2) Generator limit constraint The real power generation of each generator is to be controlled inside its particular upper and lower operating limits. 𝑃𝑔𝑖 𝑚𝑖𝑛 ≤ 𝑃𝑔𝑖 ≤ 𝑃𝑔𝑖 𝑚𝑎𝑥 i=1,2,...,ng …..(3) Where ai, bi, ci : coefficient of fuel cost of ith generator, Rs/MW2 h, Rs/MW h, Rs/h F(Pg ) : total fuel cost, Rs/h n : number of generators 𝑃𝑔𝑖 𝑚𝑖𝑛 : Minimum limit of generation for ith generator, MW 𝑃𝑔𝑖 𝑚𝑎𝑥 : Maximum limit of generation for ith generator, MW Pl : Transmission losses, MW Pd : Power demand, MW III. Grey Wolf Optimization (GWO) The GWO is firstly proposed by Mirjalili et al., [18]. The algorithm was inspired by the democratic behavior and the hunting mechanism of grey wolves RESEARCH ARTICLE OPEN ACCESS
  • 2. Dr.Sudhir Sharma et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -6) April 2015, pp.128-132 www.ijera.com 129 | P a g e in the wild. In a pack, the grey wolves follow very firm social leadership hierarchy. The leaders of the pack are a male and female, are called alpha (α). The second level of grey wolves, which are subordinate wolves that help the leaders, are called beta (β). Deltas (δ) are the third level of grey wolves which has to submit to alphas and betas, but dominate the omega. The lowest rank of the grey wolf is omega (ω), which have to surrender to all the other governing wolves. The GWO algorithm is provided in the mathematical models as follows: 1) Social hierarchy In the mathematical model of the social hierarchy of the grey wolves, alpha (α) is considered as the fittest solution. Accordingly, the second best solution is named beta (β) and third best solution is named delta (δ) respectively. The candidate solutions which are left over are taken as omega (ω). In the GWO, the optimization (hunting) is guided by alpha, beta, and delta. The omega wolves have to follow these wolves. 2) Encircling prey The grey wolves encircle prey during the hunt. The encircling behavior can be mathematically modeled as follows [18]: D = C. Xp t − X(t) … (4) X t + 1 = Xp t − A. D … (5) Where A and C are coefficient vectors, Xp is the prey‟s position vector, X denotes the grey wolf‟s position vector and „t‟ is the current iteration. The calculation of vectors A and C is done as follows [18]: A = 2. a. r1. a … (6) C = 2. r2 … (7) Where values of „a ‟are linearly reduced from 2 to 0 during the course of iterations and r1, r2 are arbitrary vectors in gap [0, 1]. 3) Hunting The hunt is usually guided by the alpha, beta and delta, which have better knowledge about the potential location of prey. The other search agents must update their positions according to best search agent‟s position. The update of their agent position can be formulated as follows [18]: Dα = C1. Xα − X Dβ = C2. Xβ − X Dδ = C3. Xδ − X … (8) X1 = Xα − A1. (Dα) X2 = Xβ − A2. Dβ X3 = Xδ − A3. (Dδ) … (9) X t + 1 = X1+X2+X3 3 … (10) 4) Search for prey and attacking prey The „A‟ is an arbitrary value in the gap [-2a, 2a]. When |A| < 1, the wolves are forced to attack the prey. Attacking the prey is the exploitation ability and searching for prey is the exploration ability. The random values of „A‟ are utilized to force the search agent to move away from the prey. When |A| > 1, the grey wolves are enforced to diverge from the prey. Fig 3.1: flowchart of GWO IV. RESULTS & DISCUSSIONS GWO has been used to solve the ELD problems in two diverse test cases for exploring its optimization potential, where the objective function was limited within power ranges of the generating units and transmission losses were also taken into account. The iterations performed for each test case are 500 and number of search agents (population) taken in both test cases is 30. 1) Test system I: Three generating units The input data for three generators and loss coefficient matrix Bmn is derived from reference [16] and is given in table 4.1.The economic load dispatch for 3 generators is solved with GWO and results are compared with lambda iteration and cuckoo search.
  • 3. Dr.Sudhir Sharma et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -6) April 2015, pp.128-132 www.ijera.com 130 | P a g e Table 4.1: Generating unit data for test case I Uni t ai bi ci 𝑷 𝒈𝒊 𝒎𝒊𝒏 𝑷 𝒈𝒊 𝒎𝒂𝒙 1 0.0354 6 38.3055 3 1243.531 1 35 210 2 0.0211 1 36.3278 2 1658.569 6 130 325 3 0.0179 9 38.2704 1 1356.659 2 125 315 Bmn= 0.000071 0.000030 0.000025 0.000030 0.000069 0.000032 0.000025 0.000032 0.000080 Table 4.2: GWO results for 3-unit system Table 4.3: Comparison results of GWO for 3-Unit system Sr.no. Power demand (MW) Fuel Cost (Rs/hr) Lambda Iteration Method [16] Cuckoo Search Algorithm [16] Grey Wolf Optimization 1 350 18570.7 18564.5 18564.483 2 450 23146.8 23112.4 23112.363 3 500 25495.2 25465.5 25465.469 2) Test system II: Six generating units The input data for six generators and loss coefficient matrix Bmn is derived from reference [16] and is given in table 4.4.The economic load dispatch for 6 generators is solved with GWO and results are compared with conventional quadratic programming, lambda iteration, particle swarm optimization and cuckoo search. Table 4.4: Generating unit data for test case II Unit ai bi ci 𝑷 𝒈𝒊 𝒎𝒊𝒏 𝑷 𝒈𝒊 𝒎𝒂𝒙 1 0.15240 38.53973 756.79886 10 125 2 0.10587 46.15916 451.32513 10 150 3 0.02803 40.39655 1049.9977 35 225 4 0.03546 38.30553 1243.5311 35 210 5 0.02111 36.32782 1658.5596 130 325 6 0.01799 38.27041 1356.6592 125 315 Bmn= 0.000014 0.000017 0.000015 0.000019 0.000026 0.000022 0.000017 0.000060 0.000013 0.000016 0.000015 0.000020 0.000015 0.000013 0.000065 0.000017 0.000024 0.000019 0.000019 0.000016 0.000017 0.000072 0.000030 0.000025 0.000026 0.000015 0.000024 0.000030 0.000069 0.000032 0.000022 0.000020 0.000019 0.000025 0.000032 0.000085 Sr.no. Techniques Power demand (MW) P1(MW) P2(MW) P3(MW) PLoss (MW) Fuel Cost (Rs/hr) 1 CS[16] 350 70.3012 156.267 129.208 5.77698 18564.5 GWO 70.30259 156.289 129.184 5.77696 18564.483 2 CS[16] 450 93.9374 193.814 171.862 9.6127 23112.4 GWO 93.9362 193.8043 171.872 9.6127 23112.363 3 CS[16] 500 105.88 212.728 193.306 11.9144 25465.5 GWO 105.8848 212.7137 193.3157 11.91434 25465.469
  • 4. Dr.Sudhir Sharma et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -6) April 2015, pp.128-132 www.ijera.com 131 | P a g e Table 4.5: GWO results for 6-unit system Table 4.6: Comparison results of GWO for 6-Unit system Sr.no. Power demand (MW) Fuel Cost (Rs/hr) Lambda Iteration Method[16] Conventional Method[9] PSO[9] Cuckoo Search Algorithm[16] Grey Wolf Optimization 1 600 32129.8 32096.58 32094.69 32094.7 32094.67 2 700 36946.4 36914.01 36912.16 36912.2 36912.145 3 800 41959.0 41898.45 41896.66 41896.9 41896.632 Fig 4.1: Convergence characteristics of test system I Fig 4.2: Convergence characteristics of test with 500MW demand system II with 800MW demand Sr.no . Techni ques Power Dema nd (MW) P1 (MW) P2 (MW ) P3 (MW) P4 (MW) P5 (MW) P6 (MW) PLoss (MW) Fuel Cost (Rs/hr) 1 Convent ional[9] 600 23.90 10.00 95.63 100.70 202.82 182.02 15.07 32096.58 CS[16] 23.8603 10 95.6389 100.708 202.832 181.198 14.2374 32094.7 GWO 23.911 10 95.571 100.740 202.752 181.261 14.2373 32094.67 2 Convent ional[9] 700 28.33 10.00 118.95 118.67 230.75 212.80 19.50 36914.01 CS[16] 28.2908 10.00 118.958 118.675 230.763 212.745 19.4319 36912.2 GWO 28.3514 10.00 118.887 118.748 230.704 212.737 19.4308 36912.14 3 Convent ional[9] 800 32.63 14.48 141.54 136.04 257.65 243.00 25.34 41898.45 CS[16] 32.5861 14.48 43 141.548 136.045 257.664 243.009 25.3309 41896.7 GWO 32.5408 14.86 60 141.502 1 136.0254 257.518 242.8632 25.3165 41896.63
  • 5. Dr.Sudhir Sharma et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -6) April 2015, pp.128-132 www.ijera.com 132 | P a g e V. CONCLUSION In this paper economic load dispatch problem has been solved by using GWO. The results of GWO are compared for three and six generating unit systems with other techniques. The algorithm is programmed in MATLAB(R2009b) software package. The results show effectiveness of GWO for solving the economic load dispatch problem. The advantage of GWO algorithm is its simplicity, reliability and efficiency for practical applications. REFERENCES [1] A.J Wood and B.F. Wollenberg, Power Generation, Operation, and Control, John Wiley and Sons, New York, 1984. [2] Z. X. Liang and J. D. Glover, “A zoom feature for a dynamic programming solution to economic dispatch including transmission losses, IEEE Trans. on Power Systems, Vol. 7, No. 2, pp. 544-550, May 1992. [3] Youssef, H. K., and El-Naggar, K. M., “Genetic based algorithm for security constrained power system economic dispatch”, Electric Power Systems Research, Vol. 53, pp. 4751, 2000. [4] S.O. Orero, M.R. Irving, “Economic dispatch of generators with prohibited operating zones: a genetic algorithm approach”, IEE Proc. Gen. Transm. Distrib., Vol. 143, No. 6, pp. 529534, 1996. [5] D. C. Walters and G. B. Sheble, “Genetic algorithm solution of economic dispatch with the valve-point loading”, IEEE Trans. on Power Systems, Vol. 8, No. 3, pp. 1325- 1332, Aug. 1993. [6] Nasimul Nomana, Hitoshi Iba, “Differential evolution for economic load dispatch problems”, Electric Power Systems Research, Vol. 78, pp.13221331, 2008. [7] W. M. Lin, F. S. Cheng and M. T. Tsay, “An improved Tabu search for economic dispatch with multiple minima”, IEEE Trans. on Power Systems, Vol. 17, No. 1, pp.108-112, Feb. 2002. [8] Basu, M. "A simulated annealing-based goal-attainment method for economic emission load dispatch of fixed head hydrothermal power systems." International Journal of Electrical Power & Energy Systems 27, no. 2 (2005): 147-153. [9] Yohannes, M. S. "Solving economic load dispatch problem using particle swarm optimization technique." International Journal of Intelligent Systems and Applications (IJISA) 4, no. 12 (2012): 12. [10] Aniruddha Bhattacharya, P.K. Chattopadhyay, “Solving complex economic load dispatch problems using biogeography- based optimization”, Expert Systems with Applications, Vol. 37, pp. 36053615, 2010. [11] Rayapudi, S. Rao. "An intelligent water drop algorithm for solving economic load dispatch problem." International Journal of Electrical and Electronics Engineering 5, no. 2 (2011): 43-49. [12] Pandi, V. Ravikumar, and Bijaya Ketan Panigrahi. "Dynamic economic load dispatch using hybrid swarm intelligence based harmony search algorithm." Expert Systems with Applications 38, no. 7 (2011): 8509-8514. [13] Swain, R. K., N. C. Sahu, and P. K. Hota. "Gravitational search algorithm for optimal economic dispatch." Procedia Technology 6 (2012): 411-419. [14] Yang, Xin-She, Seyyed Soheil Sadat Hosseini, and Amir Hossein Gandomi. "Firefly algorithm for solving non-convex economic dispatch problems with valve loading effect." Applied Soft Computing 12, no. 3 (2012): 1180-1186 [15] Dubey, Hari Mohan, Manjaree Pandit, B. K. Panigrahi, and Mugdha Udgir. "Economic Load Dispatch by Hybrid Swarm Intelligence Based Gravitational Search Algorithm." International Journal Of Intelligent Systems And Applications (Ijisa) 5, no. 8 (2013): 21-32 [16] Bindu, A. Hima, and M. Damodar Reddy. "Economic Load Dispatch Using Cuckoo Search Algorithm." Int. Journal Of Engineering Research and Apllications 3, no. 4 (2013): 498-502. [17] SECUI, Dinu Călin, Gabriel Bendea, and Cristina HORA. "A Modified Harmony Search Algorithm for the Economic Dispatch Problem." Studies in Informatics and Control 23, no. 2 (2014): 143-152. [18] Mirjalili, Seyedali, Seyed Mohammad Mirjalili, and Andrew Lewis. "Grey wolf optimization." Advances in Engineering Software 69 (2014): 46-61.