SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3661
A New Approach to Economic Load Dispatch by using Improved QEMA
based Particle Swarm Optimization Considering Generator Constraints
Himanshu Shekhar Maharana1, Saroj Kumar Dash2
1Ph.D Research Scholar in Electrical Engineering, Biju Patnaik University of Technology, Rourkela, Odisha, India
2HOD, EE (Ph.D Supervisor), GITA, Bhubaneswar, Biju Patnaik University of Technology, Rourkela, Odisha, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract – Economic Load Dispatch (ELD) proves to be a vital optimization process in electric power system for allocating
generation amongst various units to compute the cost of generation , the cost of emission involving global warming gases like
sulphur dioxide, nitrous oxide and carbon monoxide etc. This article proposes a new heuristic for global multi objective
optimum dispatch using improved Quantum behaved electro-magnetism algorithm particle swarm optimization (QEMAPSO)
algorithm approach. QEMA employs q bit for spinning up and down the states of a particle to specify the position of a charge
particle. The resultant force of interaction due to various charge particles is ascertained using the principle of superposition.
The particle position is updated using quantum rotation gates and the probability amplitudes of
th
i dimension of
th
j particle
and is followed thereby vide a swarm optimization technique for neutralizing the valve point effect and supporting forbidden
zones. The results obtained by using QEMA based PSO method for the cost of generation, cost of emission and combined
objective function by the proposed method for 6 units IEEE 30 bus test case systems. This research paper tries to show the
numerical detailing of Economic load dispatch issue arrangement utilizing delicate registering method in electric era
structure considering different physical and power induced system imperatives. This method increases the tendency of
particles to venture into the solution space to ameliorate their convergence rates.
Key Words: Economic load dispatch, Equality constraints, In-equality constraints, improved Quantum behaved
electromagnetism algorithm, Particle swarm optimization, Genetic Algorithm, Evolutionary Programming, Dance
bee colony optimization.
1. INTRODUCTION
Power system stability is the tendency of a power system to develop restoring forces equal to or greater than the
disturbing forces to maintain the state of equilibrium. In this paper, improved QEMA based particle swarm optimization
which is one of the computational algorithm technique is applied successfully to solve the problem of economic load
dispatch. The objective function considered here is minimization of fuel cost of generators for IEEE 30 bus 6- generating
systems used in thermal power plant.
In the current electric power frameworks, there are distinctive creating units e.g. hydro, steam, and biomass and so on.
Likewise, the heap request vacillates for the time of a day and achieves diverse pinnacle esteems. In this way, it is basic to
settle on which producing unit to off/on and furthermore the request in which the units must be closed down
remembering the cost benefit of turning on and stopping. The entire work of figure and making these evaluations is known
as load dispatch. The financial load dispatch implies that the generator's yield is permitted to change inside persuaded
restrains so that to take care of a specific load demand contained by least fuel cost.
The nonlinear behaviour of input output characteristic of a generator analysed through conventional methods like Lambda
iteration method, Gradient method and Newton method etc. does not yield optimal solution with speed and accuracy. So it
needs heuristic methods such as Fuzzy Logic, Genetic Algorithm, Neural network, Differential Evolution, and improved
Quantum behaved electro-magnetism algorithm based particle swarm optimization [9]etc. to obtain optimal solution for
multi- objective generation dispatch[5].QEMA considers charge particles spreading around the solution space to
effectively solve the optimization problem in neural network training, Communication, Array pattern optimization, Control
system and ELD problems [2]. In this dissertation a single particle manifests several probability states which are further
decoded into 2 states using Q bit mechanism that is either an up Q bit or down Q bit. This probability representation
together with superposition principle is used to update the particle position which in turn communicates with the solution
space to drive better charge particles for meeting out the equality, inequality, valve point and forbidden zone constraints.
The solution thus obtained is regarded as the initial position for a swarm optimization technique. The velocity for this
position is computed to obtain the best fit global solution for economic load dispatch for meeting out the optimization
criteria for ELD. Thus, there is a wide trend of adopting stochastic algorithms which are able to effectively solve the
economic dispatch problem. Propitious results have been reported during the past few years and several methods like
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3662
genetic algorithm (GA) [3], evolutionary programming (EP) [4],Dance bee colony optimization[10] many other methods
were successfully implemented in practical ED problems significantly improving the existing results of the problem.
2. PROBELM FORMULATION
The basic ELD problem is formulated in equation (1) and (2) as follows.
2
( ) sin( ( )) (1)i i i i i i i i i iZ a PG bPG C K l P PG    
2
( ) (2)i i i i ii
J h PG g PG q  
Where iZ and iJ are cost and emission objective functions and ia , ib , ic , iK , il and ih , ig , iq are cost and emission
objective function coefficients. It involve combined objective formulation encompassing cost as well as emission objective
function vide price penalty factor iPf is formulated as (3).
(3)i i i iS Z Pf J  
max
max
(4)i
i
i
Z
Pf
J

The constraints involved in this work are
(i)Equalityconstraint
1
(5)
n
D
i
PGi P TransmissionLoss

  Where DP = net power demand.
