You are on page 1of 6

Proceedings of the 3rd International Conference on WeBC.

1
Systems and Control, Algiers, Algeria,
October 29-31, 2013

A Quadratic Programming Optimization for Dynamic Economic Load


Dispatch: comparison with GAMS

F. Benhamida, I. Ziane(1), S. Souag Y. Salhi, B. Dehiba(2)


Irecom laboratory, dept. of electrotechnics Apelec laboratory, dept. of electrotechnics
UDL university of Sidi Bel Abbes UDL university of Sidi Bel Abbes
Sidi Bel Abbes, Algeria Sidi Bel Abbes, Algeria
(1) (2)
ziane_ismail2005@yahoo.fr deh_mas@yahoo.fr

Abstract This paper presents a comparative analysis study of ELD for units having continuous or piecewise quadratic fuel
an efficient and reliable quadratic programming (QP) and cost functions and for units having prohibited zone
general algebraic modeling system (GAMS) to solve dynamic constraints. Hopfield energy function and numerical
economic load dispatch (DELD) problem with considering iterations are applied to minimize the energy function which
transmission losses in a power system. The proposed QP is mapped to the objective function of the ELD problem. In
method takes care of different unit and system constraints to the conventional Hopfield Neural Network, the input-output
find optimal solution. To validate the effectiveness of the relationship for its neurons is described by sigmoid function.
proposed QP and GAMS solution, simulations have been Due to the use of the sigmoid function, the Hopfield model
performed using two different cases, a 18-unit, 40-unit. Results
suffers from large computational time and curve saturation. To
obtained with the QP method and GAMS-CONOPT solver
have been compared with other existing relevant approaches
avoid such problem problems, a linear model is also used [5].
available in literatures. Experimental results show a proficiency Evolutionary programming (EP), genetic algorithm
of the QP method over other existing techniques in terms of (GA), differential evolution (DE), particle swarm
robustness and its optimal search behavior comparing to optimization (PSO) [6], [7] have been also proved to be
GAMS. effective with promising performance etc. Improved fast
evolutionary programming algorithm has been successfully
Keywords Economic load dispatch; quadratic applied for solving the ELD problem [1], [5]. Chaotic
programming; general algebraic modeling system GAMS; particle swarm optimization (CPSO) [8], new particle swarm
with local random search (NPSO-LRS) [9], Self-Organizing
Ramp rate limit.
Hierarchical PSO [10], Bacterial foraging optimization [11],
improved coordination aggregated based PSO [12],
I. INTRODUCTION quantum-inspired PSO [13], improved PSO [14], HHS
Economic load dispatch (ELD) problem concern the algorithm [15] and HIGA [16] have been successfully
determination of the optimal combination of power output applied to solve the ELD problem.
for all generating units which will minimize the total fuel A comparative analysis study of Quadratic programming
cost while satisfying load and operational constraints in a
(QP) and General Algebraic Modeling System (GAMS)
high voltage power system. ELD is a complex problem to
approach is proposed to solve ELD problems. QP is an
solve because of its massive dimension, a non-linear
objective function and large number of constraints. Various effective tool to find global minima for optimization
investigations on the ELD have been undertaken till date. problem having quadratic objective function with linear
Suitable improvements in the unit output scheduling can constraints. The objective function for the 2 test system used
contribute to significant cost savings. To improve the quality in the simulation is quadratic but the constraints are not
of solution, lots of researches have been done and various linear. Constraints are liberalized by transformation of
methods have been evolved so far in the field of ELD [1], variable technique and the QP is applied recursively till the
[2]. Classical optimization techniques, such as the lambda convergence is achieved. GAMS is a high-level model
iteration approach, the gradient method, the linear development environment that supports the analysis and
programming method and Newtons method were used to solution of mixed integer optimization linear, and non linear
solve the ELD problem [3]. Lambda iteration method is the problems. GAMS is an accurate tool which can be useful
most common, which has been applied to solve ELD easily for large and complex optimization problem. In this
problems. But for effective implementation of this method, paper the effectiveness of the proposed algorithm is
the formulation must be continuous. Though fast and demonstrated using 2 test system (i) a 18-unit, (ii) a 40-unit.
reliable, the main drawback of the linear programming
methods is that they are associated with the piecewise linear II. ELD PROBLEM FORMULATION
cost approximation [4]. In a power system, the unit commitment problem has
Artificial Neural Network (ANN) techniques such as various sub-problems varying from linear programming
Hopfield Neural Network (HNN) [4] have been used to solve problems to complex non-linear problems. The concerned
ELD problem is one of the different non-linear programming

