SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 157
FUZZIFIED PSO FOR MULTIOBJECTIVE ECONOMIC LOAD
DISPATCH PROBLEM
N.Ramyasri1
, G. Srinivasulu Reddy2
1
Assistant Professor, 2
Associate Professor, Dept. of EEE, Narayana Engineering College, Nellore, AP – 524004
n.ramyasri10@gmail.com, gsmeghana@gmail.com
Abstract
Power system engineers are always striving hard to run the system with effective utilization of real and reactive powers generated by
the generating plants. Reactive power is used to provide better voltage profile as well as to reduce system losses. Membership
functions are written for fuel cost, losses, stability index and emission release. As minimization of real power loss over the
transmission lines, an attempt is made in this paper to optimize each objective individually using Fuzzy logic approach. In this paper
basic assumption is Decision Maker (DM) has imprecise or fuzzy goals of satisfying each of the objectives, the multi objective
problem is thus formulated as a fuzzy satisfaction maximization problem which is basically a min-max problem. The multi objective
problem is handled using the fuzzy decision satisfaction maximization technique which is an efficient technique to obtain trade off
solution in multi objective problems. The developed algorithm for Optimization of each objective is tested on IEEE 30 bus system.
Simulation results of IEEE 30 bus network are presented to show the effectiveness of the proposed method.
Keywords: Real power, Reactive power, losses, membership functions, fuzzy logic and trade off solution
----------------------------------------------------------------------***-----------------------------------------------------------------------
1 INTRODUCTION
The real power optimization sub-problem minimizes fuel cost
by controlling controllable generator outputs while keeping
the PV bus voltages unchanged. The system losses, stability
index and emission computed at this power dispatch are very
high compared with the results obtained when respective ones
are taken as objective. Similarly the reactive power sub-
problem deals with minimization of total transmission loss of
the system by controlling all the reactive power sources such
as taps, shunts etc. Thus when loss minimization is taken as
objective total system losses reduces but cost, emission and
stability indices are high. The emission dispatch sub problem
minimizes total emission output from the fossil fuel plants by
controlling the generator outputs. At this power output of
generator, the cost, total system losses and stability index are
high. Similarly Stability index sub problem minimizes the
index by controlling the PV bus voltages and thus improves
the system stability limit. But the cost, emission and system
losses are very high. Thus results of all the four sub problems
are conflicting with one other. This can be inferred from
previous chapters. In order to meet all the four objectives, we
need a compromised solution which minimizes fuel cost,
emission release, total transmission and losses and improved
stability limit. This trade-off solution is obtained using a fuzzy
decision satisfaction maximization method.
In this paper the data of four problems are fuzzified using
fuzzy Min-Max approach and then Particle swarm
optimization is used to determine the final trade off solution
from all these Fuzzified values. This method is tested on IEEE
30 bus system and the results are presented.
2. PROBLEM FORMULATION
Each particle consists of power generations of all units
excluding slack bus voltages, taps and shunts encoded in it.
The size of each particle is equal to sum of active power
generations, no of voltages excluding slack bus, number of
voltage, taps, and shunts.
Assuming the decision maker (DM) has imprecise or fuzzy
goals of satisfying each of the objectives, the multi objective
problem can be formulated as a fuzzy satisfaction
maximization problem which is basically a min-max problem.
Our task over here is to determine the compromise solution for
all the four optimization sub problems. Our goal is to
minimize G(X) = compromised solution of {G1(X1), G2 (X2),
G3(X3), G4(X4)}
While satisfying the set of constraints AX <B.
Where G1(X) is Fuel cost minimization sub problem.
G2(X) is Loss minimization sub problem.
G3(X) is emission minimization sub problem.
G4(X) is index minimization sub problem.
Let F1(Xi) be the fuel cost in $/hr for ith
control vector.
F2(Xi) be the losses in P.U for ith
control vector
F3(Xi) be the Stability index for ith
control vector
F4(Xi) be the Emission release in kg/hr for ith
control vector
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 158
Let the individual optimal control vectors for the sub problems
be X1*, X2*, X3*, X4* respectively. We have to find out a
global optimal control vector X *such that
* * * * *
1 2 3 4
* * * * *
2 1 3 4
* * * * *
3 1 2 4
* * * * *
4 1 2 3
1 1 1X X (X , X , X )
2 2 3X X (X , X , X )
3 3 3X X (X , X , X )
4 4 4X X (X , X , X )
F F F
F F F
F F F
F F F
 
 
 
 
(1)
The imprecise or fuzzy goal of the DM for each of the
objective functions is quantified by defining their
corresponding membership functions µi as a strictly
monotonically decreasing function with respect to the
objective function f where i=1 to 4. In case of a minimization
problem,
µi=0 or tends to zero, if fi > fi
max
and
µi = 1 or tends to 1,
if fi < fi
min
(2)
Where fi
max
and fi
min
are the unacceptable and desirable level
for respectively. In our proposed approach we have considered
a simple linear membership function for fi because none of the
objectives have very strict limits. The membership function, µi
for ith
objective is depicted in Fig. 1.1
Figure 1.1 Membership function for ith
objective
The membership function can be defined as
i imax
max
i i
i imin i imaxmax min
i i
i imin
0 F > F
F -F
μ = F F F
F -F
1 F < F
 
(3)
Using Eq. (3) the membership functions can be formulated as
2.1 Membership Function for Fuel Cost
1 1max
max
1 1
1 1min 1 1maxmax min
1 1
1 1min
0 F >F
F -F (X)
μ = F F F
F -F
1 F <F
 
