SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010



        Reactive Power Planning using Real GA
      Comparison with Evolutionary Programming
                                        S.K.Nandha Kumar1, and Dr.P.Renuga2
            1
                PSNA College of Engineering & Technology / Department of EEE, Dindigul, Tamilnadu, India
                                              Email: nandhaaaa@ gmail.com
                   2
                     Thiagarajar College of Engineering / Department of EEE, Madurai, Tamilnadu, India
                                                  Email: preee@ tce.edu


Abstract— This paper proposes an application of real coded           This paper proposes an application of real coded genetic
genetic algorithm (RGA) to reactive power planning (RPP).            algorithm (RGA) to solve the RPP, where crossover and
Several techniques have been developed to make RGA                   mutation operators are applied directly to real parameter
practicable to solve a real power system problem and other           values. Since real parameters are used directly (without
practical problems. The proposed approach has been used
in the IEEE 30-bus system. Simulation results, compared
                                                                     any string coding), solving real parameter optimization
with those obtained by using the evolutionary                        problems is a step easier when compared to the binary
programming(EP), are presented to show that the present              coded GAs. Unlike in the binary coded GAs, decision
method is better for power system planning. In the case of           variables can be directly used to compute the fitness
optimization of non-continuous and non-smooth function,              values. Since selection operator works with the fitness
RGA gives much better results than EP. The comprehensive             value, any selection operator used with binary coded GAs
simulation results show a great potential for applications of        can also be used in real parameter GAs.
RGA in power system economical and secure operation,
planning and reliability assessment.                                 The proposed method is compared with EP, another
                                                                     Evolutionary Algorithm method. Both RGA and EP uses
   Index Terms—Power systems, real coded genetic
algorithm, reactive power planning, artificial intelligence,
                                                                     population of potential solutions, not single point, which
evolutionary programming.                                            can move over hills and across valleys to discover a
                                                                     globally optimal point. Because the computation for each
                      I. INTRODUCTION                                individual in the population is independent of others,
                                                                     RGA and EP has inherent parallel computation ability.
T    he reactive power planning (RPP) is one of the most
     complex problems of power systems as it requires the
     simultaneous minimization of two objective
                                                                     Both RGA and EP uses payoff (fitness or objective
                                                                     functions) information directly for the search direction,
                                                                     not derivatives or other auxiliary knowledge, therefore
functions. The first objective deals with the minimization           can deal with non-smooth, non- continuous and non-
of operation cost by reducing real power loss and                    differentiable functions that are the real-life optimization
improving the voltage profile. The second objective                  problems. RPP is one of such problems. This property
minimizes the allocation cost of additional reactive power           also relieves RGA and EP of approximate assumptions
sources. RPP is a nonlinear optimization problem for a               for a lot of practical optimization problems, which are
large scale system with a lot of uncertainties. During the           quite often required in traditional optimization methods.
last decade there has been a growing concern in the RPP              Both RGA and EP uses probabilistic transition rules to
problems for the security and economy of power systems               select generations, not deterministic rules, so they can
[1-15]. Conventional calculus-based optimization                     search a complicated and uncertain area to find the global
algorithms have been used in RPP for years            [l-6].         optimum which makes RGA and EP, a more flexible and
Conventional optimization methods are based on                       robust than the conventional methods.
successive linearization and use the first and second
differentiations of objective function and its constraint            The difference between RGA and EP is that, the RGA is
equations as the search directions. The conventional                 based on the mechanics of natural selections-selection,
optimization methods are good enough for the                         crossover and mutation, whereas EP is based on
optimization problems of deterministic quadratic                     mutation, competition and evolution.
objective function which has only one minimum.
However, because the formulae of RPP problem are                     The proposed approach has been used in the RPP
hyper quadric functions, such linear and quadratic                   problems for the IEEE 30-bus system [18] which consists
treatments induce lots of local minima. The conventional             of six generator buses, 21 load buses and 41 branches of
optimization methods can only lead to a local minimum                which four branches, (6,9), (6,10), (4,12) and (28,27) are
and sometimes result in divergence in solving RPP                    under load tap-setting transformer branches. The reactive
problems. Over the last decade, Evolutionary Algorithms              power source installation buses are buses 10 and 24.
(EAs), such as, EP and RGA have been extensively used                There are totally 12 control variables. The results using
as search and optimization tools in RPP to solve local               RGA are compared with another evolutionary algorithm
minimum problems and uncertainties [8-15].                           based method, EP.


                                                                21
© 2010 ACEEE
DOI: 01.ijepe.01.01.04
ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010


                II. PROBLEM FORMULATION                                                                     The objective function, therefore, can be expressed as
                                                                                                            follows:
List of Symbols
                                                                                                               min f      C
                                                                                                                              = I C +W C
   Nl = set of numbers of load level durations                                                                s.t.
   NE = set of branch numbers
   Nc = set of numbers of possible VAR source                                                                      0 =Q −V ∑ V (G Sin θ − B Cos θ
                                                                                                                          i            i                 j         ij            ij            ij                 ij   ) i ∈N             PQ

                                                                                                                                           j ∈N i
          installment buses
                                                                                                                                                                                                                                  i ∈N
                                                                                                                              min                            max

    Ni = set of numbers of buses adjacent to bus i,                                                                       Q   ci
                                                                                                                                       ≤Q ≤Q
                                                                                                                                               ci            ci                                                                           c

          including bus i                                                                                                                                                                                                         i ∈N
                                                                                                                              min                            max
                                                                                                                          Q   gi
                                                                                                                                       ≤Q ≤Q
                                                                                                                                              gi             gi                                                                               g
 NPQ = set of PQ - bus numbers                                                                                                min                            max

    Ng = set of generator bus numbers                                                                                     V   i
                                                                                                                                       ≤V i ≤V i                                                                                  i ∈N    B

                                                                                                                                                                                                                                  k ∈N
                                                                                                                              min                        max
    NT = set of numbers of tap - setting transformer                                                                      T   k
                                                                                                                                       ≤T k ≤T k                                                                                              T

           branches
    NB = set of numbers of total buses                                                                                                                                                                                                    (4)
     h = per - unit energy cost
     dl = duration of load level 1                                                                          where reactive power flow equations are used as equality
    gk = conductance of branch k                                                                            constraints; VAR source installment restrictions, reactive
     Vi = voltage magnitude at bus i                                                                        power generation restrictions, transformer tap-setting
     θij = voltage angle difference between bus i and bus j                                                 restrictions and bus voltage restrictions are used as
     ei = fixed VAR source installment cost at bus i                                                        inequality constraints. Qmin ci can be less than zero and if
    Cci = per - unit VAR source purchase cost at bus i                                                      Qci is selected as a negative value, say in the light load
    Qci = VAR source installed at bus i                                                                     period, variable reactance should be installed at bus i. The
     Qi = reactive power injected into network at bus i                                                     transformer tap setting T, generator bus voltages Vg and
