Next Article in Journal
Key Factors Influencing Consumers’ Purchase of Electric Vehicles
Next Article in Special Issue
Research on Operation and Financing Strategy of an Emission-Dependent Supply Chain under Variable Transportation Fee Strategy
Previous Article in Journal
Integration of Prioritisation Criteria in the Design of Energy Efficient Retrofitting Projects at District Scale: A Case Study
Previous Article in Special Issue
Development of a Novel Hybrid Optimization Algorithm for Minimizing Irrigation Deficiencies
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Sequential Hybridization of Genetic Algorithm and Particle Swarm Optimization for the Optimal Reactive Power Flow

1
SCAMRE Laboratory, ENPO-MA National Polytechnic School of Oran Maurice Audin, Oran 31000, Algeria
2
Departments of Electrical Engineering, University of Science and Technology of Oran Mohamed Bodiaf, Oran 31000, Algeria
*
Author to whom correspondence should be addressed.
Sustainability 2019, 11(14), 3862; https://doi.org/10.3390/su11143862
Submission received: 21 June 2019 / Revised: 12 July 2019 / Accepted: 12 July 2019 / Published: 16 July 2019
(This article belongs to the Special Issue Sustainability with Optimization Techniques)

Abstract

:
In this paper, the problem of the Optimal Reactive Power Flow (ORPF) in the Algerian Western Network with 102 nodes is solved by the sequential hybridization of metaheuristics methods, which consists of the combination of both the Genetic Algorithm (GA) and the Particle Swarm Optimization (PSO). The aim of this optimization appears in the minimization of the power losses while keeping the voltage, the generated power, and the transformation ratio of the transformers within their real limits. The results obtained from this method are compared to those obtained from the two methods on populations used separately. It seems that the hybridization method gives good minimizations of the power losses in comparison to those obtained from GA and PSO, individually, considered. However, the hybrid method seems to be faster than the PSO but slower than GA.

1. Introduction

The objective of any company producing and distributing electrical energy is to ensure that the required power is available at all points and at all times. This electrical energy is produced at the same time as it is consumed; therefore, at all times, production must be adapted to consumption. It is therefore necessary to adjust the active and reactive powers of the interconnected generators in an electrical grid within their permissible limits in order to satisfy the fluctuating electrical load while maintaining the various parts of the grid at stable voltages. This is called the optimal load distribution of OPF (Optimal Power Flow) and is sometimes known as the economic dispatching problem of power flow. It was addressed in these works [1].
The Problem of Optimal Power Flow (OPF) is a non-linear optimization problem, proposed by Carpenter in the early 1960s and based on the economic distribution of reactive power. It was addressed in these works [1].
The optimal reactive power flow or optimal reactive power distribution (ORPF) is a special case of the optimal power flow in which the active energy control means are fixed while the reactive energy control means are adjustable. It was addressed in these works [1].
ORPF has usually been considered as the minimization of an objective function representing active losses in power grids. The constraints involved are the physical laws governing power generation–transmission systems and the operating limitations of the equipment. The already used optimization methods to solve the ORPF problem are numerous, such as conventional deterministic methods that are good for objective quadratic functions with a single optimum. These methods have the disadvantage of not guaranteeing global convergence since they can converge towards one of these local optimums and stop and sometimes even diverge.
Besides, they are sometimes inconsistent and imprecise. The quality of the results is therefore dependent on the quality of the data available [2].
New metaheuristic methods have emerged that provide a solution to the problems of conventional methods; these methods are based on the natural evolution of biology such as the Genetic Algorithm method (GA) [3] and the Particle Swarm Optimization method (PSO) [4], which have already been used in the ORPF resolution in the work of [5,6,7,8,9,10]. The improvement of these methods can always be achieved through hybridization between them, which combines different concepts and components of different metaheuristics [11] and, to this end, attempts to merge the strengths and eliminate the weaknesses of these methods.
Until now, several hybridizations between the metaheuristic methods with population GA and PSO and other metaheuristic methods with local research such as simulated annealing, taboo research, have been applied to solve the problem of ORPF such as the work of [6,7].
In this article, it is proposed to solve the problem of optimal reactive power flow (ORPF) for the Western Algerian network by using the sequential hybridization method of the two population-based metaheuristic techniques, namely, the Genetic Algorithm and the Optimization Particle Swarm, to improve the results obtained by each method individually.
A hybrid method may seem interesting depending on the choice and role of its components. To define an effective hybrid method, it is necessary to know a good characterization of the advantages and limitations of each method [12].
The purpose of this study is to determine how the combination of two-particle techniques within hybridization could lead to some interesting characteristics in relation to each technique considered alone.
This document is organized as follows:
In the following section, the metaheuristic methods (GA, PSO) and the sequential hybridization of metaheuristic methods were presented. A brief overview of the ORPF problem function is provided in Section 3.
In Section 4, an application of the methods was carried out on the International Explorer Electrical Engineering IEEE 14 nodes network to verify the effectiveness of the program, then an application on the Western Algerian network to solve the ORPF problem and the discussion and analysis of the numerical results obtained. Finally, the conclusion is in Section 5.

