SlideShare a Scribd company logo
1 of 4
Download to read offline
Quadratic Programmig Solution to Emission and Economic
Dispatch Problems
R M S Danaraj, Non-member
Dr F Gajendran, Non-member
                   This paper presents a new and efficient way of implementing quadratic programming to solve the economic and emission dispatch
                   problems. Economic load dispatch (ELD), minimum emission dispatch (MED), combined economic emission dispatch (CEED)
                   and emission controlled economic dispatch (ECED) are solved using the proposed method. Transformation of variables technique
                   along with quadratic programming is applied recursively to solve both problems. The advantage of this method is its robustness
                   to find the global minimum for all the problems. The algorithm is tested on a test system and compared with genetic algorithm and
                   hybrid genetic algorithm. The results clearly demonstrate the effectiveness of the proposed method.

                   Keywords : Economic load dispatch (ELD); Minimum emission dispatch (MED); Combined economic and emission dispatch
                   (CEED); Emission constrained economic dispatch (ECED); Transformation of variables technique; Quadratic programming


NOTATION                                                                   operational strategies of the generating plants now include
                                                                           reduction of pollution level up to a safe limit set by
  a i , bi , c i   : fuel cost coefficients of ‘i’th plant                 environmental regulating authority, in addition to minimum
  Bmn              : loss coefficient metrics                              fuel cost strategies and transmission security objective.
                                                                           Major part of the power generation is due to fossil fired
  d i , ei , f i   : emission coefficients                                 plants and their emission contribution cannot be neglected.
                                                                           Fossil fired electric power plants use coal, oil, gas, or
  Li               : lower power limit of ‘i’th power plant
                                                                           combination thereof as primary energy resource and produce
  N                : no of plants                                          atmospheric emission whose nature and quantity depend upon
                                                                           fuel type and its quality. Coal produce particulate matter such
  Pd               : real power demand on the system
                                                                           as ash and gaseous pollutants such as CO2, NOx (oxides of
  Pi               : real power generation of ‘i’th power plant            nitrogen) etc. Therefore there is a need to reduce the emission
                                                                           from these fossil fired plants either by design or by operational
  Ui               : upper power limit of ‘i’th power plant                strategies.
INTRODUCTION                                                               The characteristics of emissions of various pollutants are
                                                                           different and are usually highly nonlinear. This increases the
The operation and planning of a power system is                            complexity and non-monotonocity of the combined emission
characterized by maintaining a high degree of economy and                  and economic dispatch (CEED) problem. Many authors have
reliability. The plants have to meet the demand and the                    addressed the economic dispatch problem. EL-Keib and
transmission losses for minimum cost while meeting the                     Hart 1 have presented a general for mulation of the
constraints (economic load dispatch). Traditionally electric               environmental constrained economic dispatch (ECED)
power plants are operated on the basis of least fuel cost                  problem, which is linear programming and uses gradient
strategies and very little attention is paid on the pollution              projection method to guarantee feasibility of the solution. K
produced by these plants.                                                  Srikrishna and C Palanichamy2 have proposed a method for
Recently, passage of the ‘Clean Air Act Amendment of 1990’                 combined emission and economic dispatch using price penalty
and its acceptance by all the nations has forced the utilities to          factor. R Ramaratnam3 developed a technique to add emission
modify their operating strategies to meet the rigorous                     constraints to the standard classical economic dispatch
environment standards set by this legislation. Thus the modern             problem. S Baskar et al 4 have applied hybrid genetic algorithm
                                                                           to solve the problem of CEED and ECED, Dr S L Surana
R M S Danraj and Dr F Gajendran are with Research and
Development, Sri Krishna College of Engineering and                        and P S Bhati5 also tried with GA to solve ECED with better
Technology, Coimbatore 641 008.                                            results. It is well known that GA consumes more time and
                                                                           not certain to find the global minimum all the time.
This paper was received on August 20, 2002. Written discussion on this
paper will be accepted till November 30, 2005.                             In this paper Quadratic program along with Transformation

Vol 86, September 2005                                                                                                                         129
of variables technique is used to solve ELD, MED CEED               The price penalty factor or each plant can be found for a
and ECED problems. Quadratic programming is an effective            particular demand as follows
tool to find global minimum for optimisation problems
                                                                      1.   The ratio between the average fuel cost and the average
having quadratic objective and linear constraints. The objective
                                                                           emission of maximum power capacity of that plant is
function is quadratic for both cases but the constraints are
                                                                           found
not linear. The constraints are linearised by transformation
of variable technique and the quadratic programming is                       hi = FC i (U i ) / EC i (U i ), i = 1, 2, n            (3)
applied recursively till the convergence is reached. It is
compared with genetic algorithm 5, real coded genetic                 2.   Based on the value of price penalty factor found the
algorithm4 and hybrid genetic algorithm4. The results clearly              plants are arranged in ascending order
demonstrate the effectiveness and robustness of this method
                                                                      3.   The maximum capacity of each unit (U i ) is added
over Hybrid GA and GA.
                                                                           one at a time, starting from the smallest hi , unit until
PROBLEM FORMULATION
There are so many ways for including emission into the                     ∑ Pi ≥ Pd
formulation of economic dispatch. One approach is
                                                                      4.   At this stage hi , associated with the last unit in the
combined economic and emission dispatch (CEED), which
is formulated as a multi-objective optimisation problem,                   process is the price penalty factor ‘h’, Rs/Kg for the
which should minimize both, fuel cost and emission subject                 given load demand.
to meet the demand and losses. Another approach is emission         Emission Controlled Economic Dispatch (ECED)
controlled economic dispatch (ECED), which is minimizing
                                                                    The main objective of the ECED problem is to determine
the economy subject to that particular emission limit for
                                                                    the most economical allocation of plants in such away to
particular demand.
                                                                    meet the demand and losses while keeping the emission level
Combined Emission and Economy Dispatch                              at allowable limit For ECED, FC is to be minimized subject
The combined economic and emission dispatch problem can             to the power balance constraint equation (1a) and emission
be formulated as6                                                   limit constraint. It can be expressed as equation (4).
                                                                                               N
                                  N                                   Minimize f ( FC ), ∋, ∑ Pi = Pd + Pl ,
  Minimize f ( FC , EC ), ∋, ∑ Pi = Pd + Pl , L i ≤ Pi ≤ U i (1a)                           i =1
                                  i =1                                                    L i ≤ Pi ≤ U i , EC ≤ Elimit              (4)

         N                                                          Where Elimit is the total emission limit over the system.
  FC = ∑ a i Pi2 + bi Pi + c i                              (1b)
         i =1
                                                                    QUADRATIC PROGRAMMING
                                                                    Quadratic Programming is an effective optimisation method
          N                                                         to fid the global solution if the objective function is quadratic
  EC = ∑ d i Pi2 + e i Pi + f i                             (1c)    and the constraints are linear. It can be applied to optimisation
         i =1
                                                                    problems having non-quadratic objective and non-linear
        N       N
                                                                    constraints by approximating the objective to quadratic
   p1 = ∑       ∑   Bij P j Pi                              (1d)
                                                                    function and the constraints as linear. For all the four problems
        i =1 j =1                                                   the objective is quadratic but the constraints are also quadratic
                                                                    so the constraints are to be made linear. Transformation of