978-1-4799-0275-0/13/$31.00 2013 IEEE


Proceedings of the 3rd International Conference on WeBC.1

sub-problems of unit commitment, where the units are PGimin PGi PGimax (6)
considered all on line for a specified tine interval. The ELD
problem is about minimizing the fuel cost of generating units
for a specific period of operation so as to accomplish optimal 3) Ramp Rate Limits:
generation dispatch among operating units and in return The range of actual operation of online generating unit is
satisfying the system load demand considering power system restricted by its ramp rate limits. These limits can impact the
operational constraints. operation of generating unit. The operational decision at the
The objective function corresponding to the production present hour may affect the operational decision at the later
cost can be approximated to be a quadratic function of the hour due to ramp rate limits.
active power outputs from the generating units.
Symbolically, it is represented as Pi(t)+URi(t)
Pi(t)
Pi(t) Pi(t+1) Pi(t)-URi(t)
Pi(t)

N t t+1
min FT ( PG ) = Fi ( PGi )
t t+1 t t+1
(1)
i =1
a) Steady state power b) Increased power c) Decreased power
demand demand demand
where the expression for cost function corresponding to i-th Figure 1. Ramp rate limits of the generating units
generating unit is given by:
The generator constraints due to ramp rate limits of
2 generating units are given as
Fi ( PGi ) = a P + bi PGi + ci
i Gi (2)
A) when generation increases
where ai , bi and ci are the cost coefficients; PGi is the real
power output (MW) of i-th generator corresponding to time
Pit Pi ( t 1) URi (7)
period t and N is the number of online generating units to be
dispatched.
B) when generation decreases
The objective function is subject to the following
constraints:
Pi (t 1) + Pit DRi (8)
1) Power Balance Constraints:
The total system generation must be equal to the sum total Therefore the generator constraints can be modified as
system loads (PD) and losses (PL). That is,

N max( Pi min , Pi (t 1) DRi ) Pit min( Pi max , Pi ( t 1) + URi ) (9)


PD + PL = PGi (3)
i =1

The transmission losses can be expressed using the B- III. ECONOMIC DISPATCH PROBLEM SOLUTION BY
coefficients loss formula COMPACT QUADRATIC PROGRAMMING

N N N QP is an effective optimization method to find the global


PL ({ PGi } ) = PGi Bi , j Pn 2 + Bi ,0 .PGi + B0,0 (4) solution if the objective function is quadratic and the
i j i constraints are linear. It can be applied to optimization
problems having non-quadratic objective and nonlinear
where the parameters {Bi,,j}, {Bi,0}, and B0,0 are B- constraints by approximating the objective to quadratic
coefficients known for a specific power system. function and the constraints as linear.
By applying Lagrangian multipliers method and Kuhn- QP is the mathematical problem of finding a vector x that
Tucker conditions for unbounded inequality constraints, the minimizes a quadratic function (23):
following conditions for optimality can be obtained. 1
min ( x T H x + f ' x) , (10)
x 2
N Subject to the linear inequality (8), equality (9) and bound
2ai PGi + bi = 1 Bi ,0 2 Bi , j PGi (i = 1, 2,..., N ) (5)
constraints (10):
j =1
Ax b (11)
2) The Generator Constraints:
Aeq x = beq (12)
The power generated by each generator should be within
its lower limit and upper limit so that
lb x ub (13)

978-1-4799-0275-0/13/$31.00 2013 IEEE


Proceedings of the 3rd International Conference on WeBC.1

To map the ED to QP, the objective function variables are IV. GENERAL ALGEBRAIC MODELING SYSTEM (GAMS)
given by the power generation output vector as follow: GAMS is a high-level model specially designed for
modeling linear, nonlinear and mixed integer optimization
x = [ PG 1 , PG 2 ,..., PGN ]T (14) problems. GAMS can easily handle large and complex
problems. It is especially useful for handling large complex
problems, which may require much revision to establish an
T accurate model. Models can be developed, solved and
a1 documented simultaneously, maintaining the same GAMS
1 2 B P B " 0 model file. Apart from a wide variety of optimization
11 G1 01
(15)
H = 2 # % # problems, it can handle simultaneous linear and non-linear
equation systems and further development would include
aN (linear and non-linear) complementarity problems and
0 "
1 2BNN PGN B0 N general equilibrium problems. The basic structure of a
mathematical model coded in GAMS has the components:
T sets, data, variable, equation, model and output [18] and the
b1 bN (16) solution procedures are shown below.
f = ,...,
1 2 B P
11 G 1 B 01 1 2 B P
NN GN B 0N
Optimization Model Formulation in GAMS

