SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 818
Particle Swarm Intelligence based dynamics economic dispatch
with daily load patterns including value point effect
Kamakshi Sharma1, Navnidhi Sharma2
1,2Department of Electrical Engineering, E-Max School of Engineering and Applied Research, Kalpi-Naraingarh
Road, Village Gola , Mullana, Ambala, Haryana 134203, India
---------------------------------------------------------------------***----------------------------------------------------------------------
ABSTRACT:- Economic load dispatch providesoptimization
method which divides demand of the power among online
generators economically by satisfying different constraints.
ELD can concluded as scheduling of committed generating
units by meeting up the demands of the consumers while
reducing operational cost to the utilities with satisfying
equality and inequality constraints.
In this work several ELD optimization algorithm have
analyzed such as APSO, PSO, HS, DE and SA. These
optimization algorithms can be used as per the requirement
of the system. A hybrid mechanism i.e. Firefly-ST (Firefly
Optimization-State Transition) algorithm for ELD is
developed in this study. Resultant graph in the result and
discussion section shows that proposed work is better in
terms of load demand and total generation cost in
comparison to the PSO, SA, DE, HS and APSO.
Keywords— Economic Load Dispatch, Firefly, State
Transition, Power Generation, Load demand, Total cost.
I. INTRODUCTION
The economic dispatch problems of electrical power
generation aim to manage the output of committed
generating units in order to satisfy the load demand at
minimum incurred cost at the same time as to fulfill the all
the constraints whether it is equalityconstraintorinequality
constraint [1]. The issue of Economic Load Dispatch is need
to be resolved by specific computer software that should be
capable to works on operational andsystemconstraintswith
respect to the available resources and relative power
transmission capabilities [2].
Major requirement of ELD is to distribute the power among
different units so that the load demand of all the units canbe
fulfilled. In addition to this it is also required to reduce the
cost incurred by fuel and power transmission [3]. In this
process the load is distributed in such a way that power
system utilized in efficient manner and also fulfills the
consumer demand in optimum way [4]. Main problem
associated with the electric power generation is to schedule
the output power units generated in ordertofulfill theuser’s
demand of electric power with minimum cost for operation
[5].
The power generators corresponding output energy is
established by considering ELD as a optimization problem.
The system operations cost gets reduced by it that can be
formulated as given below:
Minimize , the objective function
Subject to and , set of equality and inequality
constraints.
The ELD optimization plays a vital role in the reduction of
the total operating cost of the power generator system. It is
done by tuning the output of power generators which is
linked to the grid by fulfilling the total load requirements
and transmission losses within range of the power
generators. The curve of the power generator cost is
modeled by using a quadratic function which is subjected to
equality and inequality parametric constraints which is
defined below:
, total generating cost
, dispatchable generator nodes
, cost coefficients
Subjected to power balance equation of equality constraint:
, Load demand
, Real power generator
Power flow equation can be utilized for determining the
system losses. This is done on the basis of the krons loss
formulae.
, power transmission loss
For inequality constraint
, minimum power generation limit
, maximum power generation limit
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 819
II. PROBLEM FORMULATION
The restructuringin electrical powerindustryhasgenerated
vivacious and competitive market which leads to the
modifications in different aspects of the electrical industry.
Economic Load Dispatch is considered as the significant
optimization problem that is still a questionable issue and
need to resolve. In ELD the demand of power is divided
among the employed generators equally to balance the
power load economically by fulfilling the rest of the
constraints. ELD is the part of optimal power flow problem.
In other words, the ELD is defined as the process of dividing
the specific power generation units to the different
generators so that the load power generation gets equally
balanced and the cost of power generation gets reduced. A
large number of researches has been conducted till now to
resolve the issue optimization of ELD in power generation
system. Recently, it has been seen that the global
optimization techniques are deployedtoresolvetheissue of
load dispatch. Such global optimization techniques are
swarm intelligence based techniques and evolutionary
algorithms etc. These algorithms have been proved as an
optimal solution but also suffer from some issues. Thus,
there is a need to update the solution.
III. PROPOSED WORK
The ELD has become the most prominent topic for research
work. Traditionally, the optimization techniques such as
Particle Swarm Optimization,Genetic Algorithm,AntColony
Optimization firefly optimization etc were applied to
optimize the economic load dispatch. Out of these
optimization techniques, the firefly is found to have better
results correspondingly. Thus, this study develops a ELD
optimization technique by using firefly optimization
technique and the state transition approach is also
employed to enhance the performance capability of firefly
approach. The reasonbehind hybridizingtheseoptimization
approaches is there superlative features than other
optimization approaches. Fireflyapproachhasthefollowing
benefits:
1) Its automatically subdivision ability
2) Its ability of dealing with multimodality.
Firefly is based on attraction and attractiveness decreases
with distance. This leads to the fact that the whole
population can automatically subdivide into subgroups,and
each group can swarm around each mode or local optimum.
The proposed technique uses the hybrid approach in order
to minimize the cost incurred on power generating and
transmission. The hybridization is done by using the firefly
and state transition approach.
Firefly Approach
The concept of Firefly paradigm is introduced by the author
Yang. Firefly is an insect who generates the small and
rhythmic flashes which is generated by the procedure of
bioluminescence. The partners or the potential prey is
attracted by the operation of the flashing light and to the
predator as a protective. Therefore, the fireflies move
towards another fire flies by the factor of the intensity of
light. From the eyes of the beholder the intensity of the light
fluctuates at the distance. If the distance is maximized sothe
intensity of the light is minimized. The surroundings are
absorbed by the control of the air; therefore intensity turns
into less attractive if the distance is maximized. The three
principle rules offered by the firefly paradigm are:
1) Despite of the gender the fireflies are fascinated towards
one another.
2) The brightness of the fire flies is correlative to the
attractiveness of the fireflies; therefore the minimum
fascinated firefly will shift ahead to the extra fascinated
firefly.
3) On the basis of the objective of the functionthe brightness
of fireflies is occurred.
Objective Function f(x), x=
Genetic initial population of fireflies
Light Intensity
Define light absorption coefficient
While (t < Max Generation)
for i = 1:n all n fireflies
for j = 1: all n fire flies (inner loop)
if ( < ) Move firefly i towards j: end if
Vary attractiveness with distance r via exp [- ]
Calculate novel resolutions and update light intensity
end for j
end for i
Rank the fireflies and find the present global best g.
end while
Therefore attractivenessisinverselyproportional amongthe
specific distance r from the light source in the lightintensity.
So the distance is maximized as the light and attractiveness
is minimized.
…..(5)
I = Light intensity
= Light intensity at initial or original
light intensity,
= The distance absorption coefficient
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 820
r = Distance between firefly i and j
Through the other fireflies it is seenthattheattractivenessis
proportional to the light intensity as the attractiveness is
With the help of the Cartesian distance the distance within a
couple of fireflies can described using Cartesian distance
……(7)
Firefly i is fascinated to the extra fascinated firefly j, the
movement is described as
+
In this equation number 8 the initial term is for attraction.
When the significance is lean to zero or very big so the is
the drawback. The attractiveness and brightness become
steady , when the approachingzero( ).Onthe
other hand, at any location a firefly can be noticed, simply to
accomplish global research. As is approaching or very
huge ( ), so the attractiveness and the brightness is
minimized. The movements of firefly are turned into
random. In the couple of asymptotic behaviorsthe execution
of the firefly paradigm is completed. So the secondleanisfor
randomization as the randomize parameter. The is
swapped by ran -1/2 that is ran as random number created
from 0 to 1.
State Transition Approach
State transition is a proficient mechanism that is considered
as a suitable approach for decision making. It is extensively
applicable to the pronouncementanalytical modelingsphere
of influence. It is created by collaborating the Markov model
cohort simulation and stand alone simulation model. This
mechanism reflects the states andcorrespondingtransitions
respectively. It is broadly accepted by theusersinthefield of
clinical decision analysis, medical domain, industrial
decision making etc. It is less complex and easy to use. Its
major objective is to evaluate or detect the hidden risk
factor, screening of the system, procedure diagnosing
procedures, program management etc. This model is in
essence used for expounding the time dependent systems
specifically. The major characteristic of state transition is
that its working criteria did not get affectedbythevariations
in the surrounding environment. State transition is the only
term that used in this method. In this state is defined as an
observed behavior and nature of the system and transition
manipulates theinternal happeningofthesystem.Transition
event depicts the action which is taken with respect to any
event.
The methodology of propose technique is as follows:
Figure 1 Block Diagram of propose work
First step is to set power generator parameters. Every
generator has its own parameters such amountofgenerated
power, amount of total losttransmissionetc.Theparameters
are generated on the basis of some equations.
After setting the power generator parameters the power
requirement or demanded power of various units will be
entered. Now generate initial population. Now calculate the
cost incurred on generating the power by using cost
characteristic equation. Now evaluate the minimum or
maximum range of generated power from the above
calculated cost.
Number of iterations will execute in order to find the best
fitness value. Now apply proposed hybrid mechanism for
optimizing the fitness value from obtained set of fitness
value. Evaluate the final output andvariousparameterssuch
as total generated power. Total power loss, total cost
incurred.
IV. RESULTS
This section provides a overview to the results that are
obtained after implementing the proposed work i.e.
= Attractiveness at r is 0
Set Generator parameters
Enter demanded power
Generate Random
Evaluate cost characteristic
equation
Calculate initial fitness value
opulation
Check for minimum or
maximum range of power
Optimize fitness value with
Firefly and State Transition
Calculate final cost and load
demand
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 821
Hybridization of Firefly and ST optimization for ELD. The
graph in figure 2 defines the cost function of propose work.
The x axis in the graph shows the number of iterations
considered in proposed work i.e. from 0 to 100. The graph
defines that initially the cost function is quite higher when
the number of iterations are 0. But the cost function starts
falling gradually with the increment in the number of
iterations. The lowest cost function is found at the 100th
iteration in propose work.
0 10 20 30 40 50 60 70 80 90 100
800
1000
1200
1400
1600
1800
2000
Costfunction
Iteration
Figure 2 Cost Function Evaluation in propose work
The overall cost of the power system is evaluated with
respect to the times in hours. In graph of figure 3 the tine in
hours is calibrated by the x axis and the cost is calibrated by
y axis. The value of hours ranges from 0 to 25 hours and the
cost is started from 1100 and ends at 1800. For an ideal
plant or power system, it is mandatory to have lowest cost
with higher time in hours. As per the observations from the
graph, it is observed that the lowest cost is observed at the 0
hrs of working and then the cost increases rapidly with the
increment in the hours but after 10 hours, the cost started
falling and at the end when the working hours reachesto the
25 hours then the evaluated cost is nearby 1200 dollars
0 5 10 15 20 25
1100
1200
1300
1400
1500
1600
1700
1800
Cost($)
Time in hours
Figure 3 Cost v/s Time in hours of propose work
The graph in figure 4 is driven with an aim to evaluate the
load demand in MW. This is evaluated with respect to the
working time in hours. The load demand at the lowest time
is measured to be 400 MW and the highest load demand is
approximately 720 MW3.
2 4 6 8 10 12 14 16 18 20 22 24
0
100
200
300
400
500
600
700
800
Loaddemand(MW)
Time in hours
Figure 4 Load Demand evaluation of propose work
The comparison graph in figure 5 shows the comparison of
traditional SA [15], APSO [16], DE [17],HS[18], PSO[19]and
propose wok. The comparison is done in the terms of
minimum total cost. The x axis in the graph depicts the
various techniques that are considered for the comparison
analysis and the y axis shows the values for minimum total
cost.
1 2 3 4 5 6
0
0.5
1
1.5
2
2.5
3
3.5
4
4.5
5
x 10
4
Different Methods
Minimumtotalcost($/day)
SA
APSO
DE
HS
PSO
Proposed
Figure 5 Minimum Total Cost Analysis
The graph proves that the traditional SA technique has the
highest total cost then the APSO, DE, HS, PSO and proposed
work. The plant with the lowest minimumtotal costondaily
basis is considered as an ideal power plant.
V. CONCLUSIONS
Economic Load Dispatch is the process known for
distributing load in such a way so that economic cost of the
power system should be used less and requirement of the
consumer fulfilled. Thus in this work different optimization
algorithms have been studied which can be usedtoevaluate
proper distribution of load over the power systems.
Evaluation has been done between PSO, APSO, SA, DE, HS
and proposed hybrid Firefly-STwhichensuresthatBPSO-ST
proposed work outperforms among them. Several
parameters such as total generation cost and total load
demand have been discussed. These parameters conclude
that Firefly-ST is efficient, effective and optimized than
other optimization technique. As various optimization
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 822
algorithms have been evaluated in this work where Firefly-
ST declares as an efficient technique.
In future, more amendments can be done by increasing the
number of generators in the power plant. Along with this,
more advanced optimization techniques canalsobeapplied
to increase the quality of the system.
ACKNOWLEDGEMENTS
This paper is part of M.Tech thesis of the corresponding
author. Authors are thankful to Director, E-Max School of
Engineering and Applied Research, Department ofElectrical
Engineering, Department of Electronics & Communication
Engineering.
REFERENCES
[1]. Hardiansyah, Junaidi, Yohannes MS, Solving
Economic Load Dispatch Problem Using Particle
Swarm Optimization Technique, Intelligent Systems
and Applications, Vol 12, pp 12-18, 2012.
[2]. Indrajit N. Trivedi , Motilal Bhoye , R. H. Bhesdadiya ,
Pradeep Jangir , Narottam Jangir , Arvind Kumar, An
emission constraint environment dispatch problem
solution with microgrid using Whale Optimization
Algorithm, IEEE, 2017.
[3]. Anirban Dutta , Snigdhajyoti Das , Bhimsen Tudu ,
Kamal K. Mandal, A novel improved algorithm using
Cuckoo Search for Economic Load Dispatch, IEEE,
IEEE International Conference on PowerElectronics,
Intelligent Control and Energy Systems
(ICPEICES)2017.
[4]. S. Gautham , J. Rajamohan, Economic Load Dispatch
using Novel Bat Algorithm, IEEE, International
Conference on Power Electronics, IntelligentControl
and Energy Systems (ICPEICES), 2017.
[5]. Uma Sharma , Beaulah Moses, Analysis and
optimization of economic load dispatch using soft
computing techniques, IEEE, International
Conference on Electrical, Electronics, and
Optimization Techniques (ICEEOT), 2016.
[6]. Abhisek Mondal , Deblina Maity , Sumit Banerjee ,
Chandan Kumar Chanda, Solving of economic load
dispatch problem with generator constraints using
ITLBO technique, IEEE, Students' Conference on :
Electrical, Electronics and Computer Science
(SCEECS), 2016.
[7]. G Dwivedi Sandeepdhar , Srikant Rout , Hemanta
Badhai , Milan Swain , Aniruddha Bhattacharya,
Differential search algorithm for different economic
dispatch problem, IEEE, International Conferenceon
Energy, Power and Environment: Towards
Sustainable Growth (ICEPE),2016.
[8]. Deblina Maity , Sumit Banerjee , Chandan Kumar
Chanda , Sabyasachi Samanta, Implementation of
quassi-oppositional TLBO technique on economic
load dispatch problemconsideringvariousgenerator
constraints, IEEE, 3rd International Conference on
Electrical Energy Systems (ICEES), 2016.
[9]. Dipankar Santra , Arindam Mondal , Anirban
Mukherjee , Krishna Sarker, Hybrid PSO — ACO
technique to solve economic load dispatch problem,
IEEE, IEEE International Conference on : Researchin
Computational Intelligence and Communication
Networks (ICRCICN), 2016.
[10]. Pedro P. Vergara , Ricardo Torquato , Luiz C. P. da
Silva, Towards a real-time Energy Management
System for a Microgrid using a multi-objective
genetic algorithm, IEEE, Power & Energy Society
General Meeting, 2015.
[11]. Kishan Bhushan Sahay , Nimish Kumar , M. M
Tripathi, Implementation of different optimization
techniques to solve ELD problem, IEEE, Power India
International Conference (PIICON), 2015.
[12]. Sunanda Hazra , Provas Kumar Roy , Anupam Sinha,
An efficient evolutionary algorithm applied to
economic load dispatch problem, IEEE, Third
International Conference on Computer,
Communication,Control and Information Technology
(C3IT), 2015.
[13]. Ming ASun , Shaojie Cui , Yaoqun Xu, Economic load
dispatch of power systems based on hysteretic noisy
chaotic neural network, IEEE, Workshop on
Advanced Research and Technology in Industry
Applications (WARTIA), 2014.
[14]. Parmvir Singh Bhullar,“ParticleSwarmOptimization
Based Economic Load Dispatch with Valve point
Loading”, IJERT, vol 4(5), Pp 1064-1071, 2015.
[15]. C. K. Panigrahi, P. K. Chattopadhyay, R. N.
Chakrabarti, and M. Basu, Simulated annealing
technique for dynamic economic dispatch, Taylor
and Francis Electric Power Components and
Systems, vol. 34(5), Pp 577-586, 2006.
[16]. B. K. Panigrahi, V. RavikumarPandi, and S. Das,
Adaptive particle swarm optimization approach for
static and dynamic economic load dispatch, Science
Direct Energy Conversion and Management, vol.
49(6), Pp 1407- 1415, 2008.
[17]. R. Balamurugan and S. Subramanian, Differential
evolution-based dynamic economic dispatch of
generating units with valve-point effects, Taylor and
Francis on Electric Power Components and Systems,
vol. 36(8), Pp 828–843, Jun 2008.
[18]. V. RavikumarPandi and BijayaketanPanigrahi,
Dynamic economicloaddispatchusinghybridswarm
intelligence based harmony search algorithm,
Science direct on Expert sys with application,vol.38,
Pp 8509-8514, Jan 2011.
[19]. Gaurav Kumart Gupta, Sachin Goyal, Particle Swarm
Intelligence based Dynamic Economic Dispatch with
Daily Load Patterns Including Valve Point Effect,
IEEE, Pp 83-87, 2017.