Gij, Bij = mutual conductance and susceptance between                                                       VAR source installments Qc are control variables so they
            bus i and bus j                                                                                 are self restricted. The load bus voltages Vload and
Gii, Bii = self conductance and susceptance of bus i                                                        reactive power generations Qg are state variables, which
    Qgi = reactive power generation at bus i                                                                are restricted by adding them as the quadratic penalty
      Tk = tap -setting of transformer branch k                                                             terms to the objective function to form a penalty function.
 NVlim = set of numbers of buses of voltage overlimits                                                      Equation (4) is therefore changed to the following
NQglim = set of numbers of buses of reactive power                                                          generalized objective function:
             generation overlimits
                                                                                                                                              ∑ λ (V i −V ilim )                                                             (Q                   )
                                                                                                                                                                                           2                                                          2
                                                                                                                                                                                                                                        lim
                                                                                                             min F            f                                                                        ∑ λ                        gi −Q gi
                                                                                                                      C
                                                                                                                          =            +                     Vi
                                                                                                                                                                                               +                       Qgi
                                                                                                                                   C
The objective function in RPP problem comprises two                                                                                        i ∈N V lim                                               i ∈N Qg lim
terms [14]. The first term represents the total cost of                                                     s.t.
energy loss as follows:                                                                                              0=Q −V ∑ V (G Sin θ
                                                                                                                                   i           i                        j   ij                        ij
                                                                                                                                                                                                           − B ijCos θ ij             )
                                                                                                                                                    j ∈N i

                  W          =h       ∑dP                                                                                                                               i ∈N          PQ
                         c                           l       loss ,l                             (1)
                                      l Nl
                                        ∈                                                                   where λvi and λQgi are the penalty factors which can be
                                                                                                            increased in the optimization procedure; Vlim i and Qlim gi
                                                                                                            are defined in the following equations:
where Ploss,l is the network real power loss during the
period of load level 1. The Ploss,l can be expressed in the
following equation in the duration dl :                                                                                                                           Vi min              if Vi < Vi min
                                                                                                                                             lim
                                                                                                                                       Vi           =
                                                                                                                                                                  Vi max              if Vi > Vi max
                  ∑ g (V                                                        Cosθ        )
                                            2            2
    P loss =                                i
                                                + V j − 2 V iV              j          ij       (2)
                                  k
               k ∈N E
               k ∈( i, j )                                                                                                                                        Qgimin              if Qgi < Qgimin
                                                                                                                                             lim
                                                                                                                                   Qgi               =
The second term represents the cost of VAR source                                                                                                                 Qgi max             if Qgi > Qgi max
installments which has two components, namely, fixed
installment cost and purchase cost:
                                                                                                            It can be seen that the generalized objective function FC

                     I   c
                             =    ∑         (e + C Q )
                                                 i             ci      ci
                                                                                                (3)
                                                                                                            is a nonlinear and non-continuous function. Furthermore,
                                                                                                            it contains a lot of uncertainties because of uncertain
                                 i ∈N   c
                                                                                                            loads and other factors.




                                                                                                       22
© 2010 ACEEE
DOI: 01.ijepe.01.01.04
ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010


 III. REAL CODED GENETIC ALGORITHM (RGA)                                                 IV. COMPARISON METHOD

In RGA, the crossover and mutation operators are applied                   The comparison method used here is the evolutionary
directly to real parameter values. Since real parameters                   programming (EP) method. The general process of EP is
are used directly (without any string coding), solving real                described in [13]. The procedure of EP for RPP is briefed
parameter optimization problems is a step easier when                      as follows:
compared to the binary coded GAs. However, the
difficulty arises with the search operators. In real                           1.    Initialization: The initial control variable
parameter GAs, the main challenge is how to use a pair of                            population is selected randomly. The fitness
real parameter decision variable vectors to create a new                             score is obtained by running P-Q decoupled
pair of offspring vectors or how to perturb a decision                               power flow.
variable vector to a mutated vector in a meaningful                            2.    Statistics: The maximum fitness, minimum
manner. To create the offspring using RGA, this paper                                fitness, sum of fitness and average fitness of this
proposes tournament selection, Blend Crossover (BLX-α)                               generation are calculated.
and the Normally Distributed Mutation [19].                                    3.    Mutation: Each parent population is mutated and
                                                                                     the corresponding fitness is obtained by running
Tournament Selection                                                                 power flow. A combined population is formed
                                                                                     with the old generation and the mutated old
In the tournament selection, tournaments are played                                  generation.
between two solutions and the better solution is chosen                        4.    Competition: Each individual in the combined
and placed in the mating pool. Two other solutions are                               population has to compete with some other
picked again and another slot in the mating pool is filled                           individuals to get its chance to be transcribed to
with the better solution. If carried out systematically,                             the next generation.
each solution can be made to participate in exactly two                        5.    Determination: The convergence of maximum
tournaments.                                                                         fitness to minimum fitness is checked. If the
                                                                                     convergence condition is not met, the mutation