To satisfy the equality constraint Aeq* x = beq, we set


Model description, GAMS solution
beq = PD + (1 + z ) PL (17) preprocessing, solver report

Where PD is a power demand and PL is losses calculated by Global and Local search method for nonlinear
(4) and z is a controlling parameters. optimization

B11 ... B1N



Aeq = [1, 1,...,1] + z. [ P1 , P2 ,..., PN ] # % # +

Optional calls for other solvers and external
(18) Programs
BN1 " BNN

B00 B00 B Figure 2. GAMS modeling and solution procedure.
[ B01," B0 N ] + [ , ,..., 00 ]
P1 P2 PN GAMS formulation follows the basic format as given
The limits of power generated are imposed in the below:
formulation of QP as follows: Sets: Declaration, Assignment of members;

(19) Data (parameters, tables, scalars), Declaration,


lb = [ PGmin min min
1 , PG 2 ,..., PGN ]
Assignment of values;
ub = [ PGmax max max
1 , PG 2 ,..., PGN ]
(20)
Variables: Declaration, Assignment of type,
Step 1: Initialize the procedure, allocate lower limit of each Assignment of bounds and/or initial values
unit, and evaluate the transmission loss PL old. (optional);
Step 2: Calculate H, f, beq, Aeq, lb, ub using (15)-(20)
respectively. Equations: Declaration, Definition;
Step 3: Determine the power allocation of each plant by Model and solve statements;
substitute the quantities of step 2 in the quadratic
programming solver to determine the corresponding optimal Display statements (optional)
power generations PGi , i = 1,..,N.
Step 4: Calculate the new value of transmission losses PLnew V. RESULT AND DISCUSSION
using (7) by substituting the power generation determined in The QP and a GAMS-CONOPT solver have been applied
step 3. on 2 different standard high voltage power systems. Test
Step 5: Check for convergence case I is a 18-unit, Test case II is a 40-unit.The programs
N
were written in MATLAB 7.8 for QP and implementation on
PD + PLnew PGi (21) GAMS with a Pentium 4 processor and 1GB RAM.
i =1

where is the tolerance value, for power balance violation. A. 18-Unit test sytem
Step 6: Carry out the steps 2-5 till convergence is achieved. A 18-unit test system having quadratic cost function: The
parameters of all thermal units are taken from [18], and given
in Table I. The maximum power demand of the system set at
PD = 433.22 MW. The results are compared with -iteration
and Binary GA [18], RGA [18] and ABC [21] for this

978-1-4799-0275-0/13/$31.00 2013 IEEE


Proceedings of the 3rd International Conference on WeBC.1

system. The summarized and comparative results of test case percent changes in results are also given in Table VI and
1 for different demands (95%, 90%, 80% and 70%) without illustrated in Fig. 3.
losses. From Table I, we can show that QP and CONOPT-
GAMS solver both provides superior result then earlier TABLE II. PARAMETERS OF 40-UNIT SYSTEM
reported results; but GAMS provides much better result than
QP. The summarized and comparative DELD results of case Unit
Pimin Pimax ai bi
ci
Rdown Rup
n
1 are given Table II (between QP and GAMS). The percent 1 40 80 0.03073 8.3360 170.44 20 20
changes in results are also given in Table II and illustrated in 2 60 120 0.02028 7.0706 309.54 40 40
Fig. 2. 3 80 190 0.00942 8.1817 369.03 50 50
4 24 42 0.08482 6.9467 135.48 10 10
5 26 42 0.09693 6.5595 135.19 10 10
TABLE I. PARAMETERS OF 18-UNIT SYSTEM 6 68 140 0.01142 8.0543 222.33 40 40
7 110 300 0.00357 8.0323 287.71 80 100
Unit Pimi 8 135 300 0.00492 6.9990 391.98 80 100
n Pimax ai bi ci Rdown Rup
n
9 135 300 0.00573 6.6020 455.76 80 100
1 7 15.00 0.602842 22.45526 85.74158 10 10
10 130 300 0.00605 12.908 722.82 80 100
2 7 45.00 0.602842 22.45526 85.74158 10 10
11 94 375 0.00515 12.986 635.20 80 130
3 13 25.00 0.214263 22.52789 108.98370 10 10
12 94 375 0.00569 12.796 654.69 80 130
4 16 25.00 0.077837 26.75263 49.06263 10 10
13 125 500 0.00421 12.501 913.40 80 100
5 16 25.00 0.077837 26.75263 49.06263 10 10
14 125 500 0.00752 8.8412 1760.4 80 100
6 3 14.75 0.734763 80.39345 677.73000 5 5
15 125 500 0.00708 9.1575 1728.3 80 100
7 3 14.75 0.734763 80.39345 677.73000 10 10
16 125 500 0.00708 9.1575 1728.3 80 100
8 3 12.28 0.514474 13.19474 44.390000 10 10
17 125 500 0.00708 9.1575 1728.3 80 100
9 3 12.28 0.514474 13.19474 44.390000 10 10
18 220 500 0.00313 7.9691 647.85 80 100
10 3 12.28 0.514474 13.19474 44.390000 10 10
19 220 500 0.00313 7.9550 949.69 80 100
11 3 12.28 0.514474 13.19474 44.390000 10 10
20 242 550 0.00313 7.9691 947.83 80 100
12 3 24.00 0.657079 56.70947 574.96030 10 10
21 242 550 0.00313 7.9691 647.81 80 100
13 3 16.20 1.236474 84.67579 820.37760 10 10
22 254 550 0.00298 6.6313 785.96 80 100
14 3 36.20 0.394571 59.59026 603.02370 7 7
23 254 550 0.00298 6.6313 785.96 80 100
15 3 45.00 0.420789 56.70947 567.93630 10 10
24 254 550 0.00284 6.6611 794.53 80 100
16 3 37.00 0.420789 55.96500 567.93630 10 10
25 254 550 0.00284 6.6611 794.53 80 100
17 3 45.00 0.420789 55.96500 567.93630 10 10
26 254 550 0.00277 7.1032 801.32 80 100
18 3 16.20 1.236474 84.67579 820.37760 3 3
27 254 550 0.00277 7.1032 801.32 80 100
B. 40-Unit test sytem 28 10 150 0.52124 3.3353 1055.1 80 100
29 10 150 0.52124 3.3353 1055.1 80 100
A 40-unit with quadratic cost functions where the input 30 10 150 0.52124 3.3353 1055.1 80 100
data of the entire system are given in [22], and given in Table 31 20 70 0.25098 13.052 1207.8 20 40
II. A load demands of 9000 MW and 10500 MW without 32 20 70 0.16766 21.887 810.79 20 40
33 20 70 0.26350 10.244 1247.7 20 40
transmission losses are considered. The results are compared 34 20 70 0.30575 8.3707 1219.2 20 20
with VSDE [22] and SA [21] methods for this system. The 35 18 60 0.18362 26.258 641.43 15 20
results obtained by QP approach and CONOPT algorithm 36 18 60 0.32563 9.6956 1112.8 20 40
under the optimization environment GAMS are listed in 37 20 60 0.33722 7.1633 1044.4 20 40
38 25 60 0.23915 16.339 832.24 20 40
Table III. The 10 load demands are posed for study the
39 25 60 0.23915 16.339 834.24 20 40
DELD problem and the results are listed in Table VI. The 40 25 60 0.23915 16.339 1035.2 20 40
TABLE III. COMPARISION OF ECONOMIC LOAD DISPATCH RESULT OF 18-UNIT
CONOPT
Demand -iteration ($/hr)[19] Binary GA ($/hr) [19] Real coded GA ($/hr) [19] ABC ($/hr) [20] QP ($/hr)
solver ($/hr)
411.559 29731.05 29733.42 29731.05 29730.8 29731.067 29731.067
389.898 27652.47 27681.05 27655.53 27653.3 27653.750 27653.750
346.576 23861.58 23980.24 23861.58 23859.4 23855.286 23855.286
303.254 20393.43 20444.68 20396.39 20391.6 20386.216 20386.216

TABLE IV. COMPARAISON OF DELD RESULTS OF 18-UNIT SYSTEM WITH RAMP RATE LIMIT CONSTRAINTS USING QP AND GAMS
GAMS QP Percent change (%)
Time interval PD Total cost System Total cost System Total cost System

1 411.559 29731.067 100.535 29731.066 100.535 0,000003 0,0000
2 389.898 27654.110 92.245 27654.098 92.244 0,000043 0,0011
3 346.576 23856.274 83.817 23856.301 83.828 -0,000113 -0,0131
4 303.254 20389.390 75.770 20389.449 75.769 -0,000289 0,0013

TABLE V. BEST POWER OUTPUT FOR 40-UNIT SYSTEM


VSHDE [23] SA [22] QP GAMS VCHDE [23] SA [22] QP CONOPT
Total generation 10500 10500 10500 10500 9000 9000 9000 9000
PD (MW) 10500 10500 10500 10500 9000 9000 9000 9000
Total cost ($/hr) 143943.9 143930.409 143926.424 143926.424 121253.01 121245.164 121244.086 121244.086

978-1-4799-0275-0/13/$31.00 2013 IEEE


Proceedings of the 3rd International Conference on WeBC.1

TABLE VI. COMPARAISON OF DELD RESULTS OF 40-UNIT SYSTEM WITH AND RAMP RATE LIMIT CONSTRAINTS USING QP AND GAMS
GAMS QP Percent change (%)
Time interval PD
Total cost System Total cost System Total cost System
1 5000 79233.084 8.813 79233.083 8.812 0.0000 0.0113
2 5800 86515.540 9.384 86515.539 9.383 0.0000 0.0106
3 6200 90313.561 9.597 90313.561 9.596 0.0000 0.0104
4 7000 98152.380 10.040 98152.379 10.040 0.0000 0.0000
5 8400 113392.395 12.119 113392.395 12.118 0.0000 0.0082
6 9000 121244.086 13.943 121244.086 13.943 0.0000 0.0000
7 10500 143926.424 16.257 143926.424 16.257 0.0000 0.0000
8 9200 124066.733 14.282 124066.733 14.282 0.0000 0.0000
9 8700 117175.216 13.100 117175.216 13.100 0.0000 0.0000
10 8000 108761.503 11.196 108761.503 11.195 0.0000 0.00893

1,0
1,0
0,08
0,000 0,8 0,08
0,000 0,8
0,04
0,6 0,04
-0,001 0,6
0,00 -0,001
0,00
0,4 0,4
-0,002 Total cost (%) -0,04 Total cost (%)
-0,002 -0,04
System (%) 0,2 System (%) 0,2
-0,08 -0,08
-0,003 0,0
-0,003 0,0
1 2 3 4 1 2 3 4 5 6 7 8 9 10
Time interval (h)
Time interval (h)
Figure 3. Percent variation in dynamic economic dispatch solution of
the 18-generator problem for the 4 hour time interval using QP with Figure 4. Percent variation in dynamic economic dispatch solution of the
ramping rate constraint comparing to CONOPT solver optimal solution 40-generator problem for the 10 hour time interval using QP with ramping
without ramping rate constraints. rate constraint comparing to CONOPT solver optimal solution without
ramping rate constraints.
[2] H. H. Happ, Optimal power dispatches a comprehensive
VI. CONCLUSION survey, IEEE Trans. Power Apparatus Syst., PAS-96, pp.
841-854, 1971.
A QP approach and CONOPT-GAMS for optimization [3] A. J. Wood and B. F. Wollenberg, Power Generation,
have been used for solving 2 test of high voltage power Operation and Control, Wiley., New York 2nd ed, 1996.
systems. Case I is 18-unit with quadratic cost [4] J. H. Park, Y. S. Kim, I. K. Eom and K. Y. Lee, Economic
characteristics without transmission loss, which is Load Dispatch for pricewise Quadratic Cost Function Using
investigated by change in percentage of maximum demand Hopfield Neural, IEEE Trans. on Power Systems, Vol. 8,
No. 3, pp. 1030-1038, 1993.
(95%, 90%, 80% and 70%) and comparison is made with -
[5] F. Benhamida et al, Generation allocation problem using a
iteration, Binary GA, RGA and ABC. Based on the Hopfield bisection approach including transmission losses,
simulated results, the QP and GAMS provides superior Elect. Power and Energ. Syst., vol. 33, no. 5, pp. 1165-1171,
result than previously reported methods. Case III (40-unit) 2011.
is investigated through two load demand levels and [6] L. S. Coelho and V. C. Mariani, Combining of chaotic
comparison is made with VSDE and SA. SGA and Hybrid differential evolution and quadratic programming for
economic dispatch optimization with valve-point effect,
GA reported in literature, the result shows that QP and IEEE Trans. Power Syst., Vol. 21, No.2, pp. 989-996, 2006.
GAMS performs better then above mentioned methods. [7] J. B. Park, K. S. Lee, J. R. Shin and K.Y. Lee, A particle
The QP and CONOPT algorithm has superior features, swarm optimization for economic dispatch with nonsmooth
including quality of solution and good computational cost functions, IEEE Trans. Power Syst., Vol. 20, No. 1, pp.
34-42, 2005.
efficiency, but GAMS provides much better result than QP.
[8] A. Bhattacharya and P. K. Chattopadhyay, Biogeography-
The results show that CONOPT algorithm is a promising Based optimization for different economic load dispatch
technique for solving complicated problems in power problems, IEEE Trans. Power Syst., Vol. 25, No. 2, pp. 1064-
system. 1077, 2010.
[9] C. Jiejin, M. Xiaoqian, L. Lixiang, and P. Haipeng, Chaotic
REFERENCES particle swarm optimization for economic dispatch
considering the generator constraints, Energy Converse
[1] B. H. Choudhary and S. Rahman, A review of recent Manage, Vol. 48, pp. 645-653, 2007.
advances in economic dispatch, IEEE Trans Power Sys.,
Vol. 5, No. 4, pp. 1248-1259, 1990. [10] A. I. Selvakumar, and K. Thanushkodi, A new particle swarm
optimization solution to non-convex economic dispatch

978-1-4799-0275-0/13/$31.00 2013 IEEE


Proceedings of the 3rd International Conference on WeBC.1

problem, IEEE Trans Power Syst., Vol. 22, No. 1, pp. 42-51, intelligence based harmonics search algorithm, Electric Power
2007. Comp. and Systems, Vol. 39 pp. 751-767, 2011.
[11] K. T. Chaturvedi, M. Pandit and L. Srivastava, Self- [17] M. M. Hosseini, H. Ghorbani, A. Rabii and Sh. Anvari, A
Organizing Hierarchical Particle Swarm Optimization for novel heuristic algorithm for solving Non-convex economic
Non-Convex Economic Dispatch, IEEE Trans. Power Syst., load dispatch problem with non smooth cast function, J. Basic
Vol. 23, No. 3, pp. 1079-1087,2008. Appl. Sci. Res., 2(2)1130-1135, 2012.
[12] B. K. Panigrahi and V. R. Pandi, Bacterial foraging [18] Sichard E. Rosenthal, GAMS, A Users Guide, Tutorial
optimization nelder mead hybrid algorithm for economic load GAMS Development Corporation, Washington, 2010.
dispatch, IET Gener. Transm. Distrib., Vol. 2, No. 4, pp. 556- [19] G. Ioannis, Damousis, G. Anastasios, G. Bakirtzis and S.
565, 2008. Dokopoulos Petros, Network-Constrained Economic Dispatch
[13] G. John Vlachogiannis and K. Y. Lee, Economic load Using Real-Coded Genetic Algorithm, IEEE Trans on power
dispatch a comparative study on heuristic optimization system, Vol. 18, No. 1, pp. 198-204, 2003.
techniques with an improved coordinated aggregation-based [20] G. P. Dixit, H. M. Dubey, M. Pandit and B. K. Panigrahi,
PSO, IEEE Trans. Power Syst., Vol. 24 , No. 2, pp. 991-1001, Economic Load Dispatch using Artificial Bee Colony
2009. Optimization, International Journal of Advances in
[14] Ke Meng, H. G. Wang and Z. Y. Dong, Quantum-inspired Electronics Engineering, pp. 129-124, 2011.
particle swarm optimization for valve-point economic load [21] M. S. Kaurav, H. M. Dubey, M. Pandit and B. K. Panigrahi,
dispatch, IEEE Trans. Power Syst., Vol. 25, No. 1, pp. 215- Simulated Annealing Algorithm for Combined Economic
222, 2010. and Emission Dispatch, International Conference, ICACCN
[15] J. B. Park, Y. W. Jeong, J. R. Sin and K. Y. Lee, An Improved pp. 631-636, 07-09 Oct 2011
particle swarm optimization for Non-convex Economic Load [22] Ji-Pyng Chiou, Variable Scaling hybrid differential
Dispatch Problems, IEEE Trans. Power Syst., Vol. 25, No. 1, evolution for large scale economic dispatch problem,
pp. 156-166, 2010. Electrical power systems Reserch, Vol. 77, pp. 212-218,
[16] V. R. Pandi, B. K. Panigrahi, R. C. Bansal, S. Das and A. 2007.
Mohapatra, Economic load dispatch using hybrid swarm

978-1-4799-0275-0/13/$31.00 2013 IEEE

You might also like