SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 777
SECURITY CONSTRAINED OPTIMAL LOAD DISPATCH USING HPSO
TECHNIQUE FOR THERMAL SCHEDULING PROBLEMS
S.Prabakaran1
, V.Senthil Kumar2
1
Research Scholar, 2
Associate Professor, Department of Electrical and Electronics Engineering, Anna University,
Chennai – 600025, Tamilnadu, India
prabakaran110768@gmail.com
Abstract
This paper presents Hybrid Particle Swarm Optimization (HPSO) technique to solve the Optimal Load Dispatch (OLD) problems with
line flow constrain, bus voltage limits and generator operating constraints. In the proposed HPSO method both features of EP and
PSO are incorporated, so the combined HPSO algorithm may become more effective to find the optimal solutions. In this paper, the
proposed Hybrid PSO, PSO and EP techniques have been tested on IEEE14, 30 bus systems. Numerical simulation results show that
the Hybrid PSO algorithm outperformed standard PSO algorithm and Evolution Programming method on the same problem and can
save considerable cost of Optimal Load Dispatch.
Keywords: Evolutionary Programming, Gaussian Mutation, Particle Swarm Optimization, Hybrid PSO, Optimal Load
Dispatch, Line Flow Constraints
---------------------------------------------------------------------***-------------------------------------------------------------------------
1. INTRODUCTION:
Optimal Load Dispatch (OLD) pertains to optimum generation
in an interconnected power system to minimize the cost of
generation subject to relevant system constraints. In this paper
the line loading (MVA) and voltage constraints, important for
any practical implementation of short term OLD, are taken
into consideration. The control of voltages, real and reactive
power limit (MVA limit) on the transmission line is one of the
most important activities in the modern power system. In the
past, many mathematical programming models and
optimization technique have been applied to solve the OLD
problems. These methods include lambda iteration method [1],
base point, participation factor, gradient method, etc.
However, the base case operating constraints, line flow limits
and load bus voltage magnitude limits are not consider in this
methods. Ringlee et al.[2] to solved a non-convex OLD
problem using Dynamic Programming (DP) but this has
disadvantage namely the computational requirements of the
DP based method depend on the size of the discrete capacity
step (10MW, 20MW) used, Which is usual accuracy required
in the OLD schedule. Dommel et al [3] presented a Non-
Linear Programming (NLP) technique to solve Optimal Power
Flow (OPF) problem in which the line flow constraints and
voltage limits are included. Nanda et al [4] have developed an
algorithm to solve the OLD problem with line flow constraints
using modified coordination equations.
Linear programming methods are fast and reliable, but the
main disadvantage is the piece-wise linear cost approximation.
NLP methods have a problem of convergence and algorithm
complexity.
Stochastic searching algorithms such as Simulate Annealing
(SA) [5] and Hopfield neural network methods [6] have also
been used to solve the non-convex OLD problem. However,
these methods require external training routines. Baskar et al
[7] proposed a participation factor in conjunction with the
improved lambda based algorithm (GA) to solve OLD
problem but this has disadvantage that the line flow limits are
not considered and it leads to overload on the lines. Though
Meta heuristic algorithm such as GA has been employed to
solve OLD problems, recent research has identified some
deficient in GA performance. The premature convergence of
GA degrades its performance and reduces its search capability
that leads to a higher probability towards obtaining local
minimum. The main objective of the present work is to
develop and study the absolute as well as relative performance
of following techniques applied to the power system OLD
problem with line flow constraints, voltage on each bus, mini-
mum and maximum generating limits and power balance
constraint. The PSO Algorithm was applied to solve various
optimal load dispatch problems [10],[11],[12]. The security
constraints OLD Problem is solved and necessary software has
been developed using the following techniques:
1. Evolutionary Programming (EP) [8]
2. Particle Swarm Optimization (PSO) [9]
3. Proposed Hybrid PSO
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 778
2. PROBLEM FORMULATION:
Optimization of fuel cost for generation has been formulated
based on a classical OLD problem with line flow constraints.
For a given power system network, the optimized cost of
generation is given by the following equation,
n
Min F T (P) = ∑ F i (Pi) (1)
i=1
Subject to
(i) Power balance equation
n
∑ Pgi = Pd + Pl (2)
i =1
(ii) The power flow equation of power network
g (‫׀‬v‫,׀‬θ ) = 0 (3)
Where, Pi (‫׀‬v‫,׀‬ θ) – Pinet
g (‫׀‬v‫,׀‬θ) = Qi (‫׀‬v‫,׀‬θ ) – Qinet
Pm (‫׀‬v‫,׀‬θ ) – Pinet
(iii) The inequality constraint on real power generation Pgi of
each unit i,
Pgimin ≤ Pgi ≤ Pgimax (4)
(iv) The inequality constraint on voltage of each PQ bus
Vimin ≤ Vi ≤ Vimax (5)
(v) Power limit on transmission line
MVAfp,q ≤ MVAfp,qmax (6)
Total fuel cost of generation FT in terms of control variables
generator power can be expressed as
n
F (Pi) = ∑ (aiPgi2 + bi Pgi + ci ) $/hr (7)
i=1
3. OVERVIEW OF EP AND PSO:
Four decades earlier EP was proposed for evolution of finite
state machines, in order to solve a prediction task. Since then,
several modifications, enhancements, and implementations
have been proposed and investigated. Mutation is often
implemented by adding a random number or a vector from a
certain distribution (e.g., a Gaussian distribution in the case of
EP to a parent). The degree of variation of Gaussian mutation
is controlled by its standard deviation, which is also known as
a „strategy parameter‟ in an evolutionary search.
PSO is a population based optimization method first proposed
by Kennedy and Eberhart. According to the background of
PSO and simulation of swarm of bird, Kennedy and Eberhart
[10] [11] developed a PSO concept.
PSO is basically developed through simulation of bird
flocking in two- dimensional space. The position of each agent
is represented by XY axis position and also the velocity is
expressed by Vx (velocity of X axis) and Vy (velocity of Y
axis). Modification of the agent (particle) position is realized
by the position and velocity information. Bird flock- ing
optimizes a certain objective function. Each agent knows its
best value so far (pbest) and its XY position. This information
is analogy of personal experiences of each agent. Moreover,
each agent knows the best value so far in the group (gbest)
among pbests. This information is analogy of knowledge of
how other agents around them have performed. Each agent
tries to modify its position using the following information:
 The current position (x, y),
 The current velocities (Vx, Vy),
 The distance between the current position and pbest,
 The distance between current position and gbest.