FC is the total fuel cost and EC is the total emission. The         variables technique7 is incorporated for making the constraints
transmission losses P1 can be found either from load flow           linear. This is explained as follows.
or using Bmn coefficients. Though this method can                     1.   Put Pi = L i + (U i − L i ), X i , where 0 < X i < 1 in the
incorporate both cases Bmn coefficients are used to calculate              objective function and the constraints.
transmission losses in this paper. The multi objective                2.   Make the constraints linear by neglecting the second
optimisation problem is converted as single objective                      order terms for the constraints
optimisation problem by using price penalty factor as follows
                                                                      3.   Apply QP to solve the optimisation problem find the
  Minimize f ( FC , EC ) = Minimize ( FC + h EC )             (2)          solution vector [P ].

130                                                                                                                    IE(I) Journal-EL
Table 1 Optimal allocation of economic load dispatch by proposed method                    Table 6 Comparison of results for combined economic emission dispatch
   Pd,          P1,          P2,         P3,          P4,            P5,          P6,       Demand        h,      Performance           GRA4         Hybrid       Proposed12
   MW           MW           MW          MW           MW             MW           MW                    Rs/kg                                         GA4
   700         27.861       10.000     116.826     119.588         231.474      213.729       500      43.898     FC, Rs/hr        27638.300       27695.000       27606.470
                                                                                                                  EC, Rs/hr             263.472       263.370        262.400
  1100         47.705       37.681     220.240     201.126         325.000      315.000
                                                                                                                  Pl, MW                 10.172        10.135          8.932
Table 2 Comparison of results for economic load dispatch                                                          Total            39258.080       39257.500       39149.380
 Demand         Performance            GA4          Hybrid GA4               Proposed12       700      44.788     FC, Rs/hr        37640.370       37640.400       37488.580
                                                                              Method
                                                                                                                  EC, Rs/hr             439.979       439.978        439.720
 700            FC, Rs/hr          36912.240        37137.960                36899.570
                                                                                                                  Pl, MW                 18.521        18.517         17.054
                EC, Rs/hr             501.013         489.550                  502.030
                                                                                                                  Total            57346.190       57346.100       57171.450
                PI, MW                 19.430          23.124                   19.478
                                                                                                                  Cost Rs/hr
 1100           FC, Rs/hr          57870.530                   -             57834.560        900      47.822     FC, Rs/hr        48567.750       48567.500       48330.310
                EC, Rs/hr            1231.843                  -              1232.660                            EC, Rs/hr             694.169       694.172        693.600
                PI, MW                 46.850                  -                46.890                            Pl, MW                 29.725        29.718         28.007
Table 3 Optimal allocation of minimum emission dispatch by proposed                                               Total            81764.450       81764.400       81499.420
        method                                                                                                    Cost Rs/hr
  Pd,          P1,        P2,          P3,          P4,             P5,           P6,
  MW           MW         MW           MW           MW              MW            MW       Table 7 Optimal power dispatch using QP for ECED problem
                                                                                             Pd,       P1,         P2,          P3,          P4,          P5,         P6,
  700         80.214     82.474       113.934      113.444         163.411      163.060      MW        MW          MW           MW           MW           MW          MW
 1100           125         150       178.602      177.126         255.914      254.824       700     56.437      53.969      121.659      121.573      183.610     180.046
                                                                                              1100   101.497    112.386       189.256      185.517      278.602     275.580
Table 4 Comparison of results for minimum emission dispatch
 Demand           Performance         GA5             Hybrid GA4             Proposed      Table 8 Comparison of results-emission constrained economic dispatch
                                                                             Method
                                                                                            Demand Performance Emission Genetic5                      Hybrid4 Proposed12
        700       FC, Rs/hr            38100.990       38186.400              38091.948                         Limit   Algorithm                     Genetic  Method
                                                                                                                                                     Algorithm
                  EC, Rs/hr              434.130          435.075               433.972
                                                                                               700    FC, Rs/hr            —        38389.410              —       37329.700
                  Pl, MW                  16.540             17.366              16.538
                                                                                                      EC, Rs/hr            444           442.551           —         444.000
       1100       FC, Rs/hr            60628.940                   —          60600.630
                                                                                                      Pl, MW               —              17.220           —          17.293
                  EC, Rs/hr             1022.195                   —           1021.930
                                                                                              1100    FC, Rs/hr            —        59207.934        59529.300     59141.150
                  Pl, MW                  41.470                   —             41.467
                                                                                                      EC, Rs/hr           1060          1058.586      1060.000      1060.000
Table 5 Optimal power dispatch using QP for CEED Problem
                                                                                                      Pl, MW               —              42.800        45.986        42.840
   Pd,          P1,          P2,          P3,         P4,              P5,         P6,
   MW           MW           MW           MW          MW               MW          MW
                                                                                           CEED and the comparison are given in Tables 5 and 6. This
   500         33.907       26.850      89.793       90.356        135.590       132.820
                                                                                           method is applied for ECED for demands of 700MW and
   700         62.278       61.739     119.993      119.993        178.951       175.471   1100MW and compared with GA5 and Hybrid GA4. The
   900         93.000       98.400     150.120      148.850        220.310       218.400   results are given in Tables 7 and 8. From the results it is proved
                                                                                           that QP outperforms GA and Hybrid GA in all aspects.
  4.     Now set the lower limit equal to the solution vector
                                                                                           CONCLUSION
         that is L = [P ] .
                                                                                           In this Paper, a new way of implementing the Quadratic
  5.     Repeat the steps 1, 2, 3, and 4 till the convergence is                           programming to solve economic as well emission problems
         reached.                                                                          was proposed. In order to prove the effectiveness of the
SIMULATION RESULTS                                                                         proposed method it is applied to six plant system and
                                                                                           compared with GA and Hybrid GA.It is observed that it