Blend Crossover (BLX-α)                                                              and competition processes will run again. If it
                                                                                     converges, the program will check over limits of
In Blend Crossover operator (BLX-α), for two parent                                  state variables. If there is no over limit, the
solutions x(1,t)i, and x(2,t)i , the BLX-α randomly picks a                          program stops. If one or more state variables
solution in the range [x(1,t)i, - α (x(2,t)i - x(1,t)i,) ,                           exceed their limits, the penalty factors of these
x(2,t)i + α (x(2,t)i - x(1,t)i,)]. Thus, if ui is a random number                    variables will be increased, and then another
between 0 and 1, the following is an offspring.                                      loop of the process will start.
x(1,t+1)i = (1-γi) x(1,t)i, + γi x(2,t)i , where γi = (1+2α)ui – α.

Normally Distributed Mutation                                                            V. NUMERICAL RESULTS

It represents a zero-mean Gaussian probability                             In this section, IEEE 30-bus system [18] has been used to
distribution. Thus the offspring is represented by,                        show the effectiveness of the algorithm. The network
                                                                           consists of 6 generator-buses, 21 load-buses and 41
                   y(1,t+1)i = x(1,t+1)i + N(0,σi)                         branches, of which four branches, (6, 9), (6, 10), (4, 12)
                                                                           and (28, 27), are under load-tap setting transformer
Essential steps of the Real GA:                                            branches. The parameters and variable limits are listed in
                                                                           Table I. The possible VAR source installment buses are
The essential steps of the real GA are summarized as                       Buses 10 and 24. All power and voltage quantities are
follows:                                                                   per-unit values and the base power is used to compute the
                                                                           energy cost.
     1.   Initialize a starting population
                                                                                                             TABLE I
     2.   Evaluate and assign fitness value to individuals                                      PARAMETERS AND LIMITS
     3.   Is termination criteria met? Yes, turn to Step 8,                   SB (MVA)           h ($/kWh)               ei($)       Cci ($/kVAR)
          otherwise, continue                                                    100                 0.06                1000              30
     4.   Perform       reproduction     using   tournament                                    Reactive Power Generation Limits
          selection                                                              Bus                 2           5           8           13
                                                                                 Qmaxg              0.5         0.4         0.4        0.155
     5.   Perform Blend Crossover                                                Qming             -0.4        -0.4        -0.1       -0.078
     6.   Perform Normally Distributed Mutation                                                 Voltage and Tap-setting Limits
     7.   Perform genetic post-processing to reconstruct                     Vmaxg         min
                                                                                         V g             max
                                                                                                       V load        min
                                                                                                                    V load       max
                                                                                                                                T k          Tmink
          GA population; go to 2                                              1.1         0.9            1.05        0.95       1.05         0.95
     8.   Output the optimal individual of the current                                   Var source Installments and Voltage limits
                                                                                Qmaxc               Q cmin                 max
                                                                                                                         V c               min
                                                                                                                                          V c
          population, end.                                                      0.36                -0.12                1.05             0.95



                                                                      23
© 2010 ACEEE
DOI: 01.ijepe.01.01.04
ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010


5.1 Initial Condition                                                                                   EP:

All transformer taps are set to 1.0. The initial generator                                                                  P
                                                                                                                                init
                                                                                                                                       − Ploss
                                                                                                                                               opt
                                                                                                                                                                    0.1759 − 0.160611
                                                                                                              P        %=                               × 100 =                       × 100 = 8.69%
                                                                                                                                loss
voltages are set to 1.0. The loads are given as,                                                                  loss                 init
                                                                                                                                                                         0.1759
                                                                                                                                  P    loss

Pload = 2.834 and Qload = 1.262
                                                                                                              W
                                                                                                                   save
                                                                                                                   c
                                                                                                                          = hd l       (P     init
                                                                                                                                              loss ,l
                                                                                                                                                              opt
                                                                                                                                                        − P loss ,l   )
The initial generations and power losses are obtained as                                                                  = 0.06 ×8760 × (0.1759 − 0.160611) ×10
                                                                                                                                                                                      5


in Table II.
                                                                                                                          = $8,03,589
                               TABLE II
               INITIAL GENERATIONS AND POWER LOSSES                                                               Fc = IC + Wc = 1297346 + 803589 = $21,00,935
                  Pg      Qg     Ploss     Qloss
                3.0099  1.2514  0.1759    0.2224                                                        Table VII gives the comparison. From the comparison,
                                                                                                        we can see that, RGA gives better results than EP.
5.2 Optimal Results and comparison
                                                                                                                                       TABLE VII
The optimal generator bus voltages, transformer tap-                                                                          COMPARISON BETWEEN RGA and EP
settings, VAR source installments, generations and power                                                                                                       WCsave($)          FC($)
losses are obtained as in Tables III-VI.
                                                                                                                                  RGA                           8,04,430        20,01,342
                                      TABLE III                                                                                        EP                       8,03,589        21,00,935
                               GENERATOR BUS VOLTAGES
 Bus              1               2      5       8     11                                   13
 RGA             1.1             1.1  1.0538  1.0655 1.0756                               1.0992                                              VI. CONCLUSIONS
  EP             1.1           1.0964 1.0734  1.0625 1.0730                               1.0999

                                   TABLE IV                                                             An RGA approach has been developed for solving the
                           TRANSFORMER TAP-SETTINGS                                                     RPP problem in large-scale power systems. The
  Branch                  (6,9)    (6,10)    (4,12)                                   (28,27)           application studies on the IEEE 30-bus system show that
   RGA                   0.9969    0.9721    1.0003                                   0.9631            RGA gives better results and always leads to the global
    EP                   1.0055    0.9955    1.0139                                   0.9666
                                                                                                        optimum points of the multi-objective RPP problem,
                                                                                                        compared to EP. By the RGA approach, more savings on
                                      TABLE V                                                           the energy and installment costs are achieved and the
                              VAR SOURCE INSTALLMENTS
                                Bus           10      24
                                                                                                        violations of the voltage and reactive power limits are
                               RGA          27.7332 12.0972                                             eliminated.
                                EP          30.7346 12.4436

                              TABLE VI                                                                  REFERENCES
                    GENERATIONS AND POWER LOSSES
                     Pg        Qg         Ploss                                         Qloss           [1]       A. Kishore and E.F. Hill, “Static optimization of reactive power
  RGA             2.99461   0.98111    0.160595                                       0.11826                     sources by use of sensitivity parameters,” IEEE Trans. Power
   EP             2.99461   0.94943    0.160611                                       0.11913                     Apparatus and Systems, Vol. PAS-90, No., 1971, pp.1166-1173.

                                                                                                        [2]       S.S. Sachdeva and R. Billinton, “Optimum network VAR
                                                                                                                  planning by nonlinear programming,” IEEE Trans. Power