(4)
Where F1max=max {F1(X1
*
), F1(X2
*
), F1(X3
*
), F1(X4
*
)}
F1min=min {F1(X1
*
), F1(X2
*
), F1(X3
*
), F1(X4
*
)}
2.2 Membership Function for Losses
2 2max
max
2 2
2 2min 2 2maxmax min
2 2
2 2min
0 F >F
F -F (X)
μ = F F F
F -F
1 F <F
 
(5)
Where F2max = max {F2(X1
*
), F2(X2
*
), F2(X3
*
), F2(X4
*
)}
F2min = min {F2(X1
*
), F2(X2
*
), F2(X3
*
), F2(X4
*
)}
2.3 Membership Function for Stability Index
3 3max
max
3 3
3 3min 3 3maxmax min
3 3
3 3min
0 F >F
F -F (X)
μ = F F F
F -F
1 F <F
 
(6)
Where F3max = max {F3(X1
*
), F3(X2
*
), F3(X3
*
), F3(X4
*
)}
F3min = min {F3(X1
*
), F3(X2
*
), F3(X3
*
), F3(X4
*
)}
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 159
2.4 Membership Function for Emission Release
4 4max
max
4 4
4 4min 4 4maxmax min
4 4
4 4min
0 F >F
F -F (X)
μ = F F F
F -F
1 F <F
 