More Related Content

What's hot

Inclusion of environmental constraints into siting and sizing
Inclusion of environmental constraints into siting and sizingInclusion of environmental constraints into siting and sizing
Inclusion of environmental constraints into siting and sizing
IAEME Publication
 
A new simplified approach for optimum allocation of a distributed generation
A new simplified approach for optimum allocation of a distributed generationA new simplified approach for optimum allocation of a distributed generation
A new simplified approach for optimum allocation of a distributed generation
IAEME Publication
 

What's hot (20)

IRJET- A Review on Computational Determination of Global Maximum Power Point ...
IRJET- A Review on Computational Determination of Global Maximum Power Point ...IRJET- A Review on Computational Determination of Global Maximum Power Point ...
IRJET- A Review on Computational Determination of Global Maximum Power Point ...
 
Inclusion of environmental constraints into siting and sizing
Inclusion of environmental constraints into siting and sizingInclusion of environmental constraints into siting and sizing
Inclusion of environmental constraints into siting and sizing
 
Optimal design of adaptive power scheduling using modified ant colony optimi...
Optimal design of adaptive power scheduling using modified  ant colony optimi...Optimal design of adaptive power scheduling using modified  ant colony optimi...
Optimal design of adaptive power scheduling using modified ant colony optimi...
 