The real power savings, annual cost savings and the total                                                         Apparatus and Systems, Vol. PAS-92, No., 1973, pp.1217- 1225.
costs are given as follows

RGA:                                                                                                    [3]       R.A. Fernandes, F. Lange, R.C. Burchett, H.H. Happ and K.A.
                                                                                                                  Wirgau, “Large scale reactive power planning,” IEEE Trans.
                                                                                                                  Power Apparatus and Systems, Vol. PAS-102, No.5, May 1983,
                       init            opt
                 P            − P loss                           0.1759 − 0.160595                                pp. 1083-1088.
 P   loss
            %=         loss
                              init
                                               × 100 =                             × 100 = 8.7%
                         P    loss
                                                                      0.1759
                                                                                                        [4]       K.Y.Lee, Y.M.Park and J.L.Ortiz, “A united approach to optimal
                                                                                                                  real and reactive power dispatch”, IEEE Trans. Power Apparatus

                              (P                             )
        save                         init            opt                                                          and Systems, Vol. PAS-104, No. 5, May 1985, pp.1147 – 1153.
 W      c
               = hd l                loss ,l
                                               − P loss ,l
               = 0.06×8760×(0.1759 − 0.160595)×10
                                                                               5

                                                                                                        [5]       Y.Y. Hong, D.I. Sun, S.Y. Lin and C.J. Lin, “Multi-year multicase
               = $8,04,430                                                                                        optimal VAR planning,” IEEE Trans. Power Systems, Vol.
                                                                                                                  PWRS-5, NO.4, NOV. 1990, pp.1294-1301.
       Fc = IC + Wc = 1196912 + 804430 = $20,01,342
                                                                                                        [6]       Y.T. Hsiao, C.C. Liu, H.D. Chiang and Y.L. Chen, “A new
                                                                                                                  approach for optimal VAR sources planning in large scale Power
                                                                                                                  Systems, Vol. PWRS-8, No.3, Aug. 1993, pp.988-996.



                                                                                                   24
© 2010 ACEEE
DOI: 01.ijepe.01.01.04
ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010


[7]   D.B.Fogel, System Identification through Simulated Evolution: A
      machine Learning approach to Modelling, Ginn Press, MA, 1991.

[8]   K.S. Swarup, M. Yoshimi and Y Izui, “Genetic algorithm
      approach to reactive power planning in power systems,”
      Proceedings of the 5th Annual Conference of Power & Energy
      Society IEE Japan, 1994, pp. 119-124.


[9]   J.R.S. Mantovani and A.V. Garcia, “Reactive power planning: a
      parallel implementation of a heuristic search algorithm,”
      Proceedings of the 5th Annual Conference of Power & Energy
      Society IEE Japan, 1994, pp.125-130.

[10] Kenji Iba, “Reactive Power Optimization by Genetic Algorithm”,
     IEEE Transactions on Power Systems, Vol. 9, No, 2, May 1994.


[11] K.H. Abdul-Rahman and S.M. Shahidehpour, “Application of
     fuzzy sets to optimal reactive power planning with security
     constraints,” IEEE Trans. Power Systems, Vol. PWRS-9, No.2,
     May 1994, pp.589-597.

[12] Kwang Y. Lee, Xiaomin Bai, Youn -Moon Park, “Optimization
     Method for Reactive power Planning by Using a Modified Simple
     Genetic Algorithm”, IEEE Transactions on Power Systems, Vol.
     10, No. 4, November 1995.

[13] J. R. S. Mantovani, A. V. Garcia, “A Heuristic Method for
     Reactive Power Planning”, IEEE Transactions on Power Systems,
     Vol. 11, No. 1, February 1996.


[14] L.L.Lai, “Application Of Evolutionary Programming to Reactive
     Power Planning - Comparison With Nonlinear Programming
     Approach”, IEEE Transactions on Power Systems, Vol. 12, No.1,
     February 1997.

[15] Kwang. Y. Lee, Frank F. Yang, “Optimal Reactive Power
     Planning Using       Evolutionalry Algorithms: A Comparative
     Study for Evolutionary Programming, Evolutionary Strategy,
     Genetic Algorithm, and Linear Programming”, IEEE Transactions
     on Power Systems, Vol. 13, No. 1, February 1998.


[16] L.J. Fogel, “Autonomous automata,’’ Industrial Research, Vol. 4,
     pp.14-19.

[17] Loi Lei Lai, Intelligent System Applications         in   Power
     Engineering, John Wiley & Sons Ltd, 1998.


[18] Hadi Saadat, Power System Analysis, McGraw Hill, 1999

[19] Kalyanmoy Deb, Multi-Objective Optimization using Evolutionary
     Algorithms, John Wiley & Sons Ltd, 2001.


