SlideShare a Scribd company logo
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 10, No. 2, April 2020, pp. 1135~1141
ISSN: 2088-8708, DOI: 10.11591/ijece.v10i2.pp1135-1141  1135
Journal homepage: http://ijece.iaescore.com/index.php/IJECE
Optimal unit commitment of a power plant using particle
swarm optimization approach
Boniface O. Anyaka1
, J. Felix Manirakiza2
, Kenneth. C Chike3
, Prince A. Okoro4
1,3,4
Department of Electrical Engineering, University of Nigeria, Nigeria
2
Department of Electrical and Electronis Engineering, Integrated Polytechnic Regional Centre (IPRC)-Gishari, Rwanda
Article Info ABSTRACT
Article history:
Received Dec 4, 2018
Revised Oct 4, 2019
Accepted Oct 12, 2019
Economic load dispatch among generating units is very important for any
power plant. In this work, the economic load dispatch was made at Egbin
Thermal Power plant supplying a total load of 600MW using six generating
units. In carrying out this study, transmission losses were assumed to be
included into the load supplied. Also, three different combinations in
the form of 6, 5- and 4-units commitment were considered. In each case,
the total load was optimally dispatched between committed generating units
using Particle Swarm Optimization (PSO). Similarly, the generation cost for
each generating unit was determined. For case 1, the six generators were
committed and the generation cost is 2,100,685.069$/h. For case 2, five
generators were committed and the generation cost is 2,520,861.947$/h.
For case 3, four generators were committed and the generation cost is
3,150,621.685$/h. From all considered cases, it was found that, the minimum
generation cost was achieved when all six generating units were committed
and a total of 420,178.878$/h was saved.
Keywords:
Economic load dispatch
Generating unit
Generation cost
Optimization
Particle swarm optimization
Copyright © 2020 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Boniface O. Anyaka,
Department of Electrical Engineering,
University of Nigeria,
Nsukka, Enugu State, Nigeria.
Email: boniface.anyaka@unn.edu.ng
1. INTRODUCTION
For efficient and reliable operation of power system, proper analysis of operating the system
economically is of great importance [1]. For economic operation of generators many variables are considered
such as fuel, labour and maintenance cost. For thermal and nuclear plants, the most important variable
considered is the fuel cost [2]. Economic load dispatch problem is defined as allocating loads to generating
units at minimum cost while satisfying various operational constraints [3-8]. The generators are to be
scheduled in such a way that generators with minimum cost are used as much as possible [6]. Several factors
contribute in generation cost of a thermal power plant such as the location of load centres and the fuel cost.
The cost of power generation particularly in fossil fuel plants is high and economic dispatch helps in saving
a significant amount of revenue for a utility company [4]. Most generating stations are faced with
the problem of allocation of generators and this lapse leads to non-economical operation of the plants.
Non-economical operation of the plants directly leads to higher incremental fuel cost, thus; leading to high
tariff of electricity on consumers.
In this study, Particle Swarm Optimization (PSO) technique was used to economically dispatch
the load between the generating units and determine the minimum generation cost at Egbin Thermal Power
Plant station in Nigeria. These were done after determining the generation cost function of each generating
unit using Least Square Estimation Technique. PSO technique was used in this study due to its mathematical
simplicity, fast convergence and robustness to solve hard optimization problems. The study will benefit
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1135 - 1141
1136
utility companies and consumers of electricity. This will help in reduction of production cost of the utility
companies and minimize tariff on consumers.
The solution of economic dispatch problem has been proposed and different algorithms have been
developed. Traditional algorithms such as Lambda iteration, gradient, Newton-Raphson methods, etc. were
widely employed in solving the Economic Load Dispatch (ELD) problem if their cost functions are piecewise
linear [4, 9]. These methods were challenged by the introduction of transmission losses and prohibited zones
due to environmental impacts; thus, the use of advanced techniques such as genetic algorithms, evolutionary
programming, particle swarm optimization, artificial immune systems, harmony search, Tabu search,
artificial neural network, among others are preferred [10-19].
2. RESEARCH METHOD
The Egbin electric power generation station used for this study is a steam thermal plant that makes
use of steam to drive its turbines in order to generate electricity. The power station uses natural gas as fuel to
fire the boiler. The station was established in 1985 and is located in Egbin village near Ijede town in Ikorodu
Local Government Area of Lagos state, Nigeria. At present, the installed capacity of the generating station is
1320MW which consists of six (6) steam-turbine generators each having maximum plant capacity of
220MW [20].
The major concern of an economic dispatch problem is to minimize the fuel cost for a given thermal
power plant considering a given total load demand subject to operating constraints of a power system.
Therefore, it can be formulated mathematically with the objective function and constraints. In any practical
case, the fuel cost function of any generating unit is represented by a quadratic function of the real power
generation.
CPBPAC iii  2
(1)
The incremental fuel-cost curve is a measure of how costly it will be to produce the next increment of power.
BPA
Pd
Cd
i
i
i  2 (2)
Thus, the objective function is formulated as
𝑀𝑖𝑛 𝐶 𝑇 = ∑ 𝐶𝑖(𝑃𝑖)𝑛
𝑖=1 (3)
where
CT is the total fuel cost,
 PC ii and Pi are the cost functions and real power output of generator i respectively
n is the number of committed generators.
2.1. System constraints
In this study, the system constraint was classified into equality constraint and inequality constraint
2.1.1. Equality Constraints
As stated in [21], the total power generation must cover the total demand PD and the real power loss
in transmission lines PL . It is also called power balance equation and is expressed as
PPP LD
n
i
Gi 
1
(4)
2.1.2. Inequality constraints
As stated in [22] the output power of each generator should lie between minimum and maximum
limits, so that
PPP
Max
ii
Min
i  (5)
With P
Min
i and P
Max
i are the minimum and maximum power outputs of the i
th
generating unit respectively.
Int J Elec & Comp Eng ISSN: 2088-8708 
Optimal unit commitment of a power plant using particle swarm … (Boniface O. Anyaka)
1137
2.2. Overview of PSO
The PSO algorithm which was first proposed by Kennedy and Eberhart has been inspired by
the Social behavior of a simple system (flock of birds). This algorithm can be effectively useful in solving
many non-linear hard optimization problems [10]. Unlike the mathematical methods for solving optimization
problems, this algorithm does not need any gradient information about objective or error function and it can
obtain the best solution independently [23]. According to the PSO algorithm, a swarm of particles that have
predefined restrictions starts to fly on the search space. The performance of each particle is evaluated by
the value of the objective function and considering the minimization problem, in this case, the particle with
lower value has more performance [24]. The best experience for each particle in iterations is stored in its
memory and called personal best (Pbest).
The best value of Pbests (less values) in iterations determines the global best (Gbest). By using
the concept of Pbest and Gbest the velocity of each particle is updated in (6)
   XXrcXXrcVV