(7)
Where F4max = max {F4(X1
*
), F4(X2
*
), F4(X3
*
), F4(X4
*
)}
F4min = min {F4(X1
*
), F4(X2
*
), F4(X3
*
), F4(X4
*
)}
The maximum degree of overall satisfaction can be achieved
by maximizing a scalar λ, which is the intersection of the four
fuzzy membership functions.
Therefore objective function is maximization of λ = max (µ1,
µ2, µ3, µ4).
Where λ varies from 0 to 1.
3. PROPOSED ALGORITHM
The proposed solution strategy for the multi objective problem
is shown in the following algorithm
1. Reading the system data.
2. Reading the values of fixed cost, loss, index, emission for
each sub-problem.
3. Forming Ybus matrix and FLG matrix for Lindex
calculation.
4. Forming B1 sub matrix. Decompose B1 by Cholesky
decomposition.
5. Randomly population and velocities are initialized.
6. Set Pbest=0 and itercount=1.
7. Set particle count=1
8. Decoding the particle, then the Decoded particle gives the
values of power generations, voltage, magnitudes, tap
values and shunts.
9. Forming the Ybus and B2 sub matrix. Decompose B2 by
Cholesky decomposition
10. Run FDC load flow and compute loss.
11. Compute emission cost, fixed cost, and index values.
12. Fuzzifying the fuel cost, loss, emission and index
obtained in step (11) using equations from Eq. 4 to 7.
13. Calculating the evaluation value of each individual in the
population using Eq.(8). Compare each individual’s
evaluation value with its Pbest . If the evaluation value of
each individual is better than the previous Pbest, the
current value is set to be Pbest.
14. Incrementing the individual count by 1. If count <
population size go to step (8).
15. The best evaluation value among the Pbests is denoted as
gbest.
16. Modifying the member velocity V of each individual
according to
vi
k+1
=k*( w* vi
k
+ c1*rand1*(pbesti - xi) +
c2*rand2*(gbesti - xi))
xi
k+1
= xi + vi
k+1
17. Modifying the member position of each individual Pi
according to
Pi(k+1)
=Pi(k)
+Vi(k+1)
Pi(k+1)
must satisfy the constraints.
18. Incrementing iteration count by 1.If the number of
iterations reaches the maximum,
then go to Step 19, Otherwise, go to Step 7
19. The individual that generates the latest gbest, is the
required control vector for the final trade off solution.
Print the results
4. CASE STUDIES AND RESULTS
4. 1 IEEE 30 Bus System
25 independent runs are made for each sub problem and the
values of four factors considered at minimum value of each
sub problem (data) over 25 independent runs are determined.
These values for all sub problems are given in Table 1.1.
Table 1.1 results of various sub problems and final trade off solution for IEEE 30 bus system
Optimization Problem
Fuel Cost
($/hr)
Losses (
MW )
Stability
Index
Emission (
kg/hr)
Fuel cost minimization sub
problem results 806.498033 10.583711 0.272369 381.671279
Losses minimization sub problem
results
945.214704 4.328367 .272443 233.701959
Stability Index minimization sub
problem 897.142571 33.557655 0.162446 375.611008
Emission minimization sub problem 932.094511 4.404039 0.267070 229.144834
Final trade off solution
926.200519 4.634725 0.266459 242.142237
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 160
System generation =288.034725, total load 283.4 MW. The
control variables are given in table 1.2 and 1.3.and Final bus
voltages, power generation, line index values are given in
table1.4.
Table 1.2 Positions of tap changing transformers
S.No From-To buses Tap value
1 6-9 0.9
2 6-10 1.1
3 4-12 0.975
4 28-27 0.9875
Table 1.3 Shunt suceptance values
S.No
From-To
buses
Shunt suceptance
1 10 1.009617
2 24 1.0
Figure 1.2 Gbest particles (λ) Vs Iterations
Table 1.4 Final bus voltages, Power generations, Lindex
S.No Voltage Pgen Qgen Lindex
1. 1.000000 0.712626 -0.231329 0.000000
2. 1.003158 0.729346 -0.027326 0.000000
3. 0.991421 0.500045 0.130286 0.000000
4. 0.995914 0.349738 0.633051 0.000000
5. 1.013388 0.222398 0.008802 0.000000
6. 1.000000 0.365994 0.674902 0.000000
7. 1.004216 -0.000000 -0.000000 0.001359
8. 0.998299 -0.000001 -0.000000 0.004968
9. 1.065043 0.000114 -0.000000 0.091909
10. 1.042844 0.000594 -0.000001 0.111362
11. 1.065043 0.000000 0.000000 0.091909
12. 1.055699 -0.000930 -0.000005 0.114096
13. 1.045549 -0.000019 -0.000007 0.122494
14. 1.040786 -0.000015 0.000001 0.120544
0 10 20 30 40 50 60 70 80 90 100
0.8
0.82
0.84
0.86
0.88
0.9
0.92
0.94
0.96
0.98
1
Gbest particle Vs iterations
Iterations
Gbest
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 161
15. 1.036565 -0.000020 0.000002 0.118529
16. 1.027964 0.000961 0.000004 0.110391
17. 1.033049 0.000009 0.000002 0.113342
18. 1.025878 -0.000003 0.000001 0.126912
19. 1.023364 -0.000002 -0.000000 0.128017
20. 1.027458 0.000004 -0.000001 0.124354
21. 1.027112 0.000018 -0.000005 0.115108
22. 1.026608 -0.000500 -0.000001 0.114624
23. 1.026413 -0.000004 -0.000000 0.118209
24. 1.021240 0.000003 -0.000002 0.114837
25. 1.043109 -0.000003 0.000000 0.099710
26. 1.025885 -0.000002 -0.000000 0.105356
27. 1.064945 0.000067 -0.000003 0.089225
28. 0.992422 -0.000060 0.000000 0.012565
29. 1.045961 -0.000002 0.000000 0.104411
30. 1.034977 -0.000008 0.000001 0.118026
CONCLUSIONS
The final trade off solution is obtained. 25 independent runs
are made for each sub problem and the optimal values of four
objectives considered at minimum value of each sub problem
over 25 independent runs are determined. In this work basic
assumption made is that the decision maker (DM) has
imprecise or fuzzy goals of satisfying each of the objectives,
the multi objective problem is thus formulated as a fuzzy
satisfaction maximization problem which is basically a min-
max problem. The multi objective problem is handled using
the fuzzy decision satisfaction maximization technique which
is an efficient technique to obtain trade off solution in multi
objective problems.
REFERENCES
[1] E. H. Chowdhury, Salfur Rahrnan, “A Review of Recent
Advances in Economic Dispatch”, IEEE Trans. on Power
Syst., Vol. 5, No. 4, pp 1248- 1259, November 1990.
[2] Allen J. Wood, Bruce F. Wollenberg, “Power Generation,
Operation, And Control”, John Wiley & Sona, Inc., New
York, 2004.
[3] J. Kennedy and R. Eberhart, “Particle swarm
optimization,” in Proc. IEEE International Conference
Neural Networks (ICNN’95), Perth, Australia, vol. 4, pp1942-
1948, 1995.
[4] M. R. AlRashidi, M. E. El-Hawary, “A Survey of Particle
Swarm Optimization Applications in Electric Power Systems”
IEEE Trans. On Evolutionary Computation Vol.13 ,No.
4,August 2009.
[5] Bo Yang and Yunping Chen, Zunlian Zhao “Survey on
Applications of Particle swarm Optimization in Electric
Power Systems”, 2007 IEEE International Conference on
Control and Automation, Guangzhou, CHINA -,pp 481-486,
May 30 to June 1, 2007
[6] Zwe-Lee Gaing, “Particle Swarm Optimization to Solving
the Economic Dispatch Considering the Generator
Constraints”, IEEE Tans. on Power Syst., Vol 18, No. 3, pp
1187- 1195, Aug. 2003.
[7] J.H.Talaq,F.El-Hawary, M.E.El-Hawary , “A Summary
of Environmental/Economic dispatch algorithms” IEEE
Trans. Power Syst., vol. 9, pp.1508–1516, Aug. 1994.
[8] A. Immanuel Selva Kumar, K. Dhanushkodi, J. Jaya
Kumar, C. Kumar Charlie Paul, “Particle Swarm
Optimization Solution to Emission and Economic Dispatch
Problem”, IEEE TENCON, Vol.1, pp 435-439, 2003.
[9] T.Thakur, Kanik Sem, Sumedha Saini, and Sudhanshu
Sharma “A Particle SwarmOptimization Solution to NO2 and
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 162
SO2 Emissions for Environmentally Constrained Economic
Dispatch Problem”, IEEE PES Transmission and Distribution
Conference and Exposition Latin America, pp 1-5,2006.
[10] Papiya Dutta , A.K.Sinha- IIT Kharagpur Professor,
“Environmental Economic Dispatch constrained by voltage
stability using PSO” IEE ICIT 2006, IIT Kharagpur- pp.
1879-1884, 2006.
[11] Wen Zhang, Yutian Liu, “Reactive Power Optimization
based on PSO in a Practical Power System” Power society
engineering general meeting,vol.1, pp.239-243, 2004.
[12] Claudia Reis, F.P. Maciel Barbosa” A Comparison of
Voltage Stability Indices,” IEEE MELECON, Benalmádena
(Málaga), Spain, pp.1007-1010, May 16-19, 2006.