2. Metaheuristic Methods and Their Hybridization

The metaheuristics are stochastic algorithms which progress towards an optimum by a sampling of an objective function. They are generic methods being able to treat a broad range of different problems without requiring deep changes in the used algorithm. They appear of great effectiveness to provide approximate solutions of good quality for a large number of classical problems of optimization and real applications of big sizes. For these reasons, their investigations are in full development [13].

2.1. The Genetic Algorithms

The genetic algorithms belong to the class of the evolutionary algorithms (metaheuristics with population). They consist of working simultaneously with a set of solutions that we make evolve gradually. The use of several solutions together makes it possible to naturally improve exploration of the space of the configurations; their goal is to obtain an approached solution with a problem of optimization. They use three genetic operations—selection, crossover, and mutation—to transform an initial population of chromosomes in the objective to improve their quality. To carry out these phases of reproduction, it is necessary to code the individuals of the population [3,5,14].

2.2. Particle Swarm Optimization

Particle Swarm Optimization (PSO) was first introduced by Eberhart and Kennedy [4]. This algorithm belongs to the family of evolutionary algorithms. It is inspired by the behavior of the great regroupings of animals such as the clouds of birds, the fish’s benches and the swarms of locusts. It is based in particular on a model developed by Reynolds at the end of 1980 making it possible to simulate the displacement of a group of birds. It was addressed in these works [7].

2.3. Sequential Hybridization of Metaheuristics

Hybridization is a trend observed in many works completed on metaheuristics these ten last years. It makes it possible to benefit from the advantages cumulated from different metaheuristics. The origins of the hybrid algorithms of metaheuristics return to the work of Glover. It was addressed in these works [13].
A hybrid method is a research method that used at least two distinct search methods [11,12].
It is possible to hybrid all the metaheuristics methods. In practice, the preoccupation with performance or the constraints of computer resource is limiting the possibilities of hybridization. It is thus necessary to be careful in the choice of the methods used in order to obtain good cooperation between the various components of the hybrid method [11,12].
There exist several types of hybridization such as sequential, parallel, and integrative ones.
The sequential hybridization is the most popular. It consists of applying several methods in such a manner that the results of a given method are taken as initial solutions to the next method [11,12].
In this study, we propose the technique of sequential hybridization, which consists of the combination [13] of both the genetic algorithm and the particles swarm optimization.

3. Mathematics Setting

