SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 7, No. 6, December 2017, pp. 3246~3253
ISSN: 2088-8708, DOI: 10.11591/ijece.v7i6.pp3246-3253  3246
Journal homepage: http://iaesjournal.com/online/index.php/IJECE
Comparisional Investigation of Load Dispatch Solutions
with TLBO
DSNM Rao1
, Niranjan Kumar2
1
Department of Electrical & Electronics Engineering, Research Scholar, National Institute of Technology Jamshedpur
2
Head of Electrical & Electronics Engineering Department, Associate Professor,
National Institute of Technology Jamshedpur
Article Info ABSTRACT
Article history:
Received Mar 17, 2017
Revised Aug 7, 2017
Accepted Sep 1, 2017
This paper discusses economic load dispatch Problem is modeled with non-
convex functions. These are problem are not solvable using a convex
optimization techniques. So there is a need for using a heuristic method.
Among such methods Teaching and Learning Based Optimization (TLBO) is
a recently known algorithm and showed promising results. This paper
utilized this algorithm to provide load dispatch solutions. Comparisons of
this solution with other standard algorithms like Particle Swarm Optimization
(PSO), Differential Evolution (DE) and Harmony Search Algorithm (HSA).
This proposed algorithm is applied to solve the load dispatch problem for 6
unit and 10 unit test systems along with the other algorithms. This
comparisional investigation explored various merits of TLBO with respect to
PSO, DE, and HAS in the field economic load dispatch.
Keyword:
Economic dispatch
Power loss
Real power
Fuel cost
T & L based optimization
PSO
DE
HSA
Copyright © 2017 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
DSNM Rao,
Department of Electrical & Electronics Engineering,
National Institute of Technology Jamshedpur,
Jharkhand, India-831014.
Email: 2015rsee003@nitjsr.ac.in
1. INTRODUCTION
As a Power Engineer scheduling the generators is very big Problem. Since from the past so many
techniques are in practice for the economic load dispatch. Economic load dispatch means optimal allocation
of loads to the generators so as to maintain power supply must be equal to load demand also to decrease the
losses and fuel cost [1]. We are all know that power generation is highly costlier. In countries like India the
major power generation is form thermal power plants only where the running cost is very high. The one of
the best way to reduce the cost and losses of power plants is to Economic dispatch of loads [2]-[4].
Researchers developed lot of methods for Economic load dispatch. In this work concentrates on a new
optimization algorithm that is teaching and learning based optimization.
Electrical power plays vital role for any county development. For achieving proper load demand we
should have the optimal power flow generation to reduce the cost of production and this can be achieved by
economic load dispatch with proper integration of sources to the load centers. The main motto of Economic
Load Dispatch (ELD) is to build effective power flow path while compromising all constraints. The cost
function of each alternator can be represented with quadratic function and it can solve by several
optimization techniques such as Lambda iteration and gradient based methods in convention ELD problem
[5]-[6].
Anciently we developed many methods to clear up the ELD problem like mathematical
programming methods and these are more delicate to stating points and periodically converge to local
IJECE ISSN: 2088-8708 
Comparisional Investigation of Load Dispatch Solutions with TLBO (DSNM Rao)
3247
optimum solution or diverge altogether. Linear programming approaches are quick and effective but the main
bad thing is correlated with the piecewise linear cost. Nonlinear programming approaches have a problem of
convergence and algorithmic complexity. Newton based approaches cannot handle many number of equality
constraints [7]-[9].
This paper explains TLBO algorithm to solve ELD problem with valve point loading effect of
thermal plants by considering transmission losses. We proposed the effectiveness of T&L based Optimization
on 6 unit test system and compared with PSO, DE, HSA. Finally T & L based optimization technique gives
the high quality solution.
2. ECONOMIC LOAD DISPATCH FORMULATION
Economic load dispatch means minimizing the fuel cost, balanced Real power, and satisfying real
power demand. The Problem formulation for Economic load dispatch is shown below [10]-[12].
)()(
1
i
N
i
ii PFPFC 
 (1)
Where, )( iPFC = Total fuel cost,
N = Total number of thermal generating unit,
Pi= Power generation of
th
i thermal generating unit
The fuel cost is quadratic function so it is given as
igiigiiii cPbPaPF  2
)( (2)
Subjected to 

n
i
LDi PPP
1
(3)
max,min, iii PPP  (4)
Where ia , ib , ic are fuel cost coefficients of the th
i thermal generating unit,
iP = The real power of generating unit i,
DP = Total load demand,
LP = Total transmission line loss,
min,iP = The minimum generation limit of unit i and
max,iP = The maximum generation limit of unit i.
2.1. Economic Dispatch Problem with Valve-Point Loading Effect
Sinusoidal functions are added with the quadratic function of fuel cost to represent the valve-point
loading effects. It follows as [13]-[15].
))(*sin(*)( min2
iiiiiiiiiii PPfePcPbaPF  (5)
Where ie and if are coefficient of the generating units reflecting valve-point loading effects. The
transmission line losses are written as
   

n
i
n
j
n
i
iijijiL BBPPBPP
1 1 1
000 (6)
Where Bij, B0i and B00 are transmission line loss coefficients,
 ISSN: 2088-8708
IJECE Vol. 7, No. 6, December 2017 : 3246 – 3253
3248
3. T & L BASED OPTIMIZATION ALGORITHM
Teaching and Learning (T&L) inspired optimization process proposed by Rao, Savsani and patel
[16]-[18]. The Teaching and Learning (T&L) based optimization is a meta-heuristic population based search
algorithm like HSA, Ant Colony Optimization (ACO), PSO and Artificial Bee Colony (ABC). The Teaching
and Learning (T&L) based optimization method is a simple mathematical model to solve different
optimization problems.
In this work concentrates on a new optimization algorithm that is Teaching and Learning (T&L)
based optimization. Incorporated T&L based optimization algorithm is effective remedy for diminishing the
flaws in traditional approach like provincial optimal trapping, inadequate effective to identify nearby extreme
points and inefficient mechanism to analysing the constraints. According to our T&L based optimization
algorithm a learner can gains knowledge in two ways: (i) by teacher (called teacher phase) and (ii) interacting
with the neighbour. learners (called learner phase). In this algorithm learners are called as population. Design
variable are called as subjects of the learners. The best learner is treated as teacher.
3.1. Teacher phase
Pupil gains knowledge from the instructor ever and instructor should improve the mean result of
class by his skills. The best learner is that once knowledge is equal to the teachers knowledge means teacher
make to learners to reach his knowledge. But practically is not possible because all learners are not cleverer.
This follows as [19],
Let iM = Mean
iT = Teacher at any iteration i.
iT Makes the mean iM to move towards its own knowledge level, therefore iT chosen as Mnew. Hence the best
learner is treated as teacher. The difference of the current mean result of every subject and the corresponding
result of the teacher for every subject is given by,
)(* iFnew MTMrDifference  (7)
Where FT = Teaching factor. It is given as follows:
)]12(*)1,0(*1[  randroundTF (8)
This difference modifies the existing solution according to the following expression
differenceXX ioldinew  ,, (9)
Where inewX ,
is the updated value of ioldX ,
. Accept inewX ,
3.2. Learner phase
The input for the learner phase is the teacher in learner phase learner gains knowledge learner gains
knowledge by two ways: one is gaining knowledge form teacher and other is by sharing knowledge between
learners interaction. The learner phase is shows as follows. Randomly select two learners and where i≠j
)(*,, jiioldinew XXrXX  if )()( ji XfXf 
)(*,, ijioldinew XXrXX  if )()( ji XfXf  (10)
Admit if it gives better function value
4. COMPARISON OF T&L BASED OPTIMIZATION ALGORITHM WITH OTHER
ALGORITHMS
There are several algorithms like GA, PSO, ABC, HSA, etc. The proposed the effectiveness of T&L
based Optimization on 6 unit test system and compared with PSO, DE, HSA. Finally T & L based
optimization technique gives the high quality solution. The flow chart for the proposed TLBO algorithm is
shown in Figure 1.
IJECE ISSN: 2088-8708 
Comparisional Investigation of Load Dispatch Solutions with TLBO (DSNM Rao)
3249
Figure 1. Flow Chart of T & L based optimization algorithm
5. SIMULATION RESULTS & DISCUSSION
The Proposed T & L based Optimization algorithm was implemented for two cases case: 1
consisting 6-Baseload generation units preferring loading valve point loading effect and losses. The T & L
based optimization algorithm was written using MATLAB 8.5 (R2016b) running on i5 processor, 2.56GHz,
8GB RAM, PC.
Case 1
This case contains 6-base load generation units considering loading valve point loading effect and
losses. The generating units have to meet the load demand of 1263MW. To calculate the efficiency of the T
& L based optimization method, 25 individual trails can made at 60-population with 200 iterations per trail.
The comparisons of cost and global are tabulated in Table 1 and Table 2. The global generations and
the independent trails convergence characteristics are also plotted which are shown in Figure 2 and 3
respectively.
 ISSN: 2088-8708
IJECE Vol. 7, No. 6, December 2017 : 3246 – 3253
3250
Table 1. Global generations for 6unit system
Table 2. Minimum cost obtained for 25 runs
Table 1 clearly shows that for PSO the minimum cost attained was 15616.7991$/h, for HSA the
minimum cost attained was 15624.4473$/h, for DE the minimum cost attained was 15615.6937$/h, and for
TLBO the minimum cost attained was 15611.6988. Hence the above results shows that, the minimum cost is
attained for TLBO as compared with the other algorithms. The power loss attained for TLBO was
14.0371MW.
Figure 2. Convergence characteristics of 6 unit system
20 40 60 80 100 120 140 160 180 200
1.56
1.565
1.57
1.575
1.58
1.585
1.59
1.595
x 10
4
Number of iterations
Minimumcostin$/h
TLBO
DE
HSA
PSO
Number of units
Global generations in MW
PSO HSA DE TLBO
1 400.6115 399.4068 500 500
2 199.5996 200 149.9957 151.4009
3 232.1225 232.0630 230.3581 300
4 124.7998 125.2627 125.8899 87.7215
5 199.5996 200 149.9629 149.4573
6 120 120 120 88.4572
Min. cost ($/h) 15616.7991 15624.4473 15615.6937 15611.6988
Power loss (MW) 13.7331 13.5483 13.2068 14.0371
Number of runs
Minimum cost in $/h
PSO HSA DE TLBO
1 15616.8546 15688.4303 15635.2652 15681.9111
2 15616.8756 15677.7093 15660.2286 15611.6988
3 15758.1765 15750.0689 15646.7544 15680.6254
4 15782.4748 15647.0857 15645.1185 15621.5284
5 15616.8511 15657.9900 15631.8830 15624.2276
6 15625.1855 15726.5923 15615.6937 15621.4526
7 15738.7735 15739.6564 15632.6176 15659.3512
8 15743.2094 15647.9531 15636.6707 15650.3453
9 15626.6348 15655.4437 15626.5942 15650.3141
10 15665.8478 15688.3176 15673.4684 15621.5109
11 15627.0714 15703.6266 15641.7270 15622.5178
12 15616.7991 15759.3145 15665.2332 15621.6119
13 15691.2273 15624.4473 15652.6820 15622.4532
14 15626.6205 15656.2226 15665.7099 15622.1312
15 15616.9367 15695.9180 15679.2265 15621.6684
16 15623.5040 15715.6528 15638.6161 15621.6008
17 15625.1855 15740.7103 15648.2682 15621.5467
18 15626.5741 15688.7322 15670.0528 15621.3824
19 15626.7418 15750.1998 15629.4167 15620.9401
20 15626.7085 15769.2848 15643.9360 15621.6385
21 15618.0267 15725.9458 15626.4920 15622.2550
22 15647.0017 15834.2254 15639.1709 15622.9964
23 15619.6076 15751.9471 15635.1169 15621.7541
24 15623.5005 15744.5482 15633.0052 15622.5070
25 15624.3020 15694.8515 15637.5919 15621.6983
Min. cost ($/h) 15616.7991 15624.4473 15615.6937 15611.6988
Max. cost ($/h) 15782.4748 15834.2254 15679.2265 15681.9111
Avg. cost ($/h) 15649.2276 15709.3950 15644.4216 15630.0667
IJECE ISSN: 2088-8708 
Comparisional Investigation of Load Dispatch Solutions with TLBO (DSNM Rao)
3251
Figure 3. Comparison characteristics of minimum cost Obtained for 25 run
Case 2
This case consists of ten thermal generation units considering loading valve point loading effect and
losses. The generating units have to meet the load demand of 2000 MW. To calculate the efficiency of the T
& L based optimization method, 25 individual trails can made at 100-population with 200 iterations per trail.
The comparisons of cost and global are tabulated in Table 3 and Table 4. The global generations and
the independent trails convergence characteristics are also plotted which are shown in Figure 4 and 5
respectively.
Figure 4. Convergence characteristics of 10-unit system
Figure 5. Comparison characteristics of minimum cost obtained for 25 runs
5 10 15 20 25
1.56
1.565
1.57
1.575
1.58
1.585
1.59
1.595
1.6
x 10
4
Number of runs
Minimumcostin$/h
TLBO
HSA
DE
PSO
20 40 60 80 100 120 140 160 180 200
1.114
1.116
1.118
1.12
1.122
1.124
1.126
1.128
1.13
1.132
x 10
5
Number of iterations
Minimumcostin$/h
PSO
DE
HSA
TLBO
5 10 15 20 25
1.114
1.116
1.118
1.12
1.122
1.124
1.126
1.128
x 10
5
Number of runs
Minimumcostin$/h
PSO
DE
HSA
TLBO
 ISSN: 2088-8708
IJECE Vol. 7, No. 6, December 2017 : 3246 – 3253
3252
Table 3 shows that for PSO the minimum cost attained was 111497.6596$/h, for HSA the minimum
cost attained was 111907.4666$/h, for DE the minimum cost attained was 111537.6219$/h, and for TLBO
the minimum cost attained was 111497.630 $/h. Hence the above results shows that, the minimum cost is
attained for TLBO as compared with the other algorithms. The power loss attained for TLBO was
87.0387MW.
Table 3. Global generations for 10unit system
Table 4. Minimum cost obtained for 25 runs
6. CONCLUSION
Hence form the above results we can conclude that incorporated T & L based optimization
algorithm is effective remedy for diminishing the flaws in traditional approach like provincial optimal
trapping, inadequate effective to identify nearby extreme points and inefficient mechanism to analyzing the
constraints. The proposed T&L based optimization on 6 unit test system, 10 unit test system compared with
PSO, DE, HSA. Finally TL based optimization technique gives the Effective high quality solution for
Economic load dispatch problem.
Number of units
Global generation in MW
PSO HSA DE TLBO
1 55 50.8495 55 55
2 80 75.8420 78.7733 80
3 107.3388 115.8420 99.3983 106.9392
4 100.3117 94.02348 107.1068 100.5765
5 81.4700 109.7019 89.0972 81.5012
6 82.9208 95.2030 81.4078 83.0217
7 300 295.8420 296.1400 300
8 340 335.8420 340 340
9 470 465.8420 470 470
10 470 446.8475 470 470
Min.cost ($/h) 111497.6596 111907.4666 111537.6219 111497.6301
Power loss (MW) 87.0414 85.8360 86.9237 87.0387
Number of runs
Minimum cost in $/h
PSO HSA DE TLBO
1 111641.4441 111959.2697 111569.1983 111500.9854
2 111525.8322 112694.2246 111673.5325 111505.7236
3 111497.6763 111947.6861 111695.2852 111497.6765
4 111521.5108 112047.7053 111567.3306 111521.7364
5 111525.8275 112302.8949 111742.5223 111525.7565
6 111525.6877 112206.2944 111743.0718 111521.5768
7 111525.7571 112052.4801 111670.3818 111502.6754
8 111525.7976 112071.9085 111705.6591 111505.8768
9 111525.8834 111947.8623 111751.1809 111497.6301
10 111497.7631 111987.3196 111648.195 111497.6764
11 111497.6695 111919.8793 111645.2498 111497.6765
12 111497.7148 112337.6419 111601.2568 111497.6987
13 111497.6784 112250.1165 111689.5033 111497.6877
14 111525.7557 112185.1190 111663.6215 111500.6301
15 111497.8285 112235.6711 111679.4047 111504.6375
16 111497.7403 112094.2826 111654.574 111525.6384
17 111525.6996 112026.1773 111629.5029 111518.6311
18 111525.7043 112125.7557 111537.6219 111499.6343
19 111525.5897 112010.5037 111706.3123 111497.6301
20 111525.8344 112131.3220 111714.4087 111497.6301
21 111525.7345 112421.2877 111551.2658 111497.6301
22 111525.7724 112461.9869 111675.4585 111499.6383
23 111497.6596 112385.1277 111707.5187 111499.6376
24 111525.71 112111.6850 111608.6125 111497.6301
25 111497.7123 111907.4666 111652.1783 111497.6301
Min cost($/h) 111497.6596 111907.4666 111537.6219 111497.6301
Max. cost($/h) 111641.4441 112694.2246 111751.1809 111525.7565
Avg. cost($/h) 111520.1193 112152.8667 111659.3138 111504.2789
IJECE ISSN: 2088-8708 
Comparisional Investigation of Load Dispatch Solutions with TLBO (DSNM Rao)
3253
REFERENCES
[1] A. J. Wood and B. F. Wollenberg, “Power Generation, Operation, and Control,” A Wiley Interscience Publication,
New York, 1996.
[2] N. Amjady and H. N. Rad, “Solution of nonconvex and nonsmooth economic dispatch by a new Adaptive Real
Coded Genetic Algorithm,” Expert Systems with Applications, vol. 37, pp. 5239–5245, 2010.
[3] W. Sa-ngiamvibool, et al., “Multiple tabu search algorithm for economic dispatch problem considering valve-point
effects,” Electrical Power and Energy Systems, vol. 33, pp. 846–854, 2011.
[4] D. C. Walters and G. B. Sheble, “Genetic Algorithm Solution of Economic Dispatch With Valve Point Loading,”
IEEE Transactions on Power Systems, vol/issue: 8(3), pp. 1325-1332, 1993.
[5] X. Xia and A. M. Elaiw, “Optimal dynamic economic dispatch of generation: A review,” Electric Power Systems
Research, vol. 80, pp. 975–986, 2010.
[6] M. S. Nagaraja, “Optimum Generation Scheduling for Thermal Power Plants using Artificial Neural Network,”
International Journal of Electrical and Computer Engineering, vol/issue: 1(2), pp. 135-139, 2011.
[7] Chakraborty S., et al., “Solving economic load dispatch problem with valve-point effects using a hybrid quantum
mechanics inspired particle swarm optimization,” IET Generation Transmission and Distribution, vol/issue: 5(10),
pp. 1042–1052, 2011.
[8] H. Shahinzadeh, et al., “Applications of Particle Swarm Optimization Algorithm to Solving the Economic Load
Dispatch of Units in Power Systems with Valve-Point Effects,” International Journal of Electrical and Computer
Engineering, vol/issue: 4(6), pp. 857-867, 2014.
[9] L. Wang and L. Li, “An effective differential harmony search algorithm for the solving non-convex economic load
dispatch problems,” Electrical Power and Energy Systems, vol. 44, pp. 832–843, 2013.
[10] A. I. Selvakumar and K. Thanushkodi, “A new particle swarm optimization solution to nonconvex economic
dispatch problem,” IEEE Trans. Power Systems, vol/issue: 22(1), pp. 42-51, 2017.
[11] N. Noman and H. Iba, “Differential evolution for economic load dispatch problems,” Electric Power System
Research, vol. 78, pp. 1322–1331, 2008.
[12] N. Amjady and H. Sharifzadeh, “Solution of non-convex economic dispatch problem considering valve loading
effect by a new modified differential evolution algorithm,” Electrical Power and Energy Systems, vol. 32, pp. 893–
903, 2010.
[13] L. Wang and L. Li, “An effective differential harmony search algorithm for the solving non-convex economic load
dispatch problems,” Electrical Power and Energy Systems, vol. 44, pp. 832–843, 2013.
[14] L. D. S. Coelho and V. C. Mariani, “An improved harmony search algorithm for power economic load dispatch,”
Energy Conversion and Management, vol. 50, pp. 2522–2526, 2009.
[15] D. Zou, et al., “An improved differential evolution algorithm for the economic load dispatch problems with or
without valve-point effects,” Applied Energy, vol. 181, pp. 375–390, 2016.
[16] R. V. Rao, et al., “Teaching–learning-based optimization: A novel method for constrained mechanical design
optimization problems,” Computer-Aided Design, vol. 43, pp. 303–315, 2011.
[17] R. V. Rao, et al., “Teaching–Learning-Based Optimization: An optimization method for continuous non-linear
large scale problems,” Information Sciences, vol. 183, pp. 1–15, 2012.
[18] R. V. Rao and V. Patel, “An improved teaching-learning-based optimization algorithm for solving unconstrained
optimization problems,” Scientia Iranica D, vol. 20, pp. 710–720, 2013.
[19] S. Banerjee, et al., “Teaching learning based optimization for economic load dispatch problem considering valve
point loading effect,” Electrical Power and Energy Systems, vol. 73, pp. 456–464, 2015.
[20] I. Ciornei and E. Kyriakides, “A GA-API Solution for the Economic Dispatch of Generation in Power System
Operation,” IEEE Transactions on power systems, vol/issue: 27(1), pp. 233-242, 2012.
BIOGRAPHIES OF AUTHORS
DSNMRAO: He received his B.Tech. and M.Tech. in EEE from JNTU University, Andhra
Pradesh, India, in the year 2008 and 2011 respectively. His area of interest includes Economic
Operation of Power System, and Intelligent Optimization Algorithms. Rao is presently working
towards a Ph.D. Degree from National Institute of Technology Jamshedpur, India.
Niranjan Kumar: He received his B.Sc. Engineering and Master of Technology from National
Institute of Technology Jamshedpur, India, in the year 1988 and 1996 respectively. He received his
Ph.D. degree from Indian Institute of Technology Roorkee, India, in the year 2010. He is currently
working as a Head of Electrical & Electronics Engineering Department at National Institute of
Technology Jamshedpur, India. His research area of interest is Power System Analysis, Economic
Operation of Power System, Power System Deregulation, and Electricity Markets.

More Related Content

What's hot

Dynamic Economic Dispatch Assessment Using Particle Swarm Optimization Technique
Dynamic Economic Dispatch Assessment Using Particle Swarm Optimization TechniqueDynamic Economic Dispatch Assessment Using Particle Swarm Optimization Technique
Dynamic Economic Dispatch Assessment Using Particle Swarm Optimization TechniquejournalBEEI
 
Application of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatchApplication of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatchCemal Ardil
 
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
 
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
 
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...IRJET Journal
 
Paper id 28201438
Paper id 28201438Paper id 28201438
Paper id 28201438IJRAT
 
IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...
IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...
IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...IRJET Journal
 
Hybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load DispatchHybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load DispatchSatyendra Singh
 
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
Multi Area Economic Dispatch Using Secant Method and Tie Line MatrixMulti Area Economic Dispatch Using Secant Method and Tie Line Matrix
Multi Area Economic Dispatch Using Secant Method and Tie Line MatrixIJAPEJOURNAL
 
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...inventionjournals
 
Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...INFOGAIN PUBLICATION
 
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...IOSR Journals
 
Financial assessment considered weighting factor scenarios for the optimal co...
Financial assessment considered weighting factor scenarios for the optimal co...Financial assessment considered weighting factor scenarios for the optimal co...
Financial assessment considered weighting factor scenarios for the optimal co...INFOGAIN PUBLICATION
 
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow ProblemA Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow ProblemShubhashis Shil
 
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
 
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
 

What's hot (18)

Dynamic Economic Dispatch Assessment Using Particle Swarm Optimization Technique
Dynamic Economic Dispatch Assessment Using Particle Swarm Optimization TechniqueDynamic Economic Dispatch Assessment Using Particle Swarm Optimization Technique
Dynamic Economic Dispatch Assessment Using Particle Swarm Optimization Technique
 
Application of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatchApplication of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatch
 
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...
 
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
 
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
 
Paper id 28201438
Paper id 28201438Paper id 28201438
Paper id 28201438
 
IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...
IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...
IRJET- Fuel Cost Reduction for Thermal Power Generator by using G.A, PSO, QPS...
 
Hybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load DispatchHybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load Dispatch
 
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
Multi Area Economic Dispatch Using Secant Method and Tie Line MatrixMulti Area Economic Dispatch Using Secant Method and Tie Line Matrix
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
 
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...
 
Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...
 
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
 
Financial assessment considered weighting factor scenarios for the optimal co...
Financial assessment considered weighting factor scenarios for the optimal co...Financial assessment considered weighting factor scenarios for the optimal co...
Financial assessment considered weighting factor scenarios for the optimal co...
 
I1065259
I1065259I1065259
I1065259
 
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow ProblemA Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
 
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
 
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
 
Gs3511851192
Gs3511851192Gs3511851192
Gs3511851192
 

Similar to Comparisional Investigation of Load Dispatch Solutions with TLBO

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
 
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
 
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...Cemal Ardil
 
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
 
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...Solution of Combined Heat and Power Economic Dispatch Problem Using Different...
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...Arkadev Ghosh
 
An Effectively Modified Firefly Algorithm for Economic Load Dispatch Problem
An Effectively Modified Firefly Algorithm for Economic Load Dispatch ProblemAn Effectively Modified Firefly Algorithm for Economic Load Dispatch Problem
An Effectively Modified Firefly Algorithm for Economic Load Dispatch ProblemTELKOMNIKA JOURNAL
 
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
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...IJECEIAES
 
Optimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi MachineOptimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi MachineIJAPEJOURNAL
 
Economic dispatch by optimization techniques
Economic dispatch by optimization techniquesEconomic dispatch by optimization techniques
Economic dispatch by optimization techniquesIJECEIAES
 
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
 

Similar to Comparisional Investigation of Load Dispatch Solutions with TLBO (20)

basu2011.pdf
basu2011.pdfbasu2011.pdf
basu2011.pdf
 
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...
 
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
 
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
 
C41016023
C41016023C41016023
C41016023
 
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
 
E010232732
E010232732E010232732
E010232732
 
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...
 
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...Solution of Combined Heat and Power Economic Dispatch Problem Using Different...
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...
 
An Effectively Modified Firefly Algorithm for Economic Load Dispatch Problem
An Effectively Modified Firefly Algorithm for Economic Load Dispatch ProblemAn Effectively Modified Firefly Algorithm for Economic Load Dispatch Problem
An Effectively Modified Firefly Algorithm for Economic Load Dispatch Problem
 
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...
 
A039101011
A039101011A039101011
A039101011
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
 
Optimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi MachineOptimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi Machine
 
Economic dispatch by optimization techniques
Economic dispatch by optimization techniquesEconomic dispatch by optimization techniques
Economic dispatch by optimization techniques
 
A02610106
A02610106A02610106
A02610106
 
A02610106
A02610106A02610106
A02610106
 
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)
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...Call girls in Ahmedabad High profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 

Recently uploaded (20)

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 

Comparisional Investigation of Load Dispatch Solutions with TLBO

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 7, No. 6, December 2017, pp. 3246~3253 ISSN: 2088-8708, DOI: 10.11591/ijece.v7i6.pp3246-3253  3246 Journal homepage: http://iaesjournal.com/online/index.php/IJECE Comparisional Investigation of Load Dispatch Solutions with TLBO DSNM Rao1 , Niranjan Kumar2 1 Department of Electrical & Electronics Engineering, Research Scholar, National Institute of Technology Jamshedpur 2 Head of Electrical & Electronics Engineering Department, Associate Professor, National Institute of Technology Jamshedpur Article Info ABSTRACT Article history: Received Mar 17, 2017 Revised Aug 7, 2017 Accepted Sep 1, 2017 This paper discusses economic load dispatch Problem is modeled with non- convex functions. These are problem are not solvable using a convex optimization techniques. So there is a need for using a heuristic method. Among such methods Teaching and Learning Based Optimization (TLBO) is a recently known algorithm and showed promising results. This paper utilized this algorithm to provide load dispatch solutions. Comparisons of this solution with other standard algorithms like Particle Swarm Optimization (PSO), Differential Evolution (DE) and Harmony Search Algorithm (HSA). This proposed algorithm is applied to solve the load dispatch problem for 6 unit and 10 unit test systems along with the other algorithms. This comparisional investigation explored various merits of TLBO with respect to PSO, DE, and HAS in the field economic load dispatch. Keyword: Economic dispatch Power loss Real power Fuel cost T & L based optimization PSO DE HSA Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: DSNM Rao, Department of Electrical & Electronics Engineering, National Institute of Technology Jamshedpur, Jharkhand, India-831014. Email: 2015rsee003@nitjsr.ac.in 1. INTRODUCTION As a Power Engineer scheduling the generators is very big Problem. Since from the past so many techniques are in practice for the economic load dispatch. Economic load dispatch means optimal allocation of loads to the generators so as to maintain power supply must be equal to load demand also to decrease the losses and fuel cost [1]. We are all know that power generation is highly costlier. In countries like India the major power generation is form thermal power plants only where the running cost is very high. The one of the best way to reduce the cost and losses of power plants is to Economic dispatch of loads [2]-[4]. Researchers developed lot of methods for Economic load dispatch. In this work concentrates on a new optimization algorithm that is teaching and learning based optimization. Electrical power plays vital role for any county development. For achieving proper load demand we should have the optimal power flow generation to reduce the cost of production and this can be achieved by economic load dispatch with proper integration of sources to the load centers. The main motto of Economic Load Dispatch (ELD) is to build effective power flow path while compromising all constraints. The cost function of each alternator can be represented with quadratic function and it can solve by several optimization techniques such as Lambda iteration and gradient based methods in convention ELD problem [5]-[6]. Anciently we developed many methods to clear up the ELD problem like mathematical programming methods and these are more delicate to stating points and periodically converge to local
  • 2. IJECE ISSN: 2088-8708  Comparisional Investigation of Load Dispatch Solutions with TLBO (DSNM Rao) 3247 optimum solution or diverge altogether. Linear programming approaches are quick and effective but the main bad thing is correlated with the piecewise linear cost. Nonlinear programming approaches have a problem of convergence and algorithmic complexity. Newton based approaches cannot handle many number of equality constraints [7]-[9]. This paper explains TLBO algorithm to solve ELD problem with valve point loading effect of thermal plants by considering transmission losses. We proposed the effectiveness of T&L based Optimization on 6 unit test system and compared with PSO, DE, HSA. Finally T & L based optimization technique gives the high quality solution. 2. ECONOMIC LOAD DISPATCH FORMULATION Economic load dispatch means minimizing the fuel cost, balanced Real power, and satisfying real power demand. The Problem formulation for Economic load dispatch is shown below [10]-[12]. )()( 1 i N i ii PFPFC   (1) Where, )( iPFC = Total fuel cost, N = Total number of thermal generating unit, Pi= Power generation of th i thermal generating unit The fuel cost is quadratic function so it is given as igiigiiii cPbPaPF  2 )( (2) Subjected to   n i LDi PPP 1 (3) max,min, iii PPP  (4) Where ia , ib , ic are fuel cost coefficients of the th i thermal generating unit, iP = The real power of generating unit i, DP = Total load demand, LP = Total transmission line loss, min,iP = The minimum generation limit of unit i and max,iP = The maximum generation limit of unit i. 2.1. Economic Dispatch Problem with Valve-Point Loading Effect Sinusoidal functions are added with the quadratic function of fuel cost to represent the valve-point loading effects. It follows as [13]-[15]. ))(*sin(*)( min2 iiiiiiiiiii PPfePcPbaPF  (5) Where ie and if are coefficient of the generating units reflecting valve-point loading effects. The transmission line losses are written as      n i n j n i iijijiL BBPPBPP 1 1 1 000 (6) Where Bij, B0i and B00 are transmission line loss coefficients,
  • 3.  ISSN: 2088-8708 IJECE Vol. 7, No. 6, December 2017 : 3246 – 3253 3248 3. T & L BASED OPTIMIZATION ALGORITHM Teaching and Learning (T&L) inspired optimization process proposed by Rao, Savsani and patel [16]-[18]. The Teaching and Learning (T&L) based optimization is a meta-heuristic population based search algorithm like HSA, Ant Colony Optimization (ACO), PSO and Artificial Bee Colony (ABC). The Teaching and Learning (T&L) based optimization method is a simple mathematical model to solve different optimization problems. In this work concentrates on a new optimization algorithm that is Teaching and Learning (T&L) based optimization. Incorporated T&L based optimization algorithm is effective remedy for diminishing the flaws in traditional approach like provincial optimal trapping, inadequate effective to identify nearby extreme points and inefficient mechanism to analysing the constraints. According to our T&L based optimization algorithm a learner can gains knowledge in two ways: (i) by teacher (called teacher phase) and (ii) interacting with the neighbour. learners (called learner phase). In this algorithm learners are called as population. Design variable are called as subjects of the learners. The best learner is treated as teacher. 3.1. Teacher phase Pupil gains knowledge from the instructor ever and instructor should improve the mean result of class by his skills. The best learner is that once knowledge is equal to the teachers knowledge means teacher make to learners to reach his knowledge. But practically is not possible because all learners are not cleverer. This follows as [19], Let iM = Mean iT = Teacher at any iteration i. iT Makes the mean iM to move towards its own knowledge level, therefore iT chosen as Mnew. Hence the best learner is treated as teacher. The difference of the current mean result of every subject and the corresponding result of the teacher for every subject is given by, )(* iFnew MTMrDifference  (7) Where FT = Teaching factor. It is given as follows: )]12(*)1,0(*1[  randroundTF (8) This difference modifies the existing solution according to the following expression differenceXX ioldinew  ,, (9) Where inewX , is the updated value of ioldX , . Accept inewX , 3.2. Learner phase The input for the learner phase is the teacher in learner phase learner gains knowledge learner gains knowledge by two ways: one is gaining knowledge form teacher and other is by sharing knowledge between learners interaction. The learner phase is shows as follows. Randomly select two learners and where i≠j )(*,, jiioldinew XXrXX  if )()( ji XfXf  )(*,, ijioldinew XXrXX  if )()( ji XfXf  (10) Admit if it gives better function value 4. COMPARISON OF T&L BASED OPTIMIZATION ALGORITHM WITH OTHER ALGORITHMS There are several algorithms like GA, PSO, ABC, HSA, etc. The proposed the effectiveness of T&L based Optimization on 6 unit test system and compared with PSO, DE, HSA. Finally T & L based optimization technique gives the high quality solution. The flow chart for the proposed TLBO algorithm is shown in Figure 1.
  • 4. IJECE ISSN: 2088-8708  Comparisional Investigation of Load Dispatch Solutions with TLBO (DSNM Rao) 3249 Figure 1. Flow Chart of T & L based optimization algorithm 5. SIMULATION RESULTS & DISCUSSION The Proposed T & L based Optimization algorithm was implemented for two cases case: 1 consisting 6-Baseload generation units preferring loading valve point loading effect and losses. The T & L based optimization algorithm was written using MATLAB 8.5 (R2016b) running on i5 processor, 2.56GHz, 8GB RAM, PC. Case 1 This case contains 6-base load generation units considering loading valve point loading effect and losses. The generating units have to meet the load demand of 1263MW. To calculate the efficiency of the T & L based optimization method, 25 individual trails can made at 60-population with 200 iterations per trail. The comparisons of cost and global are tabulated in Table 1 and Table 2. The global generations and the independent trails convergence characteristics are also plotted which are shown in Figure 2 and 3 respectively.
  • 5.  ISSN: 2088-8708 IJECE Vol. 7, No. 6, December 2017 : 3246 – 3253 3250 Table 1. Global generations for 6unit system Table 2. Minimum cost obtained for 25 runs Table 1 clearly shows that for PSO the minimum cost attained was 15616.7991$/h, for HSA the minimum cost attained was 15624.4473$/h, for DE the minimum cost attained was 15615.6937$/h, and for TLBO the minimum cost attained was 15611.6988. Hence the above results shows that, the minimum cost is attained for TLBO as compared with the other algorithms. The power loss attained for TLBO was 14.0371MW. Figure 2. Convergence characteristics of 6 unit system 20 40 60 80 100 120 140 160 180 200 1.56 1.565 1.57 1.575 1.58 1.585 1.59 1.595 x 10 4 Number of iterations Minimumcostin$/h TLBO DE HSA PSO Number of units Global generations in MW PSO HSA DE TLBO 1 400.6115 399.4068 500 500 2 199.5996 200 149.9957 151.4009 3 232.1225 232.0630 230.3581 300 4 124.7998 125.2627 125.8899 87.7215 5 199.5996 200 149.9629 149.4573 6 120 120 120 88.4572 Min. cost ($/h) 15616.7991 15624.4473 15615.6937 15611.6988 Power loss (MW) 13.7331 13.5483 13.2068 14.0371 Number of runs Minimum cost in $/h PSO HSA DE TLBO 1 15616.8546 15688.4303 15635.2652 15681.9111 2 15616.8756 15677.7093 15660.2286 15611.6988 3 15758.1765 15750.0689 15646.7544 15680.6254 4 15782.4748 15647.0857 15645.1185 15621.5284 5 15616.8511 15657.9900 15631.8830 15624.2276 6 15625.1855 15726.5923 15615.6937 15621.4526 7 15738.7735 15739.6564 15632.6176 15659.3512 8 15743.2094 15647.9531 15636.6707 15650.3453 9 15626.6348 15655.4437 15626.5942 15650.3141 10 15665.8478 15688.3176 15673.4684 15621.5109 11 15627.0714 15703.6266 15641.7270 15622.5178 12 15616.7991 15759.3145 15665.2332 15621.6119 13 15691.2273 15624.4473 15652.6820 15622.4532 14 15626.6205 15656.2226 15665.7099 15622.1312 15 15616.9367 15695.9180 15679.2265 15621.6684 16 15623.5040 15715.6528 15638.6161 15621.6008 17 15625.1855 15740.7103 15648.2682 15621.5467 18 15626.5741 15688.7322 15670.0528 15621.3824 19 15626.7418 15750.1998 15629.4167 15620.9401 20 15626.7085 15769.2848 15643.9360 15621.6385 21 15618.0267 15725.9458 15626.4920 15622.2550 22 15647.0017 15834.2254 15639.1709 15622.9964 23 15619.6076 15751.9471 15635.1169 15621.7541 24 15623.5005 15744.5482 15633.0052 15622.5070 25 15624.3020 15694.8515 15637.5919 15621.6983 Min. cost ($/h) 15616.7991 15624.4473 15615.6937 15611.6988 Max. cost ($/h) 15782.4748 15834.2254 15679.2265 15681.9111 Avg. cost ($/h) 15649.2276 15709.3950 15644.4216 15630.0667
  • 6. IJECE ISSN: 2088-8708  Comparisional Investigation of Load Dispatch Solutions with TLBO (DSNM Rao) 3251 Figure 3. Comparison characteristics of minimum cost Obtained for 25 run Case 2 This case consists of ten thermal generation units considering loading valve point loading effect and losses. The generating units have to meet the load demand of 2000 MW. To calculate the efficiency of the T & L based optimization method, 25 individual trails can made at 100-population with 200 iterations per trail. The comparisons of cost and global are tabulated in Table 3 and Table 4. The global generations and the independent trails convergence characteristics are also plotted which are shown in Figure 4 and 5 respectively. Figure 4. Convergence characteristics of 10-unit system Figure 5. Comparison characteristics of minimum cost obtained for 25 runs 5 10 15 20 25 1.56 1.565 1.57 1.575 1.58 1.585 1.59 1.595 1.6 x 10 4 Number of runs Minimumcostin$/h TLBO HSA DE PSO 20 40 60 80 100 120 140 160 180 200 1.114 1.116 1.118 1.12 1.122 1.124 1.126 1.128 1.13 1.132 x 10 5 Number of iterations Minimumcostin$/h PSO DE HSA TLBO 5 10 15 20 25 1.114 1.116 1.118 1.12 1.122 1.124 1.126 1.128 x 10 5 Number of runs Minimumcostin$/h PSO DE HSA TLBO
  • 7.  ISSN: 2088-8708 IJECE Vol. 7, No. 6, December 2017 : 3246 – 3253 3252 Table 3 shows that for PSO the minimum cost attained was 111497.6596$/h, for HSA the minimum cost attained was 111907.4666$/h, for DE the minimum cost attained was 111537.6219$/h, and for TLBO the minimum cost attained was 111497.630 $/h. Hence the above results shows that, the minimum cost is attained for TLBO as compared with the other algorithms. The power loss attained for TLBO was 87.0387MW. Table 3. Global generations for 10unit system Table 4. Minimum cost obtained for 25 runs 6. CONCLUSION Hence form the above results we can conclude that incorporated T & L based optimization algorithm is effective remedy for diminishing the flaws in traditional approach like provincial optimal trapping, inadequate effective to identify nearby extreme points and inefficient mechanism to analyzing the constraints. The proposed T&L based optimization on 6 unit test system, 10 unit test system compared with PSO, DE, HSA. Finally TL based optimization technique gives the Effective high quality solution for Economic load dispatch problem. Number of units Global generation in MW PSO HSA DE TLBO 1 55 50.8495 55 55 2 80 75.8420 78.7733 80 3 107.3388 115.8420 99.3983 106.9392 4 100.3117 94.02348 107.1068 100.5765 5 81.4700 109.7019 89.0972 81.5012 6 82.9208 95.2030 81.4078 83.0217 7 300 295.8420 296.1400 300 8 340 335.8420 340 340 9 470 465.8420 470 470 10 470 446.8475 470 470 Min.cost ($/h) 111497.6596 111907.4666 111537.6219 111497.6301 Power loss (MW) 87.0414 85.8360 86.9237 87.0387 Number of runs Minimum cost in $/h PSO HSA DE TLBO 1 111641.4441 111959.2697 111569.1983 111500.9854 2 111525.8322 112694.2246 111673.5325 111505.7236 3 111497.6763 111947.6861 111695.2852 111497.6765 4 111521.5108 112047.7053 111567.3306 111521.7364 5 111525.8275 112302.8949 111742.5223 111525.7565 6 111525.6877 112206.2944 111743.0718 111521.5768 7 111525.7571 112052.4801 111670.3818 111502.6754 8 111525.7976 112071.9085 111705.6591 111505.8768 9 111525.8834 111947.8623 111751.1809 111497.6301 10 111497.7631 111987.3196 111648.195 111497.6764 11 111497.6695 111919.8793 111645.2498 111497.6765 12 111497.7148 112337.6419 111601.2568 111497.6987 13 111497.6784 112250.1165 111689.5033 111497.6877 14 111525.7557 112185.1190 111663.6215 111500.6301 15 111497.8285 112235.6711 111679.4047 111504.6375 16 111497.7403 112094.2826 111654.574 111525.6384 17 111525.6996 112026.1773 111629.5029 111518.6311 18 111525.7043 112125.7557 111537.6219 111499.6343 19 111525.5897 112010.5037 111706.3123 111497.6301 20 111525.8344 112131.3220 111714.4087 111497.6301 21 111525.7345 112421.2877 111551.2658 111497.6301 22 111525.7724 112461.9869 111675.4585 111499.6383 23 111497.6596 112385.1277 111707.5187 111499.6376 24 111525.71 112111.6850 111608.6125 111497.6301 25 111497.7123 111907.4666 111652.1783 111497.6301 Min cost($/h) 111497.6596 111907.4666 111537.6219 111497.6301 Max. cost($/h) 111641.4441 112694.2246 111751.1809 111525.7565 Avg. cost($/h) 111520.1193 112152.8667 111659.3138 111504.2789
  • 8. IJECE ISSN: 2088-8708  Comparisional Investigation of Load Dispatch Solutions with TLBO (DSNM Rao) 3253 REFERENCES [1] A. J. Wood and B. F. Wollenberg, “Power Generation, Operation, and Control,” A Wiley Interscience Publication, New York, 1996. [2] N. Amjady and H. N. Rad, “Solution of nonconvex and nonsmooth economic dispatch by a new Adaptive Real Coded Genetic Algorithm,” Expert Systems with Applications, vol. 37, pp. 5239–5245, 2010. [3] W. Sa-ngiamvibool, et al., “Multiple tabu search algorithm for economic dispatch problem considering valve-point effects,” Electrical Power and Energy Systems, vol. 33, pp. 846–854, 2011. [4] D. C. Walters and G. B. Sheble, “Genetic Algorithm Solution of Economic Dispatch With Valve Point Loading,” IEEE Transactions on Power Systems, vol/issue: 8(3), pp. 1325-1332, 1993. [5] X. Xia and A. M. Elaiw, “Optimal dynamic economic dispatch of generation: A review,” Electric Power Systems Research, vol. 80, pp. 975–986, 2010. [6] M. S. Nagaraja, “Optimum Generation Scheduling for Thermal Power Plants using Artificial Neural Network,” International Journal of Electrical and Computer Engineering, vol/issue: 1(2), pp. 135-139, 2011. [7] Chakraborty S., et al., “Solving economic load dispatch problem with valve-point effects using a hybrid quantum mechanics inspired particle swarm optimization,” IET Generation Transmission and Distribution, vol/issue: 5(10), pp. 1042–1052, 2011. [8] H. Shahinzadeh, et al., “Applications of Particle Swarm Optimization Algorithm to Solving the Economic Load Dispatch of Units in Power Systems with Valve-Point Effects,” International Journal of Electrical and Computer Engineering, vol/issue: 4(6), pp. 857-867, 2014. [9] L. Wang and L. Li, “An effective differential harmony search algorithm for the solving non-convex economic load dispatch problems,” Electrical Power and Energy Systems, vol. 44, pp. 832–843, 2013. [10] A. I. Selvakumar and K. Thanushkodi, “A new particle swarm optimization solution to nonconvex economic dispatch problem,” IEEE Trans. Power Systems, vol/issue: 22(1), pp. 42-51, 2017. [11] N. Noman and H. Iba, “Differential evolution for economic load dispatch problems,” Electric Power System Research, vol. 78, pp. 1322–1331, 2008. [12] N. Amjady and H. Sharifzadeh, “Solution of non-convex economic dispatch problem considering valve loading effect by a new modified differential evolution algorithm,” Electrical Power and Energy Systems, vol. 32, pp. 893– 903, 2010. [13] L. Wang and L. Li, “An effective differential harmony search algorithm for the solving non-convex economic load dispatch problems,” Electrical Power and Energy Systems, vol. 44, pp. 832–843, 2013. [14] L. D. S. Coelho and V. C. Mariani, “An improved harmony search algorithm for power economic load dispatch,” Energy Conversion and Management, vol. 50, pp. 2522–2526, 2009. [15] D. Zou, et al., “An improved differential evolution algorithm for the economic load dispatch problems with or without valve-point effects,” Applied Energy, vol. 181, pp. 375–390, 2016. [16] R. V. Rao, et al., “Teaching–learning-based optimization: A novel method for constrained mechanical design optimization problems,” Computer-Aided Design, vol. 43, pp. 303–315, 2011. [17] R. V. Rao, et al., “Teaching–Learning-Based Optimization: An optimization method for continuous non-linear large scale problems,” Information Sciences, vol. 183, pp. 1–15, 2012. [18] R. V. Rao and V. Patel, “An improved teaching-learning-based optimization algorithm for solving unconstrained optimization problems,” Scientia Iranica D, vol. 20, pp. 710–720, 2013. [19] S. Banerjee, et al., “Teaching learning based optimization for economic load dispatch problem considering valve point loading effect,” Electrical Power and Energy Systems, vol. 73, pp. 456–464, 2015. [20] I. Ciornei and E. Kyriakides, “A GA-API Solution for the Economic Dispatch of Generation in Power System Operation,” IEEE Transactions on power systems, vol/issue: 27(1), pp. 233-242, 2012. BIOGRAPHIES OF AUTHORS DSNMRAO: He received his B.Tech. and M.Tech. in EEE from JNTU University, Andhra Pradesh, India, in the year 2008 and 2011 respectively. His area of interest includes Economic Operation of Power System, and Intelligent Optimization Algorithms. Rao is presently working towards a Ph.D. Degree from National Institute of Technology Jamshedpur, India. Niranjan Kumar: He received his B.Sc. Engineering and Master of Technology from National Institute of Technology Jamshedpur, India, in the year 1988 and 1996 respectively. He received his Ph.D. degree from Indian Institute of Technology Roorkee, India, in the year 2010. He is currently working as a Head of Electrical & Electronics Engineering Department at National Institute of Technology Jamshedpur, India. His research area of interest is Power System Analysis, Economic Operation of Power System, Power System Deregulation, and Electricity Markets.