More Related Content

What's hot (19)

PDF
SOLVING A MULTI-OBJECTIVE REACTIVE POWER MARKET CLEARING MODEL USING NSGA-II
ijait
 
PPT
beyond linear programming: mathematical programming extensions
Angelica Angelo Ocon
 
PPTX
PRIMAL & DUAL PROBLEMS
MayuR Khambhayata
 
PDF
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
IOSR Journals
 
PDF
1.[1 5]implementation of pre compensation fuzzy for a cascade pid controller ...
Alexander Decker
 
PDF
Id135
IJEEE
 
PDF
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
IRJET Journal
 
PPT
Probability Collectives
kulk0003
 
PDF
A simplex nelder mead genetic algorithm for minimizing molecular potential en...
Aboul Ella Hassanien
 
PDF
Hybrid method for achieving Pareto front on economic emission dispatch
IJECEIAES
 
PDF
2008 spie gmm
Pioneer Natural Resources
 
PDF
FUZZY LOGIC CONTROLLER TUNNING VIA ADAPTIVE GENETIC ALGORITHM APPLIED TO AIRC...
Ahmed Momtaz Hosny, PhD
 
PDF
E010232732
IOSR Journals
 
PDF
Capstone paper
Muhammad Saeed
 
PPTX
Kernighan lin
Tanvi Prabhu Dessai
 
PPTX
Duality in lpp
Abu Bashar
 
PDF
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
IJAPEJOURNAL
 
PPTX
Concept of Duality
SubhamSatpathy2
 
PPTX
Linear Programming Quiz Solution
Ed Dansereau
 
SOLVING A MULTI-OBJECTIVE REACTIVE POWER MARKET CLEARING MODEL USING NSGA-II
ijait
 
beyond linear programming: mathematical programming extensions
Angelica Angelo Ocon
 
PRIMAL & DUAL PROBLEMS
MayuR Khambhayata
 
Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of...
IOSR Journals
 
1.[1 5]implementation of pre compensation fuzzy for a cascade pid controller ...
Alexander Decker
 
Id135
IJEEE
 
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
IRJET Journal
 
Probability Collectives
kulk0003
 
A simplex nelder mead genetic algorithm for minimizing molecular potential en...
Aboul Ella Hassanien
 
Hybrid method for achieving Pareto front on economic emission dispatch
IJECEIAES
 
FUZZY LOGIC CONTROLLER TUNNING VIA ADAPTIVE GENETIC ALGORITHM APPLIED TO AIRC...
Ahmed Momtaz Hosny, PhD
 
E010232732
IOSR Journals
 
Capstone paper
Muhammad Saeed
 
Kernighan lin
Tanvi Prabhu Dessai
 
Duality in lpp
Abu Bashar
 
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
IJAPEJOURNAL
 
Concept of Duality
SubhamSatpathy2
 
Linear Programming Quiz Solution
Ed Dansereau
 

Similar to Fuzzified pso for multiobjective economic load dispatch problem (20)

PDF
Modified sub-gradient based combined objective technique and evolutionary pro...
IJECEIAES
 
PDF
International Journal of Engineering Research and Development
IJERD Editor
 
PDF
I1065259
IJERD Editor
 
PDF
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
ijceronline
 
PDF
40220140503006
IAEME Publication
 
PDF
Environmental constrained electric power generation and dispatch via genetic ...
TuhinDas33
 
PDF
C41016023
ijceronline
 
PDF
OPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMS
IAEME Publication
 
PDF
Farag1995
Pradip khatri
 
PDF
Advanced Optimization of Single Area Power Generation System using Adaptive F...
IRJET Journal
 
PDF
Analysis of economic load dispatch using fuzzified pso
eSAT Publishing House
 
PDF
V.KARTHIKEYAN PUBLISHED ARTICLE
KARTHIKEYAN V
 
PDF
V.KARTHIKEYAN PUBLISHED ARTICLE A..
KARTHIKEYAN V
 
PDF
Optimal Reactive Power Dispatch using Crow Search Algorithm
IJECEIAES
 
PDF
Economic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
IDES Editor
 
PDF
Optimization of Corridor Observation Method to Solve Environmental and Econom...
ijceronline
 
PDF
A new approach to the solution of economic dispatch using particle Swarm opt...
ijcsa
 
PDF
SOLVING OPTIMAL COMPONENTS ASSIGNMENT PROBLEM FOR A MULTISTATE NETWORK USING ...
ijmnct
 
PDF
SOLVING OPTIMAL COMPONENTS ASSIGNMENT PROBLEM FOR A MULTISTATE NETWORK USING ...
ijmnct
 
PDF
Economic dispatch using fuzzy logic
Senthil Kumar
 
Modified sub-gradient based combined objective technique and evolutionary pro...
IJECEIAES
 
International Journal of Engineering Research and Development
IJERD Editor
 
I1065259
IJERD Editor
 
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
ijceronline
 
40220140503006
IAEME Publication
 
Environmental constrained electric power generation and dispatch via genetic ...
TuhinDas33
 
C41016023
ijceronline
 
OPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMS
IAEME Publication
 
Farag1995
Pradip khatri
 
Advanced Optimization of Single Area Power Generation System using Adaptive F...
IRJET Journal
 
Analysis of economic load dispatch using fuzzified pso
eSAT Publishing House
 
V.KARTHIKEYAN PUBLISHED ARTICLE
KARTHIKEYAN V
 
