1,492
Views
1
CrossRef citations to date
0
Altmetric
Research Articles

Hybrid Grey Wolf Optimizer Based Optimal Capacitor Placement in Radial Distribution Systems

ORCID Icon, ORCID Icon, , , ORCID Icon &
Pages 413-425 | Received 08 Jun 2018, Accepted 23 Aug 2020, Published online: 11 Nov 2022

Abstract

The problem of optimal capacitor placement (OCP), or the determination of both the optimal bus locations and sizes in radial distribution systems (RDS) has been solved in this article using a new metaheuristic algorithm named as the hybrid grey wolf optimizer (HGWO). The grey wolf optimizer (GWO) is hybridized with the addition of mutation and crossover, to create the hybrid grey wolf optimizer (HGWO). The enhanced performance of the HGWO has been proved by comparison of the solutions and the convergence curves of GWO and HGWO. The objective of the OCP problem—a discrete, non-convex optimization problem—is minimization of the cost of capacitor installations and total real power loss. The proposed HGWO approach has been applied to solve the IEEE 34-, 69-, 119 bus RDSs and a practical 22-bus RDS. Comparisons of the results obtained against those reported in the literature show that the HGWO performs very well, and hence is a highly suitable optimization approach for solving OCP problems.

1. Introduction

Capacitors are mainly installed in electrical power distribution systems to provide the benefits such as reduced power loss, improved voltage profile, improved power factor and increased loading capacity. The capacitors have to be placed at optimal locations in optimal sizes for achieving these benefits. Optimal capacitor placement (OCP) is a combinatorial optimization problem with an objective function that is non-differentiable owing to discrete bus locations and discrete sizes of capacitors.

A review and comparison of OCP in distribution systems is presented in [Citation1]. Expectedly, the earliest methods applied to the problem are the conventional or gradient-based optimization methods, for radial distribution systems (RDS). Some of these are dynamic programming [Citation2], nonlinear programming (NLP) [Citation3], mixed integer programming [Citation4,Citation5] and mixed integer NLP [Citation6].

Another category of methods used to solve the OCP are analytical methods together with a metaheuristic algorithm. The analytical part of such methods are sensitivity, power loss index and loss sensitivity. Examples of sensitivity based, metaheuristic methods are [Citation7] which uses the artificial bee colony (ABC) metaheuristic, [Citation8] using the fuzzy real coded genetic algorithm (FRCGA), [Citation9] using the ant colony optimization, [Citation10] using the harmony search-particle article bee colony (HSA-PABC), [Citation11] using the gravitational search algorithm (GSA), [Citation12], and [Citation13] using the bacterial foraging optimization algorithm (BFOA), and [Citation14] using discrete particle swarm optimization (Discrete PSO). An example of the analytical, power loss index based method is [Citation15] using the flower pollination algorithm (FPA). Another analytical based method is [Citation16] which uses loss sensitivity factor and FPA. Another sensitivity based, heuristic method is contained in [Citation17], and yet another direct search method can be found in [Citation18].

There are also methods that use some metaheuristic algorithm alone, instead of the combination of analytical and metaheuristic. Examples of such an approach are [Citation19] using bat and cuckoo search, [Citation20] using fuzzy based approach, [Citation21] using TLBO, [Citation22] using cuckoo search, [Citation23] using PSO, [Citation24] using CODEC, [Citation25] using improved harmony search (IHS), [Citation26] using modified monkey search, [Citation27] using Inclusion and interchange, and [Citation28] using IMDE algorithm.

The contribution of this article is to use the enhanced metaheuristic algorithm of hybrid grey wolf optimizer (HGWO) to solve both the siting and sizing sub-problems of the OCP as a single step procedure, instead of the two step procedure employed by some of the references above. The enhancement of the basic grey wolf optimizer by hybridizing it with other metaheuristic operators produces superior results, as demonstrated in this article.

This article is organized as follows: Section 2 presents the problem formulation of the OCP problem. Sections 3 and 4 provide an overview of the GWO and HGWO, and Section 5 provides the step by step procedure of the HGWO implementation for the OCP problem. Section 6 contains the different test cases, simulation results and discussion, and the final Section 7 provides the concluding comments.

2. Problem Formulation

Consider the N bus radial distribution system (RDS) whose one-line diagram is shown in . The real power or I2R loss in the line section between buses j and j + 1 is given by (1) Pj, j+1Loss=Pj,j+12+Qj,j+12|Vj|2Rj,j+1.(1)

Figure 1. One-line diagram of a RDS with shunt capacitor Qc.

Figure 1. One-line diagram of a RDS with shunt capacitor Qc.