[20] Wenjuan Zhang, Fangxing Li, Leon M. Tolbert, “Review of
     Reactive Power Planning: Objectives, Constraints, and
     Algorithms”, IEEE Transactions on Power Systems, Vol. 22, No.
     4, November 2007.




                                                                        25
© 2010 ACEEE
DOI: 01.ijepe.01.01.04

Mais conteúdo relacionado

Mais procurados

Mais procurados (9)

IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
 
19 avadhanam kartikeya sarma 177-185
19 avadhanam kartikeya sarma 177-18519 avadhanam kartikeya sarma 177-185
19 avadhanam kartikeya sarma 177-185
 
A010520112
A010520112A010520112
A010520112
 
Optimized Reversible Vedic Multipliers for High Speed Low Power Operations
Optimized Reversible Vedic Multipliers for High Speed Low Power OperationsOptimized Reversible Vedic Multipliers for High Speed Low Power Operations
Optimized Reversible Vedic Multipliers for High Speed Low Power Operations
 
Solving capacity problems as asymmetric
Solving capacity problems as asymmetricSolving capacity problems as asymmetric
Solving capacity problems as asymmetric
 
Enriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power ProblemEnriched Firefly Algorithm for Solving Reactive Power Problem
Enriched Firefly Algorithm for Solving Reactive Power Problem
 
Solving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
Solving the Power Purchase Cost Optimization Problem with Improved DE AlgorithmSolving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
Solving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
 
64 tanushree
64 tanushree64 tanushree
64 tanushree
 
Hybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load DispatchHybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load Dispatch
 

Semelhante a Reactive Power Planning using Real GA Comparison with Evolutionary Programming

Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
paperpublications3
 
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
paperpublications3
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
Alexander Decker
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
Alexander Decker
 

Semelhante a Reactive Power Planning using Real GA Comparison with Evolutionary Programming (20)

Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
Combination of Immune Genetic Particle Swarm Optimization algorithm with BP a...
 
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...
 
Electric distribution network reconfiguration for power loss reduction based ...
Electric distribution network reconfiguration for power loss reduction based ...Electric distribution network reconfiguration for power loss reduction based ...
Electric distribution network reconfiguration for power loss reduction based ...
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
 
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...
 
Eurogen v
Eurogen vEurogen v
Eurogen v
 
A Particle Swarm Optimization for Reactive Power Optimization
A Particle Swarm Optimization for Reactive Power OptimizationA Particle Swarm Optimization for Reactive Power Optimization
A Particle Swarm Optimization for Reactive Power Optimization
 
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...
Hybrid Particle Swarm Optimization for Solving Multi-Area Economic Dispatch P...
 
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
 
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
 
Dg source allocation by fuzzy and sa in distribution system for loss reductio...
Dg source allocation by fuzzy and sa in distribution system for loss reductio...Dg source allocation by fuzzy and sa in distribution system for loss reductio...
Dg source allocation by fuzzy and sa in distribution system for loss reductio...
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
 
Performance assessment of an optimization strategy proposed for power systems
Performance assessment of an optimization strategy proposed for power systemsPerformance assessment of an optimization strategy proposed for power systems
Performance assessment of an optimization strategy proposed for power systems
 
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENTNOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
 
Evaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
Evaluation of IEEE 57 Bus System for Optimal Power Flow AnalysisEvaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
Evaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
 
Joint digital pre-distortion model based on Chebyshev expansion
Joint digital pre-distortion model based on Chebyshev  expansionJoint digital pre-distortion model based on Chebyshev  expansion
Joint digital pre-distortion model based on Chebyshev expansion
 
Energy Audit And Management Of Induction Motor Using Field Test And Genetic A...
Energy Audit And Management Of Induction Motor Using Field Test And Genetic A...Energy Audit And Management Of Induction Motor Using Field Test And Genetic A...
Energy Audit And Management Of Induction Motor Using Field Test And Genetic A...
 
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...
Hybrid Particle Swarm Optimization for Multi-objective Reactive Power Optimiz...
 

Mais de IDES Editor

Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
IDES Editor
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
IDES Editor
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability Framework
IDES Editor
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
IDES Editor
 

Mais de IDES Editor (20)

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A Review
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive Thresholds
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability Framework
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through Steganography
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’s
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance Analysis
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
 
Mental Stress Evaluation using an Adaptive Model
Mental Stress Evaluation using an Adaptive ModelMental Stress Evaluation using an Adaptive Model
Mental Stress Evaluation using an Adaptive Model
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Último (20)

Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 