V.KARTHIKEYAN PUBLISHED ARTICLE A..
KARTHIKEYAN V
 
Optimal Reactive Power Dispatch using Crow Search Algorithm
IJECEIAES
 
Economic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
IDES Editor
 
Optimization of Corridor Observation Method to Solve Environmental and Econom...
ijceronline
 
A new approach to the solution of economic dispatch using particle Swarm opt...
ijcsa
 
SOLVING OPTIMAL COMPONENTS ASSIGNMENT PROBLEM FOR A MULTISTATE NETWORK USING ...
ijmnct
 
SOLVING OPTIMAL COMPONENTS ASSIGNMENT PROBLEM FOR A MULTISTATE NETWORK USING ...
ijmnct
 
Economic dispatch using fuzzy logic
Senthil Kumar
 
Ad

More from eSAT Journals (20)

PDF
Mechanical properties of hybrid fiber reinforced concrete for pavements
eSAT Journals
 
PDF
Material management in construction – a case study
eSAT Journals
 
PDF
Managing drought short term strategies in semi arid regions a case study
eSAT Journals
 
PDF
Life cycle cost analysis of overlay for an urban road in bangalore
eSAT Journals
 
PDF
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
PDF
Laboratory investigation of expansive soil stabilized with natural inorganic ...
eSAT Journals
 
PDF
Influence of reinforcement on the behavior of hollow concrete block masonry p...
eSAT Journals
 
PDF
Influence of compaction energy on soil stabilized with chemical stabilizer
eSAT Journals
 
PDF
Geographical information system (gis) for water resources management
eSAT Journals
 
PDF
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
eSAT Journals
 
PDF
Factors influencing compressive strength of geopolymer concrete
eSAT Journals
 
PDF
Experimental investigation on circular hollow steel columns in filled with li...
eSAT Journals
 
PDF
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
eSAT Journals
 
PDF
Evaluation of punching shear in flat slabs
eSAT Journals
 
PDF
Evaluation of performance of intake tower dam for recent earthquake in india
eSAT Journals
 
PDF
Evaluation of operational efficiency of urban road network using travel time ...
eSAT Journals
 
PDF
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
PDF
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
eSAT Journals
 
PDF
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 
PDF
Effect of use of recycled materials on indirect tensile strength of asphalt c...
eSAT Journals
 
Mechanical properties of hybrid fiber reinforced concrete for pavements
eSAT Journals
 
Material management in construction – a case study
eSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
eSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
eSAT Journals
 
Geographical information system (gis) for water resources management
eSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
eSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
eSAT Journals
 
Evaluation of punching shear in flat slabs
eSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
eSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
eSAT Journals
 
Ad

Recently uploaded (20)

PDF
1_ISO Certifications by Indian Industrial Standards Organisation.pdf
muhammad2010960
 
PPTX
Data_Analytics_Presentation_By_Malik_Azanish_Asghar.pptx
azanishmalik1
 
PDF
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
PDF
A presentation on the Urban Heat Island Effect
studyfor7hrs
 
PPTX
Coding about python and MySQL connectivity
inderjitsingh1985as
 
PDF
monopile foundation seminar topic for civil engineering students
Ahina5
 
PDF
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 
PPTX
Types of Bearing_Specifications_PPT.pptx
PranjulAgrahariAkash
 
PPTX
Break Statement in Programming with 6 Real Examples
manojpoojary2004
 
PDF
MOBILE AND WEB BASED REMOTE BUSINESS MONITORING SYSTEM
ijait
 
PPTX
Pharmaceuticals and fine chemicals.pptxx
jaypa242004
 
PPT
04 Origin of Evinnnnnnnnnnnnnnnnnnnnnnnnnnl-notes.ppt
LuckySangalala1
 
PPTX
Electron Beam Machining for Production Process
Rajshahi University of Engineering & Technology(RUET), Bangladesh
 
PPT
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
PPT
Total time management system and it's applications
karunanidhilithesh
 
PPTX
drones for disaster prevention response.pptx
NawrasShatnawi1
 
PPTX
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
PPTX
Structural Functiona theory this important for the theorist
cagumaydanny26
 
PDF
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
PPTX
EC3551-Transmission lines Demo class .pptx
Mahalakshmiprasannag
 
1_ISO Certifications by Indian Industrial Standards Organisation.pdf
muhammad2010960
 
Data_Analytics_Presentation_By_Malik_Azanish_Asghar.pptx
azanishmalik1
 
Ethics and Trustworthy AI in Healthcare – Governing Sensitive Data, Profiling...
AlqualsaDIResearchGr
 
A presentation on the Urban Heat Island Effect
studyfor7hrs
 
Coding about python and MySQL connectivity
inderjitsingh1985as
 
monopile foundation seminar topic for civil engineering students
Ahina5
 
Statistical Data Analysis Using SPSS Software
shrikrishna kesharwani
 
Types of Bearing_Specifications_PPT.pptx
PranjulAgrahariAkash
 
Break Statement in Programming with 6 Real Examples
manojpoojary2004
 
MOBILE AND WEB BASED REMOTE BUSINESS MONITORING SYSTEM
ijait
 
Pharmaceuticals and fine chemicals.pptxx
jaypa242004
 
04 Origin of Evinnnnnnnnnnnnnnnnnnnnnnnnnnl-notes.ppt
LuckySangalala1
 
Electron Beam Machining for Production Process
Rajshahi University of Engineering & Technology(RUET), Bangladesh
 