Electricity Generation Scheduling an Improved for Firefly Optimization Algorithm
Electricity Generation Scheduling an Improved for Firefly Optimization AlgorithmElectricity Generation Scheduling an Improved for Firefly Optimization Algorithm
Electricity Generation Scheduling an Improved for Firefly Optimization Algorithm
 
The study of reducing the cost of investment in wind energy based on the cat ...
The study of reducing the cost of investment in wind energy based on the cat ...The study of reducing the cost of investment in wind energy based on the cat ...
The study of reducing the cost of investment in wind energy based on the cat ...
 
VOLTAGE PROFILE IMPROVEMENT AND LINE LOSSES REDUCTION USING DG USING GSA AND ...
VOLTAGE PROFILE IMPROVEMENT AND LINE LOSSES REDUCTION USING DG USING GSA AND ...VOLTAGE PROFILE IMPROVEMENT AND LINE LOSSES REDUCTION USING DG USING GSA AND ...
VOLTAGE PROFILE IMPROVEMENT AND LINE LOSSES REDUCTION USING DG USING GSA AND ...
 
Gy3312241229
Gy3312241229Gy3312241229
Gy3312241229
 
IRJET-Effect of Network Reconfiguration on Power Quality of Distribution System
IRJET-Effect of Network Reconfiguration on Power Quality of Distribution SystemIRJET-Effect of Network Reconfiguration on Power Quality of Distribution System
IRJET-Effect of Network Reconfiguration on Power Quality of Distribution System
 
