SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 384
Economic Load Dispatch using Metaheuristic Algorithms
DEVAKI BHAVANI DIVYA
EEE Department, M.Tech Student, JNTU Kakinada, Kakinada, AP, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - As we know that electrical energy plays a major
role in day to day human life. It is not possible to imagine
human life without electrical energy. This is because of the
storage problem i.e. the electrical energy cannot bestrongbut
is generated from natural sources and delivered as demand
arises. An electrical engineer always tries to generate,
transmit, and distribute the electrical energy at affordable
cost while satisfying Constraints Economic Dispatch is the
process of allocation of optimal load to each committed
generators while satisfying the equality and inequality
constraints. The objective is to minimize the fuel cost by
maintaining the generation power in limits. The Economic
Dispatch has been frequently solved by using classical
optimization methods. In this proposed method of the
Economic Dispatch problem is formulated and solvedby using
Metaheuristic Techniques like Artificial bee colony Algorithm,
Genetic algorithm, Particle Swarm Optimization technique,
and Simulated Annealing algorithms.
Key Words: Artificial bee colony Algorithm, Genetic
algorithm, Particle Swarm Optimization technique, and
Simulated Annealing etc.
1. INTRODUCTION
The main aim of modern electric power utilities is
to provide high-quality reliable power supply to the
consumers at the lowest possible cost while operating to
meet the limits and constraints imposed on the generating
units and environmental considerations.
These constraints formulates the economic load
dispatch problem for finding the optimal combination of the
output power of all the online generating units that
minimizes the total fuel cost, while satisfying an equality
constraint and a set of inequality constraints. Traditional
algorithms like lambda iteration, base point participation
factor, gradient method, and Newton method can solve this
economic load dispatch problemseffectivelyifandonlyif the
fuel-cost curves of the generating units are piece-wiselinear
and monotonically increasing .Thus the resultant economic
load dispatch becomes a challenging non-convex
optimization problem, which is difficult to solve using
Methods like simulation annealing, genetic algorithm,
evolutionary programming, artificial intelligence, and
particle swarm optimization, artificial bee colony algorithm
solve non-convex optimization problems efficiently and
often achieve a fast and near global optimal solution.
Economic dispatch is a sub-problem indeterminingunit
commitment. As mentioned earlier unit commitment
problem minimizes the total cost which includes both
generation cost and costs associated with the start-up and
shutdown of units. Precisely it determines which among the
available units should be committed so as to meet the load
demand by considering ‘all possible number of
combinations’. On the other hand, minimizes onlythecostof
generation for a given set of committed generators.
Therefore as name suggests economic dispatch
distributes the given amount of load on to the committed
generators economically while ensuring that all committed
units are used at least at their minimum capacity to fulfil the
load requirement. Both the optimization problems viz., unit
commitment andeconomicdispatchareinterrelated.Always
in finding unit commitment, economicdispatch issolvedasa
sub problem as each of the commitment schedules requires
an ED solution. The constraints Involved in solving ED are
very limited. They are Dispatch should meet the load
demand, Unit generation limits.
Objectives: To minimize the fuel costofgeneratingunits ofa
thermal power plant by using Metaheuristic techniques.
1. Artificial Bee Colony algorithm
2. Genetic algorithm
3. Particle Swarm Optimization
4. Simulated Annealing
1.1 Methods to solve economic load dispatch
So to solve economic dispatch problem in power
generation by keeping all system constraints in limits and to
meet the demand by reducing fuel cost we use different
methods and different algorithms Required for analysis of
programs and simulation software are available to the
operators to aid their decision making process and make
power system operations more economic and reliable.
Depending on the relative accuracy and computational
burden, these programs are used in dispatch or pre-
dispatch stages. Various methods used in early days
and present days are:
Base load method: where the next most efficient unit is
loaded to its maximum capability, then the second most
efficient unit is loaded and so on.
Best point loading: where units are successively loaded to
their lowest heat rate point, beginning with the most
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 385
efficient unit and working down to the least unit.
Some of conventional methods are Linear
programming, Nonlinear programming, Quadratic
Programming, Dynamic programming, Newton’s method.
Some of Intelligent Search Methods are Optimization neural
networks, PSO, AntcolonyoptimizationGenetic algorithm,
Bats algorithm, Artificial Bee Colony (ABC), Simulated
annealing algorithms.
2. Artificial bee colony algorithm
Artificial Bee Colony (ABC) is one of the most recently
defined algorithms by DervishKaraboga in 2005, motivated
by the intelligent behavior of honey bees. ABC as an
optimization tool provides a population-based search
procedure in which individuals called foods positions are
modified by the artificial bees with time and the bee’s aim is
to discover the places of food sources with high nectar
amount and finally the one with the highest nectar.
‘Optimization is the art and science of allocating scarce
resources to the best possible effect. Moving from world
problem to the algorithm, model, or solution techniques
known as the real analysis.
3. Genetic algorithm
A Genetic Algorithm (GA) is a searchtechniqueused
in computing to find exact or approximate solutions to
optimization and search problems. Genetic algorithms are
categorized as global search heuristics. GA are implemented
in a computer simulation in which a population of abstract
representations (called chromosomes orthegenotypeof the
genome) of candidate solutions (called individuals,
creatures, or phenotypes) to an optimization problem
evolves toward better solutions.
Fig-1 Flow chart of genetic algorithm
Traditionally, solutions are represented in binary as strings
of 0s and 1s, but other encodings are also possible. The
evolution usually starts from a population of randomly
generated individuals and happens in generations.
In each generation, the fitness of every individual in the
population is evaluated, multiple individuals are
stochastically selected from the current population (based
on their fitness), and modified (recombined and possibly
randomly mutated) to form a new population. The new
population is then used in the next iterationofthealgorithm.
Commonly, the algorithm terminates when either a
maximum number of generations has been produced, or a
satisfactory fitnesslevel hasbeen reachedforthepopulation.
If the algorithm has terminated due to a maximum number
of generations, a satisfactory solution may or may not have
been reached. Once we have the genetic representation and
the fitness function defined, GA proceeds to initialize a
population of solutions randomly, and then improve it
through repetitive application of mutation, crossover,
inversion, and selection operators.
4. Particle Swarm Optimization
Most of the conventional computing algorithms are
not effective in solving real-world problems Because of
having an inflexible structure mainly due to incomplete
noisy data and some multi-Dimensional problems. Natural
computing methods are best suited for solving such
problems. In General Natural computing methods can be
divided into 3 categories.Epigenesis, Phylogeny, Ontogeny.
PSO belongs to the Ontogeny category in which the
adaptation of a special organism to its environment is
considered.
In PSO, the potential solutions called particles fly
through the problem space by following current optimum
particles. The swarm is typically modelled by particles in
multi-dimensional space that have a position and velocity.
Each particle represents a candidate solutiontotheproblem
and particles change their positions by flying around in a
multi-dimensional search space until computational
limitations are exceeded. During the flight each particle
adjusts its position according to its own experience and the
neighboring particles, making use of the best position
encountered by it and its neighbors. In a minimization
optimization problem valve is become best particle.
Members of a swarm communicate good positions to each
other and adjust their own. Position and velocity based on
these good positions
Velocity of a particle is influenced by three
components, namely inertial, cognitive and social. The
inertial component simulates the inertial behavior of the
bird to fly in the previous direction. The cognitive
component models the memoryofthebudabout itsprevious
best position and the social component models the memory
of the bird about the best position among the particles
(interaction inside the swarm).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 386
Fig-2 Flow chart of PSO algorithm
5. Simulated annealing algorithm
Simulated annealing (SA) is a generic probabilistic
Metaheuristic for the global optimization problems that
distinguishes between different local optima. The name and
the inspiration come from annealing in metallurgy and its
algorithm is based on the slow cooling process in the
thermodynamic area. Give an initial point, such algorithm
takes a step and the function is evaluated. The notionofslow
cooling is implementedintheSimulatedAnnealingalgorithm
as a slow decrease in the probability of accepting worse
solutions as it explores the solution space. And accepting
worse solutions is a fundamental property of Metaheuristic
because it allows for a more extensive search fortheoptimal
solution.
Since SA algorithm has very limited assumptions
when solving limited optimizationproblem,itisquiterobust
with respect to non-quadratic surfaces. However, the
process of simulated repeated annealing with schedule is
quite slow as it may cost a large amount of computation fee
especially if the cost function is expensive to compute. And
because of its probabilityacceptance,the methodcannotfind
an exactly absolute optimal point compare to the other
different algorithms before seen.
Firstly, in simulate annealing we will keep a
temperature variable to simulate the heating process. We
initially set it as Initial Temperature and then let it slowly
cool down as the algorithm runs. At the beginning, Initial
Temperature should be set at a higher value, thus the
algorithm will be allowed, with more frequency, to accept
solutions. This gives the algorithm the ability to jump out of
any local optimums it finds itself in early on in execution.
Fig-3 Flow chart of simulated Annealing algorithm
6. CONCLUSION
By economic dispatch means, to find the generation
of the different units in a plant so that the Total fuel cost is
minimum and at same time the total demand and losses at
any instant must be met by the total generation. Theclassical
optimizations of continuousfunctionshavebeenconsidered.
Various factors like optimal dispatch, total cost, and
incremental cost of delivered Power,total systemlosses,loss
coefficients and absolute value of the real power mismatch
are Evaluated for a simple system calculation, economic
dispatch is solved through Metaheuristic algorithms like
Artificial Bee Colony algorithm, Genetic algorithm, Particle
Swarm Optimization technique, Simulated Annealing gives
optimum solutions to economic Dispatch Problems by
developing mat lab programs.
ACKNOWLEDGEMENT
I would like to express my gratitude to my parents
Narayan and Parvathi, and my brother’s phani, Suresh, and
to all the faculty members of the Department of Electrical
Engineering of my college are gratefully acknowledged.
Finally, I thank everyone who has directly or indirectly
helped me during the course of this work.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 387
REFERENCES
[1] Lin Lu, Qi Luo, Jun-yong Liu, Chuan Long, “An Improved
Particle Swarm Optimization Algorithm”, IEEE
International Conference On Granular Computing, pp.
486-490, 2008.
[2] Zwe-Lee Gaing, “Particle Swarm Optimizationtosolving
the Economic Dispatch Considering the Generator
Constraints”, IEEE Trans. On Power Systems, Vol.18,
No.3, pp. 1187-1195, August 2003
[3] J. Kennedy and R. C. Eberhart, “Particle swarm
optimization,” Proceedings of IEEE International
Conference on Neural Networks (ICNN‟95), Vol. IV, pp.
1942-1948, Perth, Australia, 1995.
[4] HAPP, H.H, “Optimal power dispatch”, IEEE Trans., PAS-
93, pp. 820- 830, 1974.
[5] T.E. Bechert and H.G. Kwatny, “On the Optimal Dynamic
Dispatch of Real Power”, IEEE Transactions on Power
Apparatus and Systems, pp. 889, May/June 1972.
[6] I.J. Nagrath, D.P. Kothari, “Modern Power System
Analysis”, 2nd Edition, Tata McGraw-Hill Co, 1989.
[7] C.L. Wadhwa, “Electric Power Systems”, New Age
International (P) Ltd. Publishers,NewDelhi,India,2001.
[8] Power system optimization Kothari, D.P., Dhillon J.S
Power System Optimization
[9] Power system analysis by Hadi saadat

