SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 
E-ISSN: 2321-9637 
63 
A Hybrid Firefly-DE Algorithm For Economic Load Dispatch 
Mr.Mandeep Loona1, Mrs. Shivani Mehta2, Mr.Sushil Prashar3 
Department Electrical Engineering, D.A.V.I.E.T., Jalandhar, Punjab, India1, 2, 3 
Student, Master of Technology, mandeeploona@gmail.com1 
Assistant Professor, shivanimehta7@gmail.com2 
Assistant Professor, prashar_sushil@yahoo.com3 
Abstract- Economic load dispatch (ELD) is an important optimization task in power system. It is the process of allocating generation among the committed units such that 
the constraints imposed are satisfied and the energy requirements are minimized. There are three criteria in solving the economic load dispatch problem. They are minimizing 
the total generator operating cost, total emission cost and scheduling the generator units Economic Load Dispatch (ELD) problem in power systems has been solved by 
various optimization methods in the recent years, for efficient and reliable power generation. This paper introduces a solution to ELD problem using a new metaheuristic 
nature-inspired Hybrid algorithm called DE-Firefly Algorithm (FFA). The proposed approach has been applied to 3 unit test system. The results proved the efficiency and 
robustness of the proposed method when compared with the other Existed algorithm. 
Keywords - Economic Load Dispatch, Differential Evolution, Firefly Algorithm, Hybrid DE-Firefly Algorithm 
1. INTRODUCTION 
To manage with the increasing demand for electric power, the electric power 
industry has witnessed major changes i.e. deregulated 
electricity markets. These competitive markets reduce costs. The increased 
diffusion of non-dispatchable renewable sources, such as wind and solar, adds 
another degree of complexity to the scheduling of economic power dispatch. It 
becomes even more complex when more than one objective function is considered 
with various types of practical generators constraints. All these factors contribute 
to the increasing need for fast and reliable optimization methods, tools and 
software that can address both security and economic issues simultaneously in 
support of power system operation and control. 
Economic Load Dispatch (ELD) seeks the best generation schedule for the 
generating plants to supply the required demand plus transmission loss with the 
minimum generation cost. Significant economical benefits can be achieved by 
finding a better solution to the ELD problem. So, a lot of researches have been 
done in this area. Previously a number of calculus-based approaches including 
Lagrangian Multiplier method have been applied to solve ELD problems. These 
methods require incremental cost curves to be monotonically increasing/piece-wise 
linear in nature. But the input-output characteristics of modern generating 
units are highly non-linear in nature, so some approximation is required to meet 
the requirements of classical dispatch algorithms. Therefore more interests have 
been focused on the application of artificial intelligence (AI) technology for 
solution of these problems. Several AI methods, such as Genetic Algorithm 
Artificial Neural Networks, Simulated Annealing, Tabu Search, Evolutionary 
Programming , Particle Swarm Optimization, Ant Colony Optimization, 
Differential Evolution, Harmony search Algorithm, Dynamic Programming, Bio-
International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 
E-ISSN: 2321-9637 
64 
geography based optimization, Intelligent water drop Algorithm have been 
developed and applied successfully to small and large systems to solve ELD 
problems in order to find much better results. Very recently, in the study of social 
insects behaviour, computer scientists have found a source of motivation for the 
design and execution of optimization algorithms. 
2 ECONOMIC LOAD DISPATCH 
A major challenge for all power utilities is to not only satisfy the consumer 
demand for power, but to do so at minimal cost. Any given power system can be 
comprised of multiple generating stations, each of which has its own characteristic 
operating parameters. The cost of operating these generators does not usually 
correlate proportionally with their outputs; therefore the challenge for power 
utilities is to try to balance the total load among generators that are running as 
efficiently as possible. In fig 2.1 the operating costs of a fossil fired generator is 
shown. The min Pgi 
is the minimum loading limit below which the operating unit 
proves to be uneconomical ( or may be technically infeasible ) and Pgi 
max is the 
maximum output limit. 
Fig 2.1 Operating costs of a fossil fired generator 
2.1 Cost Function 
Mathematically, economic dispatch problem considering valve point loading is 
defined as : 
Minimize operating cost 
 = Σ  ∗  

 +
∗  +  …. (2.1) 
Subject to:- 
Energy balance equation 

 
 =  +  ... (2.2) 
Σ  
The inequality constraints 
 ≤  ≤  
 
  = 1,2,…. , ! ...(2.3) 
Where 
,
, ,, # are cost coefficients of the ith unit 
 is load demand 
 is real power generation and will act as decision variable 
 is power transmission loss 
 ! is the number of generator buses. 
2.2 Loss formula:- 
One of the most important, simple but approximate method of expressing 
transmission loss as a function of generator power is through B-coefficients. This 
method uses the fact that under normal operating conditions, the transmission loss
International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 
E-ISSN: 2321-9637 
65 
is quadratic in the injected bus real powers. The general form of the loss formula 
using B-coefficients is [31] 
 = Σ Σ $% 

 

 
  
$ '( ...(2.4) 
Where 
$ and $ are the real power generations at the ith and jth buses 
% are the loss coefficients which are constant under certain assumed conditions. 
 ! is number of generation buses 
The transmission loss formula of Eq. 2.4 is known as George’s formula. 
Another more accurate form of transmission loss expression given by Kron’s loss 
formula is [31] 
 = %)) Σ %)$ 
 + 

 

 
  
$ '( ...(2.5) 
 Σ Σ $% 
Where 
%)), %), % are the loss coefficients which are constant under certain assumed 
conditions NG is number of generation buses. 
3 DIFFERENTIAL EVOLUTIONS 
Differential Evolution (DE) is a type of evolutionary algorithm originally 
proposed by Price and Storn for optimization problems over a continuous domain. 
DE is exceptionally simple, significantly faster and robust. The basic idea of DE is 
to adapt the search during the evolutionary process. Differential Evolution (DE) is 
a parallel direct search method which utilizes NP D-dimensional parameter 
vectors xi,g, i = 1, 2, . . . .NP as a population for each generation G. NP does not 
change during the minimization process. The initial vector population is chosen 
randomly and should cover the entire parameter space. At the start of the 
evolution, the perturbations are large since parent populations are far away from 
each other. As the evolutionary process matures, the population converges to a 
small region and the perturbations adaptively become small. As a result, the 
evolutionary algorithm performs a global exploratory search during the early 
stages of the evolutionary process and local exploitation during the mature stage 
of the search. In DE the fittest of an offspring competes one-to-one with that of 
corresponding parent which is different from other evolutionary algorithms. This 
one-to-one competition gives rise to faster convergence rate. Price and Storn gave 
the working principle of DE with simple strategy in. Later on, they suggested ten 
different strategies of DE . The key parameters of control in DE are population 
size (NP), scaling or mutation factor (F) and crossover constant (CR). The 
optimization process in DE is carried out with three basic operations: mutation, 
crossover and selection. The DE algorithm is described as follows: 
3.1 Initialization 
The initial population comprises combinations of only the candidate dispatch 
solutions, which satisfy all the constraints and are feasible solutionsof economic 
dispatch. It consists of   
 = 1,2,…, !; + = 1,2,…, , trail parent individuals. 
The elements of a parent are the combinations of power outputs of the generating 
units, which are chosen randomly by a random ranging over[ 
,  
] [10]. 
 =  
 
 + /01 
 −  
3  = 1,2,…, !; + = 1,2,…, , 
... (3.1) 
Where rand () is uniform random number ranging from over [0,1]. 
 is the upper bound of the nth variable of the problem ,  
Where  
 is the 
lower bound of the nth variable of the problem, rand (0,1) is a uniformly 
distributed number within the limits(0,1). The elements of parent/offspring  
 
may violate constraints Eq. (3.6). This violation is corrected by fixing them either 
at lower or upper limits as described below:
International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 
E-ISSN: 2321-9637 
66 
 = 
 
;  
4 5 6  
   
 
;  
 
   
 
 ;  
 
 ≤  
 ≤  
 
9 …(3.1a) 
 = 1,2,…, !; + = 1,2,…, , 
3.2 Evaluation of Objective Function 
In order to satisfy the power balance constraints, a generator is arbitrarily selected 
as a dependent generator d. In this we are considering PL=0 means transmission 
losses are neglected. Output of dependent or slack generator is given below 
:  

  + = 1,2,…, , 
; 
;: 
=  − Σ ; 
...(3.2) 
Similarly, if the output of the dependent generator violates its limits . After 
limiting the value of the dependent generator as above, a penalty term is 
introduced in the objective function Eq. (3.4) to penalize its fitness value. When 
so introduced, Eq. (3.4) is changed to the following generalized form: 
3 +  + = 1,2,…, , (3.3) 
= = 1 
Where 
Penalty factor is given by 
 = ? 
 − : 
: 
  : 

 ; : 
 
 − : 
: 

 ; : 
  : 
 
 ≤ : 
0 ; : 
 ≤ : 
 
9 ... (3.3a) 
3.3 Mutation 
A new population named mutant population is generated whose size is same as 
that of the initial population (NG* L). Among the various strategies used for 
mutation in DE, the addition of the weighted difference vector between the two 
population members to the third member is adopted in this approach. Here three 
different members namely Pr1 ,Pr2 and Pr3 are chosen from the current population 
.Then the difference between any two of these members is scaled by a scalar 
number F, which is then added to the third member. The value of F is usually in 
between 0.4 and 1. In each generation, a donor vector is created in order to change 
the population member vector. Therefore the jth member of the donor vector Zi(t) 
is expressed 
as 
Zij 
(t+1) = Pr1j( t ) + F*( Pr2j( t ) - Pr3j( t ) ) + = 1,2,…, !; + ≠  ,  = 1,2,…, , 
...(3.4) 
3.4 Crossover 
In order to increase the diversity of the perturbed parameter vectors, crossover is 
introduced. A new population is created by suitably combining the parent 
population and the mutant population. The process of crossover is based on the 
CR which is in between (0,1). Binomial crossover scheme is used which is 
performed on all D variables and can be expressed as: 
Uij(t) = Zij(t) if R4(j ) ≤ CR ...(3.5) 
Uij(t) = Pij(t) else... 
where Uij(t) is the child which is obtained after crossover operation where j = 1,2, 
... NG, 
i= 1,2, ..... L. Here, rand ensures that the newly generated vector is different for 
both Zij(t) and Pij(t). 
3.5 Selection 
After calculating the objective function = using L number of variables for using 
initial and crossover population , a new population with the least objective 
function ( minimum fuel cost) is formed for the next generation. This is given by 
BC = D 
 
BC = = E 
E 
BC  = 
B  = 1,2,…, !;  = 1,2,…, , 
B FGℎ#/IJ# … 3.6 9 
 
The process is repeated until the maximum number of generations or no 
improvement is seen in the real power generation cost after many generations. The
International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 
E-ISSN: 2321-9637 
67 
global optimum searching capability and the convergence speed of DE are very 
sensitive to the choice of control parameters L, F and CR. The crossover rate CR 
is between [0.3 , 0.9]. Mutation Factor (F) should not be smaller than a certain 
value to prevent premature convergence. 
3.6 Stopping criterion 
There are various criteria available to stop a stochastic optimization algorithm. In 
this 
maximum number of iterations is chosen as the stopping criterion 
4. FIREFLY ALGORITHM 
The Firefly Algorithm ( FA) is a Meta heuristics, nature-inspired, optimization 
algorithm which is based on the flashing behaviour of fireflies, or lighting bugs, 
in the summer sky in the tropical temperature regions . Firefly Algorithm was 
developed by Dr. Xin-She Yang at Cambridge University in 2007, and it is based 
on the swarm behaviour such as insects or birds present in nature. The firefly 
algorithm is identical with other algorithms which are based on the so-called 
swarm intelligence, such as Particle Swarm Optimization (PSO), Artificial Bee 
Colony optimization (ABC), and Bacterial Foraging (BFA) algorithms, it is 
indeed much simpler both in concept and implementation Furthermore, according 
to recent bibliography, It is more efficient and can outperform other conventional 
algorithms, such as genetic algorithms, for solving many optimization problems; 
a fact that has been justified in a recent research, where the statistical 
performance of the firefly algorithm was measured against other well-known 
optimization algorithms using various standard stochastic test functions . Its main 
advantage is the fact that it uses mainly real random numbers, and it is based on 
the global communication among the swarming particles. 
4.1 The firefly algorithm has three rules which are based on some of the 
major flashing characteristics of real fireflies. 
The characteristics are as follows: a) All fireflies are unisex and they will move 
towards more attractive and brighter ones regardless their sex. 
b) The degree of attractiveness of a firefly is proportional to its brightness which 
decreases as the distance from the other firefly increases. This is due to the fact 
that the air absorbs light. If there is not a brighter or more attractive firefly than a 
particular one, it will then move randomly. 
c) The brightness or light intensity of a firefly is determined by the value of the 
objective function of a given problem. For maximization problems, the light 
intensity is proportional to the value of the objective function. 
4.2 Attractiveness: 
In the firefly algorithm, the form of attractiveness function of a firefly is given by 
the following monotonically decreasing function 
M/ = M) ∗ #NO−P/  
) with m≥1 …(4.1) 
Where, r is the gap between two fireflies. 
M) is the attractiveness in the starting when distance r=0 
γ is an absorption coefficient which controls the decrease of light intensity. 
4.3 Distance: 
The distance between two fireflies i  j, at positions N 0 N.it can be defined as 
a Cartesian. 
/ = ǁ N − N ǁ = QΣ N,; − N,;
 :; 
 …(4.2) 
Where N,; is the Kth component of the spatial coordinate N of the ith firefly and 
d is the number of dimensions we have, for d=2 , we have 
/ = RN − N
 − S − S
 …(4.3)
International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 
E-ISSN: 2321-9637 
68 
However, the calculation of a distance r can also be defined using other distance 
metrics, based on the nature of problem, such as manhattan distance. 
4.4 Movement: 
The movement of the firefly  which is attracted by a more attractive. Firefly + is 
given by is given by: 
N = N+M) ∗ exp −
 
P/ 
)*(N − N)+α*/0 − 
 ...(4.4) 
Where the first term is the current position of a firefly, the second term is used for 
considering a firefly’s attractiveness to light intensity seen by adjacent fireflies 
and third term is used for the random movement of fireflies in case there are no 
brighter ones. The coefficient α is a randomization parameter determined by the 
problem of interest. Rand is a random number generator uniformly in the 
distributed space [0,1]. 
5. HYBRID DIFFERENTIAL EVOLUTION (DE)  FIREFLY 
ALGORITHM 
We have noticed that the meta-heuristic methods are very efficient for the search 
of global solution for complex problems better than deterministic methods. 
However their disadvantage is the time of convergence which is due the high 
number of the agents and iterations. To solve this problem we have developed a 
hybrid method with the combination of two algorithms, the firefly algorithm and 
the Differential Evolution with a lower number of ants and fireflies as possible, 
the explanation of computation procedure of hybrid method and its concept. 
ALGORITHM 
Step1: Read the system data such as cost coefficients, minimum and maximum 
power limits of all generator units, power demand and B-coefficients. 
Step 2: Initialize the parameters and constants of Firefly Algorithm. They are 
noff, αmax, αmin, β0, γmin, γmax and itermax (maximum number of iterations). 
Step 3: Generate noff number of fireflies (xi) randomly between λmin and λmax . 
Step 4: Set iteration count to 1. 
Step 5: Calculate the fitness values corresponding to noff number of fireflies. 
Step 6: Obtain the best fitness value EbestFV by comparing all the fitness values 
and also obtain the best firefly values EbestFF corresponding to the best fitness 
value EbestFV. 
Step 7: Determine alpha(α) value of current iteration using the following 
equation: α (iter)= αmax -(( αmax - αmin) (current iteration number )/ itermax) 
Step 8: Determine the rij values of each firefly using the following equation: 
rij= EbestFV -FV 
rij is obtained by finding the difference between the best fitness value EbestFV 
(EbestFV is the best fitness value i.e., jth firefly) and fitness value FV of the ith 
firefly. 
Step 9: New xi values are calculated for all the fireflies using the equation(4.4) 
Step 10: EbestFF gives the optimal solution of the Economic Load Dispatch 
problem and the results are printed. The WXYZB value of the Firefly Algorithm is 
given to the Differential Evolution as Input Value. Read the input Data 
Step 11 : Generate an array of ( Ng * L ) of uniform random numbers. Set 
population counter , i=0 and increment the population counter to, i=i+1, set the 
generation counter, j=0 and increment the generation counter j=j+1. 
Step 12: Compute Pid using Eq. (3.2), check limits and adjust using Eq. (3.1a). 
Then compute penalty factor, 0 = using Eq. (3.3a) and (3.3).
International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 
E-ISSN: 2321-9637 
69 
Step 13: Generate an array of uniform random numbers and generate three 
different integer random numbers within the range 1 to L. . IF (j ≠ d) THEN 
compute t Zij 
using eq.(3.4) 
Step 14: Compute Uij(t+1) using Eq. (3.6), check limits and adjust using Eq. 
(3.1a). Then compute penalty factor, 0 = using Eq. (3.3a) and (3.3). 
Step 15 After calculating the objective function = using L number of variables 
for using initial and crossover population , a new population with the least 
objective function ( minimum fuel cost) is formed for the next generation. This is 
given by 
BC = D 
 
BC = = E 
E 
BC  = 
B 
B FGℎ#/IJ# 9 5.7 
 
Here  = 1,2,…, !;  = 1,2,…, , 
Step 16: The process is repeated until the maximum number of generations or no 
improvement is seen in the real power generation cost after many generations. The 
global optimum searching capability and the convergence speed of DE are very 
sensitive to the choice of control parameters L, F and CR. 
Step 17: There are various criteria available to stop a stochastic optimization 
algorithm. In this maximum number of iterations is chosen as the stopping 
criterion 
6. SIMULATION RESULTS 
The effectiveness of the proposed firefly algorithm is tested with three unit 
system. Firstly the problem is solved by Firefly Algorithm and then the DE-FIREFLY 
Algorithm is used to solve the problem 
6.1 Three-Unit System The generator cost coefficients, generation limits and B-coefficient 
matrix of three unit system are given below. Economic Load Dispatch 
solution for three unit system is solved using conventional Firefly Algorithm and 
DE-Firefly Hybrid algorithm method. Test results of DE-Firefly method are given 
in table 6.2.Test results of Firefly Algorithm are given in Table 6.3 Comparison 
of test results of DE-Firefly Hybrid and Firefly algorithm are shown in table 6.4. 
Table 6.1: Cost Coefficients and Power limits of 3 Unit system 
The loss Coefficients matrix of 3 Unit 
0.000071 0.000030 0.000025 
0.000030 0.000069 0.000032 
0.000025 0.000032 0.000080 
% = [ 
` 
Table 6.2: Test results of DE-FIREFLY Algorithm for 3-Unit System 
Sr 
. 
N 
o 
Power 
Demand(M 
W) 
P1(MW) P2(MW) P3(MW) abZZ 
(MW 
) 
Fuel 
Cost(Rs/Hr) 
1 350 64.093328 160.37892 
2 
126 .471 18383.6015 
63 
2 400 66.373126 187.51756 
0 
146.11005 
8 
.495 20487.5694 
76 
3 450 42.825634 191.52132 
7 
215.65403 
6 
0.5 22785.9526 
05 
S.NO

More Related Content

What's hot

Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm OptimizationReduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimizationijeei-iaes
 
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
 
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...Hanoi, Water Resources University
 
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 MANAGEMENTelelijjournal
 
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...IJERA Editor
 
Enriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power ProblemEnriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power Problemijeei-iaes
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Determining optimal location and size of capacitors in radial distribution ne...
Determining optimal location and size of capacitors in radial distribution ne...Determining optimal location and size of capacitors in radial distribution ne...
Determining optimal location and size of capacitors in radial distribution ne...IJECEIAES
 
OPTIMIZATION OF COMBINED ECONOMIC EMISSION DISPATCH PROBLEM USING ARTIFICIAL ...
OPTIMIZATION OF COMBINED ECONOMIC EMISSION DISPATCH PROBLEM USING ARTIFICIAL ...OPTIMIZATION OF COMBINED ECONOMIC EMISSION DISPATCH PROBLEM USING ARTIFICIAL ...
OPTIMIZATION OF COMBINED ECONOMIC EMISSION DISPATCH PROBLEM USING ARTIFICIAL ...IJCI JOURNAL
 
An Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
An Adaptive Differential Evolution Algorithm for Reactive Power DispatchAn Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
An Adaptive Differential Evolution Algorithm for Reactive Power DispatchIjorat1
 
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
 
Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...eSAT Publishing House
 
GWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsGWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsTELKOMNIKA JOURNAL
 
Memory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital PredistorterMemory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital PredistorterIJERA Editor
 
Multi objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterialMulti objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterialIAEME Publication
 
Application of a new constraint handling method for economic dispatch conside...
Application of a new constraint handling method for economic dispatch conside...Application of a new constraint handling method for economic dispatch conside...
Application of a new constraint handling method for economic dispatch conside...journalBEEI
 
Comparison of Emergency Medical Services Delivery Performance using Maximal C...
Comparison of Emergency Medical Services Delivery Performance using Maximal C...Comparison of Emergency Medical Services Delivery Performance using Maximal C...
Comparison of Emergency Medical Services Delivery Performance using Maximal C...IJECEIAES
 
Dwindling of real power loss by using Improved Bees Algorithm
Dwindling of real power loss by using Improved Bees AlgorithmDwindling of real power loss by using Improved Bees Algorithm
Dwindling of real power loss by using Improved Bees Algorithmpaperpublications3
 
Solving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
Solving the Power Purchase Cost Optimization Problem with Improved DE AlgorithmSolving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
Solving the Power Purchase Cost Optimization Problem with Improved DE AlgorithmIJEACS
 

What's hot (20)

Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm OptimizationReduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
 
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...
 
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...
 
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
 
40220140503006
4022014050300640220140503006
40220140503006
 
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
 
Enriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power ProblemEnriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power Problem
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Determining optimal location and size of capacitors in radial distribution ne...
Determining optimal location and size of capacitors in radial distribution ne...Determining optimal location and size of capacitors in radial distribution ne...
Determining optimal location and size of capacitors in radial distribution ne...
 
OPTIMIZATION OF COMBINED ECONOMIC EMISSION DISPATCH PROBLEM USING ARTIFICIAL ...
OPTIMIZATION OF COMBINED ECONOMIC EMISSION DISPATCH PROBLEM USING ARTIFICIAL ...OPTIMIZATION OF COMBINED ECONOMIC EMISSION DISPATCH PROBLEM USING ARTIFICIAL ...
OPTIMIZATION OF COMBINED ECONOMIC EMISSION DISPATCH PROBLEM USING ARTIFICIAL ...
 
An Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
An Adaptive Differential Evolution Algorithm for Reactive Power DispatchAn Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
An Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
 
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...
 
Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...
 
GWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsGWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plants
 
Memory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital PredistorterMemory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital Predistorter
 
Multi objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterialMulti objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterial
 
Application of a new constraint handling method for economic dispatch conside...
Application of a new constraint handling method for economic dispatch conside...Application of a new constraint handling method for economic dispatch conside...
Application of a new constraint handling method for economic dispatch conside...
 
Comparison of Emergency Medical Services Delivery Performance using Maximal C...
Comparison of Emergency Medical Services Delivery Performance using Maximal C...Comparison of Emergency Medical Services Delivery Performance using Maximal C...
Comparison of Emergency Medical Services Delivery Performance using Maximal C...
 
Dwindling of real power loss by using Improved Bees Algorithm
Dwindling of real power loss by using Improved Bees AlgorithmDwindling of real power loss by using Improved Bees Algorithm
Dwindling of real power loss by using Improved Bees Algorithm
 
Solving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
Solving the Power Purchase Cost Optimization Problem with Improved DE AlgorithmSolving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
Solving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
 

Viewers also liked

Paper id 24201492
Paper id 24201492Paper id 24201492
Paper id 24201492IJRAT
 
Paper id 21201475
Paper id 21201475Paper id 21201475
Paper id 21201475IJRAT
 
Paper id 252014107
Paper id 252014107Paper id 252014107
Paper id 252014107IJRAT
 
Paper id 212014112
Paper id 212014112Paper id 212014112
Paper id 212014112IJRAT
 
Paper id 21201429
Paper id 21201429Paper id 21201429
Paper id 21201429IJRAT
 
Paper id 24201422
Paper id 24201422Paper id 24201422
Paper id 24201422IJRAT
 
Paper id 2320147
Paper id 2320147Paper id 2320147
Paper id 2320147IJRAT
 
Paper id 24201475
Paper id 24201475Paper id 24201475
Paper id 24201475IJRAT
 
Paper id 21201449
Paper id 21201449Paper id 21201449
Paper id 21201449IJRAT
 
Paper id 252014119
Paper id 252014119Paper id 252014119
Paper id 252014119IJRAT
 
Paper id 28201451
Paper id 28201451Paper id 28201451
Paper id 28201451IJRAT
 
Paper id 212014133
Paper id 212014133Paper id 212014133
Paper id 212014133IJRAT
 
Paper id 23201426
Paper id 23201426Paper id 23201426
Paper id 23201426IJRAT
 
Paper id 2520148 (2)
Paper id 2520148 (2)Paper id 2520148 (2)
Paper id 2520148 (2)IJRAT
 
Paper id 25201431
Paper id 25201431Paper id 25201431
Paper id 25201431IJRAT
 
Paper id 24201484
Paper id 24201484Paper id 24201484
Paper id 24201484IJRAT
 
Paper id 29201412
Paper id 29201412Paper id 29201412
Paper id 29201412IJRAT
 
Paper id 25201498
Paper id 25201498Paper id 25201498
Paper id 25201498IJRAT
 

Viewers also liked (20)

Paper id 24201492
Paper id 24201492Paper id 24201492
Paper id 24201492
 
Paper id 21201475
Paper id 21201475Paper id 21201475
Paper id 21201475
 
Paper id 252014107
Paper id 252014107Paper id 252014107
Paper id 252014107
 
Cardiologi acr7 (1)
Cardiologi acr7 (1)Cardiologi acr7 (1)
Cardiologi acr7 (1)
 
Paper id 212014112
Paper id 212014112Paper id 212014112
Paper id 212014112
 
Paper id 21201429
Paper id 21201429Paper id 21201429
Paper id 21201429
 
Paper id 24201422
Paper id 24201422Paper id 24201422
Paper id 24201422
 
Paper id 2320147
Paper id 2320147Paper id 2320147
Paper id 2320147
 
Paper id 24201475
Paper id 24201475Paper id 24201475
Paper id 24201475
 
Paper id 21201449
Paper id 21201449Paper id 21201449
Paper id 21201449
 
Paper id 252014119
Paper id 252014119Paper id 252014119
Paper id 252014119
 
Paper id 28201451
Paper id 28201451Paper id 28201451
Paper id 28201451
 
Paper id 212014133
Paper id 212014133Paper id 212014133
Paper id 212014133
 
Presentación1
Presentación1Presentación1
Presentación1
 
Paper id 23201426
Paper id 23201426Paper id 23201426
Paper id 23201426
 
Paper id 2520148 (2)
Paper id 2520148 (2)Paper id 2520148 (2)
Paper id 2520148 (2)
 
Paper id 25201431
Paper id 25201431Paper id 25201431
Paper id 25201431
 
Paper id 24201484
Paper id 24201484Paper id 24201484
Paper id 24201484
 
Paper id 29201412
Paper id 29201412Paper id 29201412
Paper id 29201412
 
Paper id 25201498
Paper id 25201498Paper id 25201498
Paper id 25201498
 

Similar to Paper id 28201438

Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...IOSR Journals
 
Economic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration MethodEconomic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration MethodIOSR Journals
 
Hybrid method for achieving Pareto front on economic emission dispatch
Hybrid method for achieving Pareto front on economic  emission dispatch Hybrid method for achieving Pareto front on economic  emission dispatch
Hybrid method for achieving Pareto front on economic emission dispatch IJECEIAES
 
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...theijes
 
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...IRJET Journal
 
Economic and Emission Dispatch using Whale Optimization Algorithm (WOA)
Economic and Emission Dispatch using Whale Optimization Algorithm (WOA) Economic and Emission Dispatch using Whale Optimization Algorithm (WOA)
Economic and Emission Dispatch using Whale Optimization Algorithm (WOA) IJECEIAES
 
Genetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchGenetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchSatyendra Singh
 
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
 
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...paperpublications3
 
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...raj20072
 
A novel approach for solving Optimal Economic load dispatch problem in power ...
A novel approach for solving Optimal Economic load dispatch problem in power ...A novel approach for solving Optimal Economic load dispatch problem in power ...
A novel approach for solving Optimal Economic load dispatch problem in power ...IRJET Journal
 
IRJET- Economic Load Dispatch using Metaheuristic Algorithms
IRJET-  	  Economic Load Dispatch using Metaheuristic AlgorithmsIRJET-  	  Economic Load Dispatch using Metaheuristic Algorithms
IRJET- Economic Load Dispatch using Metaheuristic AlgorithmsIRJET Journal
 
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
 
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
 
Hybrid method for solving the non smooth cost function economic dispatch prob...
Hybrid method for solving the non smooth cost function economic dispatch prob...Hybrid method for solving the non smooth cost function economic dispatch prob...
Hybrid method for solving the non smooth cost function economic dispatch prob...IJECEIAES
 
16 9739 ant lion paper id 0013 (edit a)
16 9739 ant lion paper id 0013 (edit a)16 9739 ant lion paper id 0013 (edit a)
16 9739 ant lion paper id 0013 (edit a)IAESIJEECS
 
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
 

Similar to Paper id 28201438 (20)

Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
Economic Load Dispatch Optimization of Six Interconnected Generating Units Us...
 
Economic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration MethodEconomic Dispatch of Generated Power Using Modified Lambda-Iteration Method
Economic Dispatch of Generated Power Using Modified Lambda-Iteration Method
 
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...
 
Hybrid method for achieving Pareto front on economic emission dispatch
Hybrid method for achieving Pareto front on economic  emission dispatch Hybrid method for achieving Pareto front on economic  emission dispatch
Hybrid method for achieving Pareto front on economic emission dispatch
 
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
 
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
 
Economic and Emission Dispatch using Whale Optimization Algorithm (WOA)
Economic and Emission Dispatch using Whale Optimization Algorithm (WOA) Economic and Emission Dispatch using Whale Optimization Algorithm (WOA)
Economic and Emission Dispatch using Whale Optimization Algorithm (WOA)
 
Genetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchGenetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load Dispatch
 
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...
 
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
 
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...
A Decomposition Aggregation Method for Solving Electrical Power Dispatch Prob...
 
E010232732
E010232732E010232732
E010232732
 
A novel approach for solving Optimal Economic load dispatch problem in power ...
A novel approach for solving Optimal Economic load dispatch problem in power ...A novel approach for solving Optimal Economic load dispatch problem in power ...
A novel approach for solving Optimal Economic load dispatch problem in power ...
 
IRJET- Economic Load Dispatch using Metaheuristic Algorithms
IRJET-  	  Economic Load Dispatch using Metaheuristic AlgorithmsIRJET-  	  Economic Load Dispatch using Metaheuristic Algorithms
IRJET- Economic Load Dispatch using Metaheuristic Algorithms
 
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)
 
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...
 
40220140502004
4022014050200440220140502004
40220140502004
 
Hybrid method for solving the non smooth cost function economic dispatch prob...
Hybrid method for solving the non smooth cost function economic dispatch prob...Hybrid method for solving the non smooth cost function economic dispatch prob...
Hybrid method for solving the non smooth cost function economic dispatch prob...
 
16 9739 ant lion paper id 0013 (edit a)
16 9739 ant lion paper id 0013 (edit a)16 9739 ant lion paper id 0013 (edit a)
16 9739 ant lion paper id 0013 (edit a)
 
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...
 

More from IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Recently uploaded

Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfChristianCDAM
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
chpater16.pptxMMMMMMMMMMMMMMMMMMMMMMMMMMM
chpater16.pptxMMMMMMMMMMMMMMMMMMMMMMMMMMMchpater16.pptxMMMMMMMMMMMMMMMMMMMMMMMMMMM
chpater16.pptxMMMMMMMMMMMMMMMMMMMMMMMMMMMNanaAgyeman13
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Erbil Polytechnic University
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptxmohitesoham12
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfDrew Moseley
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxVelmuruganTECE
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Risk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectRisk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectErbil Polytechnic University
 

Recently uploaded (20)

Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdf
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
chpater16.pptxMMMMMMMMMMMMMMMMMMMMMMMMMMM
chpater16.pptxMMMMMMMMMMMMMMMMMMMMMMMMMMMchpater16.pptxMMMMMMMMMMMMMMMMMMMMMMMMMMM
chpater16.pptxMMMMMMMMMMMMMMMMMMMMMMMMMMM
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptx
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptx
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Risk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectRisk Management in Engineering Construction Project
Risk Management in Engineering Construction Project
 

Paper id 28201438

  • 1. International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 E-ISSN: 2321-9637 63 A Hybrid Firefly-DE Algorithm For Economic Load Dispatch Mr.Mandeep Loona1, Mrs. Shivani Mehta2, Mr.Sushil Prashar3 Department Electrical Engineering, D.A.V.I.E.T., Jalandhar, Punjab, India1, 2, 3 Student, Master of Technology, mandeeploona@gmail.com1 Assistant Professor, shivanimehta7@gmail.com2 Assistant Professor, prashar_sushil@yahoo.com3 Abstract- Economic load dispatch (ELD) is an important optimization task in power system. It is the process of allocating generation among the committed units such that the constraints imposed are satisfied and the energy requirements are minimized. There are three criteria in solving the economic load dispatch problem. They are minimizing the total generator operating cost, total emission cost and scheduling the generator units Economic Load Dispatch (ELD) problem in power systems has been solved by various optimization methods in the recent years, for efficient and reliable power generation. This paper introduces a solution to ELD problem using a new metaheuristic nature-inspired Hybrid algorithm called DE-Firefly Algorithm (FFA). The proposed approach has been applied to 3 unit test system. The results proved the efficiency and robustness of the proposed method when compared with the other Existed algorithm. Keywords - Economic Load Dispatch, Differential Evolution, Firefly Algorithm, Hybrid DE-Firefly Algorithm 1. INTRODUCTION To manage with the increasing demand for electric power, the electric power industry has witnessed major changes i.e. deregulated electricity markets. These competitive markets reduce costs. The increased diffusion of non-dispatchable renewable sources, such as wind and solar, adds another degree of complexity to the scheduling of economic power dispatch. It becomes even more complex when more than one objective function is considered with various types of practical generators constraints. All these factors contribute to the increasing need for fast and reliable optimization methods, tools and software that can address both security and economic issues simultaneously in support of power system operation and control. Economic Load Dispatch (ELD) seeks the best generation schedule for the generating plants to supply the required demand plus transmission loss with the minimum generation cost. Significant economical benefits can be achieved by finding a better solution to the ELD problem. So, a lot of researches have been done in this area. Previously a number of calculus-based approaches including Lagrangian Multiplier method have been applied to solve ELD problems. These methods require incremental cost curves to be monotonically increasing/piece-wise linear in nature. But the input-output characteristics of modern generating units are highly non-linear in nature, so some approximation is required to meet the requirements of classical dispatch algorithms. Therefore more interests have been focused on the application of artificial intelligence (AI) technology for solution of these problems. Several AI methods, such as Genetic Algorithm Artificial Neural Networks, Simulated Annealing, Tabu Search, Evolutionary Programming , Particle Swarm Optimization, Ant Colony Optimization, Differential Evolution, Harmony search Algorithm, Dynamic Programming, Bio-
  • 2. International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 E-ISSN: 2321-9637 64 geography based optimization, Intelligent water drop Algorithm have been developed and applied successfully to small and large systems to solve ELD problems in order to find much better results. Very recently, in the study of social insects behaviour, computer scientists have found a source of motivation for the design and execution of optimization algorithms. 2 ECONOMIC LOAD DISPATCH A major challenge for all power utilities is to not only satisfy the consumer demand for power, but to do so at minimal cost. Any given power system can be comprised of multiple generating stations, each of which has its own characteristic operating parameters. The cost of operating these generators does not usually correlate proportionally with their outputs; therefore the challenge for power utilities is to try to balance the total load among generators that are running as efficiently as possible. In fig 2.1 the operating costs of a fossil fired generator is shown. The min Pgi is the minimum loading limit below which the operating unit proves to be uneconomical ( or may be technically infeasible ) and Pgi max is the maximum output limit. Fig 2.1 Operating costs of a fossil fired generator 2.1 Cost Function Mathematically, economic dispatch problem considering valve point loading is defined as : Minimize operating cost = Σ ∗ +
  • 3. ∗ + …. (2.1) Subject to:- Energy balance equation = + ... (2.2) Σ The inequality constraints ≤ ≤ = 1,2,…. , ! ...(2.3) Where ,
  • 4. , ,, # are cost coefficients of the ith unit is load demand is real power generation and will act as decision variable is power transmission loss ! is the number of generator buses. 2.2 Loss formula:- One of the most important, simple but approximate method of expressing transmission loss as a function of generator power is through B-coefficients. This method uses the fact that under normal operating conditions, the transmission loss
  • 5. International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 E-ISSN: 2321-9637 65 is quadratic in the injected bus real powers. The general form of the loss formula using B-coefficients is [31] = Σ Σ $% $ '( ...(2.4) Where $ and $ are the real power generations at the ith and jth buses % are the loss coefficients which are constant under certain assumed conditions. ! is number of generation buses The transmission loss formula of Eq. 2.4 is known as George’s formula. Another more accurate form of transmission loss expression given by Kron’s loss formula is [31] = %)) Σ %)$ + $ '( ...(2.5) Σ Σ $% Where %)), %), % are the loss coefficients which are constant under certain assumed conditions NG is number of generation buses. 3 DIFFERENTIAL EVOLUTIONS Differential Evolution (DE) is a type of evolutionary algorithm originally proposed by Price and Storn for optimization problems over a continuous domain. DE is exceptionally simple, significantly faster and robust. The basic idea of DE is to adapt the search during the evolutionary process. Differential Evolution (DE) is a parallel direct search method which utilizes NP D-dimensional parameter vectors xi,g, i = 1, 2, . . . .NP as a population for each generation G. NP does not change during the minimization process. The initial vector population is chosen randomly and should cover the entire parameter space. At the start of the evolution, the perturbations are large since parent populations are far away from each other. As the evolutionary process matures, the population converges to a small region and the perturbations adaptively become small. As a result, the evolutionary algorithm performs a global exploratory search during the early stages of the evolutionary process and local exploitation during the mature stage of the search. In DE the fittest of an offspring competes one-to-one with that of corresponding parent which is different from other evolutionary algorithms. This one-to-one competition gives rise to faster convergence rate. Price and Storn gave the working principle of DE with simple strategy in. Later on, they suggested ten different strategies of DE . The key parameters of control in DE are population size (NP), scaling or mutation factor (F) and crossover constant (CR). The optimization process in DE is carried out with three basic operations: mutation, crossover and selection. The DE algorithm is described as follows: 3.1 Initialization The initial population comprises combinations of only the candidate dispatch solutions, which satisfy all the constraints and are feasible solutionsof economic dispatch. It consists of = 1,2,…, !; + = 1,2,…, , trail parent individuals. The elements of a parent are the combinations of power outputs of the generating units, which are chosen randomly by a random ranging over[ , ] [10]. = + /01 − 3 = 1,2,…, !; + = 1,2,…, , ... (3.1) Where rand () is uniform random number ranging from over [0,1]. is the upper bound of the nth variable of the problem , Where is the lower bound of the nth variable of the problem, rand (0,1) is a uniformly distributed number within the limits(0,1). The elements of parent/offspring may violate constraints Eq. (3.6). This violation is corrected by fixing them either at lower or upper limits as described below:
  • 6. International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 E-ISSN: 2321-9637 66 = ; 4 5 6 ; ; ≤ ≤ 9 …(3.1a) = 1,2,…, !; + = 1,2,…, , 3.2 Evaluation of Objective Function In order to satisfy the power balance constraints, a generator is arbitrarily selected as a dependent generator d. In this we are considering PL=0 means transmission losses are neglected. Output of dependent or slack generator is given below : + = 1,2,…, , ; ;: = − Σ ; ...(3.2) Similarly, if the output of the dependent generator violates its limits . After limiting the value of the dependent generator as above, a penalty term is introduced in the objective function Eq. (3.4) to penalize its fitness value. When so introduced, Eq. (3.4) is changed to the following generalized form: 3 + + = 1,2,…, , (3.3) = = 1 Where Penalty factor is given by = ? − : : : ; : − : : ; : : ≤ : 0 ; : ≤ : 9 ... (3.3a) 3.3 Mutation A new population named mutant population is generated whose size is same as that of the initial population (NG* L). Among the various strategies used for mutation in DE, the addition of the weighted difference vector between the two population members to the third member is adopted in this approach. Here three different members namely Pr1 ,Pr2 and Pr3 are chosen from the current population .Then the difference between any two of these members is scaled by a scalar number F, which is then added to the third member. The value of F is usually in between 0.4 and 1. In each generation, a donor vector is created in order to change the population member vector. Therefore the jth member of the donor vector Zi(t) is expressed as Zij (t+1) = Pr1j( t ) + F*( Pr2j( t ) - Pr3j( t ) ) + = 1,2,…, !; + ≠ , = 1,2,…, , ...(3.4) 3.4 Crossover In order to increase the diversity of the perturbed parameter vectors, crossover is introduced. A new population is created by suitably combining the parent population and the mutant population. The process of crossover is based on the CR which is in between (0,1). Binomial crossover scheme is used which is performed on all D variables and can be expressed as: Uij(t) = Zij(t) if R4(j ) ≤ CR ...(3.5) Uij(t) = Pij(t) else... where Uij(t) is the child which is obtained after crossover operation where j = 1,2, ... NG, i= 1,2, ..... L. Here, rand ensures that the newly generated vector is different for both Zij(t) and Pij(t). 3.5 Selection After calculating the objective function = using L number of variables for using initial and crossover population , a new population with the least objective function ( minimum fuel cost) is formed for the next generation. This is given by BC = D BC = = E E BC = B = 1,2,…, !; = 1,2,…, , B FGℎ#/IJ# … 3.6 9 The process is repeated until the maximum number of generations or no improvement is seen in the real power generation cost after many generations. The
  • 7. International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 E-ISSN: 2321-9637 67 global optimum searching capability and the convergence speed of DE are very sensitive to the choice of control parameters L, F and CR. The crossover rate CR is between [0.3 , 0.9]. Mutation Factor (F) should not be smaller than a certain value to prevent premature convergence. 3.6 Stopping criterion There are various criteria available to stop a stochastic optimization algorithm. In this maximum number of iterations is chosen as the stopping criterion 4. FIREFLY ALGORITHM The Firefly Algorithm ( FA) is a Meta heuristics, nature-inspired, optimization algorithm which is based on the flashing behaviour of fireflies, or lighting bugs, in the summer sky in the tropical temperature regions . Firefly Algorithm was developed by Dr. Xin-She Yang at Cambridge University in 2007, and it is based on the swarm behaviour such as insects or birds present in nature. The firefly algorithm is identical with other algorithms which are based on the so-called swarm intelligence, such as Particle Swarm Optimization (PSO), Artificial Bee Colony optimization (ABC), and Bacterial Foraging (BFA) algorithms, it is indeed much simpler both in concept and implementation Furthermore, according to recent bibliography, It is more efficient and can outperform other conventional algorithms, such as genetic algorithms, for solving many optimization problems; a fact that has been justified in a recent research, where the statistical performance of the firefly algorithm was measured against other well-known optimization algorithms using various standard stochastic test functions . Its main advantage is the fact that it uses mainly real random numbers, and it is based on the global communication among the swarming particles. 4.1 The firefly algorithm has three rules which are based on some of the major flashing characteristics of real fireflies. The characteristics are as follows: a) All fireflies are unisex and they will move towards more attractive and brighter ones regardless their sex. b) The degree of attractiveness of a firefly is proportional to its brightness which decreases as the distance from the other firefly increases. This is due to the fact that the air absorbs light. If there is not a brighter or more attractive firefly than a particular one, it will then move randomly. c) The brightness or light intensity of a firefly is determined by the value of the objective function of a given problem. For maximization problems, the light intensity is proportional to the value of the objective function. 4.2 Attractiveness: In the firefly algorithm, the form of attractiveness function of a firefly is given by the following monotonically decreasing function M/ = M) ∗ #NO−P/ ) with m≥1 …(4.1) Where, r is the gap between two fireflies. M) is the attractiveness in the starting when distance r=0 γ is an absorption coefficient which controls the decrease of light intensity. 4.3 Distance: The distance between two fireflies i j, at positions N 0 N.it can be defined as a Cartesian. / = ǁ N − N ǁ = QΣ N,; − N,; :; …(4.2) Where N,; is the Kth component of the spatial coordinate N of the ith firefly and d is the number of dimensions we have, for d=2 , we have / = RN − N − S − S …(4.3)
  • 8. International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 E-ISSN: 2321-9637 68 However, the calculation of a distance r can also be defined using other distance metrics, based on the nature of problem, such as manhattan distance. 4.4 Movement: The movement of the firefly which is attracted by a more attractive. Firefly + is given by is given by: N = N+M) ∗ exp − P/ )*(N − N)+α*/0 − ...(4.4) Where the first term is the current position of a firefly, the second term is used for considering a firefly’s attractiveness to light intensity seen by adjacent fireflies and third term is used for the random movement of fireflies in case there are no brighter ones. The coefficient α is a randomization parameter determined by the problem of interest. Rand is a random number generator uniformly in the distributed space [0,1]. 5. HYBRID DIFFERENTIAL EVOLUTION (DE) FIREFLY ALGORITHM We have noticed that the meta-heuristic methods are very efficient for the search of global solution for complex problems better than deterministic methods. However their disadvantage is the time of convergence which is due the high number of the agents and iterations. To solve this problem we have developed a hybrid method with the combination of two algorithms, the firefly algorithm and the Differential Evolution with a lower number of ants and fireflies as possible, the explanation of computation procedure of hybrid method and its concept. ALGORITHM Step1: Read the system data such as cost coefficients, minimum and maximum power limits of all generator units, power demand and B-coefficients. Step 2: Initialize the parameters and constants of Firefly Algorithm. They are noff, αmax, αmin, β0, γmin, γmax and itermax (maximum number of iterations). Step 3: Generate noff number of fireflies (xi) randomly between λmin and λmax . Step 4: Set iteration count to 1. Step 5: Calculate the fitness values corresponding to noff number of fireflies. Step 6: Obtain the best fitness value EbestFV by comparing all the fitness values and also obtain the best firefly values EbestFF corresponding to the best fitness value EbestFV. Step 7: Determine alpha(α) value of current iteration using the following equation: α (iter)= αmax -(( αmax - αmin) (current iteration number )/ itermax) Step 8: Determine the rij values of each firefly using the following equation: rij= EbestFV -FV rij is obtained by finding the difference between the best fitness value EbestFV (EbestFV is the best fitness value i.e., jth firefly) and fitness value FV of the ith firefly. Step 9: New xi values are calculated for all the fireflies using the equation(4.4) Step 10: EbestFF gives the optimal solution of the Economic Load Dispatch problem and the results are printed. The WXYZB value of the Firefly Algorithm is given to the Differential Evolution as Input Value. Read the input Data Step 11 : Generate an array of ( Ng * L ) of uniform random numbers. Set population counter , i=0 and increment the population counter to, i=i+1, set the generation counter, j=0 and increment the generation counter j=j+1. Step 12: Compute Pid using Eq. (3.2), check limits and adjust using Eq. (3.1a). Then compute penalty factor, 0 = using Eq. (3.3a) and (3.3).
  • 9. International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 E-ISSN: 2321-9637 69 Step 13: Generate an array of uniform random numbers and generate three different integer random numbers within the range 1 to L. . IF (j ≠ d) THEN compute t Zij using eq.(3.4) Step 14: Compute Uij(t+1) using Eq. (3.6), check limits and adjust using Eq. (3.1a). Then compute penalty factor, 0 = using Eq. (3.3a) and (3.3). Step 15 After calculating the objective function = using L number of variables for using initial and crossover population , a new population with the least objective function ( minimum fuel cost) is formed for the next generation. This is given by BC = D BC = = E E BC = B B FGℎ#/IJ# 9 5.7 Here = 1,2,…, !; = 1,2,…, , Step 16: The process is repeated until the maximum number of generations or no improvement is seen in the real power generation cost after many generations. The global optimum searching capability and the convergence speed of DE are very sensitive to the choice of control parameters L, F and CR. Step 17: There are various criteria available to stop a stochastic optimization algorithm. In this maximum number of iterations is chosen as the stopping criterion 6. SIMULATION RESULTS The effectiveness of the proposed firefly algorithm is tested with three unit system. Firstly the problem is solved by Firefly Algorithm and then the DE-FIREFLY Algorithm is used to solve the problem 6.1 Three-Unit System The generator cost coefficients, generation limits and B-coefficient matrix of three unit system are given below. Economic Load Dispatch solution for three unit system is solved using conventional Firefly Algorithm and DE-Firefly Hybrid algorithm method. Test results of DE-Firefly method are given in table 6.2.Test results of Firefly Algorithm are given in Table 6.3 Comparison of test results of DE-Firefly Hybrid and Firefly algorithm are shown in table 6.4. Table 6.1: Cost Coefficients and Power limits of 3 Unit system The loss Coefficients matrix of 3 Unit 0.000071 0.000030 0.000025 0.000030 0.000069 0.000032 0.000025 0.000032 0.000080 % = [ ` Table 6.2: Test results of DE-FIREFLY Algorithm for 3-Unit System Sr . N o Power Demand(M W) P1(MW) P2(MW) P3(MW) abZZ (MW ) Fuel Cost(Rs/Hr) 1 350 64.093328 160.37892 2 126 .471 18383.6015 63 2 400 66.373126 187.51756 0 146.11005 8 .495 20487.5694 76 3 450 42.825634 191.52132 7 215.65403 6 0.5 22785.9526 05 S.NO
  • 10. O O 1 1243.5311 38.30553 0.03546 35 210 2 1658.5696 36.32782 0.02111 130 325 3 1356.6592 38.27041 0.01799 125 315
  • 11. International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 E-ISSN: 2321-9637 70 4 500 64.499424 232.19894 3 203.30282 3 1 24974.4656 26 5 550 69.139309 209.38136 6 271.48079 6 1 27324.1050 80 6 600 71.333083 290.43716 0 238.23067 3 1.5 29641.5252 77 7 650 137.00242 5 298.97173 1 214.52776 3 1.7 31935.1862 30 8 700 141.85293 3 292.66473 9 266.48456 3 1.8 34273.7316 41 Table 6.3: Test results of FIREFLY Algorithm for 3-Unit system Sr. No . Power Demand( MW) P1 (MW) P2 (MW) P3 (MW) abZZ (MW) Fuel Cost (RS/Hr) 1 350 43 159 149 1 18482.8966 15 2 400 36 216.6681 30 149.831 467 1.25 20933.6645 47 3 450 43.074777 170.1702 86 238 1.245 23019.5606 55 4 500 93 209 199 1 25070.6061 05 5 550 210 173 168 1 27820.2673 10 6 600 190.244315 213.0304 29 196.726 834 1.5 29751.5693 98 7 650 45.427961 308 298 1.65 32408.3787 30 8 700 160 276 266 2 34582.5818 76 Table4 : Comparison of test Results of Firefly Algorithm and DE-FIREFLY Algorithm for 3 unit System Sr No. Power Demand Fuel Cost (Rs/Hr) Firefly Algorithm Fuel Cost (Rs/Hr) DE-Firefly Algorithm 1 350 18482.896615 18383.601563 2 400 20933.664547 20487.569476 3 450 23019.560655 22785.952605 4 500 25070.606105 24974.465626 5 550 27820.267310 27380.105080 6 600 29751.569398 29641.525277 7 650 32408.378730 31935.186230 8 700 34582.581876 34273.731641 7. CONCLUSION Economic Load Dispatch problem is solved by using Firefly Algorithm and DE-Firefly Hybrid Algorithm. The programs are written in MATLAB software package. The solution algorithm has been tested for three generating units. The results obtained from DE-Firefly Algorithm are compared with the results of Firefly Algorithm. Comparison of test results of both methods reveals that DE-Firefly Hybrid Algorithm is able to give more optimal solution than Firefly. Thus, it develops a simple tool to meet the load demand at minimum operating cost while satisfying all units and operational constraints of the power system. REFERENCES [1] R Subramanian, K. Thanushkodi and A. Prakash, “An efficient Meta Heurisitc Algorithm to Solve Economic Load Dispatch Problems”. Iranian Journal of Electrical and Electronics Engineering. Vol. 9, No.4 Dec 2013.
  • 12. International Journal of Research in Advent Technology, Vol.2, Issue.8, August 2014 E-ISSN: 2321-9637 71 [2] Xin-She Yang, Xingshi He,” Firefly Algorithm: Recent Advances and Applications” arXiv:1308.3898v1, 18 Aug 2013. [3] Mimoun Younes,” A novel Hybrid FFA-ACO Algorithm for Economic Power Dispatch” CEAI, Vol.15, No.2 pp. 67-77, 2012. [4] Shubham Tiwari, Ankit Kumar, G.S Chaurasia, G.S Sirohi,” Economic Load Dispatch Using Particle Swarm Optimization” IJAIEM, Volume 2, Issue 4, April 2013. [5] Thenmalar. K , Dr. A. Allirani,” Solution of Firefly algorithm for the economic thermal power dispatch with emission constraint in various generation plants”4th ICCCNT ,July 4-6 2013IEEE-31661 [6] Surekha P, N. Archana, Dr.S.Sumathi,” Unit Commitment and Economic Load Dispatch using Self Adaptive Differential Evolution” WSEAS TRANSACTIONS on POWER SYSTEMS, Issue 4, Volume 7, October 2012 [7] Sunil Kumar Soni, Vijay Bhuria,” Multi-objective Emission constrained Economic Power Dispatch Using Differential Evolution Algorithm” International Journal of Engineering and Innovative Technology (IJEIT) Volume 2, Issue 1, July 2012 [8] Surekha P, Dr.S.Sumathi,” Solving Economic Load Dispatch problems using Differential Evolution with Opposition Based Learning” WSEAS TRANSACTIONS on INFORMATION SCIENCE and APPLICATIONS, Issue 1, Volume 9, January 2012. [9] Mohd Herwan Sulaiman, Hamdan Daniyal, Mohd wazir Mustafa,” Modified Firefly algo in solving Economic Dispatch problem with practical constraints “2012 IEEE international conf. on power and energy ,2-5 Dec 2012. Kota Kinabalu Sabah,Malaysia. [10] M.H.Sulaiman, M.W.Mustafa, Z.N. Zakaria,” Firefly algorithm technique for solving Economic Dispatch Problem”, 2012 IEEE international power engg. And optimization conference4-6 June, Melaka , Malaysia.