Reactive Power Planning using Real GA Comparison with Evolutionary Programming

  • 1. ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010 Reactive Power Planning using Real GA Comparison with Evolutionary Programming S.K.Nandha Kumar1, and Dr.P.Renuga2 1 PSNA College of Engineering & Technology / Department of EEE, Dindigul, Tamilnadu, India Email: nandhaaaa@ gmail.com 2 Thiagarajar College of Engineering / Department of EEE, Madurai, Tamilnadu, India Email: preee@ tce.edu Abstract— This paper proposes an application of real coded This paper proposes an application of real coded genetic genetic algorithm (RGA) to reactive power planning (RPP). algorithm (RGA) to solve the RPP, where crossover and Several techniques have been developed to make RGA mutation operators are applied directly to real parameter practicable to solve a real power system problem and other values. Since real parameters are used directly (without practical problems. The proposed approach has been used in the IEEE 30-bus system. Simulation results, compared any string coding), solving real parameter optimization with those obtained by using the evolutionary problems is a step easier when compared to the binary programming(EP), are presented to show that the present coded GAs. Unlike in the binary coded GAs, decision method is better for power system planning. In the case of variables can be directly used to compute the fitness optimization of non-continuous and non-smooth function, values. Since selection operator works with the fitness RGA gives much better results than EP. The comprehensive value, any selection operator used with binary coded GAs simulation results show a great potential for applications of can also be used in real parameter GAs. RGA in power system economical and secure operation, planning and reliability assessment. The proposed method is compared with EP, another Evolutionary Algorithm method. Both RGA and EP uses Index Terms—Power systems, real coded genetic algorithm, reactive power planning, artificial intelligence, population of potential solutions, not single point, which evolutionary programming. can move over hills and across valleys to discover a globally optimal point. Because the computation for each I. INTRODUCTION individual in the population is independent of others, RGA and EP has inherent parallel computation ability. T he reactive power planning (RPP) is one of the most complex problems of power systems as it requires the simultaneous minimization of two objective Both RGA and EP uses payoff (fitness or objective functions) information directly for the search direction, not derivatives or other auxiliary knowledge, therefore functions. The first objective deals with the minimization can deal with non-smooth, non- continuous and non- of operation cost by reducing real power loss and differentiable functions that are the real-life optimization improving the voltage profile. The second objective problems. RPP is one of such problems. This property minimizes the allocation cost of additional reactive power also relieves RGA and EP of approximate assumptions sources. RPP is a nonlinear optimization problem for a for a lot of practical optimization problems, which are large scale system with a lot of uncertainties. During the quite often required in traditional optimization methods. last decade there has been a growing concern in the RPP Both RGA and EP uses probabilistic transition rules to problems for the security and economy of power systems select generations, not deterministic rules, so they can [1-15]. Conventional calculus-based optimization search a complicated and uncertain area to find the global algorithms have been used in RPP for years [l-6]. optimum which makes RGA and EP, a more flexible and Conventional optimization methods are based on robust than the conventional methods. successive linearization and use the first and second differentiations of objective function and its constraint The difference between RGA and EP is that, the RGA is equations as the search directions. The conventional based on the mechanics of natural selections-selection, optimization methods are good enough for the crossover and mutation, whereas EP is based on optimization problems of deterministic quadratic mutation, competition and evolution. objective function which has only one minimum. However, because the formulae of RPP problem are The proposed approach has been used in the RPP hyper quadric functions, such linear and quadratic problems for the IEEE 30-bus system [18] which consists treatments induce lots of local minima. The conventional of six generator buses, 21 load buses and 41 branches of optimization methods can only lead to a local minimum which four branches, (6,9), (6,10), (4,12) and (28,27) are and sometimes result in divergence in solving RPP under load tap-setting transformer branches. The reactive problems. Over the last decade, Evolutionary Algorithms power source installation buses are buses 10 and 24. (EAs), such as, EP and RGA have been extensively used There are totally 12 control variables. The results using as search and optimization tools in RPP to solve local RGA are compared with another evolutionary algorithm minimum problems and uncertainties [8-15]. based method, EP. 21 © 2010 ACEEE DOI: 01.ijepe.01.01.04
  • 2. ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010 II. PROBLEM FORMULATION The objective function, therefore, can be expressed as follows: List of Symbols min f C = I C +W C Nl = set of numbers of load level durations s.t. NE = set of branch numbers Nc = set of numbers of possible VAR source 0 =Q −V ∑ V (G Sin θ − B Cos θ i i j ij ij ij ij ) i ∈N PQ j ∈N i installment buses i ∈N min max Ni = set of numbers of buses adjacent to bus i, Q ci ≤Q ≤Q ci ci c including bus i i ∈N min max Q gi ≤Q ≤Q gi gi g NPQ = set of PQ - bus numbers min max Ng = set of generator bus numbers V i ≤V i ≤V i i ∈N B k ∈N min max NT = set of numbers of tap - setting transformer T k ≤T k ≤T k T branches NB = set of numbers of total buses (4) h = per - unit energy cost dl = duration of load level 1 where reactive power flow equations are used as equality gk = conductance of branch k constraints; VAR source installment restrictions, reactive Vi = voltage magnitude at bus i power generation restrictions, transformer tap-setting θij = voltage angle difference between bus i and bus j restrictions and bus voltage restrictions are used as ei = fixed VAR source installment cost at bus i inequality constraints. Qmin ci can be less than zero and if Cci = per - unit VAR source purchase cost at bus i Qci is selected as a negative value, say in the light load Qci = VAR source installed at bus i period, variable reactance should be installed at bus i. The Qi = reactive power injected into network at bus i transformer tap setting T, generator bus voltages Vg and Gij, Bij = mutual conductance and susceptance between VAR source installments Qc are control variables so they bus i and bus j are self restricted. The load bus voltages Vload and Gii, Bii = self conductance and susceptance of bus i reactive power generations Qg are state variables, which Qgi = reactive power generation at bus i are restricted by adding them as the quadratic penalty Tk = tap -setting of transformer branch k terms to the objective function to form a penalty function. NVlim = set of numbers of buses of voltage overlimits Equation (4) is therefore changed to the following NQglim = set of numbers of buses of reactive power generalized objective function: generation overlimits ∑ λ (V i −V ilim ) (Q ) 2 2 lim min F f ∑ λ gi −Q gi C = + Vi + Qgi C The objective function in RPP problem comprises two i ∈N V lim i ∈N Qg lim terms [14]. The first term represents the total cost of s.t. energy loss as follows: 0=Q −V ∑ V (G Sin θ i i j ij ij − B ijCos θ ij ) j ∈N i W =h ∑dP i ∈N PQ c l loss ,l (1) l Nl ∈ where λvi and λQgi are the penalty factors which can be increased in the optimization procedure; Vlim i and Qlim gi are defined in the following equations: where Ploss,l is the network real power loss during the period of load level 1. The Ploss,l can be expressed in the following equation in the duration dl : Vi min if Vi < Vi min lim Vi = Vi max if Vi > Vi max ∑ g (V Cosθ ) 2 2 P loss = i + V j − 2 V iV j ij (2) k k ∈N E k ∈( i, j ) Qgimin if Qgi < Qgimin lim Qgi = The second term represents the cost of VAR source Qgi max if Qgi > Qgi max installments which has two components, namely, fixed installment cost and purchase cost: It can be seen that the generalized objective function FC I c = ∑ (e + C Q ) i ci ci (3) is a nonlinear and non-continuous function. Furthermore, it contains a lot of uncertainties because of uncertain i ∈N c loads and other factors. 22 © 2010 ACEEE DOI: 01.ijepe.01.01.04
  • 3. ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010 III. REAL CODED GENETIC ALGORITHM (RGA) IV. COMPARISON METHOD In RGA, the crossover and mutation operators are applied The comparison method used here is the evolutionary directly to real parameter values. Since real parameters programming (EP) method. The general process of EP is are used directly (without any string coding), solving real described in [13]. The procedure of EP for RPP is briefed parameter optimization problems is a step easier when as follows: compared to the binary coded GAs. However, the difficulty arises with the search operators. In real 1. Initialization: The initial control variable parameter GAs, the main challenge is how to use a pair of population is selected randomly. The fitness real parameter decision variable vectors to create a new score is obtained by running P-Q decoupled pair of offspring vectors or how to perturb a decision power flow. variable vector to a mutated vector in a meaningful 2. Statistics: The maximum fitness, minimum manner. To create the offspring using RGA, this paper fitness, sum of fitness and average fitness of this proposes tournament selection, Blend Crossover (BLX-α) generation are calculated. and the Normally Distributed Mutation [19]. 3. Mutation: Each parent population is mutated and the corresponding fitness is obtained by running Tournament Selection power flow. A combined population is formed with the old generation and the mutated old In the tournament selection, tournaments are played generation. between two solutions and the better solution is chosen 4. Competition: Each individual in the combined and placed in the mating pool. Two other solutions are population has to compete with some other picked again and another slot in the mating pool is filled individuals to get its chance to be transcribed to with the better solution. If carried out systematically, the next generation. each solution can be made to participate in exactly two 5. Determination: The convergence of maximum tournaments. fitness to minimum fitness is checked. If the convergence condition is not met, the mutation Blend Crossover (BLX-α) and competition processes will run again. If it converges, the program will check over limits of In Blend Crossover operator (BLX-α), for two parent state variables. If there is no over limit, the solutions x(1,t)i, and x(2,t)i , the BLX-α randomly picks a program stops. If one or more state variables solution in the range [x(1,t)i, - α (x(2,t)i - x(1,t)i,) , exceed their limits, the penalty factors of these x(2,t)i + α (x(2,t)i - x(1,t)i,)]. Thus, if ui is a random number variables will be increased, and then another between 0 and 1, the following is an offspring. loop of the process will start. x(1,t+1)i = (1-γi) x(1,t)i, + γi x(2,t)i , where γi = (1+2α)ui – α. Normally Distributed Mutation V. NUMERICAL RESULTS It represents a zero-mean Gaussian probability In this section, IEEE 30-bus system [18] has been used to distribution. Thus the offspring is represented by, show the effectiveness of the algorithm. The network consists of 6 generator-buses, 21 load-buses and 41 y(1,t+1)i = x(1,t+1)i + N(0,σi) branches, of which four branches, (6, 9), (6, 10), (4, 12) and (28, 27), are under load-tap setting transformer Essential steps of the Real GA: branches. The parameters and variable limits are listed in Table I. The possible VAR source installment buses are The essential steps of the real GA are summarized as Buses 10 and 24. All power and voltage quantities are follows: per-unit values and the base power is used to compute the energy cost. 1. Initialize a starting population TABLE I 2. Evaluate and assign fitness value to individuals PARAMETERS AND LIMITS 3. Is termination criteria met? Yes, turn to Step 8, SB (MVA) h ($/kWh) ei($) Cci ($/kVAR) otherwise, continue 100 0.06 1000 30 4. Perform reproduction using tournament Reactive Power Generation Limits selection Bus 2 5 8 13 Qmaxg 0.5 0.4 0.4 0.155 5. Perform Blend Crossover Qming -0.4 -0.4 -0.1 -0.078 6. Perform Normally Distributed Mutation Voltage and Tap-setting Limits 7. Perform genetic post-processing to reconstruct Vmaxg min V g max V load min V load max T k Tmink GA population; go to 2 1.1 0.9 1.05 0.95 1.05 0.95 8. Output the optimal individual of the current Var source Installments and Voltage limits Qmaxc Q cmin max V c min V c population, end. 0.36 -0.12 1.05 0.95 23 © 2010 ACEEE DOI: 01.ijepe.01.01.04
  • 4. ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010 5.1 Initial Condition EP: All transformer taps are set to 1.0. The initial generator P init − Ploss opt 0.1759 − 0.160611 P %= × 100 = × 100 = 8.69% loss voltages are set to 1.0. The loads are given as, loss init 0.1759 P loss Pload = 2.834 and Qload = 1.262 W save c = hd l (P init loss ,l opt − P loss ,l ) The initial generations and power losses are obtained as = 0.06 ×8760 × (0.1759 − 0.160611) ×10 5 in Table II. = $8,03,589 TABLE II INITIAL GENERATIONS AND POWER LOSSES Fc = IC + Wc = 1297346 + 803589 = $21,00,935 Pg Qg Ploss Qloss 3.0099 1.2514 0.1759 0.2224 Table VII gives the comparison. From the comparison, we can see that, RGA gives better results than EP. 5.2 Optimal Results and comparison TABLE VII The optimal generator bus voltages, transformer tap- COMPARISON BETWEEN RGA and EP settings, VAR source installments, generations and power WCsave($) FC($) losses are obtained as in Tables III-VI. RGA 8,04,430 20,01,342 TABLE III EP 8,03,589 21,00,935 GENERATOR BUS VOLTAGES Bus 1 2 5 8 11 13 RGA 1.1 1.1 1.0538 1.0655 1.0756 1.0992 VI. CONCLUSIONS EP 1.1 1.0964 1.0734 1.0625 1.0730 1.0999 TABLE IV An RGA approach has been developed for solving the TRANSFORMER TAP-SETTINGS RPP problem in large-scale power systems. The Branch (6,9) (6,10) (4,12) (28,27) application studies on the IEEE 30-bus system show that RGA 0.9969 0.9721 1.0003 0.9631 RGA gives better results and always leads to the global EP 1.0055 0.9955 1.0139 0.9666 optimum points of the multi-objective RPP problem, compared to EP. By the RGA approach, more savings on TABLE V the energy and installment costs are achieved and the VAR SOURCE INSTALLMENTS Bus 10 24 violations of the voltage and reactive power limits are RGA 27.7332 12.0972 eliminated. EP 30.7346 12.4436 TABLE VI REFERENCES GENERATIONS AND POWER LOSSES Pg Qg Ploss Qloss [1] A. Kishore and E.F. Hill, “Static optimization of reactive power RGA 2.99461 0.98111 0.160595 0.11826 sources by use of sensitivity parameters,” IEEE Trans. Power EP 2.99461 0.94943 0.160611 0.11913 Apparatus and Systems, Vol. PAS-90, No., 1971, pp.1166-1173. [2] S.S. Sachdeva and R. Billinton, “Optimum network VAR planning by nonlinear programming,” IEEE Trans. Power The real power savings, annual cost savings and the total Apparatus and Systems, Vol. PAS-92, No., 1973, pp.1217- 1225. costs are given as follows RGA: [3] R.A. Fernandes, F. Lange, R.C. Burchett, H.H. Happ and K.A. Wirgau, “Large scale reactive power planning,” IEEE Trans. Power Apparatus and Systems, Vol. PAS-102, No.5, May 1983, init opt P − P loss 0.1759 − 0.160595 pp. 1083-1088. P loss %= loss init × 100 = × 100 = 8.7% P loss 0.1759 [4] K.Y.Lee, Y.M.Park and J.L.Ortiz, “A united approach to optimal real and reactive power dispatch”, IEEE Trans. Power Apparatus (P ) save init opt and Systems, Vol. PAS-104, No. 5, May 1985, pp.1147 – 1153. W c = hd l loss ,l − P loss ,l = 0.06×8760×(0.1759 − 0.160595)×10 5 [5] Y.Y. Hong, D.I. Sun, S.Y. Lin and C.J. Lin, “Multi-year multicase = $8,04,430 optimal VAR planning,” IEEE Trans. Power Systems, Vol. PWRS-5, NO.4, NOV. 1990, pp.1294-1301. Fc = IC + Wc = 1196912 + 804430 = $20,01,342 [6] Y.T. Hsiao, C.C. Liu, H.D. Chiang and Y.L. Chen, “A new approach for optimal VAR sources planning in large scale Power Systems, Vol. PWRS-8, No.3, Aug. 1993, pp.988-996. 24 © 2010 ACEEE DOI: 01.ijepe.01.01.04
  • 5. ACEEE International Journal on Electrical and Power Engineering, Vol. 1, No. 1, Jan 2010 [7] D.B.Fogel, System Identification through Simulated Evolution: A machine Learning approach to Modelling, Ginn Press, MA, 1991. [8] K.S. Swarup, M. Yoshimi and Y Izui, “Genetic algorithm approach to reactive power planning in power systems,” Proceedings of the 5th Annual Conference of Power & Energy Society IEE Japan, 1994, pp. 119-124. [9] J.R.S. Mantovani and A.V. Garcia, “Reactive power planning: a parallel implementation of a heuristic search algorithm,” Proceedings of the 5th Annual Conference of Power & Energy Society IEE Japan, 1994, pp.125-130. [10] Kenji Iba, “Reactive Power Optimization by Genetic Algorithm”, IEEE Transactions on Power Systems, Vol. 9, No, 2, May 1994. [11] K.H. Abdul-Rahman and S.M. Shahidehpour, “Application of fuzzy sets to optimal reactive power planning with security constraints,” IEEE Trans. Power Systems, Vol. PWRS-9, No.2, May 1994, pp.589-597. [12] Kwang Y. Lee, Xiaomin Bai, Youn -Moon Park, “Optimization Method for Reactive power Planning by Using a Modified Simple Genetic Algorithm”, IEEE Transactions on Power Systems, Vol. 10, No. 4, November 1995. [13] J. R. S. Mantovani, A. V. Garcia, “A Heuristic Method for Reactive Power Planning”, IEEE Transactions on Power Systems, Vol. 11, No. 1, February 1996. [14] L.L.Lai, “Application Of Evolutionary Programming to Reactive Power Planning - Comparison With Nonlinear Programming Approach”, IEEE Transactions on Power Systems, Vol. 12, No.1, February 1997. [15] Kwang. Y. Lee, Frank F. Yang, “Optimal Reactive Power Planning Using Evolutionalry Algorithms: A Comparative Study for Evolutionary Programming, Evolutionary Strategy, Genetic Algorithm, and Linear Programming”, IEEE Transactions on Power Systems, Vol. 13, No. 1, February 1998. [16] L.J. Fogel, “Autonomous automata,’’ Industrial Research, Vol. 4, pp.14-19. [17] Loi Lei Lai, Intelligent System Applications in Power Engineering, John Wiley & Sons Ltd, 1998. [18] Hadi Saadat, Power System Analysis, McGraw Hill, 1999 [19] Kalyanmoy Deb, Multi-Objective Optimization using Evolutionary Algorithms, John Wiley & Sons Ltd, 2001. [20] Wenjuan Zhang, Fangxing Li, Leon M. Tolbert, “Review of Reactive Power Planning: Objectives, Constraints, and Algorithms”, IEEE Transactions on Power Systems, Vol. 22, No. 4, November 2007. 25 © 2010 ACEEE DOI: 01.ijepe.01.01.04