SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 633
Relevance of Particle Swarm Optimization Technique for the Solution of
Economic Load Dispatch Problem
Mr. Jatinder Kumar1, Mr. Harkamal Deep Singh2
1M.tech. Research Scholar, Department of EEE, IKGPTU University, Punjab
2Assistant professor, Department of EEE, IKGPTU University, Punjab
-------------------------------------------------------------------***----------------------------------------------------------------
Abstract- Economic Load Dispatch is very vital research in
generation of electrical power system. It is method by which
we can make a plan of the preeminent achievable output of
a number of generators power units so that to meet the
domestic, industrial agriculture load demand at minimum
possible cost, while satisfy all transmissions loss and
operational constraints. This research paper tries to present
the relevance of particle swarm optimization technique for
the mathematical formulation of Economic load dispatch
problem using soft computing technique in power
generation system considering various parameters like load
demand, physical and generation system constraints.
Index Terms- Economic Load Dispatch problem (ELDP),
relevance Particle Swarm Optimization, Basic
mathematical formulation,.
I. INTRODUCTION
In electrical power system, seven types of generation
system mostly are used in world like thermal, hydro,
nuclear, bio-mass, tidal wave, solar and wind energy etc.
Consumer load demand it may be (industrial, agriculture,
domestic etc.) change according to load parameters and
reaches the different maximum values. so, it is very
essential to scheduling of power generating units by
which units can turn off and on to meet the desire power
load demand and also keeping in mind cost parameter
order in which the units must be shut down. The entire
effort of draw round and manufacture these evaluations
are known as economic load dispatch. It means that
generation unit output (Min. MW to Max. MW) are
permissible to diverge within certain confines so that to
meet a particular load demand obtained by minimum fuel
cost.
II. ECONOMIC LOAD DISPATCH
Economic Load Dispatch problem is very important in
electric power generation plant units. The main objective
of the Economic Load Dispatch problems is to create the
best probable schedule of power generators outputs of all
units so as to bring together the required load demand at
minimum operating cost while satisfying the equality and
inequality constraints.[1] The cost function for each
generators unit in Load Dispatch problems has been
around defined by a quadratic function in which fuel cost,
power load demand, equality and inequality constrained
are involved.
III. PROBLEM FORMULATION
The economic dispatch problem is a constrained
optimization problem and it can be expressed as
Follows.[1-4]
Minimize
2
1
( ) ( ) /
NG
i i i i i i
i
F P a P b P c Rs h

   (1)
Where, ai (Rs/MW2h), bi (Rs/MWh) and ci (Rs/h) are fuel
cost coefficients of ith unit.
Subject to (i) the energy balance equation
1
NG
i D L
i
P P P

  (2)
(ii) The inequality constraints
 min max
i 1,2,3,.............,NGi i iP P P   (3)
Where, ,i ia b and ic are cost coefficients
LP is power transmission Loss.
NG is the number of generation units
DP is Load Demand.
iP is real power generation and will act as decision
variable.
The very simple and fairly accurate method of expressing
power transmission loss, LP as a function of generator
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 634
powers is through George's Formula using B-coefficients
and mathematically can be expressed as:
1 1
i j
NG NG
L g ij g
i j
P P B P
 
  MW (4)
where, igP and jgP are the real power generations at the
ith and jth buses, respectively. ijB are the loss coefficients
which are constant under certain assumed conditions.
IV. THERMAL CONSTRAINTS
In this system thermal generation unit needs to undergo
gradual temperature vary and thus it takes some period of
time to carry a thermal generation unit online. Also,
thermal unit can be manually controlled. So a crew
member is required to perform this task in operation.. This
leads to a lot of limitations in the power system operation
of thermal unit and thus it provide rise to many
constraints.
V. GENERATION CONSTRAINTS
In order to convince the forecasted in power system load
demand, the sum of all generating units on-line must equal
the power system load over the time horizon.
(5)
Where, hD is load demand at hth hour.
ihP is the power output of ith unit at hth hour
ihU is the On/Off status of the ith unit at the hth hour.
NG is the number of thermal generating units
VI. UNIT GENERATION RESTRICTIONS
The power output induced by the individual units must be
within max. and min. generation limits i.e.
(6)
Where, (min)iP and (max)iP is the minimum and maximum
power output of the ith unit.
VII. PARTICLE SWARM OPTIMIZATION
Particle Swarm Optimization (PSO) is a soft computing
technique. It is swarm-based intelligence algorithm
predisposed by the group behaviour of animals such as a
flock of birds finding a food source which likely fly in sky
or a school of fish protecting them from a difficulty or
predator. This soft computing technique particle swarm
optimization first described by james Kennedy and Russell
C. Eberhart in 1995 draw from two separate conce pts ,the
idea of swarm intelligence based off the surveillance of
swarming habits by certain kinds of animal s(such as fish
& birds) and field of evolutionary computation.
VIII. MATHEMATICS INVOLVED IN PSO
This algorithm works by discretely maintaining a no. of
runner solutions in the search space. for the ( Pih )
is
period of all iteration of the algorithm, every candidate
solution is calculated by objective function being
optimized, determining fitness of that solution. Every
runner solution can be thought of as particle ‘flying’ all
the way through fitness landscape finding the max. or min.
of the objective function. In beginning, particle swarm
optimization algorithm select candidate solutions
randomly within the search space.
Vi
new w *Vij C1 R1 Pbbest
ij P ij C2 R2 G best
J P
ij i 1, 2...NP;j 1, 2...NG
P
new P
i
j V new (8)
C1 , C2 are the acceleration constants
P is current position of jth member of ith particle at uth
iteration
NG is the no of members in a particle R1, R2 is random
number between 0 and 1 and W is the weighing function
or inertia weight factor NP is the number of particles in a
group.
In figure 1. Flow chart shows the initial parameter of state
of PSO constant, C1, C2 particle ( P )and dimension (D)
seeking the global maximum in a one-dimensional search
space. The investigate space is composed of all the
possible solutions along with the objective function. We
know that the particle swarm optimization algorithm has
no in sequence of the necessary objective function, and
thus has no idea of knowing if someone of the candidate
solutions are distance or far from a local or global max.
1
NG
i
ih ih hP U D