This modification can be represented by the concept of
velocity. Velocity of each agent can be modified by the
following equation
Vit+1 = W Vit + C1* rand1* (pbest i-sit) + C2*rand2*(gbest –
sik0) (8)
The following weighing function is usually utilized in eqn (8)
W = Wmax - (Wmax - Wmin) * iter (9)
itermax
Using the above equation, a certain velocity, which gradually
gets close to pbest and gbest can be Calculated. The current
position can be modified by the following equation
Sit+1=Sit+Vi(t+1) (10)
The first term of the right hand side of (8) is corresponding to
diversification in the search procedure. The second and third
terms of that are corresponding to intensification in the search
procedure.
The PSO method has a well-balanced mechanism to utilize
diversification and intensification in the search procedure
efficiently. Figure 1 shows the concept of modification of a
searching point by PSO. Figure 2 shows the general flowchart
of PSO method.
Fig 1: Concept of modification of a searching point by PSO
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 779
S
t
Current searching point
S
t+1
Modified searching point
V
k
Current velocity
V
k+1
Modified velocity
Vpbest Velocity based on pbest
Vgbest Velocity based on gbest
Fig2. Flow Chart of General PSO Method
4. DEVELOPMENT OF HYBRID PSO METHOD
Using the above concepts, the Hybrid PSO (PSO Combined
EP) algorithm can be expressed as given below. Initial
searching points (real power generation of generators) and
velocities are usually generated randomly within allowable
range. The current searching point is set to pbest for each
agent. The best evaluated value (minimum augmented fuel
cost value in OLD problem) of pbest is set to gbest and gbest
value stored.
Modification of searching point of each agent is changed using
(8), (9) and (10) and the evaluation values are calculated
(augmented fuel cost value in OLD problem). If the evaluation
value of each agent is better than the previous pbest, the value
is set to pbest. If the best pbest is better than previous gbest,
the value is set to gbest. Modification of searching points
using gaussian random variable with 0 mean and standard
deviation proportional to scaled cost values (EP method) and
the evaluation values are calculated. If the evaluation value of
each agent is better than the previous pbest, the value is set to
pbest. If the best pbest is better than previous gbest, the value
is set to gbest. Modification of searching points using cauchy
random variable (EP method) and the evaluation values are
calculated. Figure 3 shows the flowchart of proposed HPSO
method.
Fig.3. Flow Chart of HPSO methods
Start
Initialize all control variables and parameters of EP and PSO
Generate initial population randomly
Evaluate fitness function for each member of the old population
If termination
reaches?
Print the
Results
Update the position and velocity of each member in old
population
Do the Gaussian random mutation of EP
Generation = Generation + 1
Yes
No
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 780
4.1 Step-by-step Procedure of Proposed Hybrid PSO
Method with Line Flow Constraints
The search procedure of the proposed Hybrid PSO method for
OLD problems with Line flow constraints is given below.
Step 1: Initialize randomly the real power generation Pg i of
the population according to the limit of each unit (except slack
bus) including the individual dimensions, searching points and
velocities. Initial velocity limits of each individual are as
Vd
max
= 0.5 Pd
max
, Vd
min
= - 0.5 Pd
min
n n
Where, Pd
MIN
= ∑ Pt
MIN
Pd
MIN
= ∑ Pt
max
i=1 i=1
Step 2: Compute slack bus generator vector (Ps), losses and
line flows using New- ton-Raphson load flow method for the
above generators.
Step 3: To account for slack unit limit violation, branch power
flow limit violation and voltage limit violation, the total
operating cost is augmented by non-negative penalty terms
K1, K2 and K3.Augmented cost FT calculated using (11).
(11)
Step 4: The minimum augmented fuel cost value among the
population is taken as best value. The best augmented fuel cost
value in the population is denoted as gbest and remaining
individuals are assigned as pbest.
Step 5: Modify the member velocity V of the each individual
Pgi using (12)
(12)
i =1, 2,……..n d = 1, 2,…………….m
where „n‟ is the population size; „m‟ is the number of units
and the „w‟ value is set using (9).
Step 6:
Step 7: Modify member position of each individual Pgi using
equation (13),
(13)
Step 8: Pgid
(t+1)
Must satisfy the capacity limits of the
generator as in (14)
(14)
Step 9: Modified member positions in Step 8 are taken as
initial value for N-R load flow method. Compute slack bus
power loss and line flows using N-R load flow method.
Step 10: Calculate the augmented fuel cost using equation
(11). Assign gbest and pbest value. If the current gbest value is
better than gbest value in Step 4 current value is set to gbest. If
current pbest value is better than pbest value in Step 4 cur-
rent value is set to pbest.
Step 11: Pgid
(t+1)
is created using Gaussian mutation as in (15)
and (16).
(15)
(16)
Check capacity limits of the generating units using (14),
replacing Pgid
(t+1)
by Pgid
(t+1)'
Step 12: Modified member positions in Step 11 are taken as
initial value for N-R load flow method. Compute slack bus
power loss and line flows using N-R load flow method.
Step 13: Calculate the augmented fuel cost using (11). Assign
gbest and pbest value. If the current gbest value is better than
gbest value in Step 10 current value is set to gbest. If current
pbest value is better than pbest value in Step 10 current value
is set to pbest.
Step 14: If the iteration reaches the Maximum go to Step 15,
otherwise go to Step 4, the gbest and pbest values in Step 4
replaced by latest gbest and pbest values from Step 13.
Step 15: Individual that generates the latest gbest value is the
optimal generation of each unit with minimum fuel cost
satisfying all the Line flow constraints.
5. EXAMPLES AND DISCUSSION:
A comparative study of EP, PSO and Hybrid PSO methods
were performed on IEEE 14 and 30 bus systems. The upper
and lower voltage limits at all the buses except slack bus were
taken as 1.01 and 0.95 respectively; the slack bus voltage was
fixed to its specified of 1.06 PU. The line flows were
computed using Newton-Raphson Method. Software has been
developed in MATLAB to solve OLD problems using EP,
PSO and Hybrid PSO methods and tested on Core i5 3.0 GHz
4GB RAM 500GB HDD Capacity personal Computer. Cost
coefficient taken from [12] for IEEE 14 and 32 bus systems
for implementing EP technique and PSO technique population
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 781
size = 20, maximum number of generations = 100, is taken
and the optimal solution was obtained in 50 trails
Case Study 1: IEEE 14-Bus System
The summarized results of IEEE 14 bus system are given in
table 1 provides of EP results obtained by various optimization
methods and the complete line flow results with and without
line flow constraints using Hybrid PSO given in table 2. The
star marked line was over loaded with economic generation
scheduled when the line flow constrains are not considered.
For IEEE14 bus system [12] demand of 259MW is taken. The
results clearly show that the Hybrid PSO method is superior
over the conventional PSO and EP methods.
Table1: Summary of Results 14 Bus system with Line Flow
Constraints
Method
P1
(MW)
P2
(MW)
P3
(MW)
Losses
(MW)
Optimum
Fuel Cost
$/hr
EP 92.72 78.90 94.42 7.06 1103.9
PSO 88.14 89.07 88.72 6.93 1114.9
Hybrid
PSO
114.44 52.18 100.00 7.62 1091.2
Table2: Line Flow Results of Hybrid PSO IEEE 14-bus
Line
Designation
Base
case
Line
Flow
in pu
Line flow
with
Constraints
in pu
Line Flow
Without
Constraints
in pu
Max.line
Flow in
pu
1-2 1.5741 0.5124 1.1025**
1.0000
1-5 0.7485 0.3265 0.5014 1.0000
2-3 0.7312 0.6321 0.6124 1.0000
2-4 0.5142 0.3974 0.4215 0.5000
2-5 0.4258 0.2581 0.2146 0.5000
3-4 0.2145 0.3145 0.3698 0.5000
4-5 0.6589 0.6587 0.6123 1.0000
4-7 0.2985 0.1478 0.0968 1.0000
4-9 0.1859 0.0125 0.0478 0.5000
5-6 0.4125 0.2698 0.1254 0.5000
6-11 0.8965 0.2875 0.1632 0.5000
6-12 0.0125 0.1487 0.0968 1.0000
6-13 0.1547 0.2154 0.2365 1.0000
7-8 0.1985 0.1854 0.1587 0.5000
7-9 0.2968 0.1758 0.1968 0.5000
9-10 0.0321 0.1548 0.1245 0.5000
9-14 0.0214 0.0251 0.0621 0.5000
10-11 0.0145 0.0362 0.0141 1.0000
2-13 0.0245 0.0369 0.1544 1.0000
13-14 0.0241 0.1634 0.1457 0.5000
** - Line Violation
Case Study 2: IEEE 30-BUS System
The summarized results of IEEE 30 bus system given in Table
3 provides of EP results obtained by various optimization
methods. For IEEE 30 bus system demand of 283.4 MW is
taken. Line flow limits, bus voltage limits, capacity limit to
consideration. The results clearly show that the proposed
HPSO out performs the other methods.
Table3: Summary of IEEE 30 bus system with line flow
constraints
Method
P1
(MW)
P2
(MW)
P3
(MW)
Losses
(MW)
Optimum
Fuel Cost
$/hr
EP 119.62 79.34 96.22 10.78 1186.9
PSO 96.93 96.74 98.42 7.49 1199.3
HPSO 129.42 66.27 96.20 8.28 1185.2
CONCLUSIONS
The EP technique, PSO and Hybrid PSO algorithms were
tested on IEEE 14 and IEEE 30 Bus systems and results were
presented. The MVA line flow limits of the test systems were
incorporated and the overload lines were observed. In the
proposed HPSO method the performance of the PSO is greatly
improved by incorporating EP features. The proposed method
has been demonstrated to have superior features including
stable convergence characteristics and avoid premature
convergence. The proposed approach is relatively efficient,
reliable and well suitable for large and practical utility
systems.
REFERENCES
[1] Wood, A.J. Wollenberg, B.F.: “Power Generation
Operation and Control” John Wiley and Sons, New York,
1984.
[2] Ringlee, R.J and Williams, D.D, 1963. Economic Dispatch
operation considering valve throttling losses, II distribution of
system loads by the method of dynamic programming, IEEE
Transactions on Power Apparatus and Systems 82(1): 615-
622.
[3] Dommel, H.W. and Tinney, W.F, 1968 Optimal Power
Flow Solutions, IEEE Transactions 87(10): 1866-1876
[4] Nanda, J, Hari, L and Kothari, M.L, 1994. Economic
emission dispatch with line flow constraints using a classical
technique, IEE proceedings on Generation, Transmission.
Distribution 141(1): 1-10.
[5] Wong, K.P and Wong, Y.W 1995 Thermal Generator
Scheduling Using Hybrid Genetic/ Simulated Annealing
approach, IEE proceedings on Generation, Transmission.
Distribution 142: 372-380.
[6] Desilva, I.N Nepomuceno, N. and Basdos, T.M, 2002.
Designing a modified Hopfield network to solve an ED
problem with non-linear cost function Proceedings of
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 782
International Joint Conference on Neural Networks 2: 1160-
1165.
[7] Baskar, G. Kumarappan, N. Mohan, M.R.: “Optimal
Dispatch Using Improved Lambda Based Genetic Algorithm
suitable for Utility System”. International journal on Electric
Power Components and Systems, June 2003.
[8] Nidul, S. Chakrabarti, R. Chattopadhyay, P.K.:
“Evolutionary Programming Techniques for Economic Load
Dispatch”. IEEE Trans. on Evolutionary Computation, Feb.
2003.
[9] Zwe-Lee Gaing, “Particle Swarm Optimization to Solving
ED Considering the Generator Constraints,” IEEE Trans.
Power syst., Vol.18 no.3, Aug2003 pp.1182-1195.
[10] Kennedy, J. Eberhart, R.: “Particle Swarm Optimization.
Proc. of IEEE Int.Conf. on Neural Network”. Perth Australia,
1995.
[11] Shi, Y. Eberhart, R.: “A Modified Particle Swarm
Optimizer”. Proc. of IEEE Int. Conf. on Evolutionary
Computation, Anchorage, May 1998.
[12] Pancholi R.K., Swarup, K.S.: “Particle Swarm
Optimization for Security Constrained Economic Dispatch”.
IEEE, Int. Conf. (ICISIP) 2004.