The sum of the losses in the line sections of the feeders, or the total power loss of the feeder, is given by (2) PT,Loss=j=0N1Pj,j+12+Qj,j+12|Vj|2Rj,j+1(2) where Rj,j+1 is the resistance of the line segment between the buses j and j + 1,Qj,j+1,Pj,j+1 are the reactive and real power flows between the buses j and j + 1, in kVAr and kW, Vj is the voltage at bus j.

2.1. Objective Function

The objective of the optimal capacitor location and sizing (OCLS) problem is to determine the optimal size and location of the capacitors to minimize the costs of capacitor investment, system power loss or energy loss. Hence the cost function that is to be minimized can be defined as [Citation4, Citation6, Citation16] (3) minF=min(total cost)=KPPT,loss+j=1nKjcQjc+KeEloss(3) where KP is the equivalent annual cost per unit of power loss in $/(kW-year), j = 1,2,…, n are the indices of buses selected for compensation, Kjc is the annual cost per unit of reactive power injected at bus j in $/(kVAR-year), Qjc is the capacitor size in kVAR, placed at bus j, Ke is the cost of energy loss per kWh, and Eloss is the energy loss in kWh.

2.2. Constraints

The inequality constraints of the problem are given by

  1. The variation in the voltage at each bus should be well within the pre-defined permissible limits: (4) Vj,minVjVj,max(4)

  2. Capacitors are commercially available only in discrete sizes. If there are L number of discrete sizes, the capacitor sizes belong to the set {Q0c,2Q0c,,LQ0c}, where Q0c is the minimum size, and LQ0c is the maximum size of the capacitors available.

  3. The other constraints, which are nonlinear equality ones, are the set of power flow equations given by [Citation4, Citation23,Citation24] (): (5) Pj+1,j+2=Pj,j+1Pj,j+1LossPL,j+1(5) (6) Qj+1,j+2=Qj,j+1Qj,j+1LossQL,j+1+Qc,j+1(6) (7) |Vj+1|2=|Vj|22(Rj,j+1Pj,j+1+Xj,j+1Qj,j+1)+(Rj,j+12+Xj,j+12)(Pj,j+12+Qj,j+12|Vj|2)(7)

where QL,j+1 and PL,j+1 are the reactive and real power loads at bus j + 1.

3. Grey Wolf Optimizer Algorithm

The GWO algorithm is a recently proposed optimization technique. It is considered as a population-based stochastic algorithm that estimates that global optimum of a given problem using a set of candidate solutions. This makes GWO able to avoid local solutions better than the conventional and gradient-based optimization algorithms. The main inspiration of GWO is the social interaction in a pack of grey wolves for hunting. As discussed in the seminal paper of this algorithm [Citation29], grey wolves have a rigid social hierarchy that balances the power and leadership in the pack. illustrates different types of wolves and their leadership position in the pack.

Figure 2. Hierarchy of a pack of grey wolves [Citation29].

Figure 2. Hierarchy of a pack of grey wolves [Citation29].

To simulate the behavior of grey wolves, the following mathematical models have been proposed [Citation29]: (8) X1=Xα A1Dα,X2=Xβ A2Dβ,X3=Xδ A3Dδ(8) (9) X(t+1)=X1+X2+X33(9) where Xα, Xβ and Xδ are the positions of the alpha, beta and delta wolves respectively, in the search space, A is a vector of values that impacts the movement, D is the distance, and denotes to component-wise multiplication.

The parameters A, D, and X are calculated as follows: (10) D=|CXp(t)X(t)|(10) (11) C=2r1(11) (12) X(t+1)=Xp(t) AD(12) (13) A=a(2r21)(13) (14) Dα=|C1XαX|,Dβ=|C2XβX|Dδ=|C3XδX|(14) where X is the position of a wolf, t is the iteration counter, Xp is the position of prey, a decreases from 2 to 0 proportional to the number of iterations, r1,r2 are vectors of random numbers extracted from a uniform distribution.

4. The Hybrid Grey Wolf Optimizer

The discrete values of the capacitor sizes and bus numbers make the OCP problem inherently discrete. Additionally, the nonlinear power balance equality constraint makes it non-convex. [Citation30,Citation31] introduced a hybrid GWO with evolutionary operators, to improve the search capability in such solution spaces that are non-convex. These are outlined below.

4.1. Crossover