A test system having six thermal units is considered for                                   faster and finding the best possible solution.
simulation. The plant data is given in Appendix I. The
proposed method is applied for CEED for demands                                            REFERENCES
500 MW. 700MW and 900MW and it is compared with real                                       1. A A El-Keib, H Ma and J L Hart. ‘Environmentally Constrained Economic
coded GA4 and Hybrid GA4. The optimal allocations and                                      Dispatch using Lacrangian Relaxation Method.’ IEEE Transactions on Power
comparisons with other methods for ELD and minimum                                         Systems, vol 9, no 4, 1994, p 1723.
emission are given in Tables 1-4. The optimal allocation for                               2. K Srikrishna and C Palanisamy. ‘Economic Thermal Dispatch with

Vol 86, September 2005                                                                                                                                                   131
Emission Constraints.’ Journal of The Institution of Engineers (India), pt EL,   Generating Capacity Limits
vol 72, April 1991, p 11.
                                                                                   Plant                 1              2                  3             4             5     6
3.R Ramaratnam. ‘Emission Constrained Economic Dispatch.’ IEEE
Transactions on Power Systems, vol 9, no 4, 1994.                                  Li                    10            10                  35            35           130    125
4. S Baskar, P Subbaraj and M V C Rao. ‘Hybrid Genetic Algorithm                   Ui                 125             150                225            210           325    315
Solution to Emission and Economic Dispatch Problems.’ Journal of The                                                                               –4
                                                                                 Bmn Coefficients in the Order of 10
Institution of Engineers (India), pt EL, vol 82, March 2002, p 243.
5. S L Surana and P S Bhati. ‘Emission Controlled Economic Dispatch                1.40              0.17             0.15             0.19             0.26          0.22
Using Genetic Algorithms.’ Journal of The Institution of Engineers (India),
                                                                                   0.17              0.60             0.13             0.16             0.15          0.20
pt EL, vol 82, March 2002, p289.
6. Y H Song, G S Wang and A T John. ‘Environmentaly Economic Dispatch              0.15              0.13             0.65             0.17             0.24          0.19
using Fuzzy Controlled Genetic Algorithm.’ IEE Proceedings on Generation,          0.19              0.16             0.17             0.71             0.30          0.25
Transmission and Distribution, vol 144, no 4, July 1997, p 377.
7. R M S Danaraj, A Meena Kumari and A Durga Devi. ‘Solving Economic               0.26              0.15             0.24             0.30             0.69          0.32
Load Dispatch Problem,’ ‘A Quadratic Programmig Based Approach.’                   0.22              0.20             0.19             0.25             0.32          0.85
Twenty-Fifth National Systems Conference, December 13-15, 2001, 1984.
                                                                                 APPENDIX 2
8. A A El-Keib and H Ding. ‘Environmentally Constrained Economic
Dispatch Using Linear Programming.’ Electric Power System Research, vol          Solution to Economic Dispatch by Quadratic Programming
29, 1994, p 155.                                                                 Incorporating Transformation of Variables Technique7
9. J W Lamount and E V Obeisis. ‘Emission Dispatch Models and Algorithms         The ELD can be described as follows
for the 1990’s.’ IEEE Transactions on Power Systems, vol 10, no 2, May 1995,
p 155.                                                                                               N                               N

10. V C Ramesh and Xian Li. ‘Optimal Power Flow with Fuzzy Emission                 Minimize ∑ a i Pi 2 + bi Pi + c i ∋, ∑ Pi = Pd + Pl , L i ≤ Pi ≤ U i                     (A1)
                                                                                                  i =1                              i =1
Constraints.’ Electrical Machines and Power Systems, vol 25, 1997, p 897.
11. S S Rao. ‘System Optimization.’ Wiley Eastern Publication, New Delhi,                  N     N
2000.                                                                               P1 = ∑      ∑        Bij P j Pi                                                          (A2)
12. R M Saloman Danraj. ‘An Efficient Algorithm to Find Optimal                            i =1 j =1
Economic Load Dispatch for Plants having Continuous Fuel Cost Functions
: A Software Approach.’ Research Report No ELD2, Sri Krishna College of          Put Pi = Li + (U i − Li )X i and neglect the second order terms in the
Engineering and Technology, Coimbatore 641 008, November 2001.                   constraints. Now the problem becomes typical quadratic programming
APPENDIX 1                                                                       problem with quadratic objective and linear constraints.
PLANT DATA
                                                                                                     N                                         N               N

Fuel Cost Equations                                                                 Minimize         ∑ Ai X i2 + Bi Pi + C i ∋, ∑ K i X i               = Pd − ∑ L i
                                                                                                     i =1                                   i =1               i =1
  F1 = 0.15247 P12 + 38.53973 P1 + 756.79886                                                                                       N       N
                                                                                                                                                                             (A3)
                                                                                                                               +∑          ∑ Li L j ,    0 ≤ Xi ≤ 1
  F2 = 0.10587 P22 + 46.15916 P2 + 451.32513                                                                                       j =1 i =1
  F3 = 0.02803 P32 + 40.3965 P3 + 1049.9977
                                                                                 Where
  F4 = 0.03546 P42 + 38.30553 P4 + 1243.5311
  F5 = 0.02111 P52 + 36.32782 P5 + 1658.569                                         Ai = a i (U i − Li )2 Bi = ( 2a i L i + bi )(U i − L i )
  F6 = 0.01799 P62 + 38.27041 P6 + 1356.6592                                                                                                                                 (A4)
                                                                                                                             C i = a i L2 + bi L i + c i
                                                                                                                                        i
Emission Equations
  E1 = 0.00419 P12 + .32767 P1 + 13.85932                                                                             N
                                                                                    K i = (U i − Li )(1 − 2 ∑ Bij L j )                                                      (A5)
  E2 = 0.00419 P22 + .32767 P2 + 13.85932                                                                             j =1

  E3 = 0.00683 P32 – 0.54551 P3 + 40.2669                                        After this transformation the solution vector [X] can be found using QP
  E4 = 0.00683 P42 – 0.54551 P4 + 40.2669                                        once the solution is found now the lower limit is made equal to the
                                                                                 solution vector and the procedure is repeated till the desired convergence.
  E5 = 0.00461 P52 – 0.51116 P5 + 42.89553                                       It is found that it is finding the global minimum all the time for ELD from
  E6 = 0.00461 P62 – 0.51116 P6 + 42.89553                                       any starting point since it is a convex programming problem.




132                                                                                                                                                            IE(I) Journal-EL

More Related Content

What's hot

Stochastic fractal search based method for economic load dispatch
Stochastic fractal search based method for economic load dispatchStochastic fractal search based method for economic load dispatch
Stochastic fractal search based method for economic load dispatchTELKOMNIKA JOURNAL
 
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...theijes
 
Optimal power contract porfolios por ech may 2008
Optimal power contract porfolios por ech may 2008Optimal power contract porfolios por ech may 2008
Optimal power contract porfolios por ech may 2008Elio Cuneo
 