Oxygen Co2 Transport in the Lungs(Exchange og gases)
SUNDERLINSHIBUD
 
Total time management system and it's applications
karunanidhilithesh
 
drones for disaster prevention response.pptx
NawrasShatnawi1
 
artificial intelligence applications in Geomatics
NawrasShatnawi1
 
Structural Functiona theory this important for the theorist
cagumaydanny26
 
Water Design_Manual_2005. KENYA FOR WASTER SUPPLY AND SEWERAGE
DancanNgutuku
 
EC3551-Transmission lines Demo class .pptx
Mahalakshmiprasannag
 

Fuzzified pso for multiobjective economic load dispatch problem

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 157 FUZZIFIED PSO FOR MULTIOBJECTIVE ECONOMIC LOAD DISPATCH PROBLEM N.Ramyasri1 , G. Srinivasulu Reddy2 1 Assistant Professor, 2 Associate Professor, Dept. of EEE, Narayana Engineering College, Nellore, AP – 524004 [email protected], [email protected] Abstract Power system engineers are always striving hard to run the system with effective utilization of real and reactive powers generated by the generating plants. Reactive power is used to provide better voltage profile as well as to reduce system losses. Membership functions are written for fuel cost, losses, stability index and emission release. As minimization of real power loss over the transmission lines, an attempt is made in this paper to optimize each objective individually using Fuzzy logic approach. In this paper basic assumption is Decision Maker (DM) has imprecise or fuzzy goals of satisfying each of the objectives, the multi objective problem is thus formulated as a fuzzy satisfaction maximization problem which is basically a min-max problem. The multi objective problem is handled using the fuzzy decision satisfaction maximization technique which is an efficient technique to obtain trade off solution in multi objective problems. The developed algorithm for Optimization of each objective is tested on IEEE 30 bus system. Simulation results of IEEE 30 bus network are presented to show the effectiveness of the proposed method. Keywords: Real power, Reactive power, losses, membership functions, fuzzy logic and trade off solution ----------------------------------------------------------------------***----------------------------------------------------------------------- 1 INTRODUCTION The real power optimization sub-problem minimizes fuel cost by controlling controllable generator outputs while keeping the PV bus voltages unchanged. The system losses, stability index and emission computed at this power dispatch are very high compared with the results obtained when respective ones are taken as objective. Similarly the reactive power sub- problem deals with minimization of total transmission loss of the system by controlling all the reactive power sources such as taps, shunts etc. Thus when loss minimization is taken as objective total system losses reduces but cost, emission and stability indices are high. The emission dispatch sub problem minimizes total emission output from the fossil fuel plants by controlling the generator outputs. At this power output of generator, the cost, total system losses and stability index are high. Similarly Stability index sub problem minimizes the index by controlling the PV bus voltages and thus improves the system stability limit. But the cost, emission and system losses are very high. Thus results of all the four sub problems are conflicting with one other. This can be inferred from previous chapters. In order to meet all the four objectives, we need a compromised solution which minimizes fuel cost, emission release, total transmission and losses and improved stability limit. This trade-off solution is obtained using a fuzzy decision satisfaction maximization method. In this paper the data of four problems are fuzzified using fuzzy Min-Max approach and then Particle swarm optimization is used to determine the final trade off solution from all these Fuzzified values. This method is tested on IEEE 30 bus system and the results are presented. 2. PROBLEM FORMULATION Each particle consists of power generations of all units excluding slack bus voltages, taps and shunts encoded in it. The size of each particle is equal to sum of active power generations, no of voltages excluding slack bus, number of voltage, taps, and shunts. Assuming the decision maker (DM) has imprecise or fuzzy goals of satisfying each of the objectives, the multi objective problem can be formulated as a fuzzy satisfaction maximization problem which is basically a min-max problem. Our task over here is to determine the compromise solution for all the four optimization sub problems. Our goal is to minimize G(X) = compromised solution of {G1(X1), G2 (X2), G3(X3), G4(X4)} While satisfying the set of constraints AX <B. Where G1(X) is Fuel cost minimization sub problem. G2(X) is Loss minimization sub problem. G3(X) is emission minimization sub problem. G4(X) is index minimization sub problem. Let F1(Xi) be the fuel cost in $/hr for ith control vector. F2(Xi) be the losses in P.U for ith control vector F3(Xi) be the Stability index for ith control vector F4(Xi) be the Emission release in kg/hr for ith control vector
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 158 Let the individual optimal control vectors for the sub problems be X1*, X2*, X3*, X4* respectively. We have to find out a global optimal control vector X *such that * * * * * 1 2 3 4 * * * * * 2 1 3 4 * * * * * 3 1 2 4 * * * * * 4 1 2 3 1 1 1X X (X , X , X ) 2 2 3X X (X , X , X ) 3 3 3X X (X , X , X ) 4 4 4X X (X , X , X ) F F F F F F F F F F F F         (1) The imprecise or fuzzy goal of the DM for each of the objective functions is quantified by defining their corresponding membership functions µi as a strictly monotonically decreasing function with respect to the objective function f where i=1 to 4. In case of a minimization problem, µi=0 or tends to zero, if fi > fi max and µi = 1 or tends to 1, if fi < fi min (2) Where fi max and fi min are the unacceptable and desirable level for respectively. In our proposed approach we have considered a simple linear membership function for fi because none of the objectives have very strict limits. The membership function, µi for ith objective is depicted in Fig. 1.1 Figure 1.1 Membership function for ith objective The membership function can be defined as i imax max i i i imin i imaxmax min i i i imin 0 F > F F -F μ = F F F F -F 1 F < F   (3) Using Eq. (3) the membership functions can be formulated as 2.1 Membership Function for Fuel Cost 1 1max max 1 1 1 1min 1 1maxmax min 1 1 1 1min 0 F >F F -F (X) μ = F F F F -F 1 F <F   (4) Where F1max=max {F1(X1 * ), F1(X2 * ), F1(X3 * ), F1(X4 * )} F1min=min {F1(X1 * ), F1(X2 * ), F1(X3 * ), F1(X4 * )} 2.2 Membership Function for Losses 2 2max max 2 2 2 2min 2 2maxmax min 2 2 2 2min 0 F >F F -F (X) μ = F F F F -F 1 F <F   (5) Where F2max = max {F2(X1 * ), F2(X2 * ), F2(X3 * ), F2(X4 * )} F2min = min {F2(X1 * ), F2(X2 * ), F2(X3 * ), F2(X4 * )} 2.3 Membership Function for Stability Index 3 3max max 3 3 3 3min 3 3maxmax min 3 3 3 3min 0 F >F F -F (X) μ = F F F F -F 1 F <F   (6) Where F3max = max {F3(X1 * ), F3(X2 * ), F3(X3 * ), F3(X4 * )} F3min = min {F3(X1 * ), F3(X2 * ), F3(X3 * ), F3(X4 * )}
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 159 2.4 Membership Function for Emission Release 4 4max max 4 4 4 4min 4 4maxmax min 4 4 4 4min 0 F >F F -F (X) μ = F F F F -F 1 F <F   (7) Where F4max = max {F4(X1 * ), F4(X2 * ), F4(X3 * ), F4(X4 * )} F4min = min {F4(X1 * ), F4(X2 * ), F4(X3 * ), F4(X4 * )} The maximum degree of overall satisfaction can be achieved by maximizing a scalar λ, which is the intersection of the four fuzzy membership functions. Therefore objective function is maximization of λ = max (µ1, µ2, µ3, µ4). Where λ varies from 0 to 1. 3. PROPOSED ALGORITHM The proposed solution strategy for the multi objective problem is shown in the following algorithm 1. Reading the system data. 2. Reading the values of fixed cost, loss, index, emission for each sub-problem. 3. Forming Ybus matrix and FLG matrix for Lindex calculation. 4. Forming B1 sub matrix. Decompose B1 by Cholesky decomposition. 5. Randomly population and velocities are initialized. 6. Set Pbest=0 and itercount=1. 7. Set particle count=1 8. Decoding the particle, then the Decoded particle gives the values of power generations, voltage, magnitudes, tap values and shunts. 9. Forming the Ybus and B2 sub matrix. Decompose B2 by Cholesky decomposition 10. Run FDC load flow and compute loss. 11. Compute emission cost, fixed cost, and index values. 12. Fuzzifying the fuel cost, loss, emission and index obtained in step (11) using equations from Eq. 4 to 7. 13. Calculating the evaluation value of each individual in the population using Eq.(8). Compare each individual’s evaluation value with its Pbest . If the evaluation value of each individual is better than the previous Pbest, the current value is set to be Pbest. 14. Incrementing the individual count by 1. If count < population size go to step (8). 15. The best evaluation value among the Pbests is denoted as gbest. 16. Modifying the member velocity V of each individual according to vi k+1 =k*( w* vi k + c1*rand1*(pbesti - xi) + c2*rand2*(gbesti - xi)) xi k+1 = xi + vi k+1 17. Modifying the member position of each individual Pi according to Pi(k+1) =Pi(k) +Vi(k+1) Pi(k+1) must satisfy the constraints. 18. Incrementing iteration count by 1.If the number of iterations reaches the maximum, then go to Step 19, Otherwise, go to Step 7 19. The individual that generates the latest gbest, is the required control vector for the final trade off solution. Print the results 4. CASE STUDIES AND RESULTS 4. 1 IEEE 30 Bus System 25 independent runs are made for each sub problem and the values of four factors considered at minimum value of each sub problem (data) over 25 independent runs are determined. These values for all sub problems are given in Table 1.1. Table 1.1 results of various sub problems and final trade off solution for IEEE 30 bus system Optimization Problem Fuel Cost ($/hr) Losses ( MW ) Stability Index Emission ( kg/hr) Fuel cost minimization sub problem results 806.498033 10.583711 0.272369 381.671279 Losses minimization sub problem results 945.214704 4.328367 .272443 233.701959 Stability Index minimization sub problem 897.142571 33.557655 0.162446 375.611008 Emission minimization sub problem 932.094511 4.404039 0.267070 229.144834 Final trade off solution 926.200519 4.634725 0.266459 242.142237
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 160 System generation =288.034725, total load 283.4 MW. The control variables are given in table 1.2 and 1.3.and Final bus voltages, power generation, line index values are given in table1.4. Table 1.2 Positions of tap changing transformers S.No From-To buses Tap value 1 6-9 0.9 2 6-10 1.1 3 4-12 0.975 4 28-27 0.9875 Table 1.3 Shunt suceptance values S.No From-To buses Shunt suceptance 1 10 1.009617 2 24 1.0 Figure 1.2 Gbest particles (λ) Vs Iterations Table 1.4 Final bus voltages, Power generations, Lindex S.No Voltage Pgen Qgen Lindex 1. 1.000000 0.712626 -0.231329 0.000000 2. 1.003158 0.729346 -0.027326 0.000000 3. 0.991421 0.500045 0.130286 0.000000 4. 0.995914 0.349738 0.633051 0.000000 5. 1.013388 0.222398 0.008802 0.000000 6. 1.000000 0.365994 0.674902 0.000000 7. 1.004216 -0.000000 -0.000000 0.001359 8. 0.998299 -0.000001 -0.000000 0.004968 9. 1.065043 0.000114 -0.000000 0.091909 10. 1.042844 0.000594 -0.000001 0.111362 11. 1.065043 0.000000 0.000000 0.091909 12. 1.055699 -0.000930 -0.000005 0.114096 13. 1.045549 -0.000019 -0.000007 0.122494 14. 1.040786 -0.000015 0.000001 0.120544 0 10 20 30 40 50 60 70 80 90 100 0.8 0.82 0.84 0.86 0.88 0.9 0.92 0.94 0.96 0.98 1 Gbest particle Vs iterations Iterations Gbest
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 161 15. 1.036565 -0.000020 0.000002 0.118529 16. 1.027964 0.000961 0.000004 0.110391 17. 1.033049 0.000009 0.000002 0.113342 18. 1.025878 -0.000003 0.000001 0.126912 19. 1.023364 -0.000002 -0.000000 0.128017 20. 1.027458 0.000004 -0.000001 0.124354 21. 1.027112 0.000018 -0.000005 0.115108 22. 1.026608 -0.000500 -0.000001 0.114624 23. 1.026413 -0.000004 -0.000000 0.118209 24. 1.021240 0.000003 -0.000002 0.114837 25. 1.043109 -0.000003 0.000000 0.099710 26. 1.025885 -0.000002 -0.000000 0.105356 27. 1.064945 0.000067 -0.000003 0.089225 28. 0.992422 -0.000060 0.000000 0.012565 29. 1.045961 -0.000002 0.000000 0.104411 30. 1.034977 -0.000008 0.000001 0.118026 CONCLUSIONS The final trade off solution is obtained. 25 independent runs are made for each sub problem and the optimal values of four objectives considered at minimum value of each sub problem over 25 independent runs are determined. In this work basic assumption made is that the decision maker (DM) has imprecise or fuzzy goals of satisfying each of the objectives, the multi objective problem is thus formulated as a fuzzy satisfaction maximization problem which is basically a min- max problem. The multi objective problem is handled using the fuzzy decision satisfaction maximization technique which is an efficient technique to obtain trade off solution in multi objective problems. REFERENCES [1] E. H. Chowdhury, Salfur Rahrnan, “A Review of Recent Advances in Economic Dispatch”, IEEE Trans. on Power Syst., Vol. 5, No. 4, pp 1248- 1259, November 1990. [2] Allen J. Wood, Bruce F. Wollenberg, “Power Generation, Operation, And Control”, John Wiley & Sona, Inc., New York, 2004. [3] J. Kennedy and R. Eberhart, “Particle swarm optimization,” in Proc. IEEE International Conference Neural Networks (ICNN’95), Perth, Australia, vol. 4, pp1942- 1948, 1995. [4] M. R. AlRashidi, M. E. El-Hawary, “A Survey of Particle Swarm Optimization Applications in Electric Power Systems” IEEE Trans. On Evolutionary Computation Vol.13 ,No. 4,August 2009. [5] Bo Yang and Yunping Chen, Zunlian Zhao “Survey on Applications of Particle swarm Optimization in Electric Power Systems”, 2007 IEEE International Conference on Control and Automation, Guangzhou, CHINA -,pp 481-486, May 30 to June 1, 2007 [6] Zwe-Lee Gaing, “Particle Swarm Optimization to Solving the Economic Dispatch Considering the Generator Constraints”, IEEE Tans. on Power Syst., Vol 18, No. 3, pp 1187- 1195, Aug. 2003. [7] J.H.Talaq,F.El-Hawary, M.E.El-Hawary , “A Summary of Environmental/Economic dispatch algorithms” IEEE Trans. Power Syst., vol. 9, pp.1508–1516, Aug. 1994. [8] A. Immanuel Selva Kumar, K. Dhanushkodi, J. Jaya Kumar, C. Kumar Charlie Paul, “Particle Swarm Optimization Solution to Emission and Economic Dispatch Problem”, IEEE TENCON, Vol.1, pp 435-439, 2003. [9] T.Thakur, Kanik Sem, Sumedha Saini, and Sudhanshu Sharma “A Particle SwarmOptimization Solution to NO2 and
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 08 | Aug-2013, Available @ http://www.ijret.org 162 SO2 Emissions for Environmentally Constrained Economic Dispatch Problem”, IEEE PES Transmission and Distribution Conference and Exposition Latin America, pp 1-5,2006. [10] Papiya Dutta , A.K.Sinha- IIT Kharagpur Professor, “Environmental Economic Dispatch constrained by voltage stability using PSO” IEE ICIT 2006, IIT Kharagpur- pp. 1879-1884, 2006. [11] Wen Zhang, Yutian Liu, “Reactive Power Optimization based on PSO in a Practical Power System” Power society engineering general meeting,vol.1, pp.239-243, 2004. [12] Claudia Reis, F.P. Maciel Barbosa” A Comparison of Voltage Stability Indices,” IEEE MELECON, Benalmádena (Málaga), Spain, pp.1007-1010, May 16-19, 2006.