(min) (max)i ih iP P P 
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 635
IMPLEMENTATION OF CLASSICAL PSO FOR ELD SOLUTION
The main objective of ELD is to obtain the amount of real
power to be generated output by each committed generator,
while achieving a minimum generation cost within the
constraints. The details of the implementation of PSO
components are summarized in the following subsections.
The search procedure for calculating the optimal generation
output of each unit is summarized as follows:
1. Initialization of the swarm: For a population size P, the
particles are randomly generated in the range 0-1 and
Searched between the maximum and the minimum operating
limits of the generators. If there are N generating units, the ith
particle is represented as
Pi = (Pi1, Pi2, Pi3……………... PiN) (9)
The jth dimension of the ith particle is allocated a value of Pij as
given below to satisfy the constraints.
Pij = Pjmin + r (Pjmax - Pjmin ) (10)
Here r [0,1]
2. Defining the evaluation function: The merit of each
individual particle in the swarm is found using a fitness
function called evaluation function. The popular penalty
function method employs functions to reduce the fitness of the
particle in proportion to the magnitude of the equality
constraint violation. The evaluation function is defined to
minimize the non-smooth cost function given by equation The
evaluation function is given as Min f(x)=f(x)+ lambda (equality
constraints).
3. Initialization of P-best and G-best: The fitness values
obtained above for the initial particles of the swarm are set as
the initial Pbest values of the particle. The best value among all
the Pbest values is identified as G-Best .
4. Evaluation of velocity: The update in velocity as per flow
chart.
5. Check the velocity constraints of the members of each
individual from the following conditions
If, Vid (k+1) > Vd max, then Vid (k+1) = vd max, (11)
Vid (k+1) < Vd min
then, Vid (k+1)=vd min
Where, Vdmin = -0.5 Pgmin, Vdmax = +0.5 Pg max
6. Modify the member position of each individual Pg
according to the equation
Pgid (k+1) = Pgid (i) + Vid (k+1) (12)
Pgid (k+1) must satisfy the constraints, namely the
generating limits. If Pgid (k+1) violates the constraints,
then Pgid (k+1) must be modified towards the nearest
margin of the feasible solution.
7. If the evaluation value of each individual is better than
previous P-best, the current value is set to be P-best. If the
best P-best is better than G-best, the best P-best is set to
be G-best. The corresponding value of fitness function is
saved.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 636
8. If the number of iterations reaches the maximum, then go to
step 10. Otherwise, go to step-2
IX. TEST SYSTEM , RESULT AND DISCUSSION
In order to show the effectiveness of the Proposed PSO
Algorithm for Short-term Unit Commitment Problem, three
different types of test systems have been taken into
consideration:
o The first test system consists of 5-Generating
units has been taken from IEEE 14-Bus System
with a time varying load demand for one day.
o The second test system consists of 6-Generating
units has been taken from IEEE 30-Bus System
with a time varying load demand for one day.
o Proposed PSO result Compare the result of firefly
algorithm
Test System-I
Table-I: Generator characteristics of 5-Unit Test System
Table-II: Time varying load demand and result of 5 units
Table III. Optimal output of 5 units system which show the load demand fulfill with min. cost
UNITS Pmax Pmin A B C
Unit1 250 10 0.00315 2 0
Unit2 140 20 0.0175 1.75 0
Unit3 100 15 0.0625 1 0
Unit4 120 10 0.00834 3.25 0
Unit5 45 10 0.025 3 0
Load Demand
(MW)
No. of
Iteration
U1 U2 U3 U4 U5 Min Cost Rs./h.
148 30000 86.9737 26.0257 15.0000 10.0000 10.0000 21276.6
173 30000 107.8218 30.1765 15.0000 10.0000 10.0000 25878.8
220 30000 145.0667 38.2486 16.7040 10.0000 10.0000 33696.5
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 637
Test System-II
Table-IV: Generator characteristics of 6-Unit Test System
UNITS Pmax Pmin A B C
Unit1 200 50 0.00375 2 0
Unit2 80 20 0.0175 1.7 0
Unit3 50 15 0.0625 1 0
Unit4 35 10 0.00834 3.25 0
Unit5 30 10 0.025 3 0
Unit6 40 12 0.025 3 0
Table-V: Time varying load demand and result of 6 units
Table VI. Optimal output of 6 units system which show the load demand fulfill with min. cost
244 30000 163.9007 42.2674 17.8340 10.0000 10.0000 38238.6
259 30000 175.7110 43.7893 18.5164 10.0000 10.0000 41198.0
248 30000 167.1512 42.9141 17.9329 10.0000 10.0000 39036.4
227 30000 130.5524 35.4128 15.0340 10.0000 10.0000 34985.6
202 30000 131.0699 35.2017 15.8565 10.0000 10.0000 30442.2
Load
Demand
(MW)
No. of
Iterations
U1 U2 U3 U4 U5 U6 Min Cost
Rs/h
166 30000 91.3180 27.6778 15.0000 10.0000 10.0000 12.0000 24561.6
196 30000 115.7033 33.2949 15.0000 10.0000 10.0000 12.0000 29516.6
229 30000 141.5913 38.9124 16.4955 10.0000 10.0000 12.0000 35383.1
267 30000 171.4119 45.3026 18.2847 10.0000 10.0000 12.0000 42651.5
283.4 30000 183.9935 48.1629 19.2428 10.0000 10.0000 12.0000 45965.8
272 30000 175.3349 46.1432 18.5211 10.0000 10.0000 12.0000 43632.6
246 30000 155.0839 41.6795 17.2346 10.0000 10.0000 12.0000 38571.8
213 30000 129.0093 36.2425 15.7474 10.0000 10.0000 12.0000 32587.6
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 638
COMPARISION OF RESULT
Table VII. Cost coefficients and power limits of 3-Unit system
Unit A B C Pmin. Pmax.
1 756.79886 38.53 0.15240 10 125
2 451.32513 46.15916 0.10587 10 150
3 1049.9977 40.39655 0.02803 35 225
Table VIII Comparison of test results of firefly and particle swarm optimization method.
S.No. Power Demand(MW)
Fuel Cost (Rs/hr) Fuel Cost (Rs/hr) Fuel Cost (Rs/hr)
Lambda iteration
method
Firefly Algorithm Particle Swarm
Optimization
1 350 18570.7 18564.5 18320.80
2 400 20817.4 20812.3 20469.83
3 450 23146.8 23112.4 22670.54
4 500 25495.2 25465.5 24909.77
5 550 27899.3 27872.4 27189.47
6 600 30359.3 30334.0 29506.31
7 650 32875.0 32851.0 31859.80
8 700 35446.3 35424.4 34252.73
Table IX. Cost coefficients and power limits of 6-Unit system
Unit A B C Pmin. Pmax.
1 756.79886 38.53 0.15240 10 125
2 451.32513 46.15916 0.10587 10 150
3 1049.9977 40.39655 0.02803 35 225
4 1243.5311 38.30553 0.03546 35 210
5 1658.5696 36.32782 0.02111 130 325
6 1356.6592 38.27041 0.01799 125 315
Table X Comparison of test results firefly and particle swarm optimization method.
S.No. Power
Demand(MW)
Fuel Cost (Rs/hr) Fuel Cost (Rs/hr) Fuel Cost (Rs/hr)
Lambda iteration
method
Firefly Algorithm Particle Swarm
Optimization
1 600 32129.8 32094.7 31426.57
2 650 34531.7 34482.6 33680.10
3 700 36946.4 36912.2 35997.43
4 750 39422.1 39384.0 38291.39
5 800 41959.0 41896.9 40642.86
6 850 44508.1 44450.3 43019.66
7 900 47118.2 47045.3 45422.18
8 950 49747.4 49682.1 47835.37
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 639
The corresponding results has been obtained using
Particle Swarm optimization Technique using Population
Size=50 and Maximum Iteration=30000. The Flow chart
for economic load dispatch Problem using PSO is shown in
Figure-1. The MATLAB Simulation software 7.12.0
(R2010a) is used to obtain the corresponding results.
XI. CONCLUSION
In this research paper, researchers have done the
relevance Particle Swarm Optimization Algorithm for
solution of ELDP. The results for standard IEEE Bus system
consisting of five and six Generating system units has
been profitably evaluated using PSO. The following
important points are observed throughout whole research
works:
o By planned PSO algorithm, Fuel cost (FC) of 350
MW is 18564.5 and by firefly algorithm FC is
18320.80 for three unit system.
o Load demand 350 MW to700 MW is shown in
table (viii)
o By planned PSO algorithm, Fuel cost (FC) of 600
MW is 31426.57 and by firefly algorithm FC is
32094.7 for six unit system.
o Load demand 600 MW to 950 MW is shown in
table (x)
o Proposed algorithm has simple implementation,
require less computational time and very few
algorithm parameters.
XI. FUTURE SCOPE
(1) Particle Swarm Optimization Algorithm is based on the
intellect. It can be applied into both scientific engineering
work and research purpose.
(2 The search can be carried out by the speed of the
particle .Particle Swarm Optimization Algorithm has no
overlapping and mutation calculation.
REFERENCES
[1] Zakaryia Mohammed and J. Talaq, " Economic Dispatch
by Biogeography Based Optimization Method", 2011
International Conference on Signal, Image Processing and
Applications With workshop of ICEEA-2011 IPCSIT ,vol.21,
pp.161-165, 2011.
[2] Swarup, K.S and D.N. ‘‘A Hybrid Interior Point Assisted
Differential Evolution Algorithm for Economic Dispatch ’’
Power Systems, IEEE Transactions on Volume: 26, Year
2011, pp. 541 – 549.
[3] Hardiansyah, Junaidi and Yohannes MS, “Application of
Soft Computing Methods for Economic Load Dispatch
Problems”, International Journal of Computer Applications
(0975 – 8887), Vol. 58, No. 13, Nov. 2012, pp. 32-37.
[4] Taher Niknam and Faranak Golestaneh ‘‘Enhanced Bee
Swarm Optimization Algorithm for Dynamic Economic
Dispatch ’’ Systems Journal, IEEE Vol. 7, Year 2013 , pp.
754 – 762
[5] Divya Mathur ‘‘ New Methodology BBO for Solving
Different Economic Dispatch Problems’’IJESIT , vol.2, jan.
2013, pp. 494-498
[6] Jyoti Jain, Rameshwar Singh," Biogeographic-Based
Optimization Algorithm for Load Dispatch in Power
System", International Journal of Emerging Technology
and Advanced Engineering (ISSN 2250-2459), Volume 3,
Issue 7, pp. 549-553, July 2013
[7] Tao Ding And Rui Bo (2014),‘‘Big-M Based MIQP
Method for Economic Dispatch with Disjoint Prohibited
Zones ’’IEEE Transactions on power systems, vol. 29, no. 2,
march 2014pp 976-977
[8] M. S. P. Subathra (2014), ‘‘A Hybrid With Cross-Entropy
Method and Sequential Quadratic Programming to Solve
Economic Load Dispatch Problem’’ Year 2014,pp 1 – 14.
[9] David Naso and Ali Davoudi (2014), ‘‘A Distributed
Auction-Based Algorithm for the Nonconvex Economic
Dispatch Problem’’ IEEE Transactions on industrial
informatics, vol. 10, no. 2, may 2014pp 1124-1132
[10] Yare Y., Venayagamoorthy G. K., and Saber A. Y.,
“Economic Dispatch of a Differential Evolution Based
Generator Maintenance Scheduling of a Power System”, in
Power & Energy Society General Meeting, 2009( PES '09)
IEEE , Calgary, Alberta, 26-30 July 2009, pp. 1-8.
[11] K. Sudhakara Reddy et.al. ‘‘Economic Load Dispatch
Using Firefly Algorithm’’ (IJERA) ISSN: 2248-9622, VOL.2,
AUG. 2012 , pp 2325-233

More Related Content

What's hot (19)

PPTX
Economic load dispatch problem solving using "Cuckoo Search"
Khulna University of Engineering and Technology
 
PPTX
Solution to ELD problem
Naveena Navi
 
PDF
International Journal of Engineering Research and Development
IJERD Editor
 
PDF
OPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMS
IAEME Publication
 
PPTX
Project on economic load dispatch
ayantudu
 
PDF
Dynamic Economic Dispatch Assessment Using Particle Swarm Optimization Technique
journalBEEI
 
PPTX
Economic load dispatch
Md. Hasan Al Roktim
 
PDF
IJERD(www.ijerd.com)International Journal of Engineering Research and Develop...
IJERD Editor
 
PDF
Profit based unit commitment for GENCOs using Parallel PSO in a distributed c...
IDES Editor
 
PDF
IRJET-Comparative Analysis of Unit Commitment Problem of Electric Power Syste...
IRJET Journal
 
PDF
Economic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
IDES Editor
 
PDF
An Application Jeevan – Kushalaiah Method to Find Lagrangian Multiplier in Ec...
IOSR Journals
 
PDF
30120130406002
IAEME Publication
 
PDF
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET Journal
 
PDF
I1065259
IJERD Editor
 
PDF
A Genetic Algorithm Approach to Solve Unit Commitment Problem
IOSR Journals
 
PDF
Enhancement of Power System Performance by Optimal Placement of Distributed G...
IRJET Journal
 
PDF
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
ijsc
 
PDF
Economic dipatch
Doni Wahyudi
 
Economic load dispatch problem solving using "Cuckoo Search"
Khulna University of Engineering and Technology
 
Solution to ELD problem
Naveena Navi
 
International Journal of Engineering Research and Development
IJERD Editor
 
OPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMS
IAEME Publication
 
Project on economic load dispatch
ayantudu
 
Dynamic Economic Dispatch Assessment Using Particle Swarm Optimization Technique
journalBEEI
 
Economic load dispatch
Md. Hasan Al Roktim
 
IJERD(www.ijerd.com)International Journal of Engineering Research and Develop...
IJERD Editor
 
Profit based unit commitment for GENCOs using Parallel PSO in a distributed c...
IDES Editor
 
IRJET-Comparative Analysis of Unit Commitment Problem of Electric Power Syste...
IRJET Journal
 
Economic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
IDES Editor
 
An Application Jeevan – Kushalaiah Method to Find Lagrangian Multiplier in Ec...
IOSR Journals
 
30120130406002
IAEME Publication
 
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET Journal
 
I1065259
IJERD Editor
 
A Genetic Algorithm Approach to Solve Unit Commitment Problem
IOSR Journals
 
Enhancement of Power System Performance by Optimal Placement of Distributed G...
IRJET Journal
 
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
ijsc
 
Economic dipatch
Doni Wahyudi
 

Similar to Relevance of Particle Swarm Optimization Technique for the Solution of Economic Load Dispatch Problem (20)

PDF
IRJET- Swarm Optimization Technique for Economic Load Dispatch
IRJET Journal
 
PDF
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
IOSR Journals
 
PDF
IRJET- Optimal Generation Scheduling for Thermal Units
IRJET Journal
 
PDF
IRJET- Optimal Generation Scheduling for Thermal Units
IRJET Journal
 
PDF
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET Journal
 
PDF
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
International Journal of Science and Research (IJSR)
 
PDF
Optimal unit commitment of a power plant using particle swarm optimization ap...
IJECEIAES
 
PDF
F43022431
IJERA Editor
 
PDF
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
PDF
A02610106
inventionjournals
 
PDF
A02610106
inventionjournals
 
PDF
Optimization of Economic Load Dispatch Problem by GA and PSO - A Comparison
IRJET Journal
 
PDF
A new approach to the solution of economic dispatch using particle Swarm opt...
ijcsa
 
PPTX
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
Mln Phaneendra
 
PDF
Analysis of economic load dispatch using fuzzified pso
eSAT Publishing House
 
PDF
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
elelijjournal
 
PDF
V.KARTHIKEYAN PUBLISHED ARTICLE
KARTHIKEYAN V
 
PDF
V.KARTHIKEYAN PUBLISHED ARTICLE A..
KARTHIKEYAN V
 
PDF
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
paperpublications3
 
PDF
Security constrained optimal load dispatch using hpso technique for thermal s...
eSAT Journals
 
IRJET- Swarm Optimization Technique for Economic Load Dispatch
IRJET Journal
 
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
IOSR Journals
 
IRJET- Optimal Generation Scheduling for Thermal Units
IRJET Journal
 
IRJET- Optimal Generation Scheduling for Thermal Units
IRJET Journal
 
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET Journal
 
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
International Journal of Science and Research (IJSR)
 
Optimal unit commitment of a power plant using particle swarm optimization ap...
IJECEIAES
 
F43022431
IJERA Editor
 
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
Optimization of Economic Load Dispatch Problem by GA and PSO - A Comparison
IRJET Journal
 
A new approach to the solution of economic dispatch using particle Swarm opt...
ijcsa
 
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
Mln Phaneendra
 
Analysis of economic load dispatch using fuzzified pso
eSAT Publishing House
 
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
elelijjournal
 
V.KARTHIKEYAN PUBLISHED ARTICLE
KARTHIKEYAN V
 
V.KARTHIKEYAN PUBLISHED ARTICLE A..
KARTHIKEYAN V
 
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
paperpublications3
 
Security constrained optimal load dispatch using hpso technique for thermal s...
eSAT Journals
 
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
PDF
Kiona – A Smart Society Automation Project
IRJET Journal
 
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
PDF
Breast Cancer Detection using Computer Vision
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
Kiona – A Smart Society Automation Project
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Ad

Recently uploaded (20)

PDF
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
PDF
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
PPTX
NEUROMOROPHIC nu iajwojeieheueueueu.pptx
knkoodalingam39
 
PPTX
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
PPTX
REINFORCEMENT AS CONSTRUCTION MATERIALS.pptx
mohaiminulhaquesami
 
PPTX
site survey architecture student B.arch.
sri02032006
 
PPTX
MPMC_Module-2 xxxxxxxxxxxxxxxxxxxxx.pptx
ShivanshVaidya5
 
PPTX
Structural Functiona theory this important for the theorist
cagumaydanny26
 
PPTX
UNIT DAA PPT cover all topics 2021 regulation
archu26
 
PPTX
Benefits_^0_Challigi😙🏡💐8fenges[1].pptx
akghostmaker
 
PDF
IoT - Unit 2 (Internet of Things-Concepts) - PPT.pdf
dipakraut82
 
PPTX
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
PPT
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
PPTX
drones for disaster prevention response.pptx
NawrasShatnawi1
 
PDF
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 
PDF
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
PPTX
Pharmaceuticals and fine chemicals.pptxx
jaypa242004
 
PDF
monopile foundation seminar topic for civil engineering students
Ahina5
 
PPTX
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
PDF
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
BioSensors glucose monitoring, cholestrol
nabeehasahar1
 
NEUROMOROPHIC nu iajwojeieheueueueu.pptx
knkoodalingam39
 
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
REINFORCEMENT AS CONSTRUCTION MATERIALS.pptx
mohaiminulhaquesami
 
site survey architecture student B.arch.
sri02032006
 
MPMC_Module-2 xxxxxxxxxxxxxxxxxxxxx.pptx
ShivanshVaidya5
 
Structural Functiona theory this important for the theorist
cagumaydanny26
 
UNIT DAA PPT cover all topics 2021 regulation
archu26
 
Benefits_^0_Challigi😙🏡💐8fenges[1].pptx
akghostmaker
 
IoT - Unit 2 (Internet of Things-Concepts) - PPT.pdf
dipakraut82
 
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
drones for disaster prevention response.pptx
NawrasShatnawi1
 
POWER PLANT ENGINEERING (R17A0326).pdf..
haneefachosa123
 
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
Pharmaceuticals and fine chemicals.pptxx
jaypa242004
 
monopile foundation seminar topic for civil engineering students
Ahina5
 
原版一样(Acadia毕业证书)加拿大阿卡迪亚大学毕业证办理方法
Taqyea
 
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 

Relevance of Particle Swarm Optimization Technique for the Solution of Economic Load Dispatch Problem

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 633 Relevance of Particle Swarm Optimization Technique for the Solution of Economic Load Dispatch Problem Mr. Jatinder Kumar1, Mr. Harkamal Deep Singh2 1M.tech. Research Scholar, Department of EEE, IKGPTU University, Punjab 2Assistant professor, Department of EEE, IKGPTU University, Punjab -------------------------------------------------------------------***---------------------------------------------------------------- Abstract- Economic Load Dispatch is very vital research in generation of electrical power system. It is method by which we can make a plan of the preeminent achievable output of a number of generators power units so that to meet the domestic, industrial agriculture load demand at minimum possible cost, while satisfy all transmissions loss and operational constraints. This research paper tries to present the relevance of particle swarm optimization technique for the mathematical formulation of Economic load dispatch problem using soft computing technique in power generation system considering various parameters like load demand, physical and generation system constraints. Index Terms- Economic Load Dispatch problem (ELDP), relevance Particle Swarm Optimization, Basic mathematical formulation,. I. INTRODUCTION In electrical power system, seven types of generation system mostly are used in world like thermal, hydro, nuclear, bio-mass, tidal wave, solar and wind energy etc. Consumer load demand it may be (industrial, agriculture, domestic etc.) change according to load parameters and reaches the different maximum values. so, it is very essential to scheduling of power generating units by which units can turn off and on to meet the desire power load demand and also keeping in mind cost parameter order in which the units must be shut down. The entire effort of draw round and manufacture these evaluations are known as economic load dispatch. It means that generation unit output (Min. MW to Max. MW) are permissible to diverge within certain confines so that to meet a particular load demand obtained by minimum fuel cost. II. ECONOMIC LOAD DISPATCH Economic Load Dispatch problem is very important in electric power generation plant units. The main objective of the Economic Load Dispatch problems is to create the best probable schedule of power generators outputs of all units so as to bring together the required load demand at minimum operating cost while satisfying the equality and inequality constraints.[1] The cost function for each generators unit in Load Dispatch problems has been around defined by a quadratic function in which fuel cost, power load demand, equality and inequality constrained are involved. III. PROBLEM FORMULATION The economic dispatch problem is a constrained optimization problem and it can be expressed as Follows.[1-4] Minimize 2 1 ( ) ( ) / NG i i i i i i i F P a P b P c Rs h     (1) Where, ai (Rs/MW2h), bi (Rs/MWh) and ci (Rs/h) are fuel cost coefficients of ith unit. Subject to (i) the energy balance equation 1 NG i D L i P P P    (2) (ii) The inequality constraints  min max i 1,2,3,.............,NGi i iP P P   (3) Where, ,i ia b and ic are cost coefficients LP is power transmission Loss. NG is the number of generation units DP is Load Demand. iP is real power generation and will act as decision variable. The very simple and fairly accurate method of expressing power transmission loss, LP as a function of generator
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 634 powers is through George's Formula using B-coefficients and mathematically can be expressed as: 1 1 i j NG NG L g ij g i j P P B P     MW (4) where, igP and jgP are the real power generations at the ith and jth buses, respectively. ijB are the loss coefficients which are constant under certain assumed conditions. IV. THERMAL CONSTRAINTS In this system thermal generation unit needs to undergo gradual temperature vary and thus it takes some period of time to carry a thermal generation unit online. Also, thermal unit can be manually controlled. So a crew member is required to perform this task in operation.. This leads to a lot of limitations in the power system operation of thermal unit and thus it provide rise to many constraints. V. GENERATION CONSTRAINTS In order to convince the forecasted in power system load demand, the sum of all generating units on-line must equal the power system load over the time horizon. (5) Where, hD is load demand at hth hour. ihP is the power output of ith unit at hth hour ihU is the On/Off status of the ith unit at the hth hour. NG is the number of thermal generating units VI. UNIT GENERATION RESTRICTIONS The power output induced by the individual units must be within max. and min. generation limits i.e. (6) Where, (min)iP and (max)iP is the minimum and maximum power output of the ith unit. VII. PARTICLE SWARM OPTIMIZATION Particle Swarm Optimization (PSO) is a soft computing technique. It is swarm-based intelligence algorithm predisposed by the group behaviour of animals such as a flock of birds finding a food source which likely fly in sky or a school of fish protecting them from a difficulty or predator. This soft computing technique particle swarm optimization first described by james Kennedy and Russell C. Eberhart in 1995 draw from two separate conce pts ,the idea of swarm intelligence based off the surveillance of swarming habits by certain kinds of animal s(such as fish & birds) and field of evolutionary computation. VIII. MATHEMATICS INVOLVED IN PSO This algorithm works by discretely maintaining a no. of runner solutions in the search space. for the ( Pih ) is period of all iteration of the algorithm, every candidate solution is calculated by objective function being optimized, determining fitness of that solution. Every runner solution can be thought of as particle ‘flying’ all the way through fitness landscape finding the max. or min. of the objective function. In beginning, particle swarm optimization algorithm select candidate solutions randomly within the search space. Vi new w *Vij C1 R1 Pbbest ij P ij C2 R2 G best J P ij i 1, 2...NP;j 1, 2...NG P new P i j V new (8) C1 , C2 are the acceleration constants P is current position of jth member of ith particle at uth iteration NG is the no of members in a particle R1, R2 is random number between 0 and 1 and W is the weighing function or inertia weight factor NP is the number of particles in a group. In figure 1. Flow chart shows the initial parameter of state of PSO constant, C1, C2 particle ( P )and dimension (D) seeking the global maximum in a one-dimensional search space. The investigate space is composed of all the possible solutions along with the objective function. We know that the particle swarm optimization algorithm has no in sequence of the necessary objective function, and thus has no idea of knowing if someone of the candidate solutions are distance or far from a local or global max. 1 NG i ih ih hP U D   (min) (max)i ih iP P P 
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 635 IMPLEMENTATION OF CLASSICAL PSO FOR ELD SOLUTION The main objective of ELD is to obtain the amount of real power to be generated output by each committed generator, while achieving a minimum generation cost within the constraints. The details of the implementation of PSO components are summarized in the following subsections. The search procedure for calculating the optimal generation output of each unit is summarized as follows: 1. Initialization of the swarm: For a population size P, the particles are randomly generated in the range 0-1 and Searched between the maximum and the minimum operating limits of the generators. If there are N generating units, the ith particle is represented as Pi = (Pi1, Pi2, Pi3……………... PiN) (9) The jth dimension of the ith particle is allocated a value of Pij as given below to satisfy the constraints. Pij = Pjmin + r (Pjmax - Pjmin ) (10) Here r [0,1] 2. Defining the evaluation function: The merit of each individual particle in the swarm is found using a fitness function called evaluation function. The popular penalty function method employs functions to reduce the fitness of the particle in proportion to the magnitude of the equality constraint violation. The evaluation function is defined to minimize the non-smooth cost function given by equation The evaluation function is given as Min f(x)=f(x)+ lambda (equality constraints). 3. Initialization of P-best and G-best: The fitness values obtained above for the initial particles of the swarm are set as the initial Pbest values of the particle. The best value among all the Pbest values is identified as G-Best . 4. Evaluation of velocity: The update in velocity as per flow chart. 5. Check the velocity constraints of the members of each individual from the following conditions If, Vid (k+1) > Vd max, then Vid (k+1) = vd max, (11) Vid (k+1) < Vd min then, Vid (k+1)=vd min Where, Vdmin = -0.5 Pgmin, Vdmax = +0.5 Pg max 6. Modify the member position of each individual Pg according to the equation Pgid (k+1) = Pgid (i) + Vid (k+1) (12) Pgid (k+1) must satisfy the constraints, namely the generating limits. If Pgid (k+1) violates the constraints, then Pgid (k+1) must be modified towards the nearest margin of the feasible solution. 7. If the evaluation value of each individual is better than previous P-best, the current value is set to be P-best. If the best P-best is better than G-best, the best P-best is set to be G-best. The corresponding value of fitness function is saved.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 636 8. If the number of iterations reaches the maximum, then go to step 10. Otherwise, go to step-2 IX. TEST SYSTEM , RESULT AND DISCUSSION In order to show the effectiveness of the Proposed PSO Algorithm for Short-term Unit Commitment Problem, three different types of test systems have been taken into consideration: o The first test system consists of 5-Generating units has been taken from IEEE 14-Bus System with a time varying load demand for one day. o The second test system consists of 6-Generating units has been taken from IEEE 30-Bus System with a time varying load demand for one day. o Proposed PSO result Compare the result of firefly algorithm Test System-I Table-I: Generator characteristics of 5-Unit Test System Table-II: Time varying load demand and result of 5 units Table III. Optimal output of 5 units system which show the load demand fulfill with min. cost UNITS Pmax Pmin A B C Unit1 250 10 0.00315 2 0 Unit2 140 20 0.0175 1.75 0 Unit3 100 15 0.0625 1 0 Unit4 120 10 0.00834 3.25 0 Unit5 45 10 0.025 3 0 Load Demand (MW) No. of Iteration U1 U2 U3 U4 U5 Min Cost Rs./h. 148 30000 86.9737 26.0257 15.0000 10.0000 10.0000 21276.6 173 30000 107.8218 30.1765 15.0000 10.0000 10.0000 25878.8 220 30000 145.0667 38.2486 16.7040 10.0000 10.0000 33696.5
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 637 Test System-II Table-IV: Generator characteristics of 6-Unit Test System UNITS Pmax Pmin A B C Unit1 200 50 0.00375 2 0 Unit2 80 20 0.0175 1.7 0 Unit3 50 15 0.0625 1 0 Unit4 35 10 0.00834 3.25 0 Unit5 30 10 0.025 3 0 Unit6 40 12 0.025 3 0 Table-V: Time varying load demand and result of 6 units Table VI. Optimal output of 6 units system which show the load demand fulfill with min. cost 244 30000 163.9007 42.2674 17.8340 10.0000 10.0000 38238.6 259 30000 175.7110 43.7893 18.5164 10.0000 10.0000 41198.0 248 30000 167.1512 42.9141 17.9329 10.0000 10.0000 39036.4 227 30000 130.5524 35.4128 15.0340 10.0000 10.0000 34985.6 202 30000 131.0699 35.2017 15.8565 10.0000 10.0000 30442.2 Load Demand (MW) No. of Iterations U1 U2 U3 U4 U5 U6 Min Cost Rs/h 166 30000 91.3180 27.6778 15.0000 10.0000 10.0000 12.0000 24561.6 196 30000 115.7033 33.2949 15.0000 10.0000 10.0000 12.0000 29516.6 229 30000 141.5913 38.9124 16.4955 10.0000 10.0000 12.0000 35383.1 267 30000 171.4119 45.3026 18.2847 10.0000 10.0000 12.0000 42651.5 283.4 30000 183.9935 48.1629 19.2428 10.0000 10.0000 12.0000 45965.8 272 30000 175.3349 46.1432 18.5211 10.0000 10.0000 12.0000 43632.6 246 30000 155.0839 41.6795 17.2346 10.0000 10.0000 12.0000 38571.8 213 30000 129.0093 36.2425 15.7474 10.0000 10.0000 12.0000 32587.6
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 638 COMPARISION OF RESULT Table VII. Cost coefficients and power limits of 3-Unit system Unit A B C Pmin. Pmax. 1 756.79886 38.53 0.15240 10 125 2 451.32513 46.15916 0.10587 10 150 3 1049.9977 40.39655 0.02803 35 225 Table VIII Comparison of test results of firefly and particle swarm optimization method. S.No. Power Demand(MW) Fuel Cost (Rs/hr) Fuel Cost (Rs/hr) Fuel Cost (Rs/hr) Lambda iteration method Firefly Algorithm Particle Swarm Optimization 1 350 18570.7 18564.5 18320.80 2 400 20817.4 20812.3 20469.83 3 450 23146.8 23112.4 22670.54 4 500 25495.2 25465.5 24909.77 5 550 27899.3 27872.4 27189.47 6 600 30359.3 30334.0 29506.31 7 650 32875.0 32851.0 31859.80 8 700 35446.3 35424.4 34252.73 Table IX. Cost coefficients and power limits of 6-Unit system Unit A B C Pmin. Pmax. 1 756.79886 38.53 0.15240 10 125 2 451.32513 46.15916 0.10587 10 150 3 1049.9977 40.39655 0.02803 35 225 4 1243.5311 38.30553 0.03546 35 210 5 1658.5696 36.32782 0.02111 130 325 6 1356.6592 38.27041 0.01799 125 315 Table X Comparison of test results firefly and particle swarm optimization method. S.No. Power Demand(MW) Fuel Cost (Rs/hr) Fuel Cost (Rs/hr) Fuel Cost (Rs/hr) Lambda iteration method Firefly Algorithm Particle Swarm Optimization 1 600 32129.8 32094.7 31426.57 2 650 34531.7 34482.6 33680.10 3 700 36946.4 36912.2 35997.43 4 750 39422.1 39384.0 38291.39 5 800 41959.0 41896.9 40642.86 6 850 44508.1 44450.3 43019.66 7 900 47118.2 47045.3 45422.18 8 950 49747.4 49682.1 47835.37
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 639 The corresponding results has been obtained using Particle Swarm optimization Technique using Population Size=50 and Maximum Iteration=30000. The Flow chart for economic load dispatch Problem using PSO is shown in Figure-1. The MATLAB Simulation software 7.12.0 (R2010a) is used to obtain the corresponding results. XI. CONCLUSION In this research paper, researchers have done the relevance Particle Swarm Optimization Algorithm for solution of ELDP. The results for standard IEEE Bus system consisting of five and six Generating system units has been profitably evaluated using PSO. The following important points are observed throughout whole research works: o By planned PSO algorithm, Fuel cost (FC) of 350 MW is 18564.5 and by firefly algorithm FC is 18320.80 for three unit system. o Load demand 350 MW to700 MW is shown in table (viii) o By planned PSO algorithm, Fuel cost (FC) of 600 MW is 31426.57 and by firefly algorithm FC is 32094.7 for six unit system. o Load demand 600 MW to 950 MW is shown in table (x) o Proposed algorithm has simple implementation, require less computational time and very few algorithm parameters. XI. FUTURE SCOPE (1) Particle Swarm Optimization Algorithm is based on the intellect. It can be applied into both scientific engineering work and research purpose. (2 The search can be carried out by the speed of the particle .Particle Swarm Optimization Algorithm has no overlapping and mutation calculation. REFERENCES [1] Zakaryia Mohammed and J. Talaq, " Economic Dispatch by Biogeography Based Optimization Method", 2011 International Conference on Signal, Image Processing and Applications With workshop of ICEEA-2011 IPCSIT ,vol.21, pp.161-165, 2011. [2] Swarup, K.S and D.N. ‘‘A Hybrid Interior Point Assisted Differential Evolution Algorithm for Economic Dispatch ’’ Power Systems, IEEE Transactions on Volume: 26, Year 2011, pp. 541 – 549. [3] Hardiansyah, Junaidi and Yohannes MS, “Application of Soft Computing Methods for Economic Load Dispatch Problems”, International Journal of Computer Applications (0975 – 8887), Vol. 58, No. 13, Nov. 2012, pp. 32-37. [4] Taher Niknam and Faranak Golestaneh ‘‘Enhanced Bee Swarm Optimization Algorithm for Dynamic Economic Dispatch ’’ Systems Journal, IEEE Vol. 7, Year 2013 , pp. 754 – 762 [5] Divya Mathur ‘‘ New Methodology BBO for Solving Different Economic Dispatch Problems’’IJESIT , vol.2, jan. 2013, pp. 494-498 [6] Jyoti Jain, Rameshwar Singh," Biogeographic-Based Optimization Algorithm for Load Dispatch in Power System", International Journal of Emerging Technology and Advanced Engineering (ISSN 2250-2459), Volume 3, Issue 7, pp. 549-553, July 2013 [7] Tao Ding And Rui Bo (2014),‘‘Big-M Based MIQP Method for Economic Dispatch with Disjoint Prohibited Zones ’’IEEE Transactions on power systems, vol. 29, no. 2, march 2014pp 976-977 [8] M. S. P. Subathra (2014), ‘‘A Hybrid With Cross-Entropy Method and Sequential Quadratic Programming to Solve Economic Load Dispatch Problem’’ Year 2014,pp 1 – 14. [9] David Naso and Ali Davoudi (2014), ‘‘A Distributed Auction-Based Algorithm for the Nonconvex Economic Dispatch Problem’’ IEEE Transactions on industrial informatics, vol. 10, no. 2, may 2014pp 1124-1132 [10] Yare Y., Venayagamoorthy G. K., and Saber A. Y., “Economic Dispatch of a Differential Evolution Based Generator Maintenance Scheduling of a Power System”, in Power & Energy Society General Meeting, 2009( PES '09) IEEE , Calgary, Alberta, 26-30 July 2009, pp. 1-8. [11] K. Sudhakara Reddy et.al. ‘‘Economic Load Dispatch Using Firefly Algorithm’’ (IJERA) ISSN: 2248-9622, VOL.2, AUG. 2012 , pp 2325-233