A novel approach for solving Optimal Economic load dispatch problem in power ...
A novel approach for solving Optimal Economic load dispatch problem in power ...A novel approach for solving Optimal Economic load dispatch problem in power ...
A novel approach for solving Optimal Economic load dispatch problem in power ...IRJET Journal
 
PuShort Term Hydrothermal Scheduling using Evolutionary Programmingblished pa...
PuShort Term Hydrothermal Scheduling using Evolutionary Programmingblished pa...PuShort Term Hydrothermal Scheduling using Evolutionary Programmingblished pa...
PuShort Term Hydrothermal Scheduling using Evolutionary Programmingblished pa...Satyendra Singh
 
A Simple Approach for Optimal Generation Scheduling to Maximize GENCOs Profit...
A Simple Approach for Optimal Generation Scheduling to Maximize GENCOs Profit...A Simple Approach for Optimal Generation Scheduling to Maximize GENCOs Profit...
A Simple Approach for Optimal Generation Scheduling to Maximize GENCOs Profit...IJAPEJOURNAL
 
An integrated OPF dispatching model with wind power and demand response for d...
An integrated OPF dispatching model with wind power and demand response for d...An integrated OPF dispatching model with wind power and demand response for d...
An integrated OPF dispatching model with wind power and demand response for d...IJECEIAES
 
Optimal Operation of Wind-thermal generation using differential evolution
Optimal Operation of Wind-thermal generation using differential evolutionOptimal Operation of Wind-thermal generation using differential evolution
Optimal Operation of Wind-thermal generation using differential evolutionIOSR Journals
 
Ipcc srren2011-summary forpolicymakers
Ipcc srren2011-summary forpolicymakersIpcc srren2011-summary forpolicymakers
Ipcc srren2011-summary forpolicymakersEduardo Zolezzi
 
Carlos a. m´endez blending in ref operations
Carlos a. m´endez blending in ref operationsCarlos a. m´endez blending in ref operations
Carlos a. m´endez blending in ref operationsLu Depp
 
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...ijceronline
 
Application of a new constraint handling method for economic dispatch conside...
Application of a new constraint handling method for economic dispatch conside...Application of a new constraint handling method for economic dispatch conside...
Application of a new constraint handling method for economic dispatch conside...journalBEEI
 
Optimizing Size of Variable Renewable Energy Sources by Incorporating Energy ...
Optimizing Size of Variable Renewable Energy Sources by Incorporating Energy ...Optimizing Size of Variable Renewable Energy Sources by Incorporating Energy ...
Optimizing Size of Variable Renewable Energy Sources by Incorporating Energy ...Kashif Mehmood
 
Environmental constrained electric power generation and dispatch via genetic ...
Environmental constrained electric power generation and dispatch via genetic ...Environmental constrained electric power generation and dispatch via genetic ...
Environmental constrained electric power generation and dispatch via genetic ...TuhinDas33
 
Day2
Day2Day2
Day2--
 
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...Power System Operation
 
Best Practices for Achieving Return on Investment through Energy Efficient Co...
Best Practices for Achieving Return on Investment through Energy Efficient Co...Best Practices for Achieving Return on Investment through Energy Efficient Co...
Best Practices for Achieving Return on Investment through Energy Efficient Co...Climate Savers Computing Initiative
 

What's hot (19)

Stochastic fractal search based method for economic load dispatch
Stochastic fractal search based method for economic load dispatchStochastic fractal search based method for economic load dispatch
Stochastic fractal search based method for economic load dispatch
 
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
Optimal Economic Load Dispatch of the Nigerian Thermal Power Stations Using P...
 
Optimal power contract porfolios por ech may 2008
Optimal power contract porfolios por ech may 2008Optimal power contract porfolios por ech may 2008
Optimal power contract porfolios por ech may 2008
 
A novel approach for solving Optimal Economic load dispatch problem in power ...
A novel approach for solving Optimal Economic load dispatch problem in power ...A novel approach for solving Optimal Economic load dispatch problem in power ...
A novel approach for solving Optimal Economic load dispatch problem in power ...
 
PuShort Term Hydrothermal Scheduling using Evolutionary Programmingblished pa...
PuShort Term Hydrothermal Scheduling using Evolutionary Programmingblished pa...PuShort Term Hydrothermal Scheduling using Evolutionary Programmingblished pa...
PuShort Term Hydrothermal Scheduling using Evolutionary Programmingblished pa...
 
A Simple Approach for Optimal Generation Scheduling to Maximize GENCOs Profit...
A Simple Approach for Optimal Generation Scheduling to Maximize GENCOs Profit...A Simple Approach for Optimal Generation Scheduling to Maximize GENCOs Profit...
A Simple Approach for Optimal Generation Scheduling to Maximize GENCOs Profit...
 
An integrated OPF dispatching model with wind power and demand response for d...
An integrated OPF dispatching model with wind power and demand response for d...An integrated OPF dispatching model with wind power and demand response for d...
An integrated OPF dispatching model with wind power and demand response for d...
 
Optimal Operation of Wind-thermal generation using differential evolution
Optimal Operation of Wind-thermal generation using differential evolutionOptimal Operation of Wind-thermal generation using differential evolution
Optimal Operation of Wind-thermal generation using differential evolution
 
Gj2411521157
Gj2411521157Gj2411521157
Gj2411521157
 
Ipcc srren2011-summary forpolicymakers
Ipcc srren2011-summary forpolicymakersIpcc srren2011-summary forpolicymakers
Ipcc srren2011-summary forpolicymakers
 
Carlos a. m´endez blending in ref operations
Carlos a. m´endez blending in ref operationsCarlos a. m´endez blending in ref operations
Carlos a. m´endez blending in ref operations
 
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
 
Application of a new constraint handling method for economic dispatch conside...
Application of a new constraint handling method for economic dispatch conside...Application of a new constraint handling method for economic dispatch conside...
Application of a new constraint handling method for economic dispatch conside...
 
Optimizing Size of Variable Renewable Energy Sources by Incorporating Energy ...
Optimizing Size of Variable Renewable Energy Sources by Incorporating Energy ...Optimizing Size of Variable Renewable Energy Sources by Incorporating Energy ...
Optimizing Size of Variable Renewable Energy Sources by Incorporating Energy ...
 
Ericsson Report - Tco2
Ericsson Report - Tco2Ericsson Report - Tco2
Ericsson Report - Tco2
 
Environmental constrained electric power generation and dispatch via genetic ...
Environmental constrained electric power generation and dispatch via genetic ...Environmental constrained electric power generation and dispatch via genetic ...
Environmental constrained electric power generation and dispatch via genetic ...
 