More Related Content

What's hot

Economic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
Economic/Emission Load Dispatch Using Artificial Bee Colony AlgorithmEconomic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
Economic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
IDES Editor
 
Gy3312241229
Gy3312241229Gy3312241229
Gy3312241229
IJERA Editor
 
Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...
INFOGAIN PUBLICATION
 
Soft Computing Technique Based Enhancement of Transmission System Lodability ...
Soft Computing Technique Based Enhancement of Transmission System Lodability ...Soft Computing Technique Based Enhancement of Transmission System Lodability ...
Soft Computing Technique Based Enhancement of Transmission System Lodability ...
IJERA Editor
 
B010341317
B010341317B010341317
B010341317
IOSR Journals
 
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
Multi Area Economic Dispatch Using Secant Method and Tie Line MatrixMulti Area Economic Dispatch Using Secant Method and Tie Line Matrix
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
IJAPEJOURNAL
 
Effects of Different Parameters on Power System Transient Stability Studies
Effects of Different Parameters on Power System Transient Stability StudiesEffects of Different Parameters on Power System Transient Stability Studies
Effects of Different Parameters on Power System Transient Stability Studies
Power System Operation
 
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
IDES Editor
 
Multi-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorMulti-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC Motor
IAES-IJPEDS
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
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
 
1 s2.0-s1364032117311607-main
1 s2.0-s1364032117311607-main1 s2.0-s1364032117311607-main
1 s2.0-s1364032117311607-main
Suganthi Thangaraj
 
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
 
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...
IJECEIAES
 
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
ijceronline
 