k
igbest
k
ipbest
k
i
k
i 
22111
(6)
where
V
k
i
1
: Particle Velocity at current iteration (k+1)
V
k
i : Particle velocity at iteration k
r1, r2: Random number between [0 - 1]
c1, c2: Acceleration constant.
After this, particles fly to a new position:
VXX
k
i
k
i
k
i
11 
 (7)
where
X
k
i
1
: Current particle position at iteration k+1
X
k
i : Particle position at iteration k
With numerical analysis method, the marginal cost of each unit was determined using least square
estimation technique. The incremental cost (marginal cost) for each generating unit was obtained by solving
the following equations
 PbaNC ii ** (8)
 PbPaCP iiii
2
** (9)
By solving (8) and (9), the marginal cost function was given as
PbaIC ii * (10)
With
ICi : The incremental cost function of unit i
Pi : Power generated by unit i
𝑁: Samples taken in a period.
The generation cost function of a unit is determined by the area under the marginal cost function;
hence the generation function is given by the integration of the marginal cost function of a considered unit.
The load dispatch between generating units and minimum generation cost was done using Particle Swarm
Optimization (PSO) considering system constraints. For the reason of comparing results, 3 cases were
considered namely: test with six generating units, test with 5 generating units and test with 4 generating units.
Sample data used in this study are given given in Tables 1-3. Full details of the data used can be found in
[25] The data contains power output and energy generated from each of the six generating units at Egbin
power plant. A generation cost of 0.07$/KWh was considered [26].
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1135 - 1141
1138
Table 1. Power generation parameters for unit-1
Year
Installed
capacity
in MW
Installed
capacity
in MWh
Generated
capacity
( Pi ) in
MW
Generated
capacity in
MWh
Operating
Time in
hours
Generation
cost ($)
Generation
cost ( Ci
)
per hour ($/h)
PC ii Pi
2
2002 220 1,927,200 167.06 1,324,090 7,926 92,686,300 11,694 1953633 27909.04
2003 220 1,927,200 141.86 1,143,541 8,061 80,047,870 9,930 1408698 20124.26
2004 220 1,927,200 177.19 1,339,773 7,561 93,784,110 12,403 2197741 31396.3
2005 220 1,927,200 177.94 1,364,226 7,667 95,495,820 12,456 2216385 31662.64
2006 220 1,927,200 130.91 1,052,177 8,037 73,652,390 9,164 1199620 17137.43
 794.96 55,647 8976077 128229.7
Table 2. Power generation parameters for unit-2
Year
Installed
capacity
in MW
Installed
capacity
in MWh
Generated
capacity
( Pi ) in MW
Generated
capacity
in MWh
Operating
Time in
hours
Generation
cost ($)
Generation
cost ( Ci )
per hour
($/h)
PC ii Pi
2
2002 220 1,927,200 185.41 1,520,460 8,201 106432200 12,979 2406381 34376.87
2003 220 1,927,200 146.38 1,159,000 7,918 81130000 10,247 1499897 21427.1
2004 220 1,927,200 168.57 1,310,468 7,774 91732760 11,800 1989109 28415.84
2005 220 1,927,200 191.42 1,529,428 7,990 107059960 13,399 2564913 36641.62
2006 220 1,927,200 131.5 919,652 6,994 64375640 9,205 1210458 17292.25
 823.28 57,630 9670758 138153.7
Table 3. Power generation parameters for unit-3
Year
Installed
capacity
in MW
Installed
capacity in
MWh
Generated
capacity
( Pi ) in
MW
Generated
capacity in
MWh
Operating
Time in
hours
Generation
cost ($)
Generation
cost( Ci )
per hour
($/h)
PC ii Pi
2
2002 220 1,927,200 173.68 1,370,025 7,888 95901750 12,158 2111532 30164.74
2003 220 1,927,200 148.57 1,141,902 7,686 79933140 10,400 1545113 22073.04
2004 220 1,927,200 180.65 1,412,183 7,817 98852810 12,646 2284410 32634.42
2005 220 1,927,200 181.88 1,458,950 8,021 102126500 12,732 2315623 33080.33
2006 220 1,927,200 126.52 918,879 7,263 64321530 8,856 1120512 16007.31
 811.3 56,791 9377190 133959.9
3. RESULTS AND ANALYSIS
Using the values given in Tables 1 to 6 the marginal cost function for each unit was obtained as
follows:
Unit-1: PIC 11 0162.706185.2  (11)
Unit-2: PIC 22 9742.693213.4  (12)
Unit-3: PIC 33 9987.692100.0  (13)
Unit-4: PIC 44 9674.691809.5  (14)
Unit-5: PIC 55 700 (15)
Unit-6: PIC 66 700 (16)
The generation cost function for each unit were obtained as:
𝐶1 = −2.6185𝑃1 + 35.0081𝑃1
2
(17)
PPC 2
222 9871.343213.4  (18)
Int J Elec & Comp Eng ISSN: 2088-8708 
Optimal unit commitment of a power plant using particle swarm … (Boniface O. Anyaka)
1139
PPC 2
333 99935.342100.0  (19)
PPC 2
444 9837.341809.5  (20)
PC 2
55 350 (21)
PC 2
66 350 (22)
The solved problem was given by (3) as follow:
 PCC i
i
iT 