(ii) Inequality constraint
(6)i i jP PG P  Where iPG represents the output power of
th
i generating
unit, iP and jP are minimum and maximum output
3. OVER VIEW ON PSO TECHNIQUES
This section describes the proposed Particle Swarm Optimization method. It is an optimization and search technique
based on the principles of social behavior of animals. The method was developed in 1995 by James Kennedy and Russell
Eberhart [2]. PSO is very good at finding good enough solutions for a large range of problems, such as constrained
optimization problems, multi-objective optimization problems, etc.
It is a simple and powerful optimization tool which scatters random particles, i.e., solutions in the problem space. These
particles, called swarms collect information from each array constructed by their respective positions. The particles
update their positions using the velocity of particles. Position and velocity are both updated in a heuristic manner using
guidance from particles’ own experience and the experience of its neighbour so obtain position and velocity vectors viz.
bestP and bestg i.e.( bestP1 , 2bestP ….. ibestP ) and ( bestg1 , bestg2 ….. ibestg ) respectively. The updated values of position and
velocity are computed using equation (7) and (8).
( 1)
1 1 1 2 2( ) ( ) ( )] (7)t t t
i best i best iV WV t C Rand P x C Rand g x
    
1 1
(8)t t t
i i ix x V 
 
Where 21,CC are acceleration coefficients
W = Inertia weight
t
iV = Initial
th
i particle after
th
t iteration
1t
iV 
= Updated velocity of particle at t+1 iteration
t
iX = Initial
th
i particle after
th
t iteration
1t
iX 
= Updated position of particle at t+1 iteration
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3663
4. PROPOSED IMPROVED QEMA BASED PSO ALGORITHM
This PSO algorithm is utilized mainly to determine the optimal allocation of power among the committed units, thus
minimizing the total generation cost. To implement this PSO algorithm to solve the ELD problems mentioned steps should
be described in the following steps.
Step – 1
The Solution obtained from QEMA for cost objective function is
T treated as the initial solution for the PSO based Stochastic
Optimization [3].
Step – 2
When the current fitness function iL becomes better than
bestP function 0L then newi LL 0
Otherwise,
oldi LL 0
Step Step – 3
Initialize bestg
Step – 4
Assign best of new current fitness function and old bestP
function to bestg
Step – 5
Current position
t
i iQPSO i iQPSOx Z PF J  
Step – 6
Current velocity min max min()( )t
i i i iV U Randi U U  
The Step – 7
Update the velocity and position for particle ( 1)
1 1 1 2 2( ) ( ) ( )]t t t
i best i best iV WV t C Rand P x C Rand g x
     , 1 1t t t
i i ix x V 
 