The problem of the optimal reactive power flow is relevant to the optimization process of the reactive power. It consists of minimizing a definite nonlinear objective function with nonlinear constraints. In our situation, the objective function represents the active power losses P L in the electrical network given by:
P L = i n j m G i j · ( V i 2 + V j 2 2 · V i · V j · cos θ i j )
where Gij is the conductance between the i-th and j-th nodes, V i the voltage at the i-th node, θi is the angle at the i-th node, and θij = θi − θj. The sum in relation (1) runs over the total number of nodes n.
The constraints of equality represent a balance between the production and the consumption, i.e.;
Δ P J = j = 2 n V i V j ( G i j cos θ i j + B i j s i n θ i j ) P i g + P i l = 0
and
Δ Q J = j = 2 n V i V j ( G i j c o s θ i j B i j s i n θ i j ) Q i g + Q i l Q i c o m p = 0
where Bij is the susceptance of the pair of nodes i and j, and, P i g P i l and the active powers generated and consumed at i-th node, respectively. Q i g and Q i l are, respectively, the generated and consumed reactive powers at the i-th node. Here, Q i c o m p is the reactive power of the compensator at node i.
The constraints of inequality are the limits of the variables given by:
Q i , m i n g Q i g Q i , m a x g I   =   1 ...   n g
Q i , m i n c o m p Q i c o m p Q i , m a x c o m p   I   =   1 ...   n com
a i , m i n a i a i , m a x   I   =   1 n T
V i , m i n V i V i , m a x   I   =   1 ... n
where ng, nT, and ncomp are the number of generators, transformers, and compensators, respectively. The transformation ratio of the i-th transformer is denoted by ai. Subscripts ‘min’ and ‘max’ are relevant to the minimum and maximum of the considered variables.

4. Illustration

In order to determine the efficiency of the hybridization of the two metaheuristic methods with population to control the reactive power, the transformation ratio of the transformers and the voltage of the nodes corresponding to the values of the minimum losses, a program under the MATLAB environment was developed.
The algorithm of this hybridization begins with the execution of the method of the genetic algorithm then the execution of the PSO method. This signifies that the solution given by the Genetic Algorithm is chosen as the initial solution of the Particle Swarm Optimization. The corresponding flowchart is reported in Figure 1
The procedure of the proposed hybrid method is summarized as follows:
  • Step 1: Carry out a load flow study to determine an operating point (see node voltage profile and active losses by Fast Decoupled Load Flow Method (FDLF) [1])
  • Step 2: Initialization of the genetic algorithm and production of an initial population with the following parameters:
    • maximum number of iterations;
    • population size;
    • probability of crossover;
    • probability of mutation.
  • Step 3: Application of the three operators of the genetic algorithm (selection, crossover, and mutation) to have the new individuals until the stopping criterion is reached.
  • Step 4: Injection of the best solution obtained by GA as an initial population of the PSO method.
  • Step 5: Initialization of the PSO program with the following parameters:
    • initial weight Wmax;
    • final weight Wmin;
    • maximum number of iterations itmax;
    • weighting factor C1 = C2;
    • population size nind;
    • number of variables nvar.
  • Step 6: Applying the operators of the PSO method (speed and position of updates).
For the update of N affected individuals.
Updating speed and particle positions
V id Old = w × V id Old + C 1 × rand × ( p id x id Old ) + C 2 × rand × ( p id x id Old )
V id New = x id New + V id New
Until the stopping criterion is reached.
To evaluate the performance of the hybrid method, we have it applied on a small network, the electrical network IEEE 14 nodes (International Explorer Electrical Engineering) [15], then on the West Algerian network with 102 nodes [1,5]. A comparative study of the results will be presented later for each network.

4.1. The Electrical Network IEEE14 Nodes