I02095257
I02095257I02095257
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
 
Advanced SOM & K Mean Method for Load Curve Clustering
Advanced SOM & K Mean Method for Load Curve Clustering Advanced SOM & K Mean Method for Load Curve Clustering
Advanced SOM & K Mean Method for Load Curve Clustering
IJECEIAES
 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
IJECEIAES
 

What's hot (20)

Economic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
Economic/Emission Load Dispatch Using Artificial Bee Colony AlgorithmEconomic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
Economic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
 
Gy3312241229
Gy3312241229Gy3312241229
Gy3312241229
 
40220140503002
4022014050300240220140503002
40220140503002
 
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...
 
Soft Computing Technique Based Enhancement of Transmission System Lodability ...
Soft Computing Technique Based Enhancement of Transmission System Lodability ...Soft Computing Technique Based Enhancement of Transmission System Lodability ...
Soft Computing Technique Based Enhancement of Transmission System Lodability ...
 
B010341317
B010341317B010341317
B010341317
 
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
Multi Area Economic Dispatch Using Secant Method and Tie Line MatrixMulti Area Economic Dispatch Using Secant Method and Tie Line Matrix
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
 
Effects of Different Parameters on Power System Transient Stability Studies
Effects of Different Parameters on Power System Transient Stability StudiesEffects of Different Parameters on Power System Transient Stability Studies
Effects of Different Parameters on Power System Transient Stability Studies
 
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
 
Multi-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorMulti-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC Motor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
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...
 
1 s2.0-s1364032117311607-main
1 s2.0-s1364032117311607-main1 s2.0-s1364032117311607-main
1 s2.0-s1364032117311607-main
 
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)
 
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...
Cuckoo Search Algorithm for Congestion Alleviation with Incorporation of Wind...
 
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
 
I02095257
I02095257I02095257
I02095257
 
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...
 
Advanced SOM & K Mean Method for Load Curve Clustering
Advanced SOM & K Mean Method for Load Curve Clustering Advanced SOM & K Mean Method for Load Curve Clustering
Advanced SOM & K Mean Method for Load Curve Clustering
 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
 

Viewers also liked

Seismic behavior of intake tower of dam
Seismic behavior of intake tower of damSeismic behavior of intake tower of dam
Seismic behavior of intake tower of dam
eSAT Publishing House
 
Transfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interfaceTransfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interface
eSAT Publishing House
 
Mathematical model study on solvent extraction of
Mathematical model study on solvent extraction ofMathematical model study on solvent extraction of
Mathematical model study on solvent extraction of
eSAT Publishing House
 
A study of region based segmentation methods for
A study of region based segmentation methods forA study of region based segmentation methods for
A study of region based segmentation methods for
eSAT Publishing House
 
Influence of feeding system in injection moulding for
Influence of feeding system in injection moulding forInfluence of feeding system in injection moulding for
Influence of feeding system in injection moulding for
eSAT Publishing House
 
Green vehicle
Green vehicleGreen vehicle
Green vehicle
eSAT Publishing House
 
A novel approach for efficient skull stripping using
A novel approach for efficient skull stripping usingA novel approach for efficient skull stripping using
A novel approach for efficient skull stripping using
eSAT Publishing House
 
Improved method for pattern discovery in text mining
Improved method for pattern discovery in text miningImproved method for pattern discovery in text mining
Improved method for pattern discovery in text mining
eSAT Publishing House
 
Power balancing optimal selective forwarding
Power balancing optimal selective forwardingPower balancing optimal selective forwarding
Power balancing optimal selective forwarding
eSAT Publishing House
 
Effect of mobile phone and bts radiation on heart rate
Effect of mobile phone and bts radiation on heart rateEffect of mobile phone and bts radiation on heart rate
Effect of mobile phone and bts radiation on heart rate
eSAT Publishing House
 
Microstructural and electrical study of
Microstructural and electrical study ofMicrostructural and electrical study of
Microstructural and electrical study of
eSAT Publishing House
 
Development and determination of voltage faultlocation
Development and determination of voltage faultlocationDevelopment and determination of voltage faultlocation
Development and determination of voltage faultlocation
eSAT Publishing House
 
Reminiscing cloud computing technology
Reminiscing cloud computing technologyReminiscing cloud computing technology
Reminiscing cloud computing technology
eSAT Publishing House
 
Classification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageClassification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound image
eSAT Publishing House
 
A design for improving the core shelf system in a core
A design for improving the core shelf system in a coreA design for improving the core shelf system in a core
A design for improving the core shelf system in a core
eSAT Publishing House
 
Power quality improvement in a weak bus system using
Power quality improvement in a weak bus system usingPower quality improvement in a weak bus system using
Power quality improvement in a weak bus system using
eSAT Publishing House
 
Microwave drying of spinacia oleracea
Microwave drying of spinacia oleraceaMicrowave drying of spinacia oleracea
Microwave drying of spinacia oleracea
eSAT Publishing House
 