Day2
Day2Day2
Day2
 
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...
Enhancements of Extended Locational Marginal Pricing – Advancing Practical Im...
 
Best Practices for Achieving Return on Investment through Energy Efficient Co...
Best Practices for Achieving Return on Investment through Energy Efficient Co...Best Practices for Achieving Return on Investment through Energy Efficient Co...
Best Practices for Achieving Return on Investment through Energy Efficient Co...
 

Viewers also liked

Hybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load DispatchHybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load DispatchSatyendra Singh
 
A review
A reviewA review
A reviewedzam
 
Recognize learning with the ELD method
Recognize learning with the ELD methodRecognize learning with the ELD method
Recognize learning with the ELD methodTerese Raymond
 
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
 
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
 
OPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMS
OPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMSOPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMS
OPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMSIAEME Publication
 
Lecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcLecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcRiyandika Jastin
 
Karmarkar's Algorithm For Linear Programming Problem
Karmarkar's Algorithm For Linear Programming ProblemKarmarkar's Algorithm For Linear Programming Problem
Karmarkar's Algorithm For Linear Programming ProblemAjay Dhamija
 
Definition of linear programming problem model decision variable, objective ...
Definition of linear programming problem model decision variable, objective ...Definition of linear programming problem model decision variable, objective ...
Definition of linear programming problem model decision variable, objective ...Sunny Mervyne Baa
 
algebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodalgebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodNagma Modi
 
Newton raphson
Newton raphsonNewton raphson
Newton raphsonbaxter89
 
Newton Raphson
Newton RaphsonNewton Raphson
Newton RaphsonAisu
 
Introduction to Genetic Algorithms
Introduction to Genetic AlgorithmsIntroduction to Genetic Algorithms
Introduction to Genetic AlgorithmsAhmed Othman
 
Applications of linear programming
Applications of linear programmingApplications of linear programming
Applications of linear programmingZenblade 93
 
Linear Programming 1
Linear Programming 1Linear Programming 1
Linear Programming 1irsa javed
 
Genetic Algorithm by Example
Genetic Algorithm by ExampleGenetic Algorithm by Example
Genetic Algorithm by ExampleNobal Niraula
 

Viewers also liked (20)

Hybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load DispatchHybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load Dispatch
 
A review
A reviewA review
A review
 
Recognize learning with the ELD method
Recognize learning with the ELD methodRecognize learning with the ELD method
Recognize learning with the ELD method
 
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...
 
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
 
Newton raphson
Newton raphsonNewton raphson
Newton raphson
 
OPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMS
OPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMSOPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMS
OPTIMAL ECONOMIC LOAD DISPATCH USING FUZZY LOGIC & GENETIC ALGORITHMS
 
Lecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcLecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etc
 
Karmarkar's Algorithm For Linear Programming Problem
Karmarkar's Algorithm For Linear Programming ProblemKarmarkar's Algorithm For Linear Programming Problem
Karmarkar's Algorithm For Linear Programming Problem
 
Definition of linear programming problem model decision variable, objective ...
Definition of linear programming problem model decision variable, objective ...Definition of linear programming problem model decision variable, objective ...
Definition of linear programming problem model decision variable, objective ...
 
algebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodalgebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant method
 
Newton raphson
Newton raphsonNewton raphson
Newton raphson
 
Newton Raphson
Newton RaphsonNewton Raphson
Newton Raphson
 
Introduction to Genetic Algorithms
Introduction to Genetic AlgorithmsIntroduction to Genetic Algorithms
Introduction to Genetic Algorithms
 
Applications of linear programming
Applications of linear programmingApplications of linear programming
Applications of linear programming
 
Genetic Algorithms
Genetic AlgorithmsGenetic Algorithms
Genetic Algorithms
 
Linear Programming 1
Linear Programming 1Linear Programming 1
Linear Programming 1
 
Genetic algorithm
Genetic algorithm Genetic algorithm
Genetic algorithm
 
Linear programing
Linear programingLinear programing
Linear programing
 
Genetic Algorithm by Example
Genetic Algorithm by ExampleGenetic Algorithm by Example
Genetic Algorithm by Example
 

Similar to Ll1411

Solving combined economic emission dispatch problem in wind integrated power ...
Solving combined economic emission dispatch problem in wind integrated power ...Solving combined economic emission dispatch problem in wind integrated power ...
Solving combined economic emission dispatch problem in wind integrated power ...nooriasukmaningtyas
 
A Review on Various Techniques Used for Economic Load Dispatch in Power System
A Review on Various Techniques Used for Economic Load Dispatch in Power SystemA Review on Various Techniques Used for Economic Load Dispatch in Power System
A Review on Various Techniques Used for Economic Load Dispatch in Power Systemijtsrd
 
Towards a more sustainable energy economy
Towards a more sustainable energy economyTowards a more sustainable energy economy
Towards a more sustainable energy economyRCREEE
 
Perspectives on Energy Efficiency Opportunities and Strategies: Technology an...
Perspectives on Energy Efficiency Opportunities and Strategies:Technology an...Perspectives on Energy Efficiency Opportunities and Strategies:Technology an...
Perspectives on Energy Efficiency Opportunities and Strategies: Technology an...Alliance To Save Energy
 
Optimization of Corridor Observation Method to Solve Environmental and Econom...
Optimization of Corridor Observation Method to Solve Environmental and Econom...Optimization of Corridor Observation Method to Solve Environmental and Econom...
Optimization of Corridor Observation Method to Solve Environmental and Econom...ijceronline
 
Economic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
Economic/Emission Load Dispatch Using Artificial Bee Colony AlgorithmEconomic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
Economic/Emission Load Dispatch Using Artificial Bee Colony AlgorithmIDES Editor
 
Impacts of CO2 tax on Italian Economy
Impacts of CO2 tax on Italian EconomyImpacts of CO2 tax on Italian Economy
Impacts of CO2 tax on Italian EconomyMostafa Deldoost
 
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...IDES Editor
 
Leveling the playing field - the economics of electricity generation in Europe
Leveling the playing field - the economics of electricity generation in EuropeLeveling the playing field - the economics of electricity generation in Europe
Leveling the playing field - the economics of electricity generation in EuropeDavid Owain Clubb
 
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHM
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHMECONOMIC LOAD DISPATCH USING GENETIC ALGORITHM
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHMIJARIIT
 
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
 
Economic dispatch by optimization techniques
Economic dispatch by optimization techniquesEconomic dispatch by optimization techniques
Economic dispatch by optimization techniquesIJECEIAES
 
Multi objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterialMulti objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterialIAEME Publication
 
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
 

Similar to Ll1411 (20)