The electrical network IEEE 14 nodes is a part of the American power grid (specifically in the US Midwest) dating from February 1962. It was introduced in the IEEE Common Data Format by Rich Christie at the University of Washington in August 1993 [15].
It contains 10 load nodes, 4 generation nodes, 3 transformers, and 20 lines [15]. The limit of the voltages in the nodes is between 0.99 p.u and 1.1 p.u.
The results of the control variables are shown in Figure 2 for the node voltage, Table 1 for the generated power and transformation ratios, as well as the minimum loss values and execution time in Table 2.
The curve in Figure 2 shows the voltage profile in the different nodes of the 14-node network for the different cases studied; we noticed after the application of optimization methods that the voltages in the nodes improved compared to the first case, which is the power flow, the voltages are approaching the upper limit.
Table 1 shows the reactive powers generated by the generators as well as the steps of the transformation ratios of the controllers into transformer loads. It can be seen that the values are within the given limits, for the balance generator in the PSO and hybrid methods, the reactive power consumed is low compared to the other two methods.
Table 2 shows the loss values and execution time of the different methods. It can be seen that the losses are reduced by the PSO method but the time is much more significant, while the hybrid method gives a considerable reduction of active losses in the network lines and an acceptable execution time.
The results show that the hybrid method minimized the active losses with a percentage of 6.49%, the AG 6.34%, and the PSO 6.12% (Table 2), while keeping the control variables within the limits (Table 1 and Figure 2). Thus, the hybrid method is more effective than the other two methods, AG and PSO.
At this stage, one applied the methods to the Algerian Western Network with 102 nodes.

4.2. The Algerian Western Wetwork with 102 Nodes

The Algerian network is characterized by long transmission lines, an uneven distribution of reactive power reserves among available generators, as well as an insufficient number of shunt capacitors.
As a consequence, operators are routinely facing severe voltage problems (violation), and the reactive power dispatch has become one of the most relevant concerns in the control center for the western Algerian transmission system.
This network is constituted of three subnetworks that are the 400 kV electrical network, the 220 kV electrical network and the 60 kV electrical network (see Figure 3) [5].
The essential data for the Algerian Western Network are reported in Table 3.
The limits of the variables of control are given in Table 4 and Table 5 [7].

4.3. Results Analysis

As a first step, a study was performed by the fast decoupled load flow method (FDLF) to visualize the profile of nodes voltage and active losses.
Then, the optimization of the network by the GA and PSO methods was made, separately. In the end, the sequential hybridization of these two methods was applied. This optimization consists of controlling the voltages of the nodes.
In Figure 4, the variation of the voltage on the nodes in different cases before and after the optimization for GA, PSO, and GA-PSO hybridization are drawn in the case of the 400 kV electrical network. It appears that these variations obey practically the range of acceptance within the imposed limits.
The case of the 220 kV electrical network is presented in Figure 5. Before optimizations, the voltage at the 26th node is exceeding the maximal limit according to the (FDLF) graph. This anomaly disappeared after applying the optimization methods, i.e.; GA, PSO, and GA–PSO hybridization.
For the 60 kV electrical network, Figure 6b shows the presence of several violations of the voltage limits that concern the nodes (85, 86, 87) and (92 to 98). The use of the three methods of optimization has corrected these anomalies.
The generated reactive powers obtained from the methods lay in their authorized ranges (see Table 6).
The transformation ratios obtained from these methods are in agreement with their range of variation as shown in Table 7.
In Table 8, we reported the results concerning the minimal losses in the network and the duration of the execution of programs.
The results presented in Table 6 show that the hybrid GA–PSO method gives the minimum value of active losses (29.19 MW), while the GA method (36.60 MW) and the PSO method (45.07 MW), so the hybrid method, gives a remarkable reduction of 21.87 MW compared to the initial value of the active losses (51.06 MW by the FDLF method).
For the execution time, we noticed that the hybrid method is faster than the PSO method but slower than the GA.
So in terms of loss reduction, the hybrid method is more efficient, but in terms of speed, the AG method is faster.
The results presented in this section show that:
At the level of voltages (at the tension’s level) in the nodes, the FDLF method shows several exceedances of the lower limit in nodes 85 and 92 also for the upper limit in nodes 94, 95, 96, 97, 98. The application of GA, PSO, and hybrid optimization methods eliminates these exceedances, but the hybrid method is the one that gives the most appropriate voltage profile.
For the control variables, it can be seen that the reactive powers of generators have remained within the limits imposed. Also, the transformer transformation ratios are pushed towards the upper limits for both the PSO and hybrid methods.
For losses, we noticed (it was noted) that the application of the hybrid method gives a good reduction of active losses and also a minimum execution time.