Technical engineering in industrial ippc as a key tool for ambient air qualit...
Technical engineering in industrial ippc as a key tool for ambient air qualit...Technical engineering in industrial ippc as a key tool for ambient air qualit...
Technical engineering in industrial ippc as a key tool for ambient air qualit...
eSAT Publishing House
 
Self runtime environment using android
Self runtime environment using androidSelf runtime environment using android
Self runtime environment using android
eSAT Publishing House
 

Viewers also liked (20)

Seismic behavior of intake tower of dam
Seismic behavior of intake tower of damSeismic behavior of intake tower of dam
Seismic behavior of intake tower of dam
 
Transfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interfaceTransfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interface
 
Mathematical model study on solvent extraction of
Mathematical model study on solvent extraction ofMathematical model study on solvent extraction of
Mathematical model study on solvent extraction of
 
A study of region based segmentation methods for
A study of region based segmentation methods forA study of region based segmentation methods for
A study of region based segmentation methods for
 
Influence of feeding system in injection moulding for
Influence of feeding system in injection moulding forInfluence of feeding system in injection moulding for
Influence of feeding system in injection moulding for
 
Green vehicle
Green vehicleGreen vehicle
Green vehicle
 
A novel approach for efficient skull stripping using
A novel approach for efficient skull stripping usingA novel approach for efficient skull stripping using
A novel approach for efficient skull stripping using
 
Ijret 110307001
Ijret 110307001Ijret 110307001
Ijret 110307001
 
Improved method for pattern discovery in text mining
Improved method for pattern discovery in text miningImproved method for pattern discovery in text mining
Improved method for pattern discovery in text mining
 
Power balancing optimal selective forwarding
Power balancing optimal selective forwardingPower balancing optimal selective forwarding
Power balancing optimal selective forwarding
 
Effect of mobile phone and bts radiation on heart rate
Effect of mobile phone and bts radiation on heart rateEffect of mobile phone and bts radiation on heart rate
Effect of mobile phone and bts radiation on heart rate
 
Microstructural and electrical study of
Microstructural and electrical study ofMicrostructural and electrical study of
Microstructural and electrical study of
 
Development and determination of voltage faultlocation
Development and determination of voltage faultlocationDevelopment and determination of voltage faultlocation
Development and determination of voltage faultlocation
 
Reminiscing cloud computing technology
Reminiscing cloud computing technologyReminiscing cloud computing technology
Reminiscing cloud computing technology
 
Classification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageClassification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound image
 
A design for improving the core shelf system in a core
A design for improving the core shelf system in a coreA design for improving the core shelf system in a core
A design for improving the core shelf system in a core
 
Power quality improvement in a weak bus system using
Power quality improvement in a weak bus system usingPower quality improvement in a weak bus system using
Power quality improvement in a weak bus system using
 
Microwave drying of spinacia oleracea
Microwave drying of spinacia oleraceaMicrowave drying of spinacia oleracea
Microwave drying of spinacia oleracea
 
Technical engineering in industrial ippc as a key tool for ambient air qualit...
Technical engineering in industrial ippc as a key tool for ambient air qualit...Technical engineering in industrial ippc as a key tool for ambient air qualit...
Technical engineering in industrial ippc as a key tool for ambient air qualit...
 
Self runtime environment using android
Self runtime environment using androidSelf runtime environment using android
Self runtime environment using android
 

Similar to Security constrained optimal load dispatch using hpso technique for thermal scheduling problems

NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENTNOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
elelijjournal
 
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...
International Journal of Science and Research (IJSR)
 
A Study of Load Flow Analysis Using Particle Swarm Optimization
A Study of Load Flow Analysis Using Particle Swarm OptimizationA Study of Load Flow Analysis Using Particle Swarm Optimization
A Study of Load Flow Analysis Using Particle Swarm Optimization
IJERA Editor
 
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
TELKOMNIKA JOURNAL
 
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
 
Evaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
Evaluation of IEEE 57 Bus System for Optimal Power Flow AnalysisEvaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
Evaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
IJERA Editor
 
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEMPRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
ecij
 
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...
IRJET Journal
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...Alexander Decker
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...Alexander Decker
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
ijeei-iaes
 
Optimal power flow solution with current injection model of generalized inte...
Optimal power flow solution with current injection model of  generalized inte...Optimal power flow solution with current injection model of  generalized inte...
Optimal power flow solution with current injection model of generalized inte...
IJECEIAES
 
Short Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural NetworkShort Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural Network
IJERA Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
Model Order Reduction of an ISLANDED MICROGRID using Single Perturbation, Dir...
Model Order Reduction of an ISLANDED MICROGRID using Single Perturbation, Dir...Model Order Reduction of an ISLANDED MICROGRID using Single Perturbation, Dir...
Model Order Reduction of an ISLANDED MICROGRID using Single Perturbation, Dir...
IRJET Journal
 
Optimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generationOptimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generation
eSAT Publishing House
 
A Novel Approach to GSA, GA and Wavelet Transform to Design Fuzzy Logic Contr...
A Novel Approach to GSA, GA and Wavelet Transform to Design Fuzzy Logic Contr...A Novel Approach to GSA, GA and Wavelet Transform to Design Fuzzy Logic Contr...
A Novel Approach to GSA, GA and Wavelet Transform to Design Fuzzy Logic Contr...
IAES-IJPEDS
 
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
paperpublications3
 
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
 

Similar to Security constrained optimal load dispatch using hpso technique for thermal scheduling problems (20)

NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENTNOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
 
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...
 
A Study of Load Flow Analysis Using Particle Swarm Optimization
A Study of Load Flow Analysis Using Particle Swarm OptimizationA Study of Load Flow Analysis Using Particle Swarm Optimization
A Study of Load Flow Analysis Using Particle Swarm Optimization
 
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
 
paper11
paper11paper11
paper11
 
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...
 
Evaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
Evaluation of IEEE 57 Bus System for Optimal Power Flow AnalysisEvaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
Evaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
 
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEMPRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
 
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...
Load Shifting Technique on 24Hour Basis for a Smart-Grid to Reduce Cost and P...
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
 
Optimal power flow solution with current injection model of generalized inte...
Optimal power flow solution with current injection model of  generalized inte...Optimal power flow solution with current injection model of  generalized inte...
Optimal power flow solution with current injection model of generalized inte...
 
Short Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural NetworkShort Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural Network
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Model Order Reduction of an ISLANDED MICROGRID using Single Perturbation, Dir...
Model Order Reduction of an ISLANDED MICROGRID using Single Perturbation, Dir...Model Order Reduction of an ISLANDED MICROGRID using Single Perturbation, Dir...
Model Order Reduction of an ISLANDED MICROGRID using Single Perturbation, Dir...
 
Optimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generationOptimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generation
 
A Novel Approach to GSA, GA and Wavelet Transform to Design Fuzzy Logic Contr...
A Novel Approach to GSA, GA and Wavelet Transform to Design Fuzzy Logic Contr...A Novel Approach to GSA, GA and Wavelet Transform to Design Fuzzy Logic Contr...
A Novel Approach to GSA, GA and Wavelet Transform to Design Fuzzy Logic Contr...
 
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
 
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...
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
eSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 

Recently uploaded (20)

Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 

Security constrained optimal load dispatch using hpso technique for thermal scheduling problems

  • 1. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 777 SECURITY CONSTRAINED OPTIMAL LOAD DISPATCH USING HPSO TECHNIQUE FOR THERMAL SCHEDULING PROBLEMS S.Prabakaran1 , V.Senthil Kumar2 1 Research Scholar, 2 Associate Professor, Department of Electrical and Electronics Engineering, Anna University, Chennai – 600025, Tamilnadu, India prabakaran110768@gmail.com Abstract This paper presents Hybrid Particle Swarm Optimization (HPSO) technique to solve the Optimal Load Dispatch (OLD) problems with line flow constrain, bus voltage limits and generator operating constraints. In the proposed HPSO method both features of EP and PSO are incorporated, so the combined HPSO algorithm may become more effective to find the optimal solutions. In this paper, the proposed Hybrid PSO, PSO and EP techniques have been tested on IEEE14, 30 bus systems. Numerical simulation results show that the Hybrid PSO algorithm outperformed standard PSO algorithm and Evolution Programming method on the same problem and can save considerable cost of Optimal Load Dispatch. Keywords: Evolutionary Programming, Gaussian Mutation, Particle Swarm Optimization, Hybrid PSO, Optimal Load Dispatch, Line Flow Constraints ---------------------------------------------------------------------***------------------------------------------------------------------------- 1. INTRODUCTION: Optimal Load Dispatch (OLD) pertains to optimum generation in an interconnected power system to minimize the cost of generation subject to relevant system constraints. In this paper the line loading (MVA) and voltage constraints, important for any practical implementation of short term OLD, are taken into consideration. The control of voltages, real and reactive power limit (MVA limit) on the transmission line is one of the most important activities in the modern power system. In the past, many mathematical programming models and optimization technique have been applied to solve the OLD problems. These methods include lambda iteration method [1], base point, participation factor, gradient method, etc. However, the base case operating constraints, line flow limits and load bus voltage magnitude limits are not consider in this methods. Ringlee et al.[2] to solved a non-convex OLD problem using Dynamic Programming (DP) but this has disadvantage namely the computational requirements of the DP based method depend on the size of the discrete capacity step (10MW, 20MW) used, Which is usual accuracy required in the OLD schedule. Dommel et al [3] presented a Non- Linear Programming (NLP) technique to solve Optimal Power Flow (OPF) problem in which the line flow constraints and voltage limits are included. Nanda et al [4] have developed an algorithm to solve the OLD problem with line flow constraints using modified coordination equations. Linear programming methods are fast and reliable, but the main disadvantage is the piece-wise linear cost approximation. NLP methods have a problem of convergence and algorithm complexity. Stochastic searching algorithms such as Simulate Annealing (SA) [5] and Hopfield neural network methods [6] have also been used to solve the non-convex OLD problem. However, these methods require external training routines. Baskar et al [7] proposed a participation factor in conjunction with the improved lambda based algorithm (GA) to solve OLD problem but this has disadvantage that the line flow limits are not considered and it leads to overload on the lines. Though Meta heuristic algorithm such as GA has been employed to solve OLD problems, recent research has identified some deficient in GA performance. The premature convergence of GA degrades its performance and reduces its search capability that leads to a higher probability towards obtaining local minimum. The main objective of the present work is to develop and study the absolute as well as relative performance of following techniques applied to the power system OLD problem with line flow constraints, voltage on each bus, mini- mum and maximum generating limits and power balance constraint. The PSO Algorithm was applied to solve various optimal load dispatch problems [10],[11],[12]. The security constraints OLD Problem is solved and necessary software has been developed using the following techniques: 1. Evolutionary Programming (EP) [8] 2. Particle Swarm Optimization (PSO) [9] 3. Proposed Hybrid PSO
  • 2. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 778 2. PROBLEM FORMULATION: Optimization of fuel cost for generation has been formulated based on a classical OLD problem with line flow constraints. For a given power system network, the optimized cost of generation is given by the following equation, n Min F T (P) = ∑ F i (Pi) (1) i=1 Subject to (i) Power balance equation n ∑ Pgi = Pd + Pl (2) i =1 (ii) The power flow equation of power network g (‫׀‬v‫,׀‬θ ) = 0 (3) Where, Pi (‫׀‬v‫,׀‬ θ) – Pinet g (‫׀‬v‫,׀‬θ) = Qi (‫׀‬v‫,׀‬θ ) – Qinet Pm (‫׀‬v‫,׀‬θ ) – Pinet (iii) The inequality constraint on real power generation Pgi of each unit i, Pgimin ≤ Pgi ≤ Pgimax (4) (iv) The inequality constraint on voltage of each PQ bus Vimin ≤ Vi ≤ Vimax (5) (v) Power limit on transmission line MVAfp,q ≤ MVAfp,qmax (6) Total fuel cost of generation FT in terms of control variables generator power can be expressed as n F (Pi) = ∑ (aiPgi2 + bi Pgi + ci ) $/hr (7) i=1 3. OVERVIEW OF EP AND PSO: Four decades earlier EP was proposed for evolution of finite state machines, in order to solve a prediction task. Since then, several modifications, enhancements, and implementations have been proposed and investigated. Mutation is often implemented by adding a random number or a vector from a certain distribution (e.g., a Gaussian distribution in the case of EP to a parent). The degree of variation of Gaussian mutation is controlled by its standard deviation, which is also known as a „strategy parameter‟ in an evolutionary search. PSO is a population based optimization method first proposed by Kennedy and Eberhart. According to the background of PSO and simulation of swarm of bird, Kennedy and Eberhart [10] [11] developed a PSO concept. PSO is basically developed through simulation of bird flocking in two- dimensional space. The position of each agent is represented by XY axis position and also the velocity is expressed by Vx (velocity of X axis) and Vy (velocity of Y axis). Modification of the agent (particle) position is realized by the position and velocity information. Bird flock- ing optimizes a certain objective function. Each agent knows its best value so far (pbest) and its XY position. This information is analogy of personal experiences of each agent. Moreover, each agent knows the best value so far in the group (gbest) among pbests. This information is analogy of knowledge of how other agents around them have performed. Each agent tries to modify its position using the following information:  The current position (x, y),  The current velocities (Vx, Vy),  The distance between the current position and pbest,  The distance between current position and gbest. This modification can be represented by the concept of velocity. Velocity of each agent can be modified by the following equation Vit+1 = W Vit + C1* rand1* (pbest i-sit) + C2*rand2*(gbest – sik0) (8) The following weighing function is usually utilized in eqn (8) W = Wmax - (Wmax - Wmin) * iter (9) itermax Using the above equation, a certain velocity, which gradually gets close to pbest and gbest can be Calculated. The current position can be modified by the following equation Sit+1=Sit+Vi(t+1) (10) The first term of the right hand side of (8) is corresponding to diversification in the search procedure. The second and third terms of that are corresponding to intensification in the search procedure. The PSO method has a well-balanced mechanism to utilize diversification and intensification in the search procedure efficiently. Figure 1 shows the concept of modification of a searching point by PSO. Figure 2 shows the general flowchart of PSO method. Fig 1: Concept of modification of a searching point by PSO
  • 3. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 779 S t Current searching point S t+1 Modified searching point V k Current velocity V k+1 Modified velocity Vpbest Velocity based on pbest Vgbest Velocity based on gbest Fig2. Flow Chart of General PSO Method 4. DEVELOPMENT OF HYBRID PSO METHOD Using the above concepts, the Hybrid PSO (PSO Combined EP) algorithm can be expressed as given below. Initial searching points (real power generation of generators) and velocities are usually generated randomly within allowable range. The current searching point is set to pbest for each agent. The best evaluated value (minimum augmented fuel cost value in OLD problem) of pbest is set to gbest and gbest value stored. Modification of searching point of each agent is changed using (8), (9) and (10) and the evaluation values are calculated (augmented fuel cost value in OLD problem). If the evaluation value of each agent is better than the previous pbest, the value is set to pbest. If the best pbest is better than previous gbest, the value is set to gbest. Modification of searching points using gaussian random variable with 0 mean and standard deviation proportional to scaled cost values (EP method) and the evaluation values are calculated. If the evaluation value of each agent is better than the previous pbest, the value is set to pbest. If the best pbest is better than previous gbest, the value is set to gbest. Modification of searching points using cauchy random variable (EP method) and the evaluation values are calculated. Figure 3 shows the flowchart of proposed HPSO method. Fig.3. Flow Chart of HPSO methods Start Initialize all control variables and parameters of EP and PSO Generate initial population randomly Evaluate fitness function for each member of the old population If termination reaches? Print the Results Update the position and velocity of each member in old population Do the Gaussian random mutation of EP Generation = Generation + 1 Yes No
  • 4. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 780 4.1 Step-by-step Procedure of Proposed Hybrid PSO Method with Line Flow Constraints The search procedure of the proposed Hybrid PSO method for OLD problems with Line flow constraints is given below. Step 1: Initialize randomly the real power generation Pg i of the population according to the limit of each unit (except slack bus) including the individual dimensions, searching points and velocities. Initial velocity limits of each individual are as Vd max = 0.5 Pd max , Vd min = - 0.5 Pd min n n Where, Pd MIN = ∑ Pt MIN Pd MIN = ∑ Pt max i=1 i=1 Step 2: Compute slack bus generator vector (Ps), losses and line flows using New- ton-Raphson load flow method for the above generators. Step 3: To account for slack unit limit violation, branch power flow limit violation and voltage limit violation, the total operating cost is augmented by non-negative penalty terms K1, K2 and K3.Augmented cost FT calculated using (11). (11) Step 4: The minimum augmented fuel cost value among the population is taken as best value. The best augmented fuel cost value in the population is denoted as gbest and remaining individuals are assigned as pbest. Step 5: Modify the member velocity V of the each individual Pgi using (12) (12) i =1, 2,……..n d = 1, 2,…………….m where „n‟ is the population size; „m‟ is the number of units and the „w‟ value is set using (9). Step 6: Step 7: Modify member position of each individual Pgi using equation (13), (13) Step 8: Pgid (t+1) Must satisfy the capacity limits of the generator as in (14) (14) Step 9: Modified member positions in Step 8 are taken as initial value for N-R load flow method. Compute slack bus power loss and line flows using N-R load flow method. Step 10: Calculate the augmented fuel cost using equation (11). Assign gbest and pbest value. If the current gbest value is better than gbest value in Step 4 current value is set to gbest. If current pbest value is better than pbest value in Step 4 cur- rent value is set to pbest. Step 11: Pgid (t+1) is created using Gaussian mutation as in (15) and (16). (15) (16) Check capacity limits of the generating units using (14), replacing Pgid (t+1) by Pgid (t+1)' Step 12: Modified member positions in Step 11 are taken as initial value for N-R load flow method. Compute slack bus power loss and line flows using N-R load flow method. Step 13: Calculate the augmented fuel cost using (11). Assign gbest and pbest value. If the current gbest value is better than gbest value in Step 10 current value is set to gbest. If current pbest value is better than pbest value in Step 10 current value is set to pbest. Step 14: If the iteration reaches the Maximum go to Step 15, otherwise go to Step 4, the gbest and pbest values in Step 4 replaced by latest gbest and pbest values from Step 13. Step 15: Individual that generates the latest gbest value is the optimal generation of each unit with minimum fuel cost satisfying all the Line flow constraints. 5. EXAMPLES AND DISCUSSION: A comparative study of EP, PSO and Hybrid PSO methods were performed on IEEE 14 and 30 bus systems. The upper and lower voltage limits at all the buses except slack bus were taken as 1.01 and 0.95 respectively; the slack bus voltage was fixed to its specified of 1.06 PU. The line flows were computed using Newton-Raphson Method. Software has been developed in MATLAB to solve OLD problems using EP, PSO and Hybrid PSO methods and tested on Core i5 3.0 GHz 4GB RAM 500GB HDD Capacity personal Computer. Cost coefficient taken from [12] for IEEE 14 and 32 bus systems for implementing EP technique and PSO technique population
  • 5. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 781 size = 20, maximum number of generations = 100, is taken and the optimal solution was obtained in 50 trails Case Study 1: IEEE 14-Bus System The summarized results of IEEE 14 bus system are given in table 1 provides of EP results obtained by various optimization methods and the complete line flow results with and without line flow constraints using Hybrid PSO given in table 2. The star marked line was over loaded with economic generation scheduled when the line flow constrains are not considered. For IEEE14 bus system [12] demand of 259MW is taken. The results clearly show that the Hybrid PSO method is superior over the conventional PSO and EP methods. Table1: Summary of Results 14 Bus system with Line Flow Constraints Method P1 (MW) P2 (MW) P3 (MW) Losses (MW) Optimum Fuel Cost $/hr EP 92.72 78.90 94.42 7.06 1103.9 PSO 88.14 89.07 88.72 6.93 1114.9 Hybrid PSO 114.44 52.18 100.00 7.62 1091.2 Table2: Line Flow Results of Hybrid PSO IEEE 14-bus Line Designation Base case Line Flow in pu Line flow with Constraints in pu Line Flow Without Constraints in pu Max.line Flow in pu 1-2 1.5741 0.5124 1.1025** 1.0000 1-5 0.7485 0.3265 0.5014 1.0000 2-3 0.7312 0.6321 0.6124 1.0000 2-4 0.5142 0.3974 0.4215 0.5000 2-5 0.4258 0.2581 0.2146 0.5000 3-4 0.2145 0.3145 0.3698 0.5000 4-5 0.6589 0.6587 0.6123 1.0000 4-7 0.2985 0.1478 0.0968 1.0000 4-9 0.1859 0.0125 0.0478 0.5000 5-6 0.4125 0.2698 0.1254 0.5000 6-11 0.8965 0.2875 0.1632 0.5000 6-12 0.0125 0.1487 0.0968 1.0000 6-13 0.1547 0.2154 0.2365 1.0000 7-8 0.1985 0.1854 0.1587 0.5000 7-9 0.2968 0.1758 0.1968 0.5000 9-10 0.0321 0.1548 0.1245 0.5000 9-14 0.0214 0.0251 0.0621 0.5000 10-11 0.0145 0.0362 0.0141 1.0000 2-13 0.0245 0.0369 0.1544 1.0000 13-14 0.0241 0.1634 0.1457 0.5000 ** - Line Violation Case Study 2: IEEE 30-BUS System The summarized results of IEEE 30 bus system given in Table 3 provides of EP results obtained by various optimization methods. For IEEE 30 bus system demand of 283.4 MW is taken. Line flow limits, bus voltage limits, capacity limit to consideration. The results clearly show that the proposed HPSO out performs the other methods. Table3: Summary of IEEE 30 bus system with line flow constraints Method P1 (MW) P2 (MW) P3 (MW) Losses (MW) Optimum Fuel Cost $/hr EP 119.62 79.34 96.22 10.78 1186.9 PSO 96.93 96.74 98.42 7.49 1199.3 HPSO 129.42 66.27 96.20 8.28 1185.2 CONCLUSIONS The EP technique, PSO and Hybrid PSO algorithms were tested on IEEE 14 and IEEE 30 Bus systems and results were presented. The MVA line flow limits of the test systems were incorporated and the overload lines were observed. In the proposed HPSO method the performance of the PSO is greatly improved by incorporating EP features. The proposed method has been demonstrated to have superior features including stable convergence characteristics and avoid premature convergence. The proposed approach is relatively efficient, reliable and well suitable for large and practical utility systems. REFERENCES [1] Wood, A.J. Wollenberg, B.F.: “Power Generation Operation and Control” John Wiley and Sons, New York, 1984. [2] Ringlee, R.J and Williams, D.D, 1963. Economic Dispatch operation considering valve throttling losses, II distribution of system loads by the method of dynamic programming, IEEE Transactions on Power Apparatus and Systems 82(1): 615- 622. [3] Dommel, H.W. and Tinney, W.F, 1968 Optimal Power Flow Solutions, IEEE Transactions 87(10): 1866-1876 [4] Nanda, J, Hari, L and Kothari, M.L, 1994. Economic emission dispatch with line flow constraints using a classical technique, IEE proceedings on Generation, Transmission. Distribution 141(1): 1-10. [5] Wong, K.P and Wong, Y.W 1995 Thermal Generator Scheduling Using Hybrid Genetic/ Simulated Annealing approach, IEE proceedings on Generation, Transmission. Distribution 142: 372-380. [6] Desilva, I.N Nepomuceno, N. and Basdos, T.M, 2002. Designing a modified Hopfield network to solve an ED problem with non-linear cost function Proceedings of
  • 6. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 05 | May-2013, Available @ http://www.ijret.org 782 International Joint Conference on Neural Networks 2: 1160- 1165. [7] Baskar, G. Kumarappan, N. Mohan, M.R.: “Optimal Dispatch Using Improved Lambda Based Genetic Algorithm suitable for Utility System”. International journal on Electric Power Components and Systems, June 2003. [8] Nidul, S. Chakrabarti, R. Chattopadhyay, P.K.: “Evolutionary Programming Techniques for Economic Load Dispatch”. IEEE Trans. on Evolutionary Computation, Feb. 2003. [9] Zwe-Lee Gaing, “Particle Swarm Optimization to Solving ED Considering the Generator Constraints,” IEEE Trans. Power syst., Vol.18 no.3, Aug2003 pp.1182-1195. [10] Kennedy, J. Eberhart, R.: “Particle Swarm Optimization. Proc. of IEEE Int.Conf. on Neural Network”. Perth Australia, 1995. [11] Shi, Y. Eberhart, R.: “A Modified Particle Swarm Optimizer”. Proc. of IEEE Int. Conf. on Evolutionary Computation, Anchorage, May 1998. [12] Pancholi R.K., Swarup, K.S.: “Particle Swarm Optimization for Security Constrained Economic Dispatch”. IEEE, Int. Conf. (ICISIP) 2004.