where
1 1
,t t
i iV x 
are the update velocity, update position for each particle.
Step - 8
If Particle position
1t
ix 
is greater than or equal to bound specified in the valve point effect &forbidden zones then stop
otherwise go to step 2[4].
5. RESULT ANALYSIS:
Unit
ia ib ic ih ig iq ik il miniPg maxiPg inewPg
1 0.1421 37.429 755.75 0.0035 0.3244 23.849 290 0.025 15 105 0.2273
2 0.0951 45.141 450.325 0.0038 0.32665 23.849 190 0.032 25 155 0.1838
3 0.0182 39.383 1048.82 0.00672 0.54711 40.270 190 0.032 35 205 0.1395
4 0.0021 37.302 1234.55 0.00102 0.54632 40.2608 140 0.053 45 255 0.0947
5 0.009 35.321 1652.52 0.00500 0.5112 42.8855 140 0.053 65 355 0.0495
6 0.165 37.245 1352.65 0.00502 -0.5138 50.8553 140 0.053 85 455 0.0041
Table(1): Cost coefficients, emission coefficients & other coefficients for 6 power generating units
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3664
Table (2): Performance Comparison for operating cost Objective Functions for generating units
Table (3): Performance Comparasion for Emission Level for generating units
Table (4): Performance Comparison for combined Objectives for generating units
RESULTS AND DISCUSSION:
Output Power iPg (MW)
(Number of Iterations = 50)
Fig.1 Operating cost function ZiQPSO Vs. Real power iPg
Unit Emission level for
improved QEMA based
PSO method in
(T/hr×105)
Emission level for
improved QEMA PSO
method for Genetic
algorithm in (T/hr×105)
Emission level for
For Dance Bee Colony
Optimization method in
(T/hr×105)
1 2.7075 2.8021 2.921
2 2.708 2.825 2.962
3 2.7085 2.8084 2.989
4 2.709 2.812 2.941
5 2.7095 2.8096 2.811
6 2.71 2.79 2.97
Unit Operating Cost
For
improved QEMA based
PSO method in
(M$/hr)
Operating Cost
For
improved QEMA PSO method
for Genetic algorithm method in
(M$/hr)
Operating Cost
For Dance Bee Colony
Optimization method in
(M$/hr)
1 3.8208 3.9103 3.8014
2 3.8279 3.9002 4.1012
3 3.8285 3.8351 3.8755
4 3.8287 3.9782 4.2105
5 3.8291 4.2112 4.2887
6 3.8288 4.1445 4.3017
Unit Combined Objective Cost for
improved QEMA based PSO method
in (M$/hr)
Combined Objective Cost
for Genetic algorithm
method in (M$/hr)
Combined Objective Cost for
Dance Bee Colony Optimization
method in (M$/hr)
1 3.4 3.23 3.71
2 3.5 3.46 3.83
3 3.6 3.58 3.91
4 3.7 3.64 3.96
5 3.8 3.74 4.14
6 3.9 4.11 4.23
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3665
Output Power iPg (MW)
(Number of Iterations = 50)
Fig.2 Emission level function JiQPSO Vs.Real power iPg
Output Power iPg (MW)
(Number of Iterations = 50
Fig.3 Combined objective function SiQPSOVs. Real power iPg
The above various objective functions are analysed by writing programmes in MATLAB software.
4. COMPARASION OF RESULT ANALYSIS BASED ON IMPROVED QEMA PSO
Based on 50 numbers of iterations an improved QEMA based PSO cost objective function shows that the optimum amount
of real power generation with minimize fuel cost, this PSO based emission level function is slightly decreasing & this PSO
based combined objective function is slightly increasing. These results are compared with the results available in
literature for 6- generator, IEEE 30 bus system and it is found that results are significantly improved by the proposed
algorithm.
A review on ramp rate and constriction factor based PSO is presented in H.S.M a h a r a n a and S. K. Dash [1].All these
methods were simulated using Mat lab software with the options given in Table(2), Table(3) and Table(4) respectively.
Note that all improved QEMA based PSO performed in each of the three problems that illustrate the result vide Fig.1,
Fig.2 and Fig.3 showing the variation of operating cost function(Z i Q P S O), emission level function (J i Q P SO) and
Combined l objective function (S i Q PSO)[10],yields better optimal solution.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3666
6. CONCLUSIONS
Tuning of various parameters of improved QEMA based PSO [8] is important and it is found that the values of parameters
in this paper are perfect for the improvement of results. The results demonstrate that this PSO out performs other
methods, particularly for non-convex cases, in terms of solution quality, dynamic convergence, computational efficiency,
robustness and stability. The proposed algorithm can also be applied to other power system optimization problems like
dynamic economic dispatch and reactive power dispatch. The proposed method presented advanced PSO technique
involving valve point loading, ramp rate constraints, constriction factor based swarm optimization [1] tool box for
analysing the economic dispatch problem. The results of this analysis outperform classical methods like lambda iteration
method, mixed integer linear programming method quadratic programming method etc. and heuristic methods like
particle swarm optimization, weight improved particle swarm optimization, dispersed particle swarm optimization,
Genetic Algorithm[6],[7] etc. in terms of computational time for better optimal solution.
An improved QEMA based PSO deals with personal experience of agents in going from personal best to global best so it
effectively deals with POZ in electric power system and yields thereby optimum operating cost for multi-objective
Economic Load Dispatch problem.
7. REFERENCES
1. H i m a n s h u S h e k h a r M a h a r a n a , S. K. Dash, Ramp Rate and Constriction Factor Based Dual Objective
Economic Load Dispatch Using Particle Swarm Optimization, International Journal of Energy and Power
Engineering in ICEESAO Conference, WASET, San Francisco, USA, Vol.11 ,pp. 636-640, June
2017,doi.org/10.5281/zenodo.11350659
2. J h a g, J hen -Yan, L.ee, Kun-Chou, ”Array pattern optimizationusing electromagnetism-like algorithm”, AEU -
International Journa of Electronics and Communications ,vol. 63, pp [02] .491-496, Jan. 2009, doi: 10.1007/978-
3-319-56991-8_6
3. J i a n g J i a n g u o , w a n g Juan, Z a n g M i n g x i a n g, Zhou we n h o n g , An image retrieval algorithm based
on improved electromagnetism-like mechanism, Journal of Information and Computational Science,
vol.11,no.16,pp.5895-5903,Nov. 2014 doi: 10.12733/jics20104901
4. S. H. Ling, H. K. Lam, Y. S. Lee, Improved genetic algorithm for economic load dispatch with valve point loadings,
The 29th Annual Conference of the IEEE Industrial Electronics Society,pp.442-
447,Dec.2009,doi:10.1109/ISAP.2009.5352843
5. L.L. Lai, Evolutionary Programming for economic load dispatch of units with non-smooth input-output
characteristic function, In Intelligent System Applications in Power Engineering – Evolutionary Programming
and Neural Networks, Chichester, U.K, Wiley ch.8,1998, doi: 10.1109/TEVC. Mar 2003.806788
6. P. A t t a v i r i y a n up a p, H. K i t a, et al. ,A hybrid EP and SQP for dynamic economic Dispatch with non-
smooth fuel cost function, IEEE Transaction Power S y s tem, vol. 17,pp. 411-416,2002, doi: 10.1109/TPWRS. Aug
2002.1007911
7. D. C .Walter , G.B. S h e b le , Genetic algorithm solution of economic dispatch with valve point loading, IEEE Trans.
Power Syst., vol.8 pp.1325-1332,Aug 1993, doi: 10.1109/59.260861
8. Himanshu Shekhar Maharana, Bijoy Tapan Mohan Nayak ,”Solution of Combined Emission Economic Load
Dispatch in Thermal Power Plant by using Particle Swarm Optimization”, International Research Journal of
Engineering and Technology (IRJET),Volume:05,Issue:09, Pp. 1168-1172, Sep 2018.
9. M. N. A b u d u l l ah, A.H.A. B a k ar et.al, “M o d i f i e d Particle Swarm Optimization with Time Varying
Acceleration Coefficients for Economic Load Dispatch with Generator Constraints” ,Journal of
ElectricalTechnology,Vol.9,No.1:pp.15-26,2014, doi:http://dx.doi.org/10.5370/JEET.2014.9.1.015
10. D. K a r a b o g a B. B a s t u r k, “On the performance of artificial bee colony (ABC) algorithm,” Applied Soft
Computing, vol. 8, no1, pp. 687–697, 2008. doi: 10.1016/j.asoc.2007.05.007
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3667
BIOGRAPHIES
Himanshu Shekhar Maharana
completed his B. Tech degree in
EEE from JITM, Paralakemundi
under BPUT, Rourkela, Odisha in
2010 and Completed M. Tech
degree in Power System
Engineering from GITA,
Bhubaneswar BPUT, Rourkela,
Odisha in the year 2014. At
present he is continuing full time
Ph.D. under the guidance of
professor Dr. Saroj Kumar Dash
in BPUT, Rourkela, Odisha. He has
awarded with best research
paper during his Ph.D work i.e.
“Ramp Rate and Constriction
Factor Based Dual Objective
Economic Load Dispatch Using
Particle Swarm Optimization”,
International Journal of Energy
and Power Engineering, Volume:
11, No: 6, Pp.636 - 640 in
ICEESAO conference, World
Academy of Science, Engineering
and Technology, San Francisco,
USA during 7th -8th, June 2017.
Saroj Kumar Dash received the
UG degree in Electrical
Engineering from I.E, India in
1991 and accomplished Masters’
Program in electrical engineering
from UCE, Burla (Sambalpur
University), India, in 1998 and
the Ph.D. degree from Utkal
University, Odisha, India in the
year 2006. He has been with the
Electrical Engineering
Department, Gandhi Institute for
Technological Advancement as a
Professor and Head of the
Department since 2005. His
research interests are power
system planning, operation, and
optimization techniques applied
to power systems. Dr. Dash
received Pandit Madan Mohan
Malaviya award, Union Ministry
of Power Prize and gold medals
thereof for his research papers on
Multi Objective Generation
Dispatch. He too authored two
books entitled ‘Fundamentals of
Electromagnetic Field Theory’
and ‘Basic Electrical Engineering’
under the umbrella of PHI
Publication and YESDEE
publication in the year 2010 and
2016 respectively. Dr. Dash is
engaged as a reviewer of EPCS,
and EPSR journals of IEEE.

More Related Content

What's hot

A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...IOSR Journals
 
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...paperpublications3
 
Stable Multi Optimized Algorithm Used For Controlling The Load Shedding Probl...
Stable Multi Optimized Algorithm Used For Controlling The Load Shedding Probl...Stable Multi Optimized Algorithm Used For Controlling The Load Shedding Probl...
Stable Multi Optimized Algorithm Used For Controlling The Load Shedding Probl...IOSR Journals
 
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
 
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm OptimizationReduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimizationijeei-iaes
 
01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)IAESIJEECS
 
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...IDES Editor
 
GWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsGWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsTELKOMNIKA JOURNAL
 
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...IJERA Editor
 
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...IJECEIAES
 
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...Comparison of backstepping, sliding mode and PID regulators for a voltage inv...
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...IJECEIAES
 
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...ijsc
 
V.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLEV.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLEKARTHIKEYAN V
 
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...IOSR Journals
 
Iaetsd estimation of damping torque for small-signal
Iaetsd estimation of damping torque for small-signalIaetsd estimation of damping torque for small-signal
Iaetsd estimation of damping torque for small-signalIaetsd Iaetsd
 

What's hot (19)

A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
 
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
 
FinalReport
FinalReportFinalReport
FinalReport
 
ENEA My Activities
ENEA My ActivitiesENEA My Activities
ENEA My Activities
 
Stable Multi Optimized Algorithm Used For Controlling The Load Shedding Probl...
Stable Multi Optimized Algorithm Used For Controlling The Load Shedding Probl...Stable Multi Optimized Algorithm Used For Controlling The Load Shedding Probl...
Stable Multi Optimized Algorithm Used For Controlling The Load Shedding Probl...
 
H011137281
H011137281H011137281
H011137281
 
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...
 
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm OptimizationReduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
 
01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)
 
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...
 
GWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsGWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plants
 
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
 
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...
 
F011136467
F011136467F011136467
F011136467
 
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...Comparison of backstepping, sliding mode and PID regulators for a voltage inv...
Comparison of backstepping, sliding mode and PID regulators for a voltage inv...
 
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
 
V.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLEV.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLE
 
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
 
Iaetsd estimation of damping torque for small-signal
Iaetsd estimation of damping torque for small-signalIaetsd estimation of damping torque for small-signal
Iaetsd estimation of damping torque for small-signal
 

Similar to New QEMA-PSO approach minimizes generation cost considering constraints

Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...IOSR Journals
 
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
 
Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...eSAT Journals
 
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATIONECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATIONMln Phaneendra
 
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
 
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 Journal
 
IRJET- Comparison of GA and PSO Optimization Techniques to Optimal Planning o...
IRJET- Comparison of GA and PSO Optimization Techniques to Optimal Planning o...IRJET- Comparison of GA and PSO Optimization Techniques to Optimal Planning o...
IRJET- Comparison of GA and PSO Optimization Techniques to Optimal Planning o...IRJET Journal
 
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOM
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOMImprovement in Quality of Power by PI Controller Hybrid PSO using STATCOM
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOMIRJET Journal
 
Operation cost reduction in unit commitment problem using improved quantum bi...
Operation cost reduction in unit commitment problem using improved quantum bi...Operation cost reduction in unit commitment problem using improved quantum bi...
Operation cost reduction in unit commitment problem using improved quantum bi...IJECEIAES
 
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch ProblemPerformance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch ProblemIOSR Journals
 
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...IJECEIAES
 