Reducción de Pérdidas Mediante el Cálculo de la Generación Óptima en Redes de...
Reducción de Pérdidas Mediante el Cálculo de la Generación Óptima en Redes de...Reducción de Pérdidas Mediante el Cálculo de la Generación Óptima en Redes de...
Reducción de Pérdidas Mediante el Cálculo de la Generación Óptima en Redes de...
 
Network Reconfiguration of Distribution System for Loss Reduction Using GWO A...
Network Reconfiguration of Distribution System for Loss Reduction Using GWO A...Network Reconfiguration of Distribution System for Loss Reduction Using GWO A...
Network Reconfiguration of Distribution System for Loss Reduction Using GWO A...
 
Multiobjective Firefly Algorithm for Continuous Optimization
Multiobjective Firefly Algorithm for Continuous Optimization Multiobjective Firefly Algorithm for Continuous Optimization
Multiobjective Firefly Algorithm for Continuous Optimization
 
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Improved Firefly Algorithm for Unconstrained Optimization Problems
Improved Firefly Algorithm for Unconstrained Optimization ProblemsImproved Firefly Algorithm for Unconstrained Optimization Problems
Improved Firefly Algorithm for Unconstrained Optimization Problems
 
Optimal unit commitment of a power plant using particle swarm optimization ap...
Optimal unit commitment of a power plant using particle swarm optimization ap...Optimal unit commitment of a power plant using particle swarm optimization ap...
Optimal unit commitment of a power plant using particle swarm optimization ap...
 
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...
 
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTINGA SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
A SURVEY: TO HARNESS AN EFFICIENT ENERGY IN CLOUD COMPUTING
 
A new simplified approach for optimum allocation of a distributed generation
A new simplified approach for optimum allocation of a distributed generationA new simplified approach for optimum allocation of a distributed generation
A new simplified approach for optimum allocation of a distributed generation
 
A survey to harness an efficient energy in cloud computing
A survey to harness an efficient energy in cloud computingA survey to harness an efficient energy in cloud computing
A survey to harness an efficient energy in cloud computing
 
JCP
JCPJCP
JCP
 

Similar to IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Daily Load Patterns Including Value Point Effect

Multi objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterialMulti objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterial
IAEME Publication
 
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...
IJAPEJOURNAL
 

Similar to IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Daily Load Patterns Including Value Point Effect (20)

IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...
IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...
IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...
 
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- 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 economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterialMulti objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterial
 
IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...
IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...
IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...
 
A Review on Various Techniques Used for Economic Load Dispatch in Power System
A Review on Various Techniques Used for Economic Load Dispatch in Power SystemA Review on Various Techniques Used for Economic Load Dispatch in Power System
A Review on Various Techniques Used for Economic Load Dispatch in Power System
 
IRJET- Maximization of Net Profit by Optimal Placement and Sizing of DG in Di...
IRJET- Maximization of Net Profit by Optimal Placement and Sizing of DG in Di...IRJET- Maximization of Net Profit by Optimal Placement and Sizing of DG in Di...
IRJET- Maximization of Net Profit by Optimal Placement and Sizing of DG in Di...
 
Economic and Emission Dispatch using Whale Optimization Algorithm (WOA)
Economic and Emission Dispatch using Whale Optimization Algorithm (WOA) Economic and Emission Dispatch using Whale Optimization Algorithm (WOA)
Economic and Emission Dispatch using Whale Optimization Algorithm (WOA)
 
Og2423252330
Og2423252330Og2423252330
Og2423252330
 
IRJET- A Comparative Study of Economic Load Dispatch Optimization Methods
IRJET- A Comparative Study of Economic Load Dispatch Optimization MethodsIRJET- A Comparative Study of Economic Load Dispatch Optimization Methods
IRJET- A Comparative Study of Economic Load Dispatch Optimization Methods
 
Hybrid Gravitational Search Flower Pollination Algorithm for Combined Economi...
Hybrid Gravitational Search Flower Pollination Algorithm for Combined Economi...Hybrid Gravitational Search Flower Pollination Algorithm for Combined Economi...
Hybrid Gravitational Search Flower Pollination Algorithm for Combined Economi...
 
Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...
Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...
Optimal Placement and Sizing of Distributed Generation Units Using Co-Evoluti...
 
Relevance of Particle Swarm Optimization Technique for the Solution of Econom...
Relevance of Particle Swarm Optimization Technique for the Solution of Econom...Relevance of Particle Swarm Optimization Technique for the Solution of Econom...
Relevance of Particle Swarm Optimization Technique for the Solution of Econom...
 
IRJET- Power Quality Improvement by using Three Phase Adaptive Filter Control...
IRJET- Power Quality Improvement by using Three Phase Adaptive Filter Control...IRJET- Power Quality Improvement by using Three Phase Adaptive Filter Control...
IRJET- Power Quality Improvement by using Three Phase Adaptive Filter Control...
 
Numerical simulation of Hybrid Generation System: a case study
Numerical simulation of Hybrid Generation System: a case studyNumerical simulation of Hybrid Generation System: a case study
Numerical simulation of Hybrid Generation System: a case study
 
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...
Security Constraint Unit Commitment Considering Line and Unit Contingencies-p...
 
Gs3511851192
Gs3511851192Gs3511851192
Gs3511851192
 
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
 
IRJET- Survey of Micro Grid Cost Reduction Techniques
IRJET-  	  Survey of Micro Grid Cost Reduction TechniquesIRJET-  	  Survey of Micro Grid Cost Reduction Techniques
IRJET- Survey of Micro Grid Cost Reduction Techniques
 
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdf
Kira Dess
 
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
mikehavy0
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
rahulmanepalli02
 
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
c3384a92eb32
 

Recently uploaded (20)

Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Station
 
Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdf
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility Applications
 
analog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptxanalog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptx
 
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisSeismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
 
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
 
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
 
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
 
handbook on reinforce concrete and detailing
handbook on reinforce concrete and detailinghandbook on reinforce concrete and detailing
handbook on reinforce concrete and detailing
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Students
 
Databricks Generative AI FoundationCertified.pdf
Databricks Generative AI FoundationCertified.pdfDatabricks Generative AI FoundationCertified.pdf
Databricks Generative AI FoundationCertified.pdf
 
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxSLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
 
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
 

IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Daily Load Patterns Including Value Point Effect

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 818 Particle Swarm Intelligence based dynamics economic dispatch with daily load patterns including value point effect Kamakshi Sharma1, Navnidhi Sharma2 1,2Department of Electrical Engineering, E-Max School of Engineering and Applied Research, Kalpi-Naraingarh Road, Village Gola , Mullana, Ambala, Haryana 134203, India ---------------------------------------------------------------------***---------------------------------------------------------------------- ABSTRACT:- Economic load dispatch providesoptimization method which divides demand of the power among online generators economically by satisfying different constraints. ELD can concluded as scheduling of committed generating units by meeting up the demands of the consumers while reducing operational cost to the utilities with satisfying equality and inequality constraints. In this work several ELD optimization algorithm have analyzed such as APSO, PSO, HS, DE and SA. These optimization algorithms can be used as per the requirement of the system. A hybrid mechanism i.e. Firefly-ST (Firefly Optimization-State Transition) algorithm for ELD is developed in this study. Resultant graph in the result and discussion section shows that proposed work is better in terms of load demand and total generation cost in comparison to the PSO, SA, DE, HS and APSO. Keywords— Economic Load Dispatch, Firefly, State Transition, Power Generation, Load demand, Total cost. I. INTRODUCTION The economic dispatch problems of electrical power generation aim to manage the output of committed generating units in order to satisfy the load demand at minimum incurred cost at the same time as to fulfill the all the constraints whether it is equalityconstraintorinequality constraint [1]. The issue of Economic Load Dispatch is need to be resolved by specific computer software that should be capable to works on operational andsystemconstraintswith respect to the available resources and relative power transmission capabilities [2]. Major requirement of ELD is to distribute the power among different units so that the load demand of all the units canbe fulfilled. In addition to this it is also required to reduce the cost incurred by fuel and power transmission [3]. In this process the load is distributed in such a way that power system utilized in efficient manner and also fulfills the consumer demand in optimum way [4]. Main problem associated with the electric power generation is to schedule the output power units generated in ordertofulfill theuser’s demand of electric power with minimum cost for operation [5]. The power generators corresponding output energy is established by considering ELD as a optimization problem. The system operations cost gets reduced by it that can be formulated as given below: Minimize , the objective function Subject to and , set of equality and inequality constraints. The ELD optimization plays a vital role in the reduction of the total operating cost of the power generator system. It is done by tuning the output of power generators which is linked to the grid by fulfilling the total load requirements and transmission losses within range of the power generators. The curve of the power generator cost is modeled by using a quadratic function which is subjected to equality and inequality parametric constraints which is defined below: , total generating cost , dispatchable generator nodes , cost coefficients Subjected to power balance equation of equality constraint: , Load demand , Real power generator Power flow equation can be utilized for determining the system losses. This is done on the basis of the krons loss formulae. , power transmission loss For inequality constraint , minimum power generation limit , maximum power generation limit
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 819 II. PROBLEM FORMULATION The restructuringin electrical powerindustryhasgenerated vivacious and competitive market which leads to the modifications in different aspects of the electrical industry. Economic Load Dispatch is considered as the significant optimization problem that is still a questionable issue and need to resolve. In ELD the demand of power is divided among the employed generators equally to balance the power load economically by fulfilling the rest of the constraints. ELD is the part of optimal power flow problem. In other words, the ELD is defined as the process of dividing the specific power generation units to the different generators so that the load power generation gets equally balanced and the cost of power generation gets reduced. A large number of researches has been conducted till now to resolve the issue optimization of ELD in power generation system. Recently, it has been seen that the global optimization techniques are deployedtoresolvetheissue of load dispatch. Such global optimization techniques are swarm intelligence based techniques and evolutionary algorithms etc. These algorithms have been proved as an optimal solution but also suffer from some issues. Thus, there is a need to update the solution. III. PROPOSED WORK The ELD has become the most prominent topic for research work. Traditionally, the optimization techniques such as Particle Swarm Optimization,Genetic Algorithm,AntColony Optimization firefly optimization etc were applied to optimize the economic load dispatch. Out of these optimization techniques, the firefly is found to have better results correspondingly. Thus, this study develops a ELD optimization technique by using firefly optimization technique and the state transition approach is also employed to enhance the performance capability of firefly approach. The reasonbehind hybridizingtheseoptimization approaches is there superlative features than other optimization approaches. Fireflyapproachhasthefollowing benefits: 1) Its automatically subdivision ability 2) Its ability of dealing with multimodality. Firefly is based on attraction and attractiveness decreases with distance. This leads to the fact that the whole population can automatically subdivide into subgroups,and each group can swarm around each mode or local optimum. The proposed technique uses the hybrid approach in order to minimize the cost incurred on power generating and transmission. The hybridization is done by using the firefly and state transition approach. Firefly Approach The concept of Firefly paradigm is introduced by the author Yang. Firefly is an insect who generates the small and rhythmic flashes which is generated by the procedure of bioluminescence. The partners or the potential prey is attracted by the operation of the flashing light and to the predator as a protective. Therefore, the fireflies move towards another fire flies by the factor of the intensity of light. From the eyes of the beholder the intensity of the light fluctuates at the distance. If the distance is maximized sothe intensity of the light is minimized. The surroundings are absorbed by the control of the air; therefore intensity turns into less attractive if the distance is maximized. The three principle rules offered by the firefly paradigm are: 1) Despite of the gender the fireflies are fascinated towards one another. 2) The brightness of the fire flies is correlative to the attractiveness of the fireflies; therefore the minimum fascinated firefly will shift ahead to the extra fascinated firefly. 3) On the basis of the objective of the functionthe brightness of fireflies is occurred. Objective Function f(x), x= Genetic initial population of fireflies Light Intensity Define light absorption coefficient While (t < Max Generation) for i = 1:n all n fireflies for j = 1: all n fire flies (inner loop) if ( < ) Move firefly i towards j: end if Vary attractiveness with distance r via exp [- ] Calculate novel resolutions and update light intensity end for j end for i Rank the fireflies and find the present global best g. end while Therefore attractivenessisinverselyproportional amongthe specific distance r from the light source in the lightintensity. So the distance is maximized as the light and attractiveness is minimized. …..(5) I = Light intensity = Light intensity at initial or original light intensity, = The distance absorption coefficient
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 820 r = Distance between firefly i and j Through the other fireflies it is seenthattheattractivenessis proportional to the light intensity as the attractiveness is With the help of the Cartesian distance the distance within a couple of fireflies can described using Cartesian distance ……(7) Firefly i is fascinated to the extra fascinated firefly j, the movement is described as + In this equation number 8 the initial term is for attraction. When the significance is lean to zero or very big so the is the drawback. The attractiveness and brightness become steady , when the approachingzero( ).Onthe other hand, at any location a firefly can be noticed, simply to accomplish global research. As is approaching or very huge ( ), so the attractiveness and the brightness is minimized. The movements of firefly are turned into random. In the couple of asymptotic behaviorsthe execution of the firefly paradigm is completed. So the secondleanisfor randomization as the randomize parameter. The is swapped by ran -1/2 that is ran as random number created from 0 to 1. State Transition Approach State transition is a proficient mechanism that is considered as a suitable approach for decision making. It is extensively applicable to the pronouncementanalytical modelingsphere of influence. It is created by collaborating the Markov model cohort simulation and stand alone simulation model. This mechanism reflects the states andcorrespondingtransitions respectively. It is broadly accepted by theusersinthefield of clinical decision analysis, medical domain, industrial decision making etc. It is less complex and easy to use. Its major objective is to evaluate or detect the hidden risk factor, screening of the system, procedure diagnosing procedures, program management etc. This model is in essence used for expounding the time dependent systems specifically. The major characteristic of state transition is that its working criteria did not get affectedbythevariations in the surrounding environment. State transition is the only term that used in this method. In this state is defined as an observed behavior and nature of the system and transition manipulates theinternal happeningofthesystem.Transition event depicts the action which is taken with respect to any event. The methodology of propose technique is as follows: Figure 1 Block Diagram of propose work First step is to set power generator parameters. Every generator has its own parameters such amountofgenerated power, amount of total losttransmissionetc.Theparameters are generated on the basis of some equations. After setting the power generator parameters the power requirement or demanded power of various units will be entered. Now generate initial population. Now calculate the cost incurred on generating the power by using cost characteristic equation. Now evaluate the minimum or maximum range of generated power from the above calculated cost. Number of iterations will execute in order to find the best fitness value. Now apply proposed hybrid mechanism for optimizing the fitness value from obtained set of fitness value. Evaluate the final output andvariousparameterssuch as total generated power. Total power loss, total cost incurred. IV. RESULTS This section provides a overview to the results that are obtained after implementing the proposed work i.e. = Attractiveness at r is 0 Set Generator parameters Enter demanded power Generate Random Evaluate cost characteristic equation Calculate initial fitness value opulation Check for minimum or maximum range of power Optimize fitness value with Firefly and State Transition Calculate final cost and load demand
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 821 Hybridization of Firefly and ST optimization for ELD. The graph in figure 2 defines the cost function of propose work. The x axis in the graph shows the number of iterations considered in proposed work i.e. from 0 to 100. The graph defines that initially the cost function is quite higher when the number of iterations are 0. But the cost function starts falling gradually with the increment in the number of iterations. The lowest cost function is found at the 100th iteration in propose work. 0 10 20 30 40 50 60 70 80 90 100 800 1000 1200 1400 1600 1800 2000 Costfunction Iteration Figure 2 Cost Function Evaluation in propose work The overall cost of the power system is evaluated with respect to the times in hours. In graph of figure 3 the tine in hours is calibrated by the x axis and the cost is calibrated by y axis. The value of hours ranges from 0 to 25 hours and the cost is started from 1100 and ends at 1800. For an ideal plant or power system, it is mandatory to have lowest cost with higher time in hours. As per the observations from the graph, it is observed that the lowest cost is observed at the 0 hrs of working and then the cost increases rapidly with the increment in the hours but after 10 hours, the cost started falling and at the end when the working hours reachesto the 25 hours then the evaluated cost is nearby 1200 dollars 0 5 10 15 20 25 1100 1200 1300 1400 1500 1600 1700 1800 Cost($) Time in hours Figure 3 Cost v/s Time in hours of propose work The graph in figure 4 is driven with an aim to evaluate the load demand in MW. This is evaluated with respect to the working time in hours. The load demand at the lowest time is measured to be 400 MW and the highest load demand is approximately 720 MW3. 2 4 6 8 10 12 14 16 18 20 22 24 0 100 200 300 400 500 600 700 800 Loaddemand(MW) Time in hours Figure 4 Load Demand evaluation of propose work The comparison graph in figure 5 shows the comparison of traditional SA [15], APSO [16], DE [17],HS[18], PSO[19]and propose wok. The comparison is done in the terms of minimum total cost. The x axis in the graph depicts the various techniques that are considered for the comparison analysis and the y axis shows the values for minimum total cost. 1 2 3 4 5 6 0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 x 10 4 Different Methods Minimumtotalcost($/day) SA APSO DE HS PSO Proposed Figure 5 Minimum Total Cost Analysis The graph proves that the traditional SA technique has the highest total cost then the APSO, DE, HS, PSO and proposed work. The plant with the lowest minimumtotal costondaily basis is considered as an ideal power plant. V. CONCLUSIONS Economic Load Dispatch is the process known for distributing load in such a way so that economic cost of the power system should be used less and requirement of the consumer fulfilled. Thus in this work different optimization algorithms have been studied which can be usedtoevaluate proper distribution of load over the power systems. Evaluation has been done between PSO, APSO, SA, DE, HS and proposed hybrid Firefly-STwhichensuresthatBPSO-ST proposed work outperforms among them. Several parameters such as total generation cost and total load demand have been discussed. These parameters conclude that Firefly-ST is efficient, effective and optimized than other optimization technique. As various optimization
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 822 algorithms have been evaluated in this work where Firefly- ST declares as an efficient technique. In future, more amendments can be done by increasing the number of generators in the power plant. Along with this, more advanced optimization techniques canalsobeapplied to increase the quality of the system. ACKNOWLEDGEMENTS This paper is part of M.Tech thesis of the corresponding author. Authors are thankful to Director, E-Max School of Engineering and Applied Research, Department ofElectrical Engineering, Department of Electronics & Communication Engineering. REFERENCES [1]. Hardiansyah, Junaidi, Yohannes MS, Solving Economic Load Dispatch Problem Using Particle Swarm Optimization Technique, Intelligent Systems and Applications, Vol 12, pp 12-18, 2012. [2]. Indrajit N. Trivedi , Motilal Bhoye , R. H. Bhesdadiya , Pradeep Jangir , Narottam Jangir , Arvind Kumar, An emission constraint environment dispatch problem solution with microgrid using Whale Optimization Algorithm, IEEE, 2017. [3]. Anirban Dutta , Snigdhajyoti Das , Bhimsen Tudu , Kamal K. Mandal, A novel improved algorithm using Cuckoo Search for Economic Load Dispatch, IEEE, IEEE International Conference on PowerElectronics, Intelligent Control and Energy Systems (ICPEICES)2017. [4]. S. Gautham , J. Rajamohan, Economic Load Dispatch using Novel Bat Algorithm, IEEE, International Conference on Power Electronics, IntelligentControl and Energy Systems (ICPEICES), 2017. [5]. Uma Sharma , Beaulah Moses, Analysis and optimization of economic load dispatch using soft computing techniques, IEEE, International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT), 2016. [6]. Abhisek Mondal , Deblina Maity , Sumit Banerjee , Chandan Kumar Chanda, Solving of economic load dispatch problem with generator constraints using ITLBO technique, IEEE, Students' Conference on : Electrical, Electronics and Computer Science (SCEECS), 2016. [7]. G Dwivedi Sandeepdhar , Srikant Rout , Hemanta Badhai , Milan Swain , Aniruddha Bhattacharya, Differential search algorithm for different economic dispatch problem, IEEE, International Conferenceon Energy, Power and Environment: Towards Sustainable Growth (ICEPE),2016. [8]. Deblina Maity , Sumit Banerjee , Chandan Kumar Chanda , Sabyasachi Samanta, Implementation of quassi-oppositional TLBO technique on economic load dispatch problemconsideringvariousgenerator constraints, IEEE, 3rd International Conference on Electrical Energy Systems (ICEES), 2016. [9]. Dipankar Santra , Arindam Mondal , Anirban Mukherjee , Krishna Sarker, Hybrid PSO — ACO technique to solve economic load dispatch problem, IEEE, IEEE International Conference on : Researchin Computational Intelligence and Communication Networks (ICRCICN), 2016. [10]. Pedro P. Vergara , Ricardo Torquato , Luiz C. P. da Silva, Towards a real-time Energy Management System for a Microgrid using a multi-objective genetic algorithm, IEEE, Power & Energy Society General Meeting, 2015. [11]. Kishan Bhushan Sahay , Nimish Kumar , M. M Tripathi, Implementation of different optimization techniques to solve ELD problem, IEEE, Power India International Conference (PIICON), 2015. [12]. Sunanda Hazra , Provas Kumar Roy , Anupam Sinha, An efficient evolutionary algorithm applied to economic load dispatch problem, IEEE, Third International Conference on Computer, Communication,Control and Information Technology (C3IT), 2015. [13]. Ming ASun , Shaojie Cui , Yaoqun Xu, Economic load dispatch of power systems based on hysteretic noisy chaotic neural network, IEEE, Workshop on Advanced Research and Technology in Industry Applications (WARTIA), 2014. [14]. Parmvir Singh Bhullar,“ParticleSwarmOptimization Based Economic Load Dispatch with Valve point Loading”, IJERT, vol 4(5), Pp 1064-1071, 2015. [15]. C. K. Panigrahi, P. K. Chattopadhyay, R. N. Chakrabarti, and M. Basu, Simulated annealing technique for dynamic economic dispatch, Taylor and Francis Electric Power Components and Systems, vol. 34(5), Pp 577-586, 2006. [16]. B. K. Panigrahi, V. RavikumarPandi, and S. Das, Adaptive particle swarm optimization approach for static and dynamic economic load dispatch, Science Direct Energy Conversion and Management, vol. 49(6), Pp 1407- 1415, 2008. [17]. R. Balamurugan and S. Subramanian, Differential evolution-based dynamic economic dispatch of generating units with valve-point effects, Taylor and Francis on Electric Power Components and Systems, vol. 36(8), Pp 828–843, Jun 2008. [18]. V. RavikumarPandi and BijayaketanPanigrahi, Dynamic economicloaddispatchusinghybridswarm intelligence based harmony search algorithm, Science direct on Expert sys with application,vol.38, Pp 8509-8514, Jan 2011. [19]. Gaurav Kumart Gupta, Sachin Goyal, Particle Swarm Intelligence based Dynamic Economic Dispatch with Daily Load Patterns Including Valve Point Effect, IEEE, Pp 83-87, 2017.