6
1
min
With ∑ 𝑃1
6
𝑖=1 = 600𝑀𝑊 MWPMW i 22055and 
The generating units are of the same generation limits and transmission losses were included into
the considered load.
Test Case 1:
In this case, six generating units were committed. The power outputs and the generation costs are
presented in Table 4.
Table 4. Power outputs and generation cost for six generating units: Test Case-1
Generating Unit Power Output (MW) Generation Cost ($/ℎ)
1 100.2256 351399.9065
2 100.6464 354843.6744
3 99.5921 347164.9906
4 100.4835 353748.6969
5 97.8742 335227.5659
6 101.1788 358300.2349
Total 600 2100685.069
Test Case 2:
In this case, only five generating units were committed. The power outputs and the generation costs
are presented in Table 5.
Table 5. Power outputs and generation cost for five generating units: Test Case-2
Generating Unit Power Output (MW) Generation Cost ($/ℎ)
1 121.9885 520642.9054
2 120.3676 507425.8142
3 120.7055 509959.4983
4 118.2269 489600.6828
5 118.7113 493233.0462
Total 600 2520861.947
Test Case 3:
In this case, only four generating units were committed. The power outputs and the generation costs
are presented in Table 6.
Table 6. Power outputs and generation cost for four generating units: Test Case-3
Generating Unit Power Output (MW) Generation Cost ($/ℎ)
1 150.85118 796258.615
2 149.1677 779142.6558
3 149.9890 787401.3791
4 149.9913 787819.0351
Total 600 3150621.685
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1135 - 1141
1140
The reason for considering only 3 cases was because of no optimization was found using PSO for
the other 3 combination of generating units. From the results obtained, a difference of 420178.878$/h was
recorded when six generating units’ combination was used ahead of the five and four generating units
combinations.
4. CONCLUSION
Using the plant generation data for 5 years from 2002 to 2006 the generation cost functions of 6
generating units at Egbin thermal plant were determined. The economic load dispatch and optimum
generation cost for the considered period was determined using Particle Swarm Optimization. Considering
a combination of six generating units all operational, the minimum generation cost was obtained as
2,100,685.069$/h. The other possible unit combinations were analysed where the 5-units and 4-unit
combinations were considered. From the results obtained from each combination, it was seen that
the minimum generation cost was achieved if all six generating units were committed and the power plant
was saving a total of 420,178.878$/h.
REFERENCES
[1] J. J. Grainger, “Power System Analysis” Text Book, ISBN 0-07-061293-5
[2] D. Das, “Electrical Power Systems”, Text Book, ISBN: 978-81-224-2515-4
[3] S. Nagendra and K. Yogendra, “Multiobjective Economic Load Dispatch Problem Solved by New PSO”, Hindawi
Publishing Corporation Advances in Electrical Engineering, pp. 6, 2015.
[4] X. V. Neto, “Solving non-smooth economic dispatch by a new combination of continuous GRASP algorithm and
differential evolution,” Electrical Power and Energy Systems, pp.13-24, 2017
[5] F. Alkhalil and P. Degobert, “Fuel consumption optimization of a multimachines microgrid by secant method
combined with IPPD table,” International Conference on Renewable Energies and Power Quality (ICREPQ’09)
Valencia (Spain), 2009.
[6] A. Bhardwaj, “Literature Review of Economic Load Dispatch Problem in Electrical Power System using Modern
Soft Computing,” International Journal of Advance Research in Science and Engineering, vol. 6(1), 2017.
[7] Y. Wang and H. Xiao “Modeling and Solution of Economic Dispatch Problem for GTCC Units,” Energy and Power
Engineering, vol. 5, pp. 294-299, 2013. available online at: http://www.scirp.org/journal/epe.
[8] M. Y. Malik and H. Gupta “A Review on Combined Economic Load and Emission Dispatch Problem,” IJEDR,
vol. 4(2), 2016
[9] J. P. Fossati, “Unit Commitment and Economic Dispatch in Micro grids,” no.10, 2012.
[10] A. Zaraki and M. F. B. Othman, “Implementing PSO to solve economic load dispatch problem,” International
Conference of Soft Computing and Pattern Recognition, 2009.
[11] D. G. B. Amali, and M. Dinakaran, “A Review of Heuristic Global Optimization Based Artificial Neural Network
Training Approahes,” IAES International Journal of Artificial Intelligence (IJ-AI), vol. 6(1), pp. 26-32, 2017.
[12] A. Amen, “Multi-Operator Genetic Algorithm for Dynamic Optimizatio Problems,” IAES International Journal of
Artificial Intelligence (IJ-AI), vol. 6(3), pp. 139-142, 2017.
[13] K. Lenin, “Shrinkage of real power loss by enriched brain storm optimization algorithm,” IAES International
Journal of Artificial Intelligence (IJ-AI), vol. 8(1), pp. 1-6, 2019.
[14] S. Jayalakshmi and R. Aswini, “A Novel Optimization Algorithm Based on Stinging Behavior of Bee,” IAES
International Journal of Artificial Intelligence (IJ-AI), vol. 7(4), pp. 153-164, 2018.
[15] X. Huang, X. Zeng, R. Han and X. Wang, “An enhanced hybridized artificial bee colony algorithm for optimization
problems,” IAES International Journal of Artificial Intelligence (IJ-AI), vol. 8(1), pp. 87-94, 2019.
[16] T. D. Apale and A. B. Patil, “Optimization study of fuzzy parametric uncertain system,” IAES International Journal
of Artificial Intelligence (IJ-AI), vol. 8(1), pp. 14-25, 2019.
[17] W. N. A. Abed, O. A. Imran and I. S. Fatah, “Аutomаtіϲ ԍenerаtіon control based wһale орtimіzation αlgorithm,”
International Journal of Electrical and Computer Engineering (IJECE), vol. 9(6), pp. 4516-4523, 2019.
[18] M. H. Lokman, I. Musirin, S. I. Suliman, H. Suyono, R. N. Hasanah, S. A. S. Mustafa and M. Zellagui, “Multi-verse
optimization based evolutionary programming technique for power scheduling in loss minimization scheme,” IAES
International Journal of Artificial Intelligence (IJ-AI), vol. 8(3), pp. 292-298, 2019.
[19] A. Hamzi and R. Meziane, “Cat Swarm Optimization to Shunt Capacitor Allocation in Algerian Radial Distribution
Power System,” IAES International Journal of Artificial Intelligence (IJ-AI), vol. 7(3) pp. 143-152, 2018.
[20] M. N. Eke, “Long Term Energy Performance Analysis of Egbin Thermal Power Plant, Nigeria,” Nigerian Journal of
Technology (NIJOTECH), vol. 33(1), pp. 97-103, 2014.
[21] C. Kumar and T. Alwarsamy, “Solution of Economic Dispatch Problem using Differential Evolution Algorithm,”
International Journal of Soft Computing and Engineering (IJSCE), vol.1(6), 2012.
[22] K. H. Khwee and Abubakar “Hybrid PSO-GSA for Economic Load Dispatch with Valve-Point Effects,”
International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering,
vol. 7(1), 2018.
Int J Elec & Comp Eng ISSN: 2088-8708 
Optimal unit commitment of a power plant using particle swarm … (Boniface O. Anyaka)
1141
[23] W. R. Abdul-Adheem, “An enhanced particle swarm optimization algorithm,” International Journal of Electrical
and Computer Engineering (IJECE), vol. 9(6), pp. 4904-4907, 2019.
[24] M. Takruri1, M. K. A. Mahmoud and A. Al-Jumaily, “PSO-SVM hybrid system for melanoma detection from histo-
pathological images,” International Journal of Electrical and Computer Engineering (IJECE), vol. 9(4),
pp. 2941-2949, 2019.
[25] I. Emovon, B. Kareem and M. K. Adeyeri, “Performance Evaluation of Egbin Thermal Power Station, Nigeria,”
Proceedings of the World Congress on Engineering and Computer Science 2011, vol. 2, 2011.
[26] The Nigerian Economic Summit Group, “Comparison of Costs of Electricity Generation in Nigeria,” Report by
Heinrich Boll Stiftung, Abuja, June 2017.
BIOGRAPHIES OF AUTHORS
Boniface O. Anyaka is currently a Senior Lecturer in the Department of Electrical Engineering,
Faculty of Engineering, University of Nigeria, Nsukka, Nigeria. He had his M. Eng in Electric
Power System/Applied Automatics from the University of Technology, Wroclaw, Poland in 1988
and his Ph.D. from the Department of Electrical Engineering. University of Nigeria, Nsukka in
2011. He has held a number of positions in the university system. He was the director, student’s
industrial work experience scheme (SIWES), University of Nigeria Nsukka and Enugu campuses
between 2006 and 2007. He was the acting Head, Department of Electrical Engineering,
University of Nigeria, Nsukka (2011-2013) and the immediate past Associate Dean, Faculty of
Engineering, University of Nigeria, Nsukka (2016-2018)Engr. Dr. Anyaka is a registered
member of the Council for the Regulation of Engineering in Nigeria (COREN), corporate
member, Nigeria Society of Engineers (NSE), member, Solar Energy Society of Nigeria (SESN),
and Member Nigeria Institution of Electrical and Electronic Engineers (NIEEE). His major field
of research interest are in the areas of power system modelling and renewable energy
(Photovoltaic). He has to his credit, over 50 publications in both local and international journals.
J. Felix Manirakiza is an Assistant Lecturer in Electrical and Electronics Engineering,
Integrated Polytechnic Regional Centre-Gishari, Rwanda. He has Master’s Degree in Power
Systems from the University of Nigeria, Nsukka (2019). He obtained a Bachelor’s Degree in
Electrical Engineering in 2011 from University of Rwanda, College of Science and Technology.
Kenneth C. Chike holds a bachelor degree in Electrical and Electronics Engineering from
Igbinedion University, Okada, Nigeria. He is currently a masters Engineering student in
the Department of Electrical Engineering, University of Nigeria, Nsukka. His Research area
interest is in Power Systems Engineering and Renewable Energy.
Prince A. Okoro, holds a bachelor degree in Electrical Engineering from the Department of
Electrical engineering, University of Nigeria, Nsukka. He is currently a masters Engineering
student in the Department of Electrical Engineering, University of Nigeria, Nsukka. He is an
EnergyNet Student, 2019. He is a cofounder of BEBEQUE LEMITED. His area of interest is in
Power Systems Engineering and Green Power Generation through Renewable Energy.