More Related Content

What's hot

A progressive domain expansion method for solving optimal control problem
A progressive domain expansion method for solving optimal control problemA progressive domain expansion method for solving optimal control problem
A progressive domain expansion method for solving optimal control problemTELKOMNIKA JOURNAL
 
Insights into the Efficiencies of On-Shore Wind Turbines: A Data-Centric Anal...
Insights into the Efficiencies of On-Shore Wind Turbines: A Data-Centric Anal...Insights into the Efficiencies of On-Shore Wind Turbines: A Data-Centric Anal...
Insights into the Efficiencies of On-Shore Wind Turbines: A Data-Centric Anal...ertekg
 
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...IRJET Journal
 
Short Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural NetworkShort Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural NetworkIJERA Editor
 
Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...INFOGAIN PUBLICATION
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMaeijjournal
 
Hyun wong thesis 2019 06_22_rev40_final_grammerly
Hyun wong thesis 2019 06_22_rev40_final_grammerlyHyun wong thesis 2019 06_22_rev40_final_grammerly
Hyun wong thesis 2019 06_22_rev40_final_grammerlyHyun Wong Choi
 
IRJET- Comprehensive Analysis on Optimal Allocation and Sizing of Distributed...
IRJET- Comprehensive Analysis on Optimal Allocation and Sizing of Distributed...IRJET- Comprehensive Analysis on Optimal Allocation and Sizing of Distributed...
IRJET- Comprehensive Analysis on Optimal Allocation and Sizing of Distributed...IRJET Journal
 