Solving combined economic emission dispatch problem in wind integrated power ...
Solving combined economic emission dispatch problem in wind integrated power ...Solving combined economic emission dispatch problem in wind integrated power ...
Solving combined economic emission dispatch problem in wind integrated power ...
 
A Review on Various Techniques Used for Economic Load Dispatch in Power System
A Review on Various Techniques Used for Economic Load Dispatch in Power SystemA Review on Various Techniques Used for Economic Load Dispatch in Power System
A Review on Various Techniques Used for Economic Load Dispatch in Power System
 
C41016023
C41016023C41016023
C41016023
 
Towards a more sustainable energy economy
Towards a more sustainable energy economyTowards a more sustainable energy economy
Towards a more sustainable energy economy
 
A BBO-based algorithm for the non-convex economic/environmental dispatch
A BBO-based algorithm for the non-convex economic/environmental dispatchA BBO-based algorithm for the non-convex economic/environmental dispatch
A BBO-based algorithm for the non-convex economic/environmental dispatch
 
Perspectives on Energy Efficiency Opportunities and Strategies: Technology an...
Perspectives on Energy Efficiency Opportunities and Strategies:Technology an...Perspectives on Energy Efficiency Opportunities and Strategies:Technology an...
Perspectives on Energy Efficiency Opportunities and Strategies: Technology an...
 
Geisbrecht2009
Geisbrecht2009Geisbrecht2009
Geisbrecht2009
 
Optimization of Corridor Observation Method to Solve Environmental and Econom...
Optimization of Corridor Observation Method to Solve Environmental and Econom...Optimization of Corridor Observation Method to Solve Environmental and Econom...
Optimization of Corridor Observation Method to Solve Environmental and Econom...
 
basu2011.pdf
basu2011.pdfbasu2011.pdf
basu2011.pdf
 
Economic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
Economic/Emission Load Dispatch Using Artificial Bee Colony AlgorithmEconomic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
Economic/Emission Load Dispatch Using Artificial Bee Colony Algorithm
 
Impacts of CO2 tax on Italian Economy
Impacts of CO2 tax on Italian EconomyImpacts of CO2 tax on Italian Economy
Impacts of CO2 tax on Italian Economy
 
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...
Genetic algorithm based Different Re-dispatching Scheduling of Generator Unit...
 
Leveling the playing field - the economics of electricity generation in Europe
Leveling the playing field - the economics of electricity generation in EuropeLeveling the playing field - the economics of electricity generation in Europe
Leveling the playing field - the economics of electricity generation in Europe
 
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHM
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHMECONOMIC LOAD DISPATCH USING GENETIC ALGORITHM
ECONOMIC LOAD DISPATCH USING GENETIC ALGORITHM
 
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
 
I1065259
I1065259I1065259
I1065259
 
Economic dispatch by optimization techniques
Economic dispatch by optimization techniquesEconomic dispatch by optimization techniques
Economic dispatch by optimization techniques
 
Multi objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterialMulti objective economic load dispatch using hybrid fuzzy, bacterial
Multi objective economic load dispatch using hybrid fuzzy, bacterial
 
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
 

Recently uploaded

Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 

Recently uploaded (20)

Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 