Hybrid Optimization Approaches to Economic Load Dispatch Problems – A Compara...
Hybrid Optimization Approaches to Economic Load Dispatch Problems – A Compara...Hybrid Optimization Approaches to Economic Load Dispatch Problems – A Compara...
Hybrid Optimization Approaches to Economic Load Dispatch Problems – A Compara...IRJET Journal
 
IMPROVED SWARM INTELLIGENCE APPROACH TO MULTI OBJECTIVE ED PROBLEMS
IMPROVED SWARM INTELLIGENCE APPROACH TO MULTI OBJECTIVE ED PROBLEMSIMPROVED SWARM INTELLIGENCE APPROACH TO MULTI OBJECTIVE ED PROBLEMS
IMPROVED SWARM INTELLIGENCE APPROACH TO MULTI OBJECTIVE ED PROBLEMSSuganthi Thangaraj
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET Journal
 
Economic dispatch by optimization techniques
Economic dispatch by optimization techniquesEconomic dispatch by optimization techniques
Economic dispatch by optimization techniquesIJECEIAES
 
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...ijsc
 
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...IJECEIAES
 
Multi-objective based economic environmental dispatch with stochastic solar-w...
Multi-objective based economic environmental dispatch with stochastic solar-w...Multi-objective based economic environmental dispatch with stochastic solar-w...
Multi-objective based economic environmental dispatch with stochastic solar-w...IJECEIAES
 

Similar to New QEMA-PSO approach minimizes generation cost considering constraints (20)

Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
 
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
 
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...
 
Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...
 
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATIONECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION
 
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
 
A039101011
A039101011A039101011
A039101011
 
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- Comparison of GA and PSO Optimization Techniques to Optimal Planning o...
IRJET- Comparison of GA and PSO Optimization Techniques to Optimal Planning o...IRJET- Comparison of GA and PSO Optimization Techniques to Optimal Planning o...
IRJET- Comparison of GA and PSO Optimization Techniques to Optimal Planning o...
 
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOM
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOMImprovement in Quality of Power by PI Controller Hybrid PSO using STATCOM
Improvement in Quality of Power by PI Controller Hybrid PSO using STATCOM
 
Operation cost reduction in unit commitment problem using improved quantum bi...
Operation cost reduction in unit commitment problem using improved quantum bi...Operation cost reduction in unit commitment problem using improved quantum bi...
Operation cost reduction in unit commitment problem using improved quantum bi...
 
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch ProblemPerformance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
 
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...
 
Hybrid Optimization Approaches to Economic Load Dispatch Problems – A Compara...
Hybrid Optimization Approaches to Economic Load Dispatch Problems – A Compara...Hybrid Optimization Approaches to Economic Load Dispatch Problems – A Compara...
Hybrid Optimization Approaches to Economic Load Dispatch Problems – A Compara...
 
IMPROVED SWARM INTELLIGENCE APPROACH TO MULTI OBJECTIVE ED PROBLEMS
IMPROVED SWARM INTELLIGENCE APPROACH TO MULTI OBJECTIVE ED PROBLEMSIMPROVED SWARM INTELLIGENCE APPROACH TO MULTI OBJECTIVE ED PROBLEMS
IMPROVED SWARM INTELLIGENCE APPROACH TO MULTI OBJECTIVE ED PROBLEMS
 
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...
 
Economic dispatch by optimization techniques
Economic dispatch by optimization techniquesEconomic dispatch by optimization techniques
Economic dispatch by optimization techniques
 
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...
 
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
 