The binomial or uniform crossover is used here. On applying crossover, the ith component of the jth wolf is given by (15) Xij= {Xi r if  randij<CrXij else i=1 to D, j=1 to Nw(15) where D is the size of the solution vector, Nw is the number of wolves or solutions, r=1toNw,rj, chosen randomly, and randij[0,1] is randomly generated ∀ i, j.

In this article, a dynamically varying value of the crossover probability Cr was used. This is given by [Citation32] (16) Cr=15×F̂j,best(16) (17) F̂j,best=FjFbestFworstFbest j=1 to Nw(17) where the worst and best values of fitness in the current generation or iteration of the wolf pack are identified as Fworst and Fbest respectively, and Fj is the fitness of the jth wolf. (Equation16) and (Equation17) ensure that the crossover rate or probability is directly proportional to the relative fitness of the vector and that the best wolf vector remains unchanged.

4.2. Mutation

Given some mutation rate or mutation probability µ, the ith component of the jth wolf after mutation is given by [Citation30]: (18) xij={xgBest, i+rr(xipxiq) if randij<μxij else  i=1 toD,j=1 to Nw(18) (19) μ=120×F̂i,best(19) where p,q=1toNware randomly generated,pqj, and rr, and randij[0,1] are also randomly generated ∀ i, j. xgBest,i is the ith component of the global best solution (or wolf), across the iterations, up to the current iteration. This global best wolf is compared with the best wolf in the pack of the current iteration. If the global best wolf is better than the best wolf, it continues to be the global best wolf. Else, it is replaced by the best wolf. EquationEquations (17) and Equation(19) mean that the mutation rate or mutation probability µ is 1/20 for the worst wolf and 0 for the best wolf of the current generation.

5. HGWO Implementation for the OCP Problem

The losses can be reduced and the voltage profile improved by placement of capacitors at appropriate locations. The locations and sizes of the capacitors are the control variables of the problem. A wolf or solution vector comprises these two types of control variables. Load flow study based on [Citation33] is executed for each solution, to find the bus voltages and system losses. The fitness of each solution is the loss obtained.

The stepwise procedure for solving the OCP optimization problem using HGWO is as follows:

  • Step 0: The population size Nw, number of iterations, number of locations for capacitors to be installed nc, size of capacitors Q in kVAR are chosen.

Nw number of feasible solution vectors, or wolves, satisfying the constraints in Section 2.2. are generated. These form the initial population [Citation9] (20) P=[P1P2PNw]=[l11l21ln1Q1c1Q2c1Qnc1l11l22ln2Q1c2Q2c2Qnc2l1Nwl2NwlnNwQ1cNwQ2cNwQncNw](20) where j = 1 to n is the bus number or location, Qjc1 is the capacitor size at location l, in kVAR.

  • Step 1: The power loss in the distribution system for each wolf is determined by running the load flow for each wolf. The fitness of each wolf is evaluated using the objective or fitness function (3). The global best solution PgBest, and the α, β and δ wolves are identified. PgBest = Pα, in the very first iteration.

  • Step 2: Dα,DβandDδ are computed by applying the encircling operator (10):

(21) Dα=|C1PαPj|,Dβ=|C2PβPj|,Dδ=|C3PδPj|(21)

P1, P2 and P3 are computed by applying the hunting operator (12). First the distances are calculated using (21). Using these distances, (22) P1=Pα A1Dα,P2=Pβ A2Dβ,P3=Pδ A1Dδ(22) The next generation population, P(t+1), consisting of Nw number of wolves or solutions is computed next. The individual wolf of the population is calculated as (23) Pi(t+1)=P1+P2+P33(23)

  • Step 3: The operators of crossover (15) and mutation (18) are applied, with Pij replacing Xij.

  • Step 4: The components of the new solution are rounded off to their nearest discrete values, given in .

  • Step 5: Check if the termination criterion is satisfied. Stop, if yes. If not, repeat steps 1 to 4.

TABLE 1. Assumed capacitor sizes and cost/(kVAR-year).

6. Test Cases, Results and Discussion

The proposed HGWO approach is applied to four test cases comprising IEEE 34-, 69-, 119-bus RDSs, and a practical 22-bus RDS. The size of the population or pack or trial solutions is fixed at 40. The maximum number of iterations itermax is used as the stopping criterion. itermax is increased as the size of the problem increases. Accordingly, itermax is 200 for 22- and 34-bus RDSs, and 250 for 69-bus RDS and 400 for 119-bus RDS. The bus voltage limits are taken as Vmin=0.9 p.u. and Vmax=1.1 p.u. [Citation4, Citation17,Citation18, Citation21]. shows the sizes of the capacitors that are limited to discrete values, and their associated costs, for the first three test cases. The cost of real power loss assumed to be 168 $/(kW-year) as in [Citation20], and the energy loss component given by KeEloss in (3) is not considered for the first three cases. The simulation is carried out using MATLAB® software. The personal computer used was of 3 GHz, 64 bit, with i7 processor and 6 GB RAM. The results obtained on these cases are compared with those reported in the literature. Also included in this article are the statistical analysis of the results obtained by using the HGWO method of this article. The best, worst, mean total cost and the standard deviation for each of the test cases over fifty independent trial runs are part of the results.

6.1 34-Bus RDS

The one-line diagram of the 34-bus RDS is shown in [Citation20]. The system has 33 distribution lines and 34 buses, and a total reactive and real power demand of 2,873.5 kVAR and 4,636.5 kW, respectively.

Figure 3. One-line diagram of the 34-bus RDS.

Figure 3. One-line diagram of the 34-bus RDS.

The real power loss and minimum voltage for the uncompensated case—determined by running the load flow—are 221.73 kW and 0.9416 p.u., respectively. To show the validity and effectiveness of the proposed HGWO method, the results obtained are compared against those obtained by other recent methods in the literature (). The HGWO method yields a power loss of 160.47 kW, the least of all methods with the exception of SAMHBMO. Increasing the number of capacitor locations beyond three can further reduce the losses, for the same total kVAR, which is the case in SAMHBMO. (i) MINLP method [Citation6] reports a power loss of 157.53 kW with six capacitor locations, capacitor sizes in multiples of hundred kVAR, and a total installed capacitance of 2,800 kVAR. The HGWO method with six capacitor locations (at buses 6, 4, 25, 8, 21 and 11) and capacitor sizes in multiples of one hundred and fifty (450, 450, 600, 300, 600, 450 kVAR, total = 2,850 kVAR) yields a power loss of 158.51 kW (not a part of ), and (ii) Fuzzy based approach [Citation20] gives a power loss of 162 kW, for nine locations, for a total installed capacity of 3,450 kVAR. The HGWO method with nine locations gives a loss of 158.57 kW for the locations 10, 5, 12, 25, 6, 8, 3, 2 and 21, for capacitor values of 150, 300, 150, 600, 450, 450, 150, 300 and 600 kVAR respectively, a total of 3,150 kVAR. These comparisons show the better performance of HGWO with other methods. The table also shows the comparisons of total kVAR of the installed capacitor sizes, costs of the capacitors, cost of kW loss, total cost, net savings, and percentage savings. This savings is highest of all for the HGWO, with the exception of SAMHBMO. Also included are the statistical analysis of the results by using the HGWO method of this article. The best, worst, mean total cost and the standard deviation for each of the test cases over fifty independent trial runs are part of the results. It may be noted that such an analysis is a first for this test case, since none of the other results has this analysis for this test case.

TABLE 2. Simulation results and comparison for the 34-bus RDS.

shows the voltage profile of the 34-bus RDS without and with capacitor compensation. A good improvement in the voltage profile may be noted at the buses where the voltages are very low without capacitors. The convergence curves of minimum fitness values of the GWO and HGWO for the 34-bus RDS is shown in . The improved performance of the HGWO over the GWO is clearly noticeable.

Figure 4. Voltage profile of the 34-bus RDS without and with capacitor compensation.

Figure 4. Voltage profile of the 34-bus RDS without and with capacitor compensation.

Figure 5. Typical convergence curves of the GWO and HGWO for the 34-bus RDS.

Figure 5. Typical convergence curves of the GWO and HGWO for the 34-bus RDS.

6.2 69-Bus RDS

The one-line diagram of the 69-bus system is shown in [Citation37]. It has 68 distribution lines and 69 buses. The rated load of the system is 3,801.4 kW and 2,693.6 kVAR [Citation37]. The real power loss and minimum voltage for the uncompensated case—determined from the load flow—are 225 kW and 0.9092 p.u., respectively. The validity and effectiveness of the proposed HGWO method is tested by comparison of the results produced against the other recently reported results. The optimal capacitor sizes and locations obtained by using the HGWO method and those obtained by other methods are shown in . It is observed from the table that, the HGWO method gives a power loss of 145.22 kW, which is the least of all values reported, and equals the value by inclusion and interchange of variables (IIV) method, and a minimum voltage of 0.9308 p.u. The table also shows the comparisons of the total kVAR of the capacitor sizes installed, cost of kW loss, total cost, net savings and percentage savings. Also included are the statistical analysis of the results by using the HGWO method of this article. The best, worst, mean total cost and the standard deviation for each of the test cases over fifty independent trial runs are part of the results. It may be noted that such analyses are either not available, or not applicable for comparison with the analysis in this article.

Figure 6. One-line diagram of the 69-bus RDS.

Figure 6. One-line diagram of the 69-bus RDS.

TABLE 3. Simulation results and comparison for the 69-bus RDS.

shows the voltage profile improvement of the 69-bus system after the addition of capacitors for compensation. The convergence curves of minimum fitness values of the HGWO and GWO for the 69-bus RDS is also shown in . The improved performance of the HGWO over the GWO is clearly noticeable.

Figure 7. Voltage profile of the 69-bus RDS without and with capacitor compensation.

Figure 7. Voltage profile of the 69-bus RDS without and with capacitor compensation.

Figure 8. Typical convergence curves of the GWO and HGWO for the 69-bus RDS.

Figure 8. Typical convergence curves of the GWO and HGWO for the 69-bus RDS.

6.3 119-Bus RDS

The one-line diagram of the 119-bus system is shown in . This test system comprises 119 buses and 117 lines. The total kVA demand of this system is 22,709.72 kW and 17,041.07 kVAR. The base values are 11 kV and 100 MVA. The line data and load are given in [Citation38]. The uncompensated case gives a real power loss and minimum voltage of 1294.35 kW and 0.8688 p.u., respectively. The optimal capacitor sizes and locations obtained by using the HGWO method and the other methods are shown in . It is observed from the table that, the HGWO method gives a power loss of 836.97 kW, which is the least of all values reported, and a minimum voltage of 0.9089 p.u. The reduction in power loss is substantial, at 6 kW. Since the capacitor sizes in the other references are assumed to be either continuous, or discrete multiples of other sizes, the cost of capacitors are not considered for comparison. The table also compares the total kVAR of the capacitor sizes installed, cost of kW loss, total cost, net savings and percentage savings. The statistical analysis is also shown.

Figure 9. One-line diagram of the 119-bus RDS.

Figure 9. One-line diagram of the 119-bus RDS.

TABLE 4. Simulation results and comparison for the 119-bus RDS.

shows the voltage profile improvement of the 119-bus system after the addition of capacitor compensation. The convergence curves of minimum fitness values of the HGWO and GWO for the 119-bus RDS is also shown in . The improved performance of the HGWO over the GWO is clearly noticeable.

Figure 10. Voltage profile of the 119-bus RDS without and with capacitor compensation.

Figure 10. Voltage profile of the 119-bus RDS without and with capacitor compensation.

Figure 11. Sample convergence curves of the HGWO and GWO for the 119-bus RDS.

Figure 11. Sample convergence curves of the HGWO and GWO for the 119-bus RDS.

6.4. 22-Bus Practical RDS

Since the load on a distribution system is not constant and varies through the year, the OCP problem has to be studied for different load levels. Hence a practical, 22-bus RDS from Eastern part of India is considered. This test system comprises 22 buses and 21 lines [Citation18]. For this case, the energy loss component given by KeEloss in (3) is considered, and the power loss component given by KPPT,loss is not considered, unlike for the first three cases. The load variation is grouped under three different levels. These levels and their durations are: light load of 50% for a duration of 2000 hours, nominal load of 100% for 5,260 hours, and peak load of 160% for 1500 hours. The objective is to minimize the total cost of energy loss and the cost of the capacitors. The base voltage is 11 kV, real and reactive power loads are 662.311 kW and 657.4 kVAR, respectively. The base case power loss for these three load levels are 4.31 kW, 17.67 kW and 46.59 kW respectively. The cost of energy is assumed as 0.06 USD/kWh, and the cost of capacitor as 3.0 USD/kVAR.

shows the results obtained by using the HGWO method for the power loss, minimum bus voltages, capacitor locations, and their sizes for the three levels of peak, nominal and light loads. Also shown are the total optimal kVAR, cost of capacitor, and cost of energy loss obtained by using the HGWO. The results by other methods are also shown. The total cost by the HGWO method is the least of all with the exception of that by the CBO.

TABLE 5. Simulation results and comparison for the 22-bus practical RDS.

7. Conclusion

A new metaheuristic algorithm, the HGWO, was used to solve the OCPS, a discrete, non-convex optimization problem. Examples considered are the IEEE 34-, 69-, 119-bus RDSs and the 22-bus practical RDS. In terms of optimality, the results compare well with the other best results in the literature. This suggests that the results obtained may be the global optima for the given problems and choices made.

Further improvement in the results is possible if the number of capacitor locations are increased, and capacitances are treated as continuously variable, as has been done in some references. However, the number of capacitor locations in this work were chosen to enable fair comparison with other reported results. A similar comment can be made about the choice of capacitor sizes.

Convex programming problems (CPPs) are best solved by gradient based, or classical methods. Problems like the optimal capacitor placement problem that are not CPPs are more easily solved by metaheuristic methods, since these are free from the requirement of convexity conditions. However, this capability is not always a given; it is very much algorithm dependent. This article shows that, the HGWO has the operators to search the solution space thoroughly.

Application of the HGWO algorithm to other intractable optimization problems in the area of power systems and other fields can be considered for future work

Acknowledgment

The first two authors thank VIT for providing “VIT SEED GRANT” for carrying out this research work.

Additional information

Notes on contributors

T. Jayabarathi

T. Jayabarathi obtained her bachelor’s degree in electrical engineering from Dharwar University, Dharwar, India, in 1985, Master’s degree in power systems from Annamalai University, India, and Ph.D. from College of Engineering, Guindy, Anna University, Chennai, India, in 2000. Currently, she is Professor (Higher Academic Grade), School of Electrical Engineering, Vellore Institute of Technology, Vellore, India. Her current research interests are in optimization, soft computing, and optimization in power systems.

T. Raghunathan

T. Raghunathan obtained his bachelor’s degree in electrical engineering from Bangalore University, Bangalore, India, in 1989, and Master’s degree in Control and Instrumentation Engineering from College of Engineering, Guindy, Anna University, Chennai, India, in 2000, and PhD from Indian Institute of Science, Bangalore, India, in 2012. Currently, he is Professor (Higher Academic Grade), School of Electrical Engineering, Vellore Institute of Technology, Vellore, India. He served as engineer with Coal India Limited, a public sector undertaking of the Government of India, from Dec. 1991 to Oct. 2000. From Aug. 1996, he was Executive Engineer (E&M), until Oct. 2000. From March 2002 to July 2004, he was Senior Lecturer with the electrical engineering dept., Vellore Institute of Technology, Vellore, India. His current research interests are in engineering optimization, soft computing, optimal control and optimization in power systems.

R. Sanjay

R. Sanjay received his bachelor’s degree in electrical and electronics engineering from Vellore Institute of Technology, India, in 2017. He is currently pursuing the Ph.D. degree with the Semiconductor Power Electronics Center (SPEC) at The University of Texas at Austin, TX, USA. His current research interests include solid state transformers, medium voltage AC/DC and AC/AC converters and renewable energy integrations.

Aditya Jha

Aditya Jha received B.Tech. degree in electrical and electronics engineering from Vellore Institute of Technology, Vellore, India, in 2018 and M. Tech. degree in power electronics & power systems from IIT Bombay in 2021. From 2021 started working in Systems & Control Engineering at Eaton eMobility, Pune. His areas of interest include microgrids, electric drives, and optimization algorithms for power systems.

S. Mirjalili

Seyedali Mirjalili is Professor and the founding director of Centre for Artificial Intelligence Research and Optimization, Torrens University Australia, and Adjunct Professor with Griffith University, Australia. He is an Associate Editor of several AI journals, including Neurocomputing, Applied Soft Computing, Advances in Engineering Software, Computers in Biology and Medicine, Healthcare Analytics, and Applied Intelligence. His interests are in optimization algorithms and machine learning.

S. Hari Charan Cherukuri

S. Hari Charan Cherukuri received his B.E. degree in electrical and electronics engineering from Anna University, Chennai, India, in 2011, M.Tech. degree in power systems from SASTRA University, Thanjavur, India, in 2014, and PhD degree from the Vellore Institute of Technology (VIT), Vellore, India in 2019. After completion of his PhD, he was with the Power Systems and Smart Grid Laboratory, Discipline of Electrical Engineering, IIT Gandhinagar as a Research Associate until July 2021. Currently he is working in Marelli India Pvt. Ltd. as a Deputy Manager – R & D in the electric power train division. His research interests include energy management in grid interactive micro grids, electric springs and demand side management, home energy management, and application of optimization techniques to power system problems.

References

  • M. M. Aman, G. B. Jasmon, A. H. A. Bakar, H. Mokhlis and M. Karimi, “Optimum shunt capacitor placement in distribution system—a review and comparative study,” Renew. Sustain. Energy Rev., vol. 30, pp. 429–439, 2014. DOI: 10.1016/j.rser.2013.10.002.
  • H. Dura, “Optimum number, location, and size of shunt capacitors in radial distribution feeders a dynamic programming approach,” IEEE Trans. Power App. Syst., vol. PAS-87, no. 9, pp. 1769–1774, 1968. DOI: 10.1109/TPAS.1968.291982.
  • J. H. Grainger and S. H. Lee, “Optimum size and location of shunt capacitors for reduction of losses on distribution feeders,” IEEE Trans. Power App. Syst., vol. PAS-100, no. 3, pp. 1105–1118, 1981. DOI: 10.1109/TPAS.1981.316577.
  • M. E. Baran and F. F. Wu, “Optimal sizing of capacitors placed on a radial distribution system,” IEEE Trans. Power Delivery, vol. 4, no. 1, pp. 735–743, 1989. DOI: 10.1109/61.19266.
  • H. M. Khodr, F. G. Olsina, P. M. De Oliveira-De Jesus and J. M. Yusta, “Maximum savings approach for location and sizing of capacitors in distribution systems,” Electric Power Syst. Res., vol. 78, no. 7, pp. 1192–1203, 2008. DOI: 10.1016/j.epsr.2007.10.002.
  • S. Nojavan, M. Jalali and K. Zare, “Optimal allocation of capacitors in radial/mesh distribution systems using mixed integer nonlinear programming approach,” Electric Power Syst. Res., vol. 107, pp. 119–124, 2014. DOI: 10.1016/j.epsr.2013.09.019.
  • A. A. El-Fergany and A. Y. Abdelaziz, “Artificial bee colony algorithm to allocate fixed and switched static shunt capacitors in radial distribution networks,” Electric Power Component. Syst., vol. 42, no. 5, pp. 427–438, 2014. DOI: 10.1080/15325008.2013.856965.
  • A. R. Abul’Wafa, “Optimal capacitor placement for enhancing voltage stability in distribution systems using analytical algorithm and fuzzy-real coded GA,” Int. J. Elect. Power Energy Syst., vol. 55, pp. 246–252, 2014. DOI: 10.1016/j.ijepes.2013.09.014.
  • A. A. El-Ela, R. A. El-Sehiemy, A. M. Kinawy and M. T. Mouwafi, “Optimal capacitor placement in distribution systems for power loss reduction and voltage profile improvement,” IET Generat. Trans. Distribut., vol. 10, no. 5, pp. 1209–1221, 2016. DOI: 10.1049/iet-gtd.2015.0799.
  • K. Muthukumar and S. Jayalalitha, “Multiobjective hybrid evolutionary approach for optimal planning of shunt capacitors in radial distribution systems with load models,” Ain Shams Eng. J., vol. 9, no. 4, pp. 1975–1988, 2018. DOI: http://doi.org/10.1016/j.asej.2017.02.002.
  • Y. M. Shuaib, M. S. Kalavathi and C. C. A. Rajan, “Optimal capacitor placement in radial distribution system using gravitational search algorithm,” Int. J. Elect. Power Energy Syst., vol. 64, pp. 384–397, 2015.
  • K. R. Devabalaji, K. Ravi and D. P. Kothari, “Optimal location and sizing of capacitor placement in radial distribution system using Bacterial Foraging Optimization Algorithm,” Int. J. Elect. Power Energy Syst., vol. 71, pp. 383–390, 2015. DOI: 10.1016/j.ijepes.2015.03.008.
  • M. A. Imran and M. Kowsalya, “Optimal distributed generation and capacitor placement in power distribution networks for power loss minimization,” Advances in Electrical Engineering (ICAEE), 2014 International Conference on, 2014. IEEE.
  • A. Elsheikh, Y. Helmy, Y. Abouelseoud and A. Elsherif, “Optimal capacitor placement and sizing in radial electric power systems,” Alexandria Eng. J., vol. 53, no. 4, pp. 809–816, 2014. DOI: 10.1016/j.aej.2014.09.012.
  • A. Y. Abdelaziz, E. S. Ali and S. M. Abd Elazim, “Optimal sizing and locations of capacitors in radial distribution systems via flower pollination optimization algorithm and power loss index,” Eng. Sci. Technol. Int. J., vol. 19, no. 1, pp. 610–618, 2016. DOI: 10.1016/j.jestch.2015.09.002.
  • A. Y. Abdelaziz, E. S. Ali and S. M. Abd Elazim, “Flower pollination algorithm and loss sensitivity factors for optimal sizing and placement of capacitors in radial distribution systems,” Int. J. Electric Power Energy Syst., vol. 78, pp. 207–214, 2016. DOI: 10.1016/j.ijepes.2015.11.059.
  • A. Hamouda, N. Lakehal and K. Zehar, “Heuristic method for reactive energy management in distribution feeders,” Energy Convers. Manage., vol. 51, no. 3, pp. 518–523, 2010. DOI: 10.1016/j.enconman.2009.10.016.
  • Raju, M. Ramalinga, K. V. S. Ramachandra Murthy and K. Ravindra, “Direct search algorithm for capacitive compensation in radial distribution systems,” Int. J. Elect. Power Energy Syst., vol. 42, no. 1, pp. 24–30, 2012. DOI: 10.1016/j.ijepes.2012.03.006.
  • S. K. Injeti, V. K. Thunuguntla and M. Shareef, “Optimal allocation of capacitor banks in radial distribution systems for minimization of real power loss and maximization of network savings using bio-inspired optimization algorithms,” Int. J. Elect. Power Energy Syst., vol. 69, pp. 441–455, 2015. DOI: 10.1016/j.ijepes.2015.01.040.
  • H. A. Ramadan, M. A. Wahab, A. H. M. El-Sayed and M. M. Hamada, “A fuzzy-based approach for optimal allocation and sizing of capacitor banks,” Electric Power Syst. Res., vol. 106, pp. 232–240, 2014. DOI: 10.1016/j.epsr.2013.08.019.
  • S. Sultana and P. K. Roy, “Optimal capacitor placement in radial distribution systems using teaching learning based optimization,” Int. J. Elect. Power Energy Syst., vol. 54, pp. 387–398, 2014. DOI: 10.1016/j.ijepes.2013.07.011.
  • A. El-Fergany and A. Y. Abdelaziz, “Capacitor allocations in radial distribution networks using cuckoo search algorithm,” IET Generat. Trans. Distribut., vol. 8, no. 2, pp. 223–232, 2014. DOI: 10.1049/iet-gtd.2013.0290.
  • C. S. Lee, H. V. H. Ayala and L. d Santos Coelho, “Capacitor placement of distribution systems using particle swarm optimization approaches,” Int. J. Elect. Power Energy Syst., vol. 64, pp. 839–851, 2015. DOI: 10.1016/j.ijepes.2014.07.069.
  • J. P. Chiou and C. F. Chang, “Development of a novel algorithm for optimal capacitor placement in distribution systems,” Int. J. Elect. Power Energy Syst., vol. 73, pp. 684–690, 2015. DOI: 10.1016/j.ijepes.2015.06.003.
  • E. S. Ali, S. A. Elazim and A. Y. Abdelaziz, “Improved Harmony Algorithm for optimal locations and sizing of capacitors in radial distribution systems,” Int. J. Elect. Power Energy Syst., vol. 79, pp. 275–284, 2016. DOI: 10.1016/j.ijepes.2016.01.015.
  • F. G. Duque, L. W. de Oliveira, E. J. de Oliveira, A. L. Marcato and I. C. Silva, “Allocation of capacitor banks in distribution systems through a modified monkey search optimization technique,” Int. J. Elect. Power Energy Syst., vol. 73, pp. 420–432, 2015. DOI: 10.1016/j.ijepes.2015.05.034.
  • I. P. Abril, “Algorithm of inclusion and interchange of variables for capacitors placement,” Electric Power Syst. Res., vol. 148, pp. 117–126, 2017.
  • A. Khodabakhshian and M. H. Andishgar, “Simultaneous placement and sizing of DGs and shunt capacitors in distribution systems by using IMDE algorithm,” Int. J. Elect. Power Energy Syst., vol. 82, pp. 599–607, 2016. DOI: 10.1016/j.ijepes.2016.04.002.
  • S. Mirjalili, S. M. Mirjalili and A. Lewis, “Grey wolf optimizer,” Adv. Eng. Softw., vol. 69, pp. 46–61, Mar2014. DOI: 10.1016/j.advengsoft.2013.12.007.
  • T. Jayabarathi, T. Raghunathan, B. R. Adarsh and P. N. Suganthan, “Economic dispatch using hybrid grey wolf optimizer,” Energy, vol. 111, pp. 630–641, 2016. DOI: 10.1016/j.energy.2016.05.105.
  • R. Sanjay, T. Jayabarathi, T. Raghunathan, V. Ramesh and N. Mithulananthan, “Optimal allocation of distributed generation using hybrid grey wolf optimizer,” IEEE Access, vol. 5, pp. 14807–14818, 2017. DOI: 10.1109/ACCESS.2017.2726586.
  • A. H. Gandomi, A. H. and Alavi, Dec, “Krill herd: a new bio-inspired optimization algorithm,” Commun. Nonlinear Sci. Numer. Simul., vol. 17, no. 12, pp. 4831–4845, 2012. DOI: 10.1016/j.cnsns.2012.05.010.
  • J.-H. Teng, “A direct approach for distribution system load flow solutions,” IEEE Trans. Power Delivery., vol. 18, no. 3, pp. 882–887, 2003.
  • A. A. El-Fergany and A. Y. Abdelaziz, “Efficient heuristic-based approach for multi-objective capacitor allocation in radial distribution networks,” IET Generat. Trans. Distribut., vol. 8, no. 1, pp. 70–80, 2014. DOI: 10.1049/iet-gtd.2013.0213.
  • A. Elmaouhab, M. Boudour and R. Gueddouche, “New evolutionary technique for optimization shunt capacitors in distribution networks,” J. Elect. Eng., vol. 62, no. 3, pp. 163–167, 2011. DOI: 10.2478/v10187-011-0027-x.
  • A. Kavousi-Fard and T. Niknam, “Considering uncertainty in the multi-objective stochastic capacitor allocation problem using a novel self adaptive modification approach,” Electric Power Syst. Res., vol. 103, pp. 16–27, 2013. DOI: 10.1016/j.epsr.2013.04.010.
  • J. S. Savier and D. Das, “Impact of network reconfiguration on loss allocation of radial distribution systems,” IEEE Trans. Power Delivery, vol. 22, no. 4, pp. 2473–2480, 2007. DOI: 10.1109/TPWRD.2007.905370.
  • D. Zhang, Z. Fu and L. Zhang, “An improved TS algorithm for loss-minimum reconfiguration in large-scale distribution systems,” Electric Power Syst. Res., vol. 77, no. 5-6, pp. 685–694, 2007. DOI: 10.1016/j.epsr.2006.06.005.
  • J. Vuletić and M. Todorovski, “Optimal capacitor placement in radial distribution systems using clustering based optimization,” Int. J. Elect. Power Energy Syst., vol. 62, pp. 229–236, 2014. DOI: 10.1016/j.ijepes.2014.05.001.