An Application of Genetic Programming for Power System Planning and Operation
An Application of Genetic Programming for Power System Planning and OperationAn Application of Genetic Programming for Power System Planning and Operation
An Application of Genetic Programming for Power System Planning and OperationIDES Editor
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET Journal
 
IRJET- Optimization of Distributed Generation using Genetics Algorithm an...
IRJET-  	  Optimization of Distributed Generation using Genetics Algorithm an...IRJET-  	  Optimization of Distributed Generation using Genetics Algorithm an...
IRJET- Optimization of Distributed Generation using Genetics Algorithm an...IRJET Journal
 
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...TELKOMNIKA JOURNAL
 
Hyun wong thesis 2019 06_22_rev40_final
Hyun wong thesis 2019 06_22_rev40_finalHyun wong thesis 2019 06_22_rev40_final
Hyun wong thesis 2019 06_22_rev40_finalHyun Wong Choi
 
A Genetic Algorithm Approach to Solve Unit Commitment Problem
A Genetic Algorithm Approach to Solve Unit Commitment ProblemA Genetic Algorithm Approach to Solve Unit Commitment Problem
A Genetic Algorithm Approach to Solve Unit Commitment ProblemIOSR Journals
 

What's hot (19)

A progressive domain expansion method for solving optimal control problem
A progressive domain expansion method for solving optimal control problemA progressive domain expansion method for solving optimal control problem
A progressive domain expansion method for solving optimal control problem
 
Insights into the Efficiencies of On-Shore Wind Turbines: A Data-Centric Anal...
Insights into the Efficiencies of On-Shore Wind Turbines: A Data-Centric Anal...Insights into the Efficiencies of On-Shore Wind Turbines: A Data-Centric Anal...
Insights into the Efficiencies of On-Shore Wind Turbines: A Data-Centric Anal...
 
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...
IRJET- PSO based PID Controller for Bidirectional Inductive Power Transfer Sy...
 
Short Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural NetworkShort Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural Network
 
Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...
 
Psat toolbox-8631349
Psat toolbox-8631349Psat toolbox-8631349
Psat toolbox-8631349
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
 
40220130405017
4022013040501740220130405017
40220130405017
 
Hyun wong thesis 2019 06_22_rev40_final_grammerly
Hyun wong thesis 2019 06_22_rev40_final_grammerlyHyun wong thesis 2019 06_22_rev40_final_grammerly
Hyun wong thesis 2019 06_22_rev40_final_grammerly
 
003
003003
003
 
40220140503002
4022014050300240220140503002
40220140503002
 
O044049498
O044049498O044049498
O044049498
 
IRJET- Comprehensive Analysis on Optimal Allocation and Sizing of Distributed...
IRJET- Comprehensive Analysis on Optimal Allocation and Sizing of Distributed...IRJET- Comprehensive Analysis on Optimal Allocation and Sizing of Distributed...
IRJET- Comprehensive Analysis on Optimal Allocation and Sizing of Distributed...
 
An Application of Genetic Programming for Power System Planning and Operation
An Application of Genetic Programming for Power System Planning and OperationAn Application of Genetic Programming for Power System Planning and Operation
An Application of Genetic Programming for Power System Planning and Operation
 
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- Optimization of Distributed Generation using Genetics Algorithm an...
IRJET-  	  Optimization of Distributed Generation using Genetics Algorithm an...IRJET-  	  Optimization of Distributed Generation using Genetics Algorithm an...
IRJET- Optimization of Distributed Generation using Genetics Algorithm an...
 
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...
HSO: A Hybrid Swarm Optimization Algorithm for Reducing Energy Consumption in...
 
Hyun wong thesis 2019 06_22_rev40_final
Hyun wong thesis 2019 06_22_rev40_finalHyun wong thesis 2019 06_22_rev40_final
Hyun wong thesis 2019 06_22_rev40_final
 
A Genetic Algorithm Approach to Solve Unit Commitment Problem
A Genetic Algorithm Approach to Solve Unit Commitment ProblemA Genetic Algorithm Approach to Solve Unit Commitment Problem
A Genetic Algorithm Approach to Solve Unit Commitment Problem
 

Similar to IRJET- Economic Load Dispatch using Metaheuristic Algorithms

Application of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatchApplication of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatchCemal Ardil
 
IRJET- Swarm Optimization Technique for Economic Load Dispatch
IRJET- Swarm Optimization Technique for Economic Load DispatchIRJET- Swarm Optimization Technique for Economic Load Dispatch
IRJET- Swarm Optimization Technique for Economic Load DispatchIRJET Journal
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...IRJET Journal
 
Analysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoAnalysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoeSAT Publishing House
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMAEIJjournal2
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMAEIJjournal2
 
Advanced Energy: An International Journal (AEIJ)
Advanced Energy: An International Journal (AEIJ)Advanced Energy: An International Journal (AEIJ)
Advanced Energy: An International Journal (AEIJ)AEIJjournal2
 
Performance Comparision of Machine Learning Algorithms
Performance Comparision of Machine Learning AlgorithmsPerformance Comparision of Machine Learning Algorithms
Performance Comparision of Machine Learning AlgorithmsDinusha Dilanka
 
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...Editor IJCATR
 
Load shedding in power system using the AHP algorithm and Artificial Neural N...
Load shedding in power system using the AHP algorithm and Artificial Neural N...Load shedding in power system using the AHP algorithm and Artificial Neural N...
Load shedding in power system using the AHP algorithm and Artificial Neural N...IJAEMSJORNAL
 
Congestion Management in Deregulated Power by Rescheduling of Generators
Congestion Management in Deregulated Power by Rescheduling of GeneratorsCongestion Management in Deregulated Power by Rescheduling of Generators
Congestion Management in Deregulated Power by Rescheduling of GeneratorsIRJET Journal
 
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) IJECEIAES
 
Efficient evaluation of flatness error from Coordinate Measurement Data using...
Efficient evaluation of flatness error from Coordinate Measurement Data using...Efficient evaluation of flatness error from Coordinate Measurement Data using...
Efficient evaluation of flatness error from Coordinate Measurement Data using...Ali Shahed
 
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 Journal
 
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...IRJET Journal
 
A new approach to the solution of economic dispatch using particle Swarm opt...
A new approach to the solution of economic dispatch using particle Swarm  opt...A new approach to the solution of economic dispatch using particle Swarm  opt...
A new approach to the solution of economic dispatch using particle Swarm opt...ijcsa
 
Paper id 28201438
Paper id 28201438Paper id 28201438
Paper id 28201438IJRAT
 

Similar to IRJET- Economic Load Dispatch using Metaheuristic Algorithms (20)

Application of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatchApplication of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatch
 
IRJET- Swarm Optimization Technique for Economic Load Dispatch
IRJET- Swarm Optimization Technique for Economic Load DispatchIRJET- Swarm Optimization Technique for Economic Load Dispatch
IRJET- Swarm Optimization Technique for Economic Load Dispatch
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...
 
Analysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoAnalysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified pso
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
 
Advanced Energy: An International Journal (AEIJ)
Advanced Energy: An International Journal (AEIJ)Advanced Energy: An International Journal (AEIJ)
Advanced Energy: An International Journal (AEIJ)
 
Performance Comparision of Machine Learning Algorithms
Performance Comparision of Machine Learning AlgorithmsPerformance Comparision of Machine Learning Algorithms
Performance Comparision of Machine Learning Algorithms
 
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...
 
Load shedding in power system using the AHP algorithm and Artificial Neural N...
Load shedding in power system using the AHP algorithm and Artificial Neural N...Load shedding in power system using the AHP algorithm and Artificial Neural N...
Load shedding in power system using the AHP algorithm and Artificial Neural N...
 
Congestion Management in Deregulated Power by Rescheduling of Generators
Congestion Management in Deregulated Power by Rescheduling of GeneratorsCongestion Management in Deregulated Power by Rescheduling of Generators
Congestion Management in Deregulated Power by Rescheduling of Generators
 
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)
 
40120140507002
4012014050700240120140507002
40120140507002
 
40120140507002
4012014050700240120140507002
40120140507002
 
Efficient evaluation of flatness error from Coordinate Measurement Data using...
Efficient evaluation of flatness error from Coordinate Measurement Data using...Efficient evaluation of flatness error from Coordinate Measurement Data using...
Efficient evaluation of flatness error from Coordinate Measurement Data using...
 
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- 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 new approach to the solution of economic dispatch using particle Swarm opt...
A new approach to the solution of economic dispatch using particle Swarm  opt...A new approach to the solution of economic dispatch using particle Swarm  opt...
A new approach to the solution of economic dispatch using particle Swarm opt...
 
Paper id 28201438
Paper id 28201438Paper id 28201438
Paper id 28201438
 

More from IRJET Journal

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...IRJET Journal
 
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 STRUCTUREIRJET Journal
 
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...IRJET Journal
 
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 CharacteristicsIRJET Journal
 
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...IRJET Journal
 
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-...IRJET Journal
 
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...IRJET Journal
 
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...IRJET Journal
 
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 ADASIRJET Journal
 
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,...IRJET Journal
 
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 ProIRJET Journal
 
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...IRJET Journal
 
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 SystemIRJET Journal
 
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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
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 ...IRJET Journal
 
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.IRJET Journal
 
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...IRJET Journal
 
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 DesignIRJET Journal
 
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...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

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