5. Conclusions

The problem of the optimal powers flow became extremely difficult, following the fast growth of the electrical networks. To improve the solutions which provide the methods metaheuristic, we applied the approach of sequential hybridization between the two populations metaheuristic, GA and PSO in the West Algerian network with 102 nodes.
It appears that this sequential hybridization method reproduces better solutions than the standard ones. All voltages were corrected with a better minimization on the losses of a percentage of 42.82%.
The comparative study of the solutions obtained by the basic metaheuristics GA and PSO and those obtained by their sequential hybridization shows that the last method gives better solutions in terms of minimization of the losses. However, the sequential hybridization method seems to be less effective for the time of execution.
On the other hand, this study can be extended to:
  • development of the sequential hybridization of GA and PSO to improve the execution time, to have minimum losses in minimum time;
  • development of other types of hybridization such as integrative hybridization.

Author Contributions

Conceptualization, I.C. and N.K.; methodology, I.C.; software, I.C.; validation, A.C., N.K., F.B.; formal analysis, I.C., K.N. and A.C.; data curation, I.C., Z.D.; writing—original draft preparation, I.C.; writing—review and editing, I.C., N.A.; supervision, A.C.

Acknowledgments

We thank Hachi Mostefa at ORAN 1 University, Algeria, for his assistance with the writing and editing of this manuscript, as well as the comments that have greatly improved the article.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Cherki, I. Modélisation des FACTS et Contrôle des Puissances dans un Réseau Electrique par les Méthodes Métaheuristiques; ENPO-MA: Oran, Algéria, 2013. [Google Scholar]
  2. Lahdeb, M. Théorie et Application de Méthodes D’hybridations Métaheuristiques Dans les Réseaux Electriques; Université Amar Telidji-Laghouat: Laghouat, Algeria, 2007. [Google Scholar]
  3. Goldberg, D. Genetic Algorithms; Addison-Wesley: Boston, MA, USA, 1991. [Google Scholar]
  4. Eberhart Kennedy, J. A new optimizer using particle swarm theory. In Proceedings of the Sixth International Symposium on Micro Machine and Human Science (MHS’95), Nagoya, Japan, 4–6 October 1995. [Google Scholar]
  5. Kalfallah, N.; Benzergua, F.; Cherki, I.; Chaker, A. USE of Genitic Algorithm and Particle Swarm Optimisation Methods for the Optimal Control of the Reactive Power in Western Algerian Power System. Energy Procedia 2015, 74, 265–272. [Google Scholar]
  6. Khiat, M.; Marano, A.; Chettih, S.; Martinez, J.L. A hybrid methodology for optimal var dispatch in the western algerian power system. RAMOS Roum. Sci. Technol. Lectrotechn. Énergy 2012, 57, 361–370. [Google Scholar]
  7. Lahdeb, M.; Hellal, A.; Arif, S. Hybridations métaheuristiques en lots appliquées à l’écoulement optimal de la puissance réactive. EJEE 2012, 15, 587–612. [Google Scholar] [CrossRef]
  8. Oo, K.Z.; Lin, K.M.; Aung, T.N. Particle Swarm Optimization Based Optimal Reactive Power Dispatch for Power Distribution Network with Distributed Generation. IJEPE 2017, 6, 54–60. [Google Scholar]
  9. Chettih, S.; Khiat, M.; Chaker, A. Voltage Control and Reactive Power Optimisation using the Meta Heuristics Method: Application in the Western Algerian Transmission System. JAI 2011, 4, 12–20. [Google Scholar] [CrossRef]
  10. Daoudi, R. Optimisation des Puissances Réactives par la Méthode Essaim Particules (PSO) Dans un Réseau D’énergie Electrique; ENPO-MA: Oran, Algéria, 2012. [Google Scholar]
  11. Cotta, C.; Talbi, E.G.; Alba, E. Parallel hybrid metaheuristics. In Parallel Metaheuristics, a New Class of Algorithms; Alba, E., Ed.; John Wiley: Hoboken, NJ, USA, 2005; pp. 347–370. [Google Scholar]
  12. Duvivier, D. Etude de L’hybridation des Métaheuristique, Application à un Problème D’ordonnancement de Type JOBSHOP; Université du littoral Cote D’OPALE: Dunkerque, France, 2000. [Google Scholar]
  13. Hachimi, H. Hybridations d’algorithmes métaheuristiques en optimisation globale et leurs applications; INSA de Rouen: Rouen, France, 2013. [Google Scholar]
  14. Yan, X.-S. Engineering Optimization an Introduction with Metaheuristic Applications; Johnwiley & sons Publication: Hoboken, NJ, USA, 2010. [Google Scholar]
  15. DR POWER. Available online: https://egriddata.org/dataset/ieee-14-bus-power-flow-test-case (accessed on 21 January 2019).