More Related Content

What's hot

Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging EnsemblesOptimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Kashif Mehmood
 
Multi-objective based economic environmental dispatch with stochastic solar-w...
Multi-objective based economic environmental dispatch with stochastic solar-w...Multi-objective based economic environmental dispatch with stochastic solar-w...
Multi-objective based economic environmental dispatch with stochastic solar-w...
IJECEIAES
 
Compromising between-eld-&-eed-using-gatool-matlab
Compromising between-eld-&-eed-using-gatool-matlabCompromising between-eld-&-eed-using-gatool-matlab
Compromising between-eld-&-eed-using-gatool-matlab
Subhankar Sau
 
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...
IJECEIAES
 
F43022431
F43022431F43022431
F43022431
IJERA Editor
 
ENEA My Activities
ENEA My ActivitiesENEA My Activities
ENEA My Activities
matteodefelice
 
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...
IJECEIAES
 
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
IJAPEJOURNAL
 
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
IJECEIAES
 
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
TELKOMNIKA JOURNAL
 
A Genetic Algorithm Approach to Solve Unit Commitment Problem
A Genetic Algorithm Approach to Solve Unit Commitment ProblemA Genetic Algorithm Approach to Solve Unit Commitment Problem
A Genetic Algorithm Approach to Solve Unit Commitment Problem
IOSR Journals
 
17 9740 development paper id 0014 (edit a)
17 9740 development paper id 0014 (edit a)17 9740 development paper id 0014 (edit a)
17 9740 development paper id 0014 (edit a)
IAESIJEECS
 
Optimization Methods and Algorithms for Solving Of Hydro- Thermal Scheduling ...
Optimization Methods and Algorithms for Solving Of Hydro- Thermal Scheduling ...Optimization Methods and Algorithms for Solving Of Hydro- Thermal Scheduling ...
Optimization Methods and Algorithms for Solving Of Hydro- Thermal Scheduling ...
IOSR Journals
 
The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...
IJECEIAES
 
H011137281
H011137281H011137281
H011137281
IOSR Journals
 
Stochastic renewable energy resources integrated multi-objective optimal powe...
Stochastic renewable energy resources integrated multi-objective optimal powe...Stochastic renewable energy resources integrated multi-objective optimal powe...
Stochastic renewable energy resources integrated multi-objective optimal powe...
TELKOMNIKA JOURNAL
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
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
 
Daily Peak Load Forecast Using Artificial Neural Network
Daily Peak Load Forecast Using Artificial Neural NetworkDaily Peak Load Forecast Using Artificial Neural Network
Daily Peak Load Forecast Using Artificial Neural Network
IJECEIAES
 

What's hot (20)

Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging EnsemblesOptimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
Optimal Power Generation in Energy-Deficient Scenarios Using Bagging Ensembles
 
Multi-objective based economic environmental dispatch with stochastic solar-w...
Multi-objective based economic environmental dispatch with stochastic solar-w...Multi-objective based economic environmental dispatch with stochastic solar-w...
Multi-objective based economic environmental dispatch with stochastic solar-w...
 
Compromising between-eld-&-eed-using-gatool-matlab
Compromising between-eld-&-eed-using-gatool-matlabCompromising between-eld-&-eed-using-gatool-matlab
Compromising between-eld-&-eed-using-gatool-matlab
 
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...
 
F43022431
F43022431F43022431
F43022431
 
ENEA My Activities
ENEA My ActivitiesENEA My Activities
ENEA My Activities
 
40220130405012 2
40220130405012 240220130405012 2
40220130405012 2
 
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...
Multi Objective Directed Bee Colony Optimization for Economic Load Dispatch W...
 
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
 
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
Optimal Integration of the Renewable Energy to the Grid by Considering Small ...
 
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
 
A Genetic Algorithm Approach to Solve Unit Commitment Problem
A Genetic Algorithm Approach to Solve Unit Commitment ProblemA Genetic Algorithm Approach to Solve Unit Commitment Problem
A Genetic Algorithm Approach to Solve Unit Commitment Problem
 
17 9740 development paper id 0014 (edit a)
17 9740 development paper id 0014 (edit a)17 9740 development paper id 0014 (edit a)
17 9740 development paper id 0014 (edit a)
 
Optimization Methods and Algorithms for Solving Of Hydro- Thermal Scheduling ...
Optimization Methods and Algorithms for Solving Of Hydro- Thermal Scheduling ...Optimization Methods and Algorithms for Solving Of Hydro- Thermal Scheduling ...
Optimization Methods and Algorithms for Solving Of Hydro- Thermal Scheduling ...
 
The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...
 
H011137281
H011137281H011137281
H011137281
 
Stochastic renewable energy resources integrated multi-objective optimal powe...
Stochastic renewable energy resources integrated multi-objective optimal powe...Stochastic renewable energy resources integrated multi-objective optimal powe...
Stochastic renewable energy resources integrated multi-objective optimal powe...
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
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)
 
Daily Peak Load Forecast Using Artificial Neural Network
Daily Peak Load Forecast Using Artificial Neural NetworkDaily Peak Load Forecast Using Artificial Neural Network
Daily Peak Load Forecast Using Artificial Neural Network
 

Similar to Optimal unit commitment of a power plant using particle swarm optimization approach

Optimal Operation of Wind-thermal generation using differential evolution
Optimal Operation of Wind-thermal generation using differential evolutionOptimal Operation of Wind-thermal generation using differential evolution
Optimal Operation of Wind-thermal generation using differential evolution
IOSR Journals
 
Statistical modeling and optimal energy distribution of cogeneration units b...
Statistical modeling and optimal energy distribution of  cogeneration units b...Statistical modeling and optimal energy distribution of  cogeneration units b...
Statistical modeling and optimal energy distribution of cogeneration units b...
IJECEIAES
 
Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...
International Journal of Power Electronics and Drive Systems
 
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
 
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
 
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
 
IRJET-Comparative Analysis of Unit Commitment Problem of Electric Power Syste...
IRJET-Comparative Analysis of Unit Commitment Problem of Electric Power Syste...IRJET-Comparative Analysis of Unit Commitment Problem of Electric Power Syste...
IRJET-Comparative Analysis of Unit Commitment Problem of Electric Power Syste...
IRJET Journal
 
Economic dipatch
Economic dipatch Economic dipatch
Economic dipatch
Doni Wahyudi
 
Sizing of Hybrid PV/Battery Power System in Sohag city
Sizing of Hybrid PV/Battery Power System in Sohag citySizing of Hybrid PV/Battery Power System in Sohag city
Sizing of Hybrid PV/Battery Power System in Sohag city
iosrjce
 
I010626370
I010626370I010626370
I010626370
IOSR Journals
 
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
 
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
IOSR Journals
 
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
 
Improved particle swarm optimization algorithms for economic load dispatch co...
Improved particle swarm optimization algorithms for economic load dispatch co...Improved particle swarm optimization algorithms for economic load dispatch co...
Improved particle swarm optimization algorithms for economic load dispatch co...
IJECEIAES
 
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
 
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
 
Design methodology of smart photovoltaic plant
Design methodology of smart photovoltaic plant Design methodology of smart photovoltaic plant
Design methodology of smart photovoltaic plant
IJECEIAES
 
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
IJERA Editor
 
life cycle cost analysis of a solar energy based hybrid power system
life cycle cost analysis of a solar energy based hybrid power systemlife cycle cost analysis of a solar energy based hybrid power system
life cycle cost analysis of a solar energy based hybrid power system
INFOGAIN PUBLICATION
 
Numerical simulation of Hybrid Generation System: a case study
Numerical simulation of Hybrid Generation System: a case studyNumerical simulation of Hybrid Generation System: a case study
Numerical simulation of Hybrid Generation System: a case study
IRJET Journal
 

Similar to Optimal unit commitment of a power plant using particle swarm optimization approach (20)

Optimal Operation of Wind-thermal generation using differential evolution
Optimal Operation of Wind-thermal generation using differential evolutionOptimal Operation of Wind-thermal generation using differential evolution
Optimal Operation of Wind-thermal generation using differential evolution
 
Statistical modeling and optimal energy distribution of cogeneration units b...
Statistical modeling and optimal energy distribution of  cogeneration units b...Statistical modeling and optimal energy distribution of  cogeneration units b...
Statistical modeling and optimal energy distribution of cogeneration units b...
 
Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...
 
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
 
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...
 
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)
 
IRJET-Comparative Analysis of Unit Commitment Problem of Electric Power Syste...
IRJET-Comparative Analysis of Unit Commitment Problem of Electric Power Syste...IRJET-Comparative Analysis of Unit Commitment Problem of Electric Power Syste...
IRJET-Comparative Analysis of Unit Commitment Problem of Electric Power Syste...
 
Economic dipatch
Economic dipatch Economic dipatch
Economic dipatch
 
Sizing of Hybrid PV/Battery Power System in Sohag city
Sizing of Hybrid PV/Battery Power System in Sohag citySizing of Hybrid PV/Battery Power System in Sohag city
Sizing of Hybrid PV/Battery Power System in Sohag city
 
I010626370
I010626370I010626370
I010626370
 
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...
 
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
Combining both Plug-in Vehicles and Renewable Energy Resources for Unit Commi...
 
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...
 
Improved particle swarm optimization algorithms for economic load dispatch co...
Improved particle swarm optimization algorithms for economic load dispatch co...Improved particle swarm optimization algorithms for economic load dispatch co...
Improved particle swarm optimization algorithms for economic load dispatch co...
 
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)
 
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...
 
Design methodology of smart photovoltaic plant
Design methodology of smart photovoltaic plant Design methodology of smart photovoltaic plant
Design methodology of smart photovoltaic plant
 
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
 
life cycle cost analysis of a solar energy based hybrid power system
life cycle cost analysis of a solar energy based hybrid power systemlife cycle cost analysis of a solar energy based hybrid power system
life cycle cost analysis of a solar energy based hybrid power system
 
Numerical simulation of Hybrid Generation System: a case study
Numerical simulation of Hybrid Generation System: a case studyNumerical simulation of Hybrid Generation System: a case study
Numerical simulation of Hybrid Generation System: a case study
 

More from IJECEIAES

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
IJECEIAES
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
IJECEIAES
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
IJECEIAES
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
IJECEIAES
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
IJECEIAES
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
IJECEIAES
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
IJECEIAES
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
IJECEIAES
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
IJECEIAES
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
IJECEIAES
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
IJECEIAES
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
IJECEIAES
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
IJECEIAES
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
IJECEIAES
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
IJECEIAES
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
IJECEIAES
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
IJECEIAES
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
IJECEIAES
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
IJECEIAES
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
IJECEIAES
 

More from IJECEIAES (20)

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
 

Recently uploaded

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
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
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
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
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
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
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
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 

Recently uploaded (20)

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
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
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
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
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...
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
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
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 