IRJET- Economic Load Dispatch using Metaheuristic Algorithms

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 384 Economic Load Dispatch using Metaheuristic Algorithms DEVAKI BHAVANI DIVYA EEE Department, M.Tech Student, JNTU Kakinada, Kakinada, AP, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - As we know that electrical energy plays a major role in day to day human life. It is not possible to imagine human life without electrical energy. This is because of the storage problem i.e. the electrical energy cannot bestrongbut is generated from natural sources and delivered as demand arises. An electrical engineer always tries to generate, transmit, and distribute the electrical energy at affordable cost while satisfying Constraints Economic Dispatch is the process of allocation of optimal load to each committed generators while satisfying the equality and inequality constraints. The objective is to minimize the fuel cost by maintaining the generation power in limits. The Economic Dispatch has been frequently solved by using classical optimization methods. In this proposed method of the Economic Dispatch problem is formulated and solvedby using Metaheuristic Techniques like Artificial bee colony Algorithm, Genetic algorithm, Particle Swarm Optimization technique, and Simulated Annealing algorithms. Key Words: Artificial bee colony Algorithm, Genetic algorithm, Particle Swarm Optimization technique, and Simulated Annealing etc. 1. INTRODUCTION The main aim of modern electric power utilities is to provide high-quality reliable power supply to the consumers at the lowest possible cost while operating to meet the limits and constraints imposed on the generating units and environmental considerations. These constraints formulates the economic load dispatch problem for finding the optimal combination of the output power of all the online generating units that minimizes the total fuel cost, while satisfying an equality constraint and a set of inequality constraints. Traditional algorithms like lambda iteration, base point participation factor, gradient method, and Newton method can solve this economic load dispatch problemseffectivelyifandonlyif the fuel-cost curves of the generating units are piece-wiselinear and monotonically increasing .Thus the resultant economic load dispatch becomes a challenging non-convex optimization problem, which is difficult to solve using Methods like simulation annealing, genetic algorithm, evolutionary programming, artificial intelligence, and particle swarm optimization, artificial bee colony algorithm solve non-convex optimization problems efficiently and often achieve a fast and near global optimal solution. Economic dispatch is a sub-problem indeterminingunit commitment. As mentioned earlier unit commitment problem minimizes the total cost which includes both generation cost and costs associated with the start-up and shutdown of units. Precisely it determines which among the available units should be committed so as to meet the load demand by considering ‘all possible number of combinations’. On the other hand, minimizes onlythecostof generation for a given set of committed generators. Therefore as name suggests economic dispatch distributes the given amount of load on to the committed generators economically while ensuring that all committed units are used at least at their minimum capacity to fulfil the load requirement. Both the optimization problems viz., unit commitment andeconomicdispatchareinterrelated.Always in finding unit commitment, economicdispatch issolvedasa sub problem as each of the commitment schedules requires an ED solution. The constraints Involved in solving ED are very limited. They are Dispatch should meet the load demand, Unit generation limits. Objectives: To minimize the fuel costofgeneratingunits ofa thermal power plant by using Metaheuristic techniques. 1. Artificial Bee Colony algorithm 2. Genetic algorithm 3. Particle Swarm Optimization 4. Simulated Annealing 1.1 Methods to solve economic load dispatch So to solve economic dispatch problem in power generation by keeping all system constraints in limits and to meet the demand by reducing fuel cost we use different methods and different algorithms Required for analysis of programs and simulation software are available to the operators to aid their decision making process and make power system operations more economic and reliable. Depending on the relative accuracy and computational burden, these programs are used in dispatch or pre- dispatch stages. Various methods used in early days and present days are: Base load method: where the next most efficient unit is loaded to its maximum capability, then the second most efficient unit is loaded and so on. Best point loading: where units are successively loaded to their lowest heat rate point, beginning with the most
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 385 efficient unit and working down to the least unit. Some of conventional methods are Linear programming, Nonlinear programming, Quadratic Programming, Dynamic programming, Newton’s method. Some of Intelligent Search Methods are Optimization neural networks, PSO, AntcolonyoptimizationGenetic algorithm, Bats algorithm, Artificial Bee Colony (ABC), Simulated annealing algorithms. 2. Artificial bee colony algorithm Artificial Bee Colony (ABC) is one of the most recently defined algorithms by DervishKaraboga in 2005, motivated by the intelligent behavior of honey bees. ABC as an optimization tool provides a population-based search procedure in which individuals called foods positions are modified by the artificial bees with time and the bee’s aim is to discover the places of food sources with high nectar amount and finally the one with the highest nectar. ‘Optimization is the art and science of allocating scarce resources to the best possible effect. Moving from world problem to the algorithm, model, or solution techniques known as the real analysis. 3. Genetic algorithm A Genetic Algorithm (GA) is a searchtechniqueused in computing to find exact or approximate solutions to optimization and search problems. Genetic algorithms are categorized as global search heuristics. GA are implemented in a computer simulation in which a population of abstract representations (called chromosomes orthegenotypeof the genome) of candidate solutions (called individuals, creatures, or phenotypes) to an optimization problem evolves toward better solutions. Fig-1 Flow chart of genetic algorithm Traditionally, solutions are represented in binary as strings of 0s and 1s, but other encodings are also possible. The evolution usually starts from a population of randomly generated individuals and happens in generations. In each generation, the fitness of every individual in the population is evaluated, multiple individuals are stochastically selected from the current population (based on their fitness), and modified (recombined and possibly randomly mutated) to form a new population. The new population is then used in the next iterationofthealgorithm. Commonly, the algorithm terminates when either a maximum number of generations has been produced, or a satisfactory fitnesslevel hasbeen reachedforthepopulation. If the algorithm has terminated due to a maximum number of generations, a satisfactory solution may or may not have been reached. Once we have the genetic representation and the fitness function defined, GA proceeds to initialize a population of solutions randomly, and then improve it through repetitive application of mutation, crossover, inversion, and selection operators. 4. Particle Swarm Optimization Most of the conventional computing algorithms are not effective in solving real-world problems Because of having an inflexible structure mainly due to incomplete noisy data and some multi-Dimensional problems. Natural computing methods are best suited for solving such problems. In General Natural computing methods can be divided into 3 categories.Epigenesis, Phylogeny, Ontogeny. PSO belongs to the Ontogeny category in which the adaptation of a special organism to its environment is considered. In PSO, the potential solutions called particles fly through the problem space by following current optimum particles. The swarm is typically modelled by particles in multi-dimensional space that have a position and velocity. Each particle represents a candidate solutiontotheproblem and particles change their positions by flying around in a multi-dimensional search space until computational limitations are exceeded. During the flight each particle adjusts its position according to its own experience and the neighboring particles, making use of the best position encountered by it and its neighbors. In a minimization optimization problem valve is become best particle. Members of a swarm communicate good positions to each other and adjust their own. Position and velocity based on these good positions Velocity of a particle is influenced by three components, namely inertial, cognitive and social. The inertial component simulates the inertial behavior of the bird to fly in the previous direction. The cognitive component models the memoryofthebudabout itsprevious best position and the social component models the memory of the bird about the best position among the particles (interaction inside the swarm).
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 386 Fig-2 Flow chart of PSO algorithm 5. Simulated annealing algorithm Simulated annealing (SA) is a generic probabilistic Metaheuristic for the global optimization problems that distinguishes between different local optima. The name and the inspiration come from annealing in metallurgy and its algorithm is based on the slow cooling process in the thermodynamic area. Give an initial point, such algorithm takes a step and the function is evaluated. The notionofslow cooling is implementedintheSimulatedAnnealingalgorithm as a slow decrease in the probability of accepting worse solutions as it explores the solution space. And accepting worse solutions is a fundamental property of Metaheuristic because it allows for a more extensive search fortheoptimal solution. Since SA algorithm has very limited assumptions when solving limited optimizationproblem,itisquiterobust with respect to non-quadratic surfaces. However, the process of simulated repeated annealing with schedule is quite slow as it may cost a large amount of computation fee especially if the cost function is expensive to compute. And because of its probabilityacceptance,the methodcannotfind an exactly absolute optimal point compare to the other different algorithms before seen. Firstly, in simulate annealing we will keep a temperature variable to simulate the heating process. We initially set it as Initial Temperature and then let it slowly cool down as the algorithm runs. At the beginning, Initial Temperature should be set at a higher value, thus the algorithm will be allowed, with more frequency, to accept solutions. This gives the algorithm the ability to jump out of any local optimums it finds itself in early on in execution. Fig-3 Flow chart of simulated Annealing algorithm 6. CONCLUSION By economic dispatch means, to find the generation of the different units in a plant so that the Total fuel cost is minimum and at same time the total demand and losses at any instant must be met by the total generation. Theclassical optimizations of continuousfunctionshavebeenconsidered. Various factors like optimal dispatch, total cost, and incremental cost of delivered Power,total systemlosses,loss coefficients and absolute value of the real power mismatch are Evaluated for a simple system calculation, economic dispatch is solved through Metaheuristic algorithms like Artificial Bee Colony algorithm, Genetic algorithm, Particle Swarm Optimization technique, Simulated Annealing gives optimum solutions to economic Dispatch Problems by developing mat lab programs. ACKNOWLEDGEMENT I would like to express my gratitude to my parents Narayan and Parvathi, and my brother’s phani, Suresh, and to all the faculty members of the Department of Electrical Engineering of my college are gratefully acknowledged. Finally, I thank everyone who has directly or indirectly helped me during the course of this work.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 387 REFERENCES [1] Lin Lu, Qi Luo, Jun-yong Liu, Chuan Long, “An Improved Particle Swarm Optimization Algorithm”, IEEE International Conference On Granular Computing, pp. 486-490, 2008. [2] Zwe-Lee Gaing, “Particle Swarm Optimizationtosolving the Economic Dispatch Considering the Generator Constraints”, IEEE Trans. On Power Systems, Vol.18, No.3, pp. 1187-1195, August 2003 [3] J. Kennedy and R. C. Eberhart, “Particle swarm optimization,” Proceedings of IEEE International Conference on Neural Networks (ICNN‟95), Vol. IV, pp. 1942-1948, Perth, Australia, 1995. [4] HAPP, H.H, “Optimal power dispatch”, IEEE Trans., PAS- 93, pp. 820- 830, 1974. [5] T.E. Bechert and H.G. Kwatny, “On the Optimal Dynamic Dispatch of Real Power”, IEEE Transactions on Power Apparatus and Systems, pp. 889, May/June 1972. [6] I.J. Nagrath, D.P. Kothari, “Modern Power System Analysis”, 2nd Edition, Tata McGraw-Hill Co, 1989. [7] C.L. Wadhwa, “Electric Power Systems”, New Age International (P) Ltd. Publishers,NewDelhi,India,2001. [8] Power system optimization Kothari, D.P., Dhillon J.S Power System Optimization [9] Power system analysis by Hadi saadat