Multi-objective based economic environmental dispatch with stochastic solar-w...
Multi-objective based economic environmental dispatch with stochastic solar-w...Multi-objective based economic environmental dispatch with stochastic solar-w...
Multi-objective based economic environmental dispatch with stochastic solar-w...
 

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

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(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
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 

Recently uploaded (20)

★ 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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(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
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
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
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 

New QEMA-PSO approach minimizes generation cost considering constraints

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3661 A New Approach to Economic Load Dispatch by using Improved QEMA based Particle Swarm Optimization Considering Generator Constraints Himanshu Shekhar Maharana1, Saroj Kumar Dash2 1Ph.D Research Scholar in Electrical Engineering, Biju Patnaik University of Technology, Rourkela, Odisha, India 2HOD, EE (Ph.D Supervisor), GITA, Bhubaneswar, Biju Patnaik University of Technology, Rourkela, Odisha, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract – Economic Load Dispatch (ELD) proves to be a vital optimization process in electric power system for allocating generation amongst various units to compute the cost of generation , the cost of emission involving global warming gases like sulphur dioxide, nitrous oxide and carbon monoxide etc. This article proposes a new heuristic for global multi objective optimum dispatch using improved Quantum behaved electro-magnetism algorithm particle swarm optimization (QEMAPSO) algorithm approach. QEMA employs q bit for spinning up and down the states of a particle to specify the position of a charge particle. The resultant force of interaction due to various charge particles is ascertained using the principle of superposition. The particle position is updated using quantum rotation gates and the probability amplitudes of th i dimension of th j particle and is followed thereby vide a swarm optimization technique for neutralizing the valve point effect and supporting forbidden zones. The results obtained by using QEMA based PSO method for the cost of generation, cost of emission and combined objective function by the proposed method for 6 units IEEE 30 bus test case systems. This research paper tries to show the numerical detailing of Economic load dispatch issue arrangement utilizing delicate registering method in electric era structure considering different physical and power induced system imperatives. This method increases the tendency of particles to venture into the solution space to ameliorate their convergence rates. Key Words: Economic load dispatch, Equality constraints, In-equality constraints, improved Quantum behaved electromagnetism algorithm, Particle swarm optimization, Genetic Algorithm, Evolutionary Programming, Dance bee colony optimization. 1. INTRODUCTION Power system stability is the tendency of a power system to develop restoring forces equal to or greater than the disturbing forces to maintain the state of equilibrium. In this paper, improved QEMA based particle swarm optimization which is one of the computational algorithm technique is applied successfully to solve the problem of economic load dispatch. The objective function considered here is minimization of fuel cost of generators for IEEE 30 bus 6- generating systems used in thermal power plant. In the current electric power frameworks, there are distinctive creating units e.g. hydro, steam, and biomass and so on. Likewise, the heap request vacillates for the time of a day and achieves diverse pinnacle esteems. In this way, it is basic to settle on which producing unit to off/on and furthermore the request in which the units must be closed down remembering the cost benefit of turning on and stopping. The entire work of figure and making these evaluations is known as load dispatch. The financial load dispatch implies that the generator's yield is permitted to change inside persuaded restrains so that to take care of a specific load demand contained by least fuel cost. The nonlinear behaviour of input output characteristic of a generator analysed through conventional methods like Lambda iteration method, Gradient method and Newton method etc. does not yield optimal solution with speed and accuracy. So it needs heuristic methods such as Fuzzy Logic, Genetic Algorithm, Neural network, Differential Evolution, and improved Quantum behaved electro-magnetism algorithm based particle swarm optimization [9]etc. to obtain optimal solution for multi- objective generation dispatch[5].QEMA considers charge particles spreading around the solution space to effectively solve the optimization problem in neural network training, Communication, Array pattern optimization, Control system and ELD problems [2]. In this dissertation a single particle manifests several probability states which are further decoded into 2 states using Q bit mechanism that is either an up Q bit or down Q bit. This probability representation together with superposition principle is used to update the particle position which in turn communicates with the solution space to drive better charge particles for meeting out the equality, inequality, valve point and forbidden zone constraints. The solution thus obtained is regarded as the initial position for a swarm optimization technique. The velocity for this position is computed to obtain the best fit global solution for economic load dispatch for meeting out the optimization criteria for ELD. Thus, there is a wide trend of adopting stochastic algorithms which are able to effectively solve the economic dispatch problem. Propitious results have been reported during the past few years and several methods like
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3662 genetic algorithm (GA) [3], evolutionary programming (EP) [4],Dance bee colony optimization[10] many other methods were successfully implemented in practical ED problems significantly improving the existing results of the problem. 2. PROBELM FORMULATION The basic ELD problem is formulated in equation (1) and (2) as follows. 2 ( ) sin( ( )) (1)i i i i i i i i i iZ a PG bPG C K l P PG     2 ( ) (2)i i i i ii J h PG g PG q   Where iZ and iJ are cost and emission objective functions and ia , ib , ic , iK , il and ih , ig , iq are cost and emission objective function coefficients. It involve combined objective formulation encompassing cost as well as emission objective function vide price penalty factor iPf is formulated as (3). (3)i i i iS Z Pf J   max max (4)i i i Z Pf J  The constraints involved in this work are (i)Equalityconstraint 1 (5) n D i PGi P TransmissionLoss    Where DP = net power demand. (ii) Inequality constraint (6)i i jP PG P  Where iPG represents the output power of th i generating unit, iP and jP are minimum and maximum output 3. OVER VIEW ON PSO TECHNIQUES This section describes the proposed Particle Swarm Optimization method. It is an optimization and search technique based on the principles of social behavior of animals. The method was developed in 1995 by James Kennedy and Russell Eberhart [2]. PSO is very good at finding good enough solutions for a large range of problems, such as constrained optimization problems, multi-objective optimization problems, etc. It is a simple and powerful optimization tool which scatters random particles, i.e., solutions in the problem space. These particles, called swarms collect information from each array constructed by their respective positions. The particles update their positions using the velocity of particles. Position and velocity are both updated in a heuristic manner using guidance from particles’ own experience and the experience of its neighbour so obtain position and velocity vectors viz. bestP and bestg i.e.( bestP1 , 2bestP ….. ibestP ) and ( bestg1 , bestg2 ….. ibestg ) respectively. The updated values of position and velocity are computed using equation (7) and (8). ( 1) 1 1 1 2 2( ) ( ) ( )] (7)t t t i best i best iV WV t C Rand P x C Rand g x      1 1 (8)t t t i i ix x V    Where 21,CC are acceleration coefficients W = Inertia weight t iV = Initial th i particle after th t iteration 1t iV  = Updated velocity of particle at t+1 iteration t iX = Initial th i particle after th t iteration 1t iX  = Updated position of particle at t+1 iteration
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3663 4. PROPOSED IMPROVED QEMA BASED PSO ALGORITHM This PSO algorithm is utilized mainly to determine the optimal allocation of power among the committed units, thus minimizing the total generation cost. To implement this PSO algorithm to solve the ELD problems mentioned steps should be described in the following steps. Step – 1 The Solution obtained from QEMA for cost objective function is T treated as the initial solution for the PSO based Stochastic Optimization [3]. Step – 2 When the current fitness function iL becomes better than bestP function 0L then newi LL 0 Otherwise, oldi LL 0 Step Step – 3 Initialize bestg Step – 4 Assign best of new current fitness function and old bestP function to bestg Step – 5 Current position t i iQPSO i iQPSOx Z PF J   Step – 6 Current velocity min max min()( )t i i i iV U Randi U U   The Step – 7 Update the velocity and position for particle ( 1) 1 1 1 2 2( ) ( ) ( )]t t t i best i best iV WV t C Rand P x C Rand g x      , 1 1t t t i i ix x V    where 1 1 ,t t i iV x  are the update velocity, update position for each particle. Step - 8 If Particle position 1t ix  is greater than or equal to bound specified in the valve point effect &forbidden zones then stop otherwise go to step 2[4]. 5. RESULT ANALYSIS: Unit ia ib ic ih ig iq ik il miniPg maxiPg inewPg 1 0.1421 37.429 755.75 0.0035 0.3244 23.849 290 0.025 15 105 0.2273 2 0.0951 45.141 450.325 0.0038 0.32665 23.849 190 0.032 25 155 0.1838 3 0.0182 39.383 1048.82 0.00672 0.54711 40.270 190 0.032 35 205 0.1395 4 0.0021 37.302 1234.55 0.00102 0.54632 40.2608 140 0.053 45 255 0.0947 5 0.009 35.321 1652.52 0.00500 0.5112 42.8855 140 0.053 65 355 0.0495 6 0.165 37.245 1352.65 0.00502 -0.5138 50.8553 140 0.053 85 455 0.0041 Table(1): Cost coefficients, emission coefficients & other coefficients for 6 power generating units
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3664 Table (2): Performance Comparison for operating cost Objective Functions for generating units Table (3): Performance Comparasion for Emission Level for generating units Table (4): Performance Comparison for combined Objectives for generating units RESULTS AND DISCUSSION: Output Power iPg (MW) (Number of Iterations = 50) Fig.1 Operating cost function ZiQPSO Vs. Real power iPg Unit Emission level for improved QEMA based PSO method in (T/hr×105) Emission level for improved QEMA PSO method for Genetic algorithm in (T/hr×105) Emission level for For Dance Bee Colony Optimization method in (T/hr×105) 1 2.7075 2.8021 2.921 2 2.708 2.825 2.962 3 2.7085 2.8084 2.989 4 2.709 2.812 2.941 5 2.7095 2.8096 2.811 6 2.71 2.79 2.97 Unit Operating Cost For improved QEMA based PSO method in (M$/hr) Operating Cost For improved QEMA PSO method for Genetic algorithm method in (M$/hr) Operating Cost For Dance Bee Colony Optimization method in (M$/hr) 1 3.8208 3.9103 3.8014 2 3.8279 3.9002 4.1012 3 3.8285 3.8351 3.8755 4 3.8287 3.9782 4.2105 5 3.8291 4.2112 4.2887 6 3.8288 4.1445 4.3017 Unit Combined Objective Cost for improved QEMA based PSO method in (M$/hr) Combined Objective Cost for Genetic algorithm method in (M$/hr) Combined Objective Cost for Dance Bee Colony Optimization method in (M$/hr) 1 3.4 3.23 3.71 2 3.5 3.46 3.83 3 3.6 3.58 3.91 4 3.7 3.64 3.96 5 3.8 3.74 4.14 6 3.9 4.11 4.23
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3665 Output Power iPg (MW) (Number of Iterations = 50) Fig.2 Emission level function JiQPSO Vs.Real power iPg Output Power iPg (MW) (Number of Iterations = 50 Fig.3 Combined objective function SiQPSOVs. Real power iPg The above various objective functions are analysed by writing programmes in MATLAB software. 4. COMPARASION OF RESULT ANALYSIS BASED ON IMPROVED QEMA PSO Based on 50 numbers of iterations an improved QEMA based PSO cost objective function shows that the optimum amount of real power generation with minimize fuel cost, this PSO based emission level function is slightly decreasing & this PSO based combined objective function is slightly increasing. These results are compared with the results available in literature for 6- generator, IEEE 30 bus system and it is found that results are significantly improved by the proposed algorithm. A review on ramp rate and constriction factor based PSO is presented in H.S.M a h a r a n a and S. K. Dash [1].All these methods were simulated using Mat lab software with the options given in Table(2), Table(3) and Table(4) respectively. Note that all improved QEMA based PSO performed in each of the three problems that illustrate the result vide Fig.1, Fig.2 and Fig.3 showing the variation of operating cost function(Z i Q P S O), emission level function (J i Q P SO) and Combined l objective function (S i Q PSO)[10],yields better optimal solution.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3666 6. CONCLUSIONS Tuning of various parameters of improved QEMA based PSO [8] is important and it is found that the values of parameters in this paper are perfect for the improvement of results. The results demonstrate that this PSO out performs other methods, particularly for non-convex cases, in terms of solution quality, dynamic convergence, computational efficiency, robustness and stability. The proposed algorithm can also be applied to other power system optimization problems like dynamic economic dispatch and reactive power dispatch. The proposed method presented advanced PSO technique involving valve point loading, ramp rate constraints, constriction factor based swarm optimization [1] tool box for analysing the economic dispatch problem. The results of this analysis outperform classical methods like lambda iteration method, mixed integer linear programming method quadratic programming method etc. and heuristic methods like particle swarm optimization, weight improved particle swarm optimization, dispersed particle swarm optimization, Genetic Algorithm[6],[7] etc. in terms of computational time for better optimal solution. An improved QEMA based PSO deals with personal experience of agents in going from personal best to global best so it effectively deals with POZ in electric power system and yields thereby optimum operating cost for multi-objective Economic Load Dispatch problem. 7. REFERENCES 1. H i m a n s h u S h e k h a r M a h a r a n a , S. K. Dash, Ramp Rate and Constriction Factor Based Dual Objective Economic Load Dispatch Using Particle Swarm Optimization, International Journal of Energy and Power Engineering in ICEESAO Conference, WASET, San Francisco, USA, Vol.11 ,pp. 636-640, June 2017,doi.org/10.5281/zenodo.11350659 2. J h a g, J hen -Yan, L.ee, Kun-Chou, ”Array pattern optimizationusing electromagnetism-like algorithm”, AEU - International Journa of Electronics and Communications ,vol. 63, pp [02] .491-496, Jan. 2009, doi: 10.1007/978- 3-319-56991-8_6 3. J i a n g J i a n g u o , w a n g Juan, Z a n g M i n g x i a n g, Zhou we n h o n g , An image retrieval algorithm based on improved electromagnetism-like mechanism, Journal of Information and Computational Science, vol.11,no.16,pp.5895-5903,Nov. 2014 doi: 10.12733/jics20104901 4. S. H. Ling, H. K. Lam, Y. S. Lee, Improved genetic algorithm for economic load dispatch with valve point loadings, The 29th Annual Conference of the IEEE Industrial Electronics Society,pp.442- 447,Dec.2009,doi:10.1109/ISAP.2009.5352843 5. L.L. Lai, Evolutionary Programming for economic load dispatch of units with non-smooth input-output characteristic function, In Intelligent System Applications in Power Engineering – Evolutionary Programming and Neural Networks, Chichester, U.K, Wiley ch.8,1998, doi: 10.1109/TEVC. Mar 2003.806788 6. P. A t t a v i r i y a n up a p, H. K i t a, et al. ,A hybrid EP and SQP for dynamic economic Dispatch with non- smooth fuel cost function, IEEE Transaction Power S y s tem, vol. 17,pp. 411-416,2002, doi: 10.1109/TPWRS. Aug 2002.1007911 7. D. C .Walter , G.B. S h e b le , Genetic algorithm solution of economic dispatch with valve point loading, IEEE Trans. Power Syst., vol.8 pp.1325-1332,Aug 1993, doi: 10.1109/59.260861 8. Himanshu Shekhar Maharana, Bijoy Tapan Mohan Nayak ,”Solution of Combined Emission Economic Load Dispatch in Thermal Power Plant by using Particle Swarm Optimization”, International Research Journal of Engineering and Technology (IRJET),Volume:05,Issue:09, Pp. 1168-1172, Sep 2018. 9. M. N. A b u d u l l ah, A.H.A. B a k ar et.al, “M o d i f i e d Particle Swarm Optimization with Time Varying Acceleration Coefficients for Economic Load Dispatch with Generator Constraints” ,Journal of ElectricalTechnology,Vol.9,No.1:pp.15-26,2014, doi:http://dx.doi.org/10.5370/JEET.2014.9.1.015 10. D. K a r a b o g a B. B a s t u r k, “On the performance of artificial bee colony (ABC) algorithm,” Applied Soft Computing, vol. 8, no1, pp. 687–697, 2008. doi: 10.1016/j.asoc.2007.05.007
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3667 BIOGRAPHIES Himanshu Shekhar Maharana completed his B. Tech degree in EEE from JITM, Paralakemundi under BPUT, Rourkela, Odisha in 2010 and Completed M. Tech degree in Power System Engineering from GITA, Bhubaneswar BPUT, Rourkela, Odisha in the year 2014. At present he is continuing full time Ph.D. under the guidance of professor Dr. Saroj Kumar Dash in BPUT, Rourkela, Odisha. He has awarded with best research paper during his Ph.D work i.e. “Ramp Rate and Constriction Factor Based Dual Objective Economic Load Dispatch Using Particle Swarm Optimization”, International Journal of Energy and Power Engineering, Volume: 11, No: 6, Pp.636 - 640 in ICEESAO conference, World Academy of Science, Engineering and Technology, San Francisco, USA during 7th -8th, June 2017. Saroj Kumar Dash received the UG degree in Electrical Engineering from I.E, India in 1991 and accomplished Masters’ Program in electrical engineering from UCE, Burla (Sambalpur University), India, in 1998 and the Ph.D. degree from Utkal University, Odisha, India in the year 2006. He has been with the Electrical Engineering Department, Gandhi Institute for Technological Advancement as a Professor and Head of the Department since 2005. His research interests are power system planning, operation, and optimization techniques applied to power systems. Dr. Dash received Pandit Madan Mohan Malaviya award, Union Ministry of Power Prize and gold medals thereof for his research papers on Multi Objective Generation Dispatch. He too authored two books entitled ‘Fundamentals of Electromagnetic Field Theory’ and ‘Basic Electrical Engineering’ under the umbrella of PHI Publication and YESDEE publication in the year 2010 and 2016 respectively. Dr. Dash is engaged as a reviewer of EPCS, and EPSR journals of IEEE.