Optimal unit commitment of a power plant using particle swarm optimization approach

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 10, No. 2, April 2020, pp. 1135~1141 ISSN: 2088-8708, DOI: 10.11591/ijece.v10i2.pp1135-1141  1135 Journal homepage: http://ijece.iaescore.com/index.php/IJECE Optimal unit commitment of a power plant using particle swarm optimization approach Boniface O. Anyaka1 , J. Felix Manirakiza2 , Kenneth. C Chike3 , Prince A. Okoro4 1,3,4 Department of Electrical Engineering, University of Nigeria, Nigeria 2 Department of Electrical and Electronis Engineering, Integrated Polytechnic Regional Centre (IPRC)-Gishari, Rwanda Article Info ABSTRACT Article history: Received Dec 4, 2018 Revised Oct 4, 2019 Accepted Oct 12, 2019 Economic load dispatch among generating units is very important for any power plant. In this work, the economic load dispatch was made at Egbin Thermal Power plant supplying a total load of 600MW using six generating units. In carrying out this study, transmission losses were assumed to be included into the load supplied. Also, three different combinations in the form of 6, 5- and 4-units commitment were considered. In each case, the total load was optimally dispatched between committed generating units using Particle Swarm Optimization (PSO). Similarly, the generation cost for each generating unit was determined. For case 1, the six generators were committed and the generation cost is 2,100,685.069$/h. For case 2, five generators were committed and the generation cost is 2,520,861.947$/h. For case 3, four generators were committed and the generation cost is 3,150,621.685$/h. From all considered cases, it was found that, the minimum generation cost was achieved when all six generating units were committed and a total of 420,178.878$/h was saved. Keywords: Economic load dispatch Generating unit Generation cost Optimization Particle swarm optimization Copyright © 2020 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Boniface O. Anyaka, Department of Electrical Engineering, University of Nigeria, Nsukka, Enugu State, Nigeria. Email: boniface.anyaka@unn.edu.ng 1. INTRODUCTION For efficient and reliable operation of power system, proper analysis of operating the system economically is of great importance [1]. For economic operation of generators many variables are considered such as fuel, labour and maintenance cost. For thermal and nuclear plants, the most important variable considered is the fuel cost [2]. Economic load dispatch problem is defined as allocating loads to generating units at minimum cost while satisfying various operational constraints [3-8]. The generators are to be scheduled in such a way that generators with minimum cost are used as much as possible [6]. Several factors contribute in generation cost of a thermal power plant such as the location of load centres and the fuel cost. The cost of power generation particularly in fossil fuel plants is high and economic dispatch helps in saving a significant amount of revenue for a utility company [4]. Most generating stations are faced with the problem of allocation of generators and this lapse leads to non-economical operation of the plants. Non-economical operation of the plants directly leads to higher incremental fuel cost, thus; leading to high tariff of electricity on consumers. In this study, Particle Swarm Optimization (PSO) technique was used to economically dispatch the load between the generating units and determine the minimum generation cost at Egbin Thermal Power Plant station in Nigeria. These were done after determining the generation cost function of each generating unit using Least Square Estimation Technique. PSO technique was used in this study due to its mathematical simplicity, fast convergence and robustness to solve hard optimization problems. The study will benefit
  • 2.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1135 - 1141 1136 utility companies and consumers of electricity. This will help in reduction of production cost of the utility companies and minimize tariff on consumers. The solution of economic dispatch problem has been proposed and different algorithms have been developed. Traditional algorithms such as Lambda iteration, gradient, Newton-Raphson methods, etc. were widely employed in solving the Economic Load Dispatch (ELD) problem if their cost functions are piecewise linear [4, 9]. These methods were challenged by the introduction of transmission losses and prohibited zones due to environmental impacts; thus, the use of advanced techniques such as genetic algorithms, evolutionary programming, particle swarm optimization, artificial immune systems, harmony search, Tabu search, artificial neural network, among others are preferred [10-19]. 2. RESEARCH METHOD The Egbin electric power generation station used for this study is a steam thermal plant that makes use of steam to drive its turbines in order to generate electricity. The power station uses natural gas as fuel to fire the boiler. The station was established in 1985 and is located in Egbin village near Ijede town in Ikorodu Local Government Area of Lagos state, Nigeria. At present, the installed capacity of the generating station is 1320MW which consists of six (6) steam-turbine generators each having maximum plant capacity of 220MW [20]. The major concern of an economic dispatch problem is to minimize the fuel cost for a given thermal power plant considering a given total load demand subject to operating constraints of a power system. Therefore, it can be formulated mathematically with the objective function and constraints. In any practical case, the fuel cost function of any generating unit is represented by a quadratic function of the real power generation. CPBPAC iii  2 (1) The incremental fuel-cost curve is a measure of how costly it will be to produce the next increment of power. BPA Pd Cd i i i  2 (2) Thus, the objective function is formulated as 𝑀𝑖𝑛 𝐶 𝑇 = ∑ 𝐶𝑖(𝑃𝑖)𝑛 𝑖=1 (3) where CT is the total fuel cost,  PC ii and Pi are the cost functions and real power output of generator i respectively n is the number of committed generators. 2.1. System constraints In this study, the system constraint was classified into equality constraint and inequality constraint 2.1.1. Equality Constraints As stated in [21], the total power generation must cover the total demand PD and the real power loss in transmission lines PL . It is also called power balance equation and is expressed as PPP LD n i Gi  1 (4) 2.1.2. Inequality constraints As stated in [22] the output power of each generator should lie between minimum and maximum limits, so that PPP Max ii Min i  (5) With P Min i and P Max i are the minimum and maximum power outputs of the i th generating unit respectively.
  • 3. Int J Elec & Comp Eng ISSN: 2088-8708  Optimal unit commitment of a power plant using particle swarm … (Boniface O. Anyaka) 1137 2.2. Overview of PSO The PSO algorithm which was first proposed by Kennedy and Eberhart has been inspired by the Social behavior of a simple system (flock of birds). This algorithm can be effectively useful in solving many non-linear hard optimization problems [10]. Unlike the mathematical methods for solving optimization problems, this algorithm does not need any gradient information about objective or error function and it can obtain the best solution independently [23]. According to the PSO algorithm, a swarm of particles that have predefined restrictions starts to fly on the search space. The performance of each particle is evaluated by the value of the objective function and considering the minimization problem, in this case, the particle with lower value has more performance [24]. The best experience for each particle in iterations is stored in its memory and called personal best (Pbest). The best value of Pbests (less values) in iterations determines the global best (Gbest). By using the concept of Pbest and Gbest the velocity of each particle is updated in (6)    XXrcXXrcVV k igbest k ipbest k i k i  22111 (6) where V k i 1 : Particle Velocity at current iteration (k+1) V k i : Particle velocity at iteration k r1, r2: Random number between [0 - 1] c1, c2: Acceleration constant. After this, particles fly to a new position: VXX k i k i k i 11   (7) where X k i 1 : Current particle position at iteration k+1 X k i : Particle position at iteration k With numerical analysis method, the marginal cost of each unit was determined using least square estimation technique. The incremental cost (marginal cost) for each generating unit was obtained by solving the following equations  PbaNC ii ** (8)  PbPaCP iiii 2 ** (9) By solving (8) and (9), the marginal cost function was given as PbaIC ii * (10) With ICi : The incremental cost function of unit i Pi : Power generated by unit i 𝑁: Samples taken in a period. The generation cost function of a unit is determined by the area under the marginal cost function; hence the generation function is given by the integration of the marginal cost function of a considered unit. The load dispatch between generating units and minimum generation cost was done using Particle Swarm Optimization (PSO) considering system constraints. For the reason of comparing results, 3 cases were considered namely: test with six generating units, test with 5 generating units and test with 4 generating units. Sample data used in this study are given given in Tables 1-3. Full details of the data used can be found in [25] The data contains power output and energy generated from each of the six generating units at Egbin power plant. A generation cost of 0.07$/KWh was considered [26].
  • 4.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1135 - 1141 1138 Table 1. Power generation parameters for unit-1 Year Installed capacity in MW Installed capacity in MWh Generated capacity ( Pi ) in MW Generated capacity in MWh Operating Time in hours Generation cost ($) Generation cost ( Ci ) per hour ($/h) PC ii Pi 2 2002 220 1,927,200 167.06 1,324,090 7,926 92,686,300 11,694 1953633 27909.04 2003 220 1,927,200 141.86 1,143,541 8,061 80,047,870 9,930 1408698 20124.26 2004 220 1,927,200 177.19 1,339,773 7,561 93,784,110 12,403 2197741 31396.3 2005 220 1,927,200 177.94 1,364,226 7,667 95,495,820 12,456 2216385 31662.64 2006 220 1,927,200 130.91 1,052,177 8,037 73,652,390 9,164 1199620 17137.43  794.96 55,647 8976077 128229.7 Table 2. Power generation parameters for unit-2 Year Installed capacity in MW Installed capacity in MWh Generated capacity ( Pi ) in MW Generated capacity in MWh Operating Time in hours Generation cost ($) Generation cost ( Ci ) per hour ($/h) PC ii Pi 2 2002 220 1,927,200 185.41 1,520,460 8,201 106432200 12,979 2406381 34376.87 2003 220 1,927,200 146.38 1,159,000 7,918 81130000 10,247 1499897 21427.1 2004 220 1,927,200 168.57 1,310,468 7,774 91732760 11,800 1989109 28415.84 2005 220 1,927,200 191.42 1,529,428 7,990 107059960 13,399 2564913 36641.62 2006 220 1,927,200 131.5 919,652 6,994 64375640 9,205 1210458 17292.25  823.28 57,630 9670758 138153.7 Table 3. Power generation parameters for unit-3 Year Installed capacity in MW Installed capacity in MWh Generated capacity ( Pi ) in MW Generated capacity in MWh Operating Time in hours Generation cost ($) Generation cost( Ci ) per hour ($/h) PC ii Pi 2 2002 220 1,927,200 173.68 1,370,025 7,888 95901750 12,158 2111532 30164.74 2003 220 1,927,200 148.57 1,141,902 7,686 79933140 10,400 1545113 22073.04 2004 220 1,927,200 180.65 1,412,183 7,817 98852810 12,646 2284410 32634.42 2005 220 1,927,200 181.88 1,458,950 8,021 102126500 12,732 2315623 33080.33 2006 220 1,927,200 126.52 918,879 7,263 64321530 8,856 1120512 16007.31  811.3 56,791 9377190 133959.9 3. RESULTS AND ANALYSIS Using the values given in Tables 1 to 6 the marginal cost function for each unit was obtained as follows: Unit-1: PIC 11 0162.706185.2  (11) Unit-2: PIC 22 9742.693213.4  (12) Unit-3: PIC 33 9987.692100.0  (13) Unit-4: PIC 44 9674.691809.5  (14) Unit-5: PIC 55 700 (15) Unit-6: PIC 66 700 (16) The generation cost function for each unit were obtained as: 𝐶1 = −2.6185𝑃1 + 35.0081𝑃1 2 (17) PPC 2 222 9871.343213.4  (18)
  • 5. Int J Elec & Comp Eng ISSN: 2088-8708  Optimal unit commitment of a power plant using particle swarm … (Boniface O. Anyaka) 1139 PPC 2 333 99935.342100.0  (19) PPC 2 444 9837.341809.5  (20) PC 2 55 350 (21) PC 2 66 350 (22) The solved problem was given by (3) as follow:  PCC i i iT   6 1 min With ∑ 𝑃1 6 𝑖=1 = 600𝑀𝑊 MWPMW i 22055and  The generating units are of the same generation limits and transmission losses were included into the considered load. Test Case 1: In this case, six generating units were committed. The power outputs and the generation costs are presented in Table 4. Table 4. Power outputs and generation cost for six generating units: Test Case-1 Generating Unit Power Output (MW) Generation Cost ($/ℎ) 1 100.2256 351399.9065 2 100.6464 354843.6744 3 99.5921 347164.9906 4 100.4835 353748.6969 5 97.8742 335227.5659 6 101.1788 358300.2349 Total 600 2100685.069 Test Case 2: In this case, only five generating units were committed. The power outputs and the generation costs are presented in Table 5. Table 5. Power outputs and generation cost for five generating units: Test Case-2 Generating Unit Power Output (MW) Generation Cost ($/ℎ) 1 121.9885 520642.9054 2 120.3676 507425.8142 3 120.7055 509959.4983 4 118.2269 489600.6828 5 118.7113 493233.0462 Total 600 2520861.947 Test Case 3: In this case, only four generating units were committed. The power outputs and the generation costs are presented in Table 6. Table 6. Power outputs and generation cost for four generating units: Test Case-3 Generating Unit Power Output (MW) Generation Cost ($/ℎ) 1 150.85118 796258.615 2 149.1677 779142.6558 3 149.9890 787401.3791 4 149.9913 787819.0351 Total 600 3150621.685
  • 6.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 1135 - 1141 1140 The reason for considering only 3 cases was because of no optimization was found using PSO for the other 3 combination of generating units. From the results obtained, a difference of 420178.878$/h was recorded when six generating units’ combination was used ahead of the five and four generating units combinations. 4. CONCLUSION Using the plant generation data for 5 years from 2002 to 2006 the generation cost functions of 6 generating units at Egbin thermal plant were determined. The economic load dispatch and optimum generation cost for the considered period was determined using Particle Swarm Optimization. Considering a combination of six generating units all operational, the minimum generation cost was obtained as 2,100,685.069$/h. The other possible unit combinations were analysed where the 5-units and 4-unit combinations were considered. From the results obtained from each combination, it was seen that the minimum generation cost was achieved if all six generating units were committed and the power plant was saving a total of 420,178.878$/h. REFERENCES [1] J. J. Grainger, “Power System Analysis” Text Book, ISBN 0-07-061293-5 [2] D. Das, “Electrical Power Systems”, Text Book, ISBN: 978-81-224-2515-4 [3] S. Nagendra and K. Yogendra, “Multiobjective Economic Load Dispatch Problem Solved by New PSO”, Hindawi Publishing Corporation Advances in Electrical Engineering, pp. 6, 2015. [4] X. V. Neto, “Solving non-smooth economic dispatch by a new combination of continuous GRASP algorithm and differential evolution,” Electrical Power and Energy Systems, pp.13-24, 2017 [5] F. Alkhalil and P. Degobert, “Fuel consumption optimization of a multimachines microgrid by secant method combined with IPPD table,” International Conference on Renewable Energies and Power Quality (ICREPQ’09) Valencia (Spain), 2009. [6] A. Bhardwaj, “Literature Review of Economic Load Dispatch Problem in Electrical Power System using Modern Soft Computing,” International Journal of Advance Research in Science and Engineering, vol. 6(1), 2017. [7] Y. Wang and H. Xiao “Modeling and Solution of Economic Dispatch Problem for GTCC Units,” Energy and Power Engineering, vol. 5, pp. 294-299, 2013. available online at: http://www.scirp.org/journal/epe. [8] M. Y. Malik and H. Gupta “A Review on Combined Economic Load and Emission Dispatch Problem,” IJEDR, vol. 4(2), 2016 [9] J. P. Fossati, “Unit Commitment and Economic Dispatch in Micro grids,” no.10, 2012. [10] A. Zaraki and M. F. B. Othman, “Implementing PSO to solve economic load dispatch problem,” International Conference of Soft Computing and Pattern Recognition, 2009. [11] D. G. B. Amali, and M. Dinakaran, “A Review of Heuristic Global Optimization Based Artificial Neural Network Training Approahes,” IAES International Journal of Artificial Intelligence (IJ-AI), vol. 6(1), pp. 26-32, 2017. [12] A. Amen, “Multi-Operator Genetic Algorithm for Dynamic Optimizatio Problems,” IAES International Journal of Artificial Intelligence (IJ-AI), vol. 6(3), pp. 139-142, 2017. [13] K. Lenin, “Shrinkage of real power loss by enriched brain storm optimization algorithm,” IAES International Journal of Artificial Intelligence (IJ-AI), vol. 8(1), pp. 1-6, 2019. [14] S. Jayalakshmi and R. Aswini, “A Novel Optimization Algorithm Based on Stinging Behavior of Bee,” IAES International Journal of Artificial Intelligence (IJ-AI), vol. 7(4), pp. 153-164, 2018. [15] X. Huang, X. Zeng, R. Han and X. Wang, “An enhanced hybridized artificial bee colony algorithm for optimization problems,” IAES International Journal of Artificial Intelligence (IJ-AI), vol. 8(1), pp. 87-94, 2019. [16] T. D. Apale and A. B. Patil, “Optimization study of fuzzy parametric uncertain system,” IAES International Journal of Artificial Intelligence (IJ-AI), vol. 8(1), pp. 14-25, 2019. [17] W. N. A. Abed, O. A. Imran and I. S. Fatah, “Аutomаtіϲ ԍenerаtіon control based wһale орtimіzation αlgorithm,” International Journal of Electrical and Computer Engineering (IJECE), vol. 9(6), pp. 4516-4523, 2019. [18] M. H. Lokman, I. Musirin, S. I. Suliman, H. Suyono, R. N. Hasanah, S. A. S. Mustafa and M. Zellagui, “Multi-verse optimization based evolutionary programming technique for power scheduling in loss minimization scheme,” IAES International Journal of Artificial Intelligence (IJ-AI), vol. 8(3), pp. 292-298, 2019. [19] A. Hamzi and R. Meziane, “Cat Swarm Optimization to Shunt Capacitor Allocation in Algerian Radial Distribution Power System,” IAES International Journal of Artificial Intelligence (IJ-AI), vol. 7(3) pp. 143-152, 2018. [20] M. N. Eke, “Long Term Energy Performance Analysis of Egbin Thermal Power Plant, Nigeria,” Nigerian Journal of Technology (NIJOTECH), vol. 33(1), pp. 97-103, 2014. [21] C. Kumar and T. Alwarsamy, “Solution of Economic Dispatch Problem using Differential Evolution Algorithm,” International Journal of Soft Computing and Engineering (IJSCE), vol.1(6), 2012. [22] K. H. Khwee and Abubakar “Hybrid PSO-GSA for Economic Load Dispatch with Valve-Point Effects,” International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, vol. 7(1), 2018.
  • 7. Int J Elec & Comp Eng ISSN: 2088-8708  Optimal unit commitment of a power plant using particle swarm … (Boniface O. Anyaka) 1141 [23] W. R. Abdul-Adheem, “An enhanced particle swarm optimization algorithm,” International Journal of Electrical and Computer Engineering (IJECE), vol. 9(6), pp. 4904-4907, 2019. [24] M. Takruri1, M. K. A. Mahmoud and A. Al-Jumaily, “PSO-SVM hybrid system for melanoma detection from histo- pathological images,” International Journal of Electrical and Computer Engineering (IJECE), vol. 9(4), pp. 2941-2949, 2019. [25] I. Emovon, B. Kareem and M. K. Adeyeri, “Performance Evaluation of Egbin Thermal Power Station, Nigeria,” Proceedings of the World Congress on Engineering and Computer Science 2011, vol. 2, 2011. [26] The Nigerian Economic Summit Group, “Comparison of Costs of Electricity Generation in Nigeria,” Report by Heinrich Boll Stiftung, Abuja, June 2017. BIOGRAPHIES OF AUTHORS Boniface O. Anyaka is currently a Senior Lecturer in the Department of Electrical Engineering, Faculty of Engineering, University of Nigeria, Nsukka, Nigeria. He had his M. Eng in Electric Power System/Applied Automatics from the University of Technology, Wroclaw, Poland in 1988 and his Ph.D. from the Department of Electrical Engineering. University of Nigeria, Nsukka in 2011. He has held a number of positions in the university system. He was the director, student’s industrial work experience scheme (SIWES), University of Nigeria Nsukka and Enugu campuses between 2006 and 2007. He was the acting Head, Department of Electrical Engineering, University of Nigeria, Nsukka (2011-2013) and the immediate past Associate Dean, Faculty of Engineering, University of Nigeria, Nsukka (2016-2018)Engr. Dr. Anyaka is a registered member of the Council for the Regulation of Engineering in Nigeria (COREN), corporate member, Nigeria Society of Engineers (NSE), member, Solar Energy Society of Nigeria (SESN), and Member Nigeria Institution of Electrical and Electronic Engineers (NIEEE). His major field of research interest are in the areas of power system modelling and renewable energy (Photovoltaic). He has to his credit, over 50 publications in both local and international journals. J. Felix Manirakiza is an Assistant Lecturer in Electrical and Electronics Engineering, Integrated Polytechnic Regional Centre-Gishari, Rwanda. He has Master’s Degree in Power Systems from the University of Nigeria, Nsukka (2019). He obtained a Bachelor’s Degree in Electrical Engineering in 2011 from University of Rwanda, College of Science and Technology. Kenneth C. Chike holds a bachelor degree in Electrical and Electronics Engineering from Igbinedion University, Okada, Nigeria. He is currently a masters Engineering student in the Department of Electrical Engineering, University of Nigeria, Nsukka. His Research area interest is in Power Systems Engineering and Renewable Energy. Prince A. Okoro, holds a bachelor degree in Electrical Engineering from the Department of Electrical engineering, University of Nigeria, Nsukka. He is currently a masters Engineering student in the Department of Electrical Engineering, University of Nigeria, Nsukka. He is an EnergyNet Student, 2019. He is a cofounder of BEBEQUE LEMITED. His area of interest is in Power Systems Engineering and Green Power Generation through Renewable Energy.