Ll1411

  • 1. Quadratic Programmig Solution to Emission and Economic Dispatch Problems R M S Danaraj, Non-member Dr F Gajendran, Non-member This paper presents a new and efficient way of implementing quadratic programming to solve the economic and emission dispatch problems. Economic load dispatch (ELD), minimum emission dispatch (MED), combined economic emission dispatch (CEED) and emission controlled economic dispatch (ECED) are solved using the proposed method. Transformation of variables technique along with quadratic programming is applied recursively to solve both problems. The advantage of this method is its robustness to find the global minimum for all the problems. The algorithm is tested on a test system and compared with genetic algorithm and hybrid genetic algorithm. The results clearly demonstrate the effectiveness of the proposed method. Keywords : Economic load dispatch (ELD); Minimum emission dispatch (MED); Combined economic and emission dispatch (CEED); Emission constrained economic dispatch (ECED); Transformation of variables technique; Quadratic programming NOTATION operational strategies of the generating plants now include reduction of pollution level up to a safe limit set by a i , bi , c i : fuel cost coefficients of ‘i’th plant environmental regulating authority, in addition to minimum Bmn : loss coefficient metrics fuel cost strategies and transmission security objective. Major part of the power generation is due to fossil fired d i , ei , f i : emission coefficients plants and their emission contribution cannot be neglected. Fossil fired electric power plants use coal, oil, gas, or Li : lower power limit of ‘i’th power plant combination thereof as primary energy resource and produce N : no of plants atmospheric emission whose nature and quantity depend upon fuel type and its quality. Coal produce particulate matter such Pd : real power demand on the system as ash and gaseous pollutants such as CO2, NOx (oxides of Pi : real power generation of ‘i’th power plant nitrogen) etc. Therefore there is a need to reduce the emission from these fossil fired plants either by design or by operational Ui : upper power limit of ‘i’th power plant strategies. INTRODUCTION The characteristics of emissions of various pollutants are different and are usually highly nonlinear. This increases the The operation and planning of a power system is complexity and non-monotonocity of the combined emission characterized by maintaining a high degree of economy and and economic dispatch (CEED) problem. Many authors have reliability. The plants have to meet the demand and the addressed the economic dispatch problem. EL-Keib and transmission losses for minimum cost while meeting the Hart 1 have presented a general for mulation of the constraints (economic load dispatch). Traditionally electric environmental constrained economic dispatch (ECED) power plants are operated on the basis of least fuel cost problem, which is linear programming and uses gradient strategies and very little attention is paid on the pollution projection method to guarantee feasibility of the solution. K produced by these plants. Srikrishna and C Palanichamy2 have proposed a method for Recently, passage of the ‘Clean Air Act Amendment of 1990’ combined emission and economic dispatch using price penalty and its acceptance by all the nations has forced the utilities to factor. R Ramaratnam3 developed a technique to add emission modify their operating strategies to meet the rigorous constraints to the standard classical economic dispatch environment standards set by this legislation. Thus the modern problem. S Baskar et al 4 have applied hybrid genetic algorithm to solve the problem of CEED and ECED, Dr S L Surana R M S Danraj and Dr F Gajendran are with Research and Development, Sri Krishna College of Engineering and and P S Bhati5 also tried with GA to solve ECED with better Technology, Coimbatore 641 008. results. It is well known that GA consumes more time and not certain to find the global minimum all the time. This paper was received on August 20, 2002. Written discussion on this paper will be accepted till November 30, 2005. In this paper Quadratic program along with Transformation Vol 86, September 2005 129
  • 2. of variables technique is used to solve ELD, MED CEED The price penalty factor or each plant can be found for a and ECED problems. Quadratic programming is an effective particular demand as follows tool to find global minimum for optimisation problems 1. The ratio between the average fuel cost and the average having quadratic objective and linear constraints. The objective emission of maximum power capacity of that plant is function is quadratic for both cases but the constraints are found not linear. The constraints are linearised by transformation of variable technique and the quadratic programming is hi = FC i (U i ) / EC i (U i ), i = 1, 2, n (3) applied recursively till the convergence is reached. It is compared with genetic algorithm 5, real coded genetic 2. Based on the value of price penalty factor found the algorithm4 and hybrid genetic algorithm4. The results clearly plants are arranged in ascending order demonstrate the effectiveness and robustness of this method 3. The maximum capacity of each unit (U i ) is added over Hybrid GA and GA. one at a time, starting from the smallest hi , unit until PROBLEM FORMULATION There are so many ways for including emission into the ∑ Pi ≥ Pd formulation of economic dispatch. One approach is 4. At this stage hi , associated with the last unit in the combined economic and emission dispatch (CEED), which is formulated as a multi-objective optimisation problem, process is the price penalty factor ‘h’, Rs/Kg for the which should minimize both, fuel cost and emission subject given load demand. to meet the demand and losses. Another approach is emission Emission Controlled Economic Dispatch (ECED) controlled economic dispatch (ECED), which is minimizing The main objective of the ECED problem is to determine the economy subject to that particular emission limit for the most economical allocation of plants in such away to particular demand. meet the demand and losses while keeping the emission level Combined Emission and Economy Dispatch at allowable limit For ECED, FC is to be minimized subject The combined economic and emission dispatch problem can to the power balance constraint equation (1a) and emission be formulated as6 limit constraint. It can be expressed as equation (4). N N Minimize f ( FC ), ∋, ∑ Pi = Pd + Pl , Minimize f ( FC , EC ), ∋, ∑ Pi = Pd + Pl , L i ≤ Pi ≤ U i (1a) i =1 i =1 L i ≤ Pi ≤ U i , EC ≤ Elimit (4) N Where Elimit is the total emission limit over the system. FC = ∑ a i Pi2 + bi Pi + c i (1b) i =1 QUADRATIC PROGRAMMING Quadratic Programming is an effective optimisation method N to fid the global solution if the objective function is quadratic EC = ∑ d i Pi2 + e i Pi + f i (1c) and the constraints are linear. It can be applied to optimisation i =1 problems having non-quadratic objective and non-linear N N constraints by approximating the objective to quadratic p1 = ∑ ∑ Bij P j Pi (1d) function and the constraints as linear. For all the four problems i =1 j =1 the objective is quadratic but the constraints are also quadratic so the constraints are to be made linear. Transformation of FC is the total fuel cost and EC is the total emission. The variables technique7 is incorporated for making the constraints transmission losses P1 can be found either from load flow linear. This is explained as follows. or using Bmn coefficients. Though this method can 1. Put Pi = L i + (U i − L i ), X i , where 0 < X i < 1 in the incorporate both cases Bmn coefficients are used to calculate objective function and the constraints. transmission losses in this paper. The multi objective 2. Make the constraints linear by neglecting the second optimisation problem is converted as single objective order terms for the constraints optimisation problem by using price penalty factor as follows 3. Apply QP to solve the optimisation problem find the Minimize f ( FC , EC ) = Minimize ( FC + h EC ) (2) solution vector [P ]. 130 IE(I) Journal-EL
  • 3. Table 1 Optimal allocation of economic load dispatch by proposed method Table 6 Comparison of results for combined economic emission dispatch Pd, P1, P2, P3, P4, P5, P6, Demand h, Performance GRA4 Hybrid Proposed12 MW MW MW MW MW MW MW Rs/kg GA4 700 27.861 10.000 116.826 119.588 231.474 213.729 500 43.898 FC, Rs/hr 27638.300 27695.000 27606.470 EC, Rs/hr 263.472 263.370 262.400 1100 47.705 37.681 220.240 201.126 325.000 315.000 Pl, MW 10.172 10.135 8.932 Table 2 Comparison of results for economic load dispatch Total 39258.080 39257.500 39149.380 Demand Performance GA4 Hybrid GA4 Proposed12 700 44.788 FC, Rs/hr 37640.370 37640.400 37488.580 Method EC, Rs/hr 439.979 439.978 439.720 700 FC, Rs/hr 36912.240 37137.960 36899.570 Pl, MW 18.521 18.517 17.054 EC, Rs/hr 501.013 489.550 502.030 Total 57346.190 57346.100 57171.450 PI, MW 19.430 23.124 19.478 Cost Rs/hr 1100 FC, Rs/hr 57870.530 - 57834.560 900 47.822 FC, Rs/hr 48567.750 48567.500 48330.310 EC, Rs/hr 1231.843 - 1232.660 EC, Rs/hr 694.169 694.172 693.600 PI, MW 46.850 - 46.890 Pl, MW 29.725 29.718 28.007 Table 3 Optimal allocation of minimum emission dispatch by proposed Total 81764.450 81764.400 81499.420 method Cost Rs/hr Pd, P1, P2, P3, P4, P5, P6, MW MW MW MW MW MW MW Table 7 Optimal power dispatch using QP for ECED problem Pd, P1, P2, P3, P4, P5, P6, 700 80.214 82.474 113.934 113.444 163.411 163.060 MW MW MW MW MW MW MW 1100 125 150 178.602 177.126 255.914 254.824 700 56.437 53.969 121.659 121.573 183.610 180.046 1100 101.497 112.386 189.256 185.517 278.602 275.580 Table 4 Comparison of results for minimum emission dispatch Demand Performance GA5 Hybrid GA4 Proposed Table 8 Comparison of results-emission constrained economic dispatch Method Demand Performance Emission Genetic5 Hybrid4 Proposed12 700 FC, Rs/hr 38100.990 38186.400 38091.948 Limit Algorithm Genetic Method Algorithm EC, Rs/hr 434.130 435.075 433.972 700 FC, Rs/hr — 38389.410 — 37329.700 Pl, MW 16.540 17.366 16.538 EC, Rs/hr 444 442.551 — 444.000 1100 FC, Rs/hr 60628.940 — 60600.630 Pl, MW — 17.220 — 17.293 EC, Rs/hr 1022.195 — 1021.930 1100 FC, Rs/hr — 59207.934 59529.300 59141.150 Pl, MW 41.470 — 41.467 EC, Rs/hr 1060 1058.586 1060.000 1060.000 Table 5 Optimal power dispatch using QP for CEED Problem Pl, MW — 42.800 45.986 42.840 Pd, P1, P2, P3, P4, P5, P6, MW MW MW MW MW MW MW CEED and the comparison are given in Tables 5 and 6. This 500 33.907 26.850 89.793 90.356 135.590 132.820 method is applied for ECED for demands of 700MW and 700 62.278 61.739 119.993 119.993 178.951 175.471 1100MW and compared with GA5 and Hybrid GA4. The 900 93.000 98.400 150.120 148.850 220.310 218.400 results are given in Tables 7 and 8. From the results it is proved that QP outperforms GA and Hybrid GA in all aspects. 4. Now set the lower limit equal to the solution vector CONCLUSION that is L = [P ] . In this Paper, a new way of implementing the Quadratic 5. Repeat the steps 1, 2, 3, and 4 till the convergence is programming to solve economic as well emission problems reached. was proposed. In order to prove the effectiveness of the SIMULATION RESULTS proposed method it is applied to six plant system and compared with GA and Hybrid GA.It is observed that it A test system having six thermal units is considered for faster and finding the best possible solution. simulation. The plant data is given in Appendix I. The proposed method is applied for CEED for demands REFERENCES 500 MW. 700MW and 900MW and it is compared with real 1. A A El-Keib, H Ma and J L Hart. ‘Environmentally Constrained Economic coded GA4 and Hybrid GA4. The optimal allocations and Dispatch using Lacrangian Relaxation Method.’ IEEE Transactions on Power comparisons with other methods for ELD and minimum Systems, vol 9, no 4, 1994, p 1723. emission are given in Tables 1-4. The optimal allocation for 2. K Srikrishna and C Palanisamy. ‘Economic Thermal Dispatch with Vol 86, September 2005 131
  • 4. Emission Constraints.’ Journal of The Institution of Engineers (India), pt EL, Generating Capacity Limits vol 72, April 1991, p 11. Plant 1 2 3 4 5 6 3.R Ramaratnam. ‘Emission Constrained Economic Dispatch.’ IEEE Transactions on Power Systems, vol 9, no 4, 1994. Li 10 10 35 35 130 125 4. S Baskar, P Subbaraj and M V C Rao. ‘Hybrid Genetic Algorithm Ui 125 150 225 210 325 315 Solution to Emission and Economic Dispatch Problems.’ Journal of The –4 Bmn Coefficients in the Order of 10 Institution of Engineers (India), pt EL, vol 82, March 2002, p 243. 5. S L Surana and P S Bhati. ‘Emission Controlled Economic Dispatch 1.40 0.17 0.15 0.19 0.26 0.22 Using Genetic Algorithms.’ Journal of The Institution of Engineers (India), 0.17 0.60 0.13 0.16 0.15 0.20 pt EL, vol 82, March 2002, p289. 6. Y H Song, G S Wang and A T John. ‘Environmentaly Economic Dispatch 0.15 0.13 0.65 0.17 0.24 0.19 using Fuzzy Controlled Genetic Algorithm.’ IEE Proceedings on Generation, 0.19 0.16 0.17 0.71 0.30 0.25 Transmission and Distribution, vol 144, no 4, July 1997, p 377. 7. R M S Danaraj, A Meena Kumari and A Durga Devi. ‘Solving Economic 0.26 0.15 0.24 0.30 0.69 0.32 Load Dispatch Problem,’ ‘A Quadratic Programmig Based Approach.’ 0.22 0.20 0.19 0.25 0.32 0.85 Twenty-Fifth National Systems Conference, December 13-15, 2001, 1984. APPENDIX 2 8. A A El-Keib and H Ding. ‘Environmentally Constrained Economic Dispatch Using Linear Programming.’ Electric Power System Research, vol Solution to Economic Dispatch by Quadratic Programming 29, 1994, p 155. Incorporating Transformation of Variables Technique7 9. J W Lamount and E V Obeisis. ‘Emission Dispatch Models and Algorithms The ELD can be described as follows for the 1990’s.’ IEEE Transactions on Power Systems, vol 10, no 2, May 1995, p 155. N N 10. V C Ramesh and Xian Li. ‘Optimal Power Flow with Fuzzy Emission Minimize ∑ a i Pi 2 + bi Pi + c i ∋, ∑ Pi = Pd + Pl , L i ≤ Pi ≤ U i (A1) i =1 i =1 Constraints.’ Electrical Machines and Power Systems, vol 25, 1997, p 897. 11. S S Rao. ‘System Optimization.’ Wiley Eastern Publication, New Delhi, N N 2000. P1 = ∑ ∑ Bij P j Pi (A2) 12. R M Saloman Danraj. ‘An Efficient Algorithm to Find Optimal i =1 j =1 Economic Load Dispatch for Plants having Continuous Fuel Cost Functions : A Software Approach.’ Research Report No ELD2, Sri Krishna College of Put Pi = Li + (U i − Li )X i and neglect the second order terms in the Engineering and Technology, Coimbatore 641 008, November 2001. constraints. Now the problem becomes typical quadratic programming APPENDIX 1 problem with quadratic objective and linear constraints. PLANT DATA N N N Fuel Cost Equations Minimize ∑ Ai X i2 + Bi Pi + C i ∋, ∑ K i X i = Pd − ∑ L i i =1 i =1 i =1 F1 = 0.15247 P12 + 38.53973 P1 + 756.79886 N N (A3) +∑ ∑ Li L j , 0 ≤ Xi ≤ 1 F2 = 0.10587 P22 + 46.15916 P2 + 451.32513 j =1 i =1 F3 = 0.02803 P32 + 40.3965 P3 + 1049.9977 Where F4 = 0.03546 P42 + 38.30553 P4 + 1243.5311 F5 = 0.02111 P52 + 36.32782 P5 + 1658.569 Ai = a i (U i − Li )2 Bi = ( 2a i L i + bi )(U i − L i ) F6 = 0.01799 P62 + 38.27041 P6 + 1356.6592 (A4) C i = a i L2 + bi L i + c i i Emission Equations E1 = 0.00419 P12 + .32767 P1 + 13.85932 N K i = (U i − Li )(1 − 2 ∑ Bij L j ) (A5) E2 = 0.00419 P22 + .32767 P2 + 13.85932 j =1 E3 = 0.00683 P32 – 0.54551 P3 + 40.2669 After this transformation the solution vector [X] can be found using QP E4 = 0.00683 P42 – 0.54551 P4 + 40.2669 once the solution is found now the lower limit is made equal to the solution vector and the procedure is repeated till the desired convergence. E5 = 0.00461 P52 – 0.51116 P5 + 42.89553 It is found that it is finding the global minimum all the time for ELD from E6 = 0.00461 P62 – 0.51116 P6 + 42.89553 any starting point since it is a convex programming problem. 132 IE(I) Journal-EL