Figure 1. The flowchart representation of the sequential hybridization algorithm.
Figure 1. The flowchart representation of the sequential hybridization algorithm.
Sustainability 11 03862 g001
Figure 2. The node voltage in the IEEE 14 node electrical network.
Figure 2. The node voltage in the IEEE 14 node electrical network.
Sustainability 11 03862 g002
Figure 3. The one-line diagram of the Algerian Western Network with the three voltage levels 400 kV (blue lines)/220 kV (red lines)/60 kV (green lines).
Figure 3. The one-line diagram of the Algerian Western Network with the three voltage levels 400 kV (blue lines)/220 kV (red lines)/60 kV (green lines).
Sustainability 11 03862 g003
Figure 4. The variation of the voltage on the nodes in different cases before and after the optimization for GA, PSO, and GA–PSO hybridization in the 400 kV electrical network.
Figure 4. The variation of the voltage on the nodes in different cases before and after the optimization for GA, PSO, and GA–PSO hybridization in the 400 kV electrical network.
Sustainability 11 03862 g004
Figure 5. The voltage of nodes in different cases before and after the optimization for GA, PSO, and GA–PSO hybridization in the 220 kV electrical network.
Figure 5. The voltage of nodes in different cases before and after the optimization for GA, PSO, and GA–PSO hybridization in the 220 kV electrical network.
Sustainability 11 03862 g005
Figure 6. The voltage of nodes from the FDLF and the different optimization methods (GA, PSO, and GA–PSO hybridization) in the case of the 60 kV electrical network: (a) The voltage of the nodes numbers 30 to 65; (b) The voltage of the nodes numbers 66 to 102.
Figure 6. The voltage of nodes from the FDLF and the different optimization methods (GA, PSO, and GA–PSO hybridization) in the case of the 60 kV electrical network: (a) The voltage of the nodes numbers 30 to 65; (b) The voltage of the nodes numbers 66 to 102.
Sustainability 11 03862 g006
Table 1. The generated power and transformation ratios.
Table 1. The generated power and transformation ratios.
ValueminValue MaxFDLFGAPSOGA–PSO Sequential Hybridization
Q 1 g ( M V A R ) −16.78−16.78−0.7−2.41
Q 2 g ( M V A R ) −405042.73742.7339.9438.5
Q 3 g ( M V A R ) 04023.60323.6032.7821.95
Q 6 g ( M V A R ) −62413.14113.14−1.8623.72
Q 8 g ( M V A R ) −62418.06218.0623.9121.10
a1 (p.u)0.91.10.9781.0770.9781.026
a2 (p.u)0.91.10.9691.0070.9691.00
a3 (p.u)0.91.10.9321.0430.9321.012
Table 2. The active losses values and execution time.
Table 2. The active losses values and execution time.
FDLFAGPSOGA–PSO Sequential Hybridization
Active losses (MW)13.3912.5412.5712.52
Reduction in MW 0.850.820.87
Reduction (%) 6.346.126.49
Execution time (s) 3.2123.544.33
Table 3. Essential data for the Algerian Western Network.
Table 3. Essential data for the Algerian Western Network.
Number of charges nodes92
Number of nodes of generations10
Number of lines119
Number of transformers14
Table 4. The limits voltage of the nodes.
Table 4. The limits voltage of the nodes.
VoltageMinimal Value (p.u)Voltage (p.u)
400 kV0.91.1
220 kV0.91.1
60 kV0.91.1
Table 5. The limits of the variables of control.
Table 5. The limits of the variables of control.
VariablesMinimal ValueMaximal Value
a i 0.91.1
Q 1 g −170350
Q 6 g −240270
Q 12 g −60100
Q 13 g −90180
Q 20 g −80400
Q 22 g −3560
Q 24 g −80400
Q 39 g −1548
Q 51 g −838
Q 55 g −2030
Table 6. The generated reactive powers obtained from the methods.
Table 6. The generated reactive powers obtained from the methods.
Number of NodesFDLFGAPSOGA–PSO Sequential Hybridization
1−236.56−118.01−118.78−170.53
6−76.28−203.16590.04−200
1278.4772.16−44.9175.61
13−46.1−84.42−58.40−32.93
207.72109.00−29.71−25.8
22−24.0711.1866.56−3.29
24−45.18−5.58−77.7437.91
39116.85−8.31139.2938.86
51−20.444.4187.220.43
556.9725.75−2.09−0.48
Table 7. Transformation ratios obtained from the different methods.
Table 7. Transformation ratios obtained from the different methods.
Number of NodesFDLFGAPSOGA–PSO Sequential Hybridization
02→060.961.001.11.06
03→230.960.991.080.98
06→300.981.000.991.00
07→310.990.990.960.96
08 →320.981.000.990.98
08→330.950.990.990.94
09→340.980.990.991.01
10→350.980.991.091.05
11→360.990.991.011.01
12→370.961.000.951.02
12→380.990.990.940.94
13→391.070.991.010.97
14→400.951.001.021.05
15→410.980.991.051.03
18→520.981.001.010.99
19→771.000.991.011.01
21→610.971.000.981.06
24→860.970.991.060.91
26→870.991.000.981.02
Table 8. Active losses and times of execution.
Table 8. Active losses and times of execution.
FDLFGAPSOGA–PSO Sequential Hybridization
Active loses (MW)51.0636.6045.0729.19
Reduction (MW) 14.465.9821.87
Reduction (%) 28.3%11.7%42.8%
Execution time(s) 26.7035.2936.42

Share and Cite

MDPI and ACS Style

Cherki, I.; Chaker, A.; Djidar, Z.; Khalfallah, N.; Benzergua, F. A Sequential Hybridization of Genetic Algorithm and Particle Swarm Optimization for the Optimal Reactive Power Flow. Sustainability 2019, 11, 3862. https://doi.org/10.3390/su11143862

AMA Style

Cherki I, Chaker A, Djidar Z, Khalfallah N, Benzergua F. A Sequential Hybridization of Genetic Algorithm and Particle Swarm Optimization for the Optimal Reactive Power Flow. Sustainability. 2019; 11(14):3862. https://doi.org/10.3390/su11143862

Chicago/Turabian Style

Cherki, Imene, Abdelkader Chaker, Zohra Djidar, Naima Khalfallah, and Fadela Benzergua. 2019. "A Sequential Hybridization of Genetic Algorithm and Particle Swarm Optimization for the Optimal Reactive Power Flow" Sustainability 11, no. 14: 3862. https://doi.org/10.3390/su11143862

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop