Improvement of Voltage Profile and Reduction of Losses in Distribution Networks via a Hybrid PV-DSTATCOM Approach

Abstract

This study focused on optimizing distribution networks through the strategic integration of photovoltaic (PV) systems and D-STATCOM compensators. Using the particle swarm optimization (PSO) algorithm, three scenarios were evaluated to minimize active losses and stabilize the voltage profile. The individual results showed that while PV alone effectively reduces losses (47.79%) and D-STATCOM alone improves reactive regulation (24.08%), neither solution offers total performance. The joint optimization of both pieces of equipment proved to be the most effective, achieving a 69.18% reduction in losses and ensuring a voltage profile that strictly complies with wave quality standards across all nodes, including the most remote ones.

Share and Cite:

Ibrahim, H. , Rakiatou, S. and Issaka, A. (2026) Improvement of Voltage Profile and Reduction of Losses in Distribution Networks via a Hybrid PV-DSTATCOM Approach. Smart Grid and Renewable Energy, 17, 13-28. doi: 10.4236/sgre.2026.172002.

1. Introduction

The growing integration of renewable energy sources (RES) and the sophistication of global energy demand are posing unprecedented challenges to electricity distribution networks. Historically designed for unidirectional power flows, these networks are now facing critical issues such as voltage instability, increased ohmic losses and deterioration in power quality [1]. In this context, the modernization of distribution networks, particularly through the concept of Smart Grids, has become a top priority for network operators [2]. Among the most promising solutions, the integration of decentralized generation, particularly photovoltaics (PV), offers a major opportunity to reduce dependence on fossil fuels while injecting active power close to the load. However, massive and uncoordinated insertion of PV can lead to flow reversals and voltage limit violations [3]. To overcome these drawbacks, the use of fast reactive compensation devices, such as DSTATCOM (Distribution Static Compensator), is essential. DSTATCOM enables dynamic voltage regulation and effective reactive power compensation, thus complementing the energy contribution of PV [4] [5].

The issue of optimal placement and sizing of decentralized power sources (PD) has been the subject of extensive research over the last decade. Initially, researchers focused on single-objective optimization, primarily aimed at reducing active power losses. However, with the emergence of power quality requirements, research has shifted towards more complex multi-objective approaches. For example, the use of fixed and switchable capacitors has been widely documented for voltage support, but their inability to provide continuous regulation has led to the adoption of the more flexible and responsive DSTATCOM [6].

In terms of algorithms, the literature shows a transition from deterministic methods to metaheuristics inspired by nature. Studies based on the ant colony optimization (ACO) algorithm or teaching-learning-based optimization (TLBO) have demonstrated clear effectiveness on the IEEE bus network [7]-[9]. Nevertheless, the challenge remains the simultaneous management of decision variables for PV (active power) and DSTATCOM (reactive power). Recent work has attempted to combine these two technologies, but often at the cost of high computational complexity or premature convergence to local optima. The PSO algorithm [10], thanks to its mechanism for sharing information between particles, offers an optimal compromise between exploring the search space and exploiting the best solutions found. This study differs from existing work in its rigorous multi-objective formulation, which treats the PV-DSTATCOM synergy not as two isolated problems, but as an integrated power flow management system [11]. The major challenge then lies in optimization: where to place these devices and how much capacity to allocate to them? Sub-optimal placement can not only reduce technical benefits but also unnecessarily increase investment costs. This problem is inherently complex, non-linear and multi-objective, requiring robust optimization tools. Although many metaheuristic techniques have been explored, the Particle Swarm Optimization (PSO) algorithm stands out for its simplicity of implementation, speed of convergence and proven ability to escape local optima in electrical planning problems [12]-[14].

This paper proposes a multi-objective optimization approach for the simultaneous determination of the optimal size and location of PV and DSTATCOM units in the IEEE 33-bus radial network. The main objective is to minimize total active power losses while maximizing voltage profile improvement. Through rigorous comparative analysis, this study demonstrates the effectiveness of coordination between PV and DSTATCOM via the PSO algorithm, thus offering a reliable solution for more efficient and resilient operation of modern distribution networks.

2. Methodology and Problem Formulation

2.1. Photovoltaic Model

Since the photovoltaic system acts as an active energy source, its connection to node i transforms the energy flow at this injection point as follows:

P i,new = P i + P PV (1)

where P i,new is the new active power at node i, P i is active power at node i, P PV is active power injected by the PV.

The reactive power at the node remains constant, given that Q PV =0 .

2.2. DSTATCOM Model

2.2.1. The Configuring a D-STATCOM

The D-STATCOM is defined as a synchronous static compensator incorporating a DC/AC converter, a storage capacitor, a magnetic circuit and a coupling transformer (see Figure 1). Its main function is to regulate the characteristics of a network node by injecting or absorbing reactive power. Based on a Voltage Source Converter (VSC), this equipment acts as a static generator capable of modulating the amplitude, phase and frequency of its output voltage. Its parallel configuration allows it to control capacitive or inductive currents independently of the grid voltage. By generating a voltage drop in quadrature with the line current, it modifies the apparent impedance of the line. It is a versatile tool that is essential for stabilizing the voltage plane, correcting the power factor and mitigating disturbances such as voltage dips, harmonics or load imbalances [15].

Figure 1. General diagram of a D-STATCOM.

Following the installation of the D-STATCOM at node j (see Figure 2), the voltage undergoes a change, going from V j to V jnew .

Figure 2. Basic distribution network with a DSTATCOM.

2.2.2. Mathematical Model of a DSTATCOM

The D-STATCOM is modelled as an AC current injector within the distribution network when studying power flow. Neglecting internal losses according to [15], its behavior in a two-node system is represented by the vector diagram in Figure 3 [15].

Figure 3. Phase diagram of voltages and currents.

The phase shift of the current I D-STATCOM relative to the voltage and the expression of the voltage V jnew represented in the form [15] [16]:

arg( I D-STATCOM )= α new + π 2 (2)

V jnew e j( α new ) = V i e jθ ( R+jX ) I L e jθ ( R+jX ) I D-STATCOM e j( α new ) (3)

With I D-STATCOM e ( α new ) and V jnew e j( α new ) being respectively the current injected by the DSTATCOM and the voltage of node j after compensation.

By separating the real and imaginary parts of Equation (3), we obtain Equations (4) and (5):

V jnew cos( α new )= R e { V i e jθ ( R+jX ) I L e jθ }R I D-STATCOM cos( α new + π 2 ) +X I D-STATCOM sin( α new + π 2 ) (4)

V jnew sin( α new )= I m { V i e jθ ( R+jX ) I L e jθ }R I D-STATCOM sin( α new + π 2 ) X I D-STATCOM cos( α new + π 2 ) (5)

The data:

d= V jnew (6)

a= R e { V i e jθ ( R+jX ) I L e jθ } (7)

b= I m { V i e jθ ( R+jX ) I L e jθ } (8)

c 1 =R( 9 ) (9)

c 2 =X (10)

The unknowns:

x 1 = I D-STATCOM (11)

x 2 = α new (12)

Thus, Equations (4) and (5) become Equations (13) and (14), respectively:

dcos x 2 =a c 1 x 1 sin x 2 c 2 x 1 cos x 2 (13)

dsin x 2 =b+ c 1 x 1 cos x 2 c 2 x 1 sin x 2 (14)

We can derive x 1 respectively from Equations (15) and (16):

x 1 = dcos x 2 a c 1 sin x 2 c 2 cos x 2 (15)

x 1 = dsin x 2 b c 1 cos x 2 c 2 sin x 2 (16)

By equating these two Equations (15) and (16) and then making a change of variable x=sin x 2 , after an arrangement, the following can be observed:

( a c 2 b c 1 ) 2 + ( a c 1 +b c 2 ) 2 x 2 +2d c 1 ( a c 2 b c 1 )x+ d 2 c 1 2 ( a c 1 +b c 2 ) 2 =0 (17)

We then obtain:

Δ= B 2 4AC (18)

A= ( a c 2 b c 1 ) 2 + ( a c 1 +b c 2 ) 2 (19)

B=2d c 1 ( a c 2 b c 1 ) (20)

C= d 2 c 1 2 ( a c 1 +b c 2 ) 2 (21)

We also obtain:

x= B± Δ 2A (22)

where: x=sin x 2 .

x represents the initial conditions before installation of the D-STATCOM. The solution adopted [16] is as follows:

x= B+ Δ 2A (23)

Subsequently:

x 2 =arcsin( x ) (24)

And we would like to remind you that x 2 = α new . So, x 1 = I D-STATCOM is defined using Equations (15) or (16).

After determining x 2 and x 1 in this order, from Equations (24) and (16) respectively, we recall the following:

α new = x 2 (25)

I D-STATACOM = x 1 (26)

Then we define:

V _ jnew = V jnew α new (27)

I _ D-STATACOM = I D-STATACOM < α new π 2 (28)

Finally, the reactive power injected by the D-STATCOM can be written as follows:

j Q D-STATACOM = V _ jnew × I _ D-STATACOM * (29)

where: I _ D-STATACOM * is the complex conjugate of the D-STATCOM current.

The D-STATCOM is modelled such that the voltage amplitude at the node where it is installed is equal to 1pu. The phase of this same node is calculated using Equation (24), the current injected by the D-STATCOM is calculated using Equation (28) and the reactive power injected is determined using Equation (29).

2.3. Problem Formulation

The main objective of this study is to determine the optimal location and size of PV and DSTATCOM units in order to minimize power losses and improve the voltage profile. The problem is formulated as a weighted multi-objective fitness function.

2.3.1. Minimization Active Losses

Total losses in a radial distribution network, such as the IEEE 33-bus system, can be calculated using the “Exact Loss” method:

f 1 ( x )= P loss = i=1 nb R i P i 2 + Q i 2 V i 2 (30)

2.3.2. Improvement of the Voltage Profile

To ensure that the voltage at each node remains close to the nominal value (1.0 p.u.), the voltage deviation index is used:

f 2 ( x )=DT= i=1 N ( V i V i spec V i max V i min ) 2 (31)

where:

R i branch resistance; P i active power of the branch; Q i is the reactive power of the branch; nb number of branches in the network; V i denotes the voltage of node i and V i spec its specific voltage; V i max the maximum voltage representing the nominal voltage +0.5% of the rated voltage; V i min the minimum voltage representing the nominal voltage −0.5% of the rated voltage; N the total number of nodes.

2.3.3. Weighted Overall Objective Function

To simultaneously optimize loss reduction and voltage profile improvement, a weighted overall objective function is formulated as follows:

F= w 1 P loss P loss,Base + w 2 DT D T Base (32)

where: P loss represents the total active losses calculated by Equation (30), DT represents the voltage deviation index calculated by Equation (31), P loss,Base and D T Base are the initial values of the network without any compensation (base case), w 1 and w 2 are the weighting coefficients assigned to each objective.

In this study, the weight values were set at w 1 =0.5 and w 2 =0.5 . This choice reflects equal priority given to energy efficiency (reduction of losses) and wave quality (voltage stability).

2.4. Particle Swarm Optimization Algorithm

Particle swarm optimization (PSO), initially developed by Kennedy and Eberhart, is a metaheuristic inspired by the social behavior of birds or schools of fish. In this study, PSO is selected for its robustness and ability to navigate the non-linear and multidimensional search spaces specific to distribution networks [17].

2.4.1. Particle Coding and Search Space

For the optimization of the IEEE 33 bus network, each particle in the swarm represents a candidate solution encoded as a vector. The decision variables include discrete parameters (node numbers) and continuous parameters (equipment capacities):

X i =[ Bu s PV , P PV ,Bu s STAT , Q STAT ] (33)

where Bu s PV and Bu s STAT are the indices of the connection nodes, while P PV and Q STAT represent the respective sizes of the installations.

2.4.2. Update Mechanism

The evolution of the swarm is based on the exchange of information between particles. At each iteration t , the velocity V je and position X je of each particle are adjusted according to the following equations:

V je t+1 =w V je t + c 1 r 1 ( Pbes t je t X je t )+ c 2 r 2 ( Gbes t je t X je t ) (34)

X je t+1 = X je t + V je t+1 (35)

In these expressions, w=0.7 is the inertia factor that controls exploration. The acceleration constants c 1 =1.5 (cognitive component) and c 2 =1.5 (social component) guide the particle towards its best individual performance ( Pbest ) and towards the best solution found by the entire swarm ( Gbest ). The parameters r 1 and r 2 are random values uniformly distributed in [0, 1].

The PSO parameters are selected according to standards in the literature to ensure an optimal balance between global exploration and convergence toward the global optimum.

2.4.3. Resolution Procedure

The integration of PSO into the planning process follows the iterative steps described below:

1) Initialization: Random generation of N particles respecting the capacity limits and topological constraints of the IEEE 33-bus network.

2) Power Flow Calculation: For each particle, a load flow algorithm (Backward/Forward Sweep) is executed to determine the electrical state of the network.

3) Evaluation: Calculation of the multi-objective fitness function (losses and voltage) and update of Pbest and Gbest.

4) Convergence: The process stops when the maximum number of iterations is reached or when the solution remains stable over several generations.

2.4.4. Constraints

To ensure operational stability, the voltage constraint is defined by a set of permissible limits for the network. This relationship stipulates that the voltage at each node must be maintained within the following range:

0.95p.u V i 1.05p.u (36)

The size of these devices is limited by both the nodal capacity and the nominal characteristics of the equipment. In order to ensure the seamless integration of PV and DSTATCOM units, the power injected at each location must be limited by:

100kW P PV 5000kW (37)

5000kVAr Q SVC 5000kVAr (38)

3. Results

3.1. IEEE 33-Bus Standard Network

Widely used as a test bed for optimization studies in distribution networks. The standard IEEE 33-bus test model presented in Figure 4 [5], consisting of 33 nodes and 32 branches, with a base voltage of 12.66 kV and a base power of 100 MVA. Network analysis is performed using the Backward/Forward Sweep (BFS) algorithm.

The study of the power flow in the network (33 nodes) enabled us to obtain the results of different voltages in (p.u.) for each node, as shown by the red curve in the figure, as well as the active and reactive losses. The maximum and minimum voltages are equal to 1 p.u. and 0.9131 p.u. respectively, while the active and reactive losses are 202.68 kW and 143.60 kVAr respectively.

Figure 4. Single-line diagram of the IEEE network (33 nodes).

3.2. PV Scenario Only

This configuration evaluates the injection of a variable active power photovoltaic (PV) source on an optimized busbar, in the absence of reactive compensation. The application of the PSO algorithm identified node 26 as the ideal location for a power of 2410 kW, with the objectives of reducing joule losses and rectifying voltages. The simulations reveal a significant reduction in losses, which fall from 202.68 kW to 105.83 kW (a gain of 47.79%). Although the minimum voltage rises from 0.9131 p.u. to 0.9487 p.u., it remains below the critical threshold of 0.95 p.u. as can be seen in Figure 5. on the peripheral branches. These observations show that while active power injection effectively reduces current flows, it remains insufficient to stabilize the entire network without the support of a reactive compensation device.

Figure 5. Voltage profile for the PV-only scenario.

3.3. DSTATCOM Scenario Only

This scenario explores the integration of a variable reactive power D-STATCOM at an optimized node, disregarding any photovoltaic sources. The PSO algorithm identified node 26 as the optimal location for a compensation capacity of 1680 kVAR. The results indicate a decrease in active losses to 153.87 kW, a gain of 24.08% compared to the initial state. Although the voltage profile (Figure 6) is generally higher, with a minimum value of 0.9294 p.u., the comparison with the previous scenario is clear: the injection of active power by PV offers a more significant reduction in losses and a better improvement in voltage.

Figure 6. Voltage profile for the DSTATCOM-only scenario.

3.4. Joint Scenario

This scenario presented in Figure 7 examines network performance during the simultaneous integration of a photovoltaic (PV) system and a D-STATCOM compensator. Unlike previous studies, this configuration is based on a joint optimization approach. The PSO algorithm is used here to simultaneously determine the strategic location and optimal sizing of these two pieces of equipment, with the aim of maximizing their synergy within the network.

Figure 7. Voltage profile of the PV-DSTATCOM scenario in conjunction.

The most successful in the study, with a reduction in active losses of up to 69.18% (or 62.47 kW) and the minimum voltage is 0.9643 p.u., a result well above that of isolated PV-only (47.79%) or D-STATCOM-only (24.08%) configurations as shown in Table 1. This superiority can be explained by a technical synergy whereby the injection of active power by the PV reduces the apparent load while the D-STATCOM corrects the power factor, thus optimally minimizing the total current flowing through the conductors. By stabilizing the voltage profile across the entire network without violating any regulatory limits, this scenario demonstrates that only combined management of active and reactive flows can compensate for end-of-line voltage drops that PV alone cannot resolve. Finally, these results prove that the PSO algorithm can effectively coordinate these two technologies to transform a constrained distribution network into a balanced, high-performance system that complies with wave quality requirements.

Node 26 is optimal because it is located on a critical branch prone to significant voltage drops. Its systematic selection confirms its role as a strategic point for compensation. However, the co-location of the two pieces of equipment requires rigorous management of physical space and synchronization of controls to avoid mutual interactions.

Table 1. Simulation results.

Optimization Scenario

Active Losses (kW)

Loss Reduction (%)

Minimum Voltage (p.u.)

Network Status

Base Case

202.68

-

0.9131

Criticism

D-STATCOM only

153.87

24.08 %

0.9294

Improved (but insufficient)

PV only

105.83

47.79 %

0.9487

Good (unstable at the ends)

PV + DSTATCOM

62.47

69.18 %

0.9643

Optimal & Compliant

3.5. Discussion and Limitations

The superiority of the PSO-optimized hybrid approach lies in the synergy of power flows; active power injection by the PV reduces the apparent load, while the D-STATCOM provides dynamic reactive power regulation, thus enabling higher photovoltaic penetration without violating voltage limits. This optimal coordination minimizes the total current flowing through the conductors, which explains the drastic reduction in losses of 69.18%.

Nevertheless, the scope of this study is limited by certain constraints:

  • The use of a static load model does not reflect the actual temporal variability of demand and solar radiation.

  • The study focuses on technical benefits without including the capital expenditure (CAPEX) and operating expenditure (OPEX) costs of D-STATCOM units.

Although conclusive on the IEEE 33-bus network, these results must be validated on larger and more complex networks to confirm their industrial applicability.

4. Comparative Summary of Scenarios

Simulations carried out on the standard IEEE 33-bus network have demonstrated that the joint and optimized integration of PV and DSTATCOM significantly improves the electrical performance of the network. Compared to isolated configurations (PV alone or DSTATCOM alone), the joint solution offers a reduction in losses of more than 60% and more consistent voltage profile regulation across all nodes.

Figure 8. Voltage profile for all scenarios.

In Figure 8, A comparative analysis of the three configurations reveals a clear hierarchy in terms of energy efficiency and grid stability. The D-STATCOM-only scenario, although useful for local regulation, has the most limited impact, with a reduction in losses of only 24.08%. Conversely, the integration of PV alone proves to be significantly more effective in reducing active losses (47.79%), although it fails to stabilize voltages at the most distant nodes. The superiority of joint optimization is clear: by combining the benefits of active injection and reactive compensation, it achieves a loss reduction rate of 69.18%. This qualitative leap confirms that the synergy between the two devices does not simply add up their advantages, but multiplies them, thus offering the only scenario capable of guaranteeing total compliance with the voltage profile (no node below 0.95 p.u.).

Analysis of energy loss reduction (Figure 9) reveals a gradual and significant improvement depending on the optimization strategy adopted. In the base network, losses amount to 202.68 kW, indicating significant thermal constraints on the distribution lines. The installation of D-STATCOM alone only allows for a moderate reduction of 24.08%, as its action is limited to reducing reactive current. The photovoltaic system is more effective, acting directly on the active power demand and reducing losses by 47.79%. However, it is the hybrid approach that truly optimizes the efficiency of the grid: by reducing losses to only 62.47 kW (a decrease of 69.18%), it demonstrates that the coordination of PV and D-STATCOM minimizes the total current flowing in the branches much more significantly than any isolated solution. This massive reduction in joule losses not only translates into improved energy efficiency, but also increases the network’s transit capacity.

Figure 9. Active losses in all scenarios.

5. Comparison with Another Research

The comparative performance analysis (Table 2) highlights the remarkable effectiveness of the joint optimization strategy proposed in this study. While the work in [17], based on the WMOEEFO algorithm for PV placement alone, achieves a 27.70% reduction in losses, and the use of a single D-STATCOM via the ACO algorithm in [5] peaks at 22.42%, our hybrid approach based on the PSO algorithm achieves a significantly higher reduction rate of 69.18%. This significant difference can be explained by the fact that conventional methods focus on a single type of compensation, thus limiting the overall impact on the grid. In contrast, the simultaneous optimization of the positioning and sizing of PV and D-STATCOM allows active and reactive power imbalances to be addressed jointly. It is important to note that the performance gap observed between this study and the references cited stems from two factors. On the one hand, the technical superiority is intrinsically linked to the hybrid hardware configuration (PV + D-STATCOM) adopted here. Unlike approaches involving the simple placement of PV or D-STATCOM alone, the combined action makes it possible to simultaneously handle active and reactive power flows. On the other hand, the PSO algorithm has demonstrated its ability to effectively manage the increased complexity of this multidimensional search space, ensuring optimal convergence for the four decision variables (location and size of the two units). Thus, the 69.18% reduction in losses is the result of the synergy between a robust technological choice and a high-performance optimization method.

Table 2. Comparison of optimized results with bibliographic references.

Reference

Optimization Strategy

Algorithm

Active Loss Reduction (%)

Proposed Study

Joint PV + DSTATCOM

PSO

69.18

[18]

PV Placement

weighted Mult objective electric eel foraging optimization (WMOEEFO)

27.70

[5]

Single D-STATCOM Placement

Ant Colony Optimization (ACO)

22,42

6. Conclusion

The work presented demonstrates that the synergy between active power injection (PV) and reactive compensation (D-STATCOM) is key to modern and efficient distribution network management. Comparison with existing literature confirms the superiority of the proposed hybrid approach: the loss reduction rate achieved (69.18%) far exceeds methods based on a single piece of equipment, such as those using WMOEEFO (27.70%) or ACO (22.42%) algorithms. The PSO algorithm has proven to be a robust tool for coordinating the placement and sizing of these technologies. Finally, this hybrid strategy not only improves energy efficiency, but also offers a viable solution for increasing the capacity to accommodate renewable energies while maintaining the stability and reliability of the electrical system.

Acknowledgements

I cannot conclude this work without warmly thanking all those who, directly or indirectly, contributed to its completion. Thank you to my supervisor for his patience and wise advice. Special thanks go to the proofreaders for their suggestions, which helped improve the quality of this study, as well as to my loved ones for their constant encouragement in moments of doubt.

Conflicts of Interest

The authors declare no conflicts of interest.

References

[1] Seraphine, O.N. (2025) The Impact of Renewable Energy on the Behaviour of Electricity Grids: Challenges and Opportunities in Burkina Faso. Journal of Peace and Development, 1, 1-6.
https://jopd.ac.tz/index.php/revue/article/view/13
[2] Mustapha, M., Ayinde Bakare, G., Shuaibu Haruna, Y., Mallambe Mustapha, B., Baba Lawan, M. and Abubakar Sadiq, A. (2023) Impact Assessment of Optimal Integration of Combined DG and D-STATCOM Allocation for Active Distribution System Enhancement with Loading Variations. American Journal of Electrical Power and Energy Systems, 12, 68-76.[CrossRef]
[3] Hari Prasad, C., Subbaramaiah, K. and Sujatha, P. (2023) Optimal DG Unit Placement in Distribution Networks by Multi-Objective Whale Optimization Algorithm & Its Techno-Economic Analysis. Electric Power Systems Research, 214, Article 108869.[CrossRef]
[4] Patel, K.P., Patel, N.A., Chaudhari, J.P. and Mewada, H.K. (2025) Optimal Placement of Dstatcoms and PID Tuned Controller in IEEE Bus System for Enhanced Voltage Stability and Power Loss Reduction under RES Integration Using Hybrid BWO-SSA Algorithm. Results in Engineering, 28, Article 108216.[CrossRef]
[5] Oloulade, A., Adolphe, M.I., Vianou, A. and Tamadaho, H.A.V. (2018) Optimization of the Number, Size and Placement of D-STATCOM in Radial Distribution Network Using Ant Colony Algorithm. American journal of Engineering Research, 1, 12.
[6] Oloulade, A., Agbokpanzo, R.G., Aza-Gnandji, M.R., Ibrahim, H.O., Gonda, M., Tokoudagba, E., et al. (2025) Reconfiguration and Optimal Positioning of Multiple-Point Capacitors in a High-Voltage Distribution Network Using the NSGAII. Open Journal of Applied Sciences, 15, 501-516.[CrossRef]
[7] Bagherinasab, A., Zadehbagheri, M., Abdul Khalid, S., Gandomkar, M. and Ahmad Azli, N. (2013) Optimal Placement of D-STATCOM Using Hybrid Genetic and Ant Colony Algorithm to Losses Reduction. International Journal of Applied Power Engineering, 2, 53-60.[CrossRef]
[8] Zhou, G., Zhou, Y., Deng, W., Yin, S. and Zhang, Y. (2023) Advances in Teaching–learning-Based Optimization Algorithm: A Comprehensive Survey (ICIC2022). Neurocomputing, 561, Article 126898. [Google Scholar] [CrossRef]
[9] Hubálovský, Š., Hubálovská, M. and Matoušová, I. (2023) A New Hybrid Particle Swarm Optimization-Teaching-Learning-Based Optimization for Solving Optimization Problems. Biomimetics, 9, Article 8.[CrossRef] [PubMed]
[10] Kennedy, J. and Eberhart, R. (1995) Particle Swarm Optimization. Proceedings of ICNN’95—International Conference on Neural Networks, Perth, 27 November-1 December 1995, 1942-1948.[CrossRef]
[11] Govil, V.K., Sahay, K., S. M., T., Sinha, A., Kumar, N., Lasisi, A., et al. (2025) Enhancing Power Quality in Three-Phase Distribution Systems Using PV-Supported DSTATCOM: A Simulation-Based Study. Journal of Electrical and Computer Engineering, 2025, Article 5519521.[CrossRef]
[12] Tang, J., Wooi, C., Tan, W., Zaini, N.H., Ali, N.H.N. and Afrouzi, H.N. (2025) Solar PV Integration in IEEE 69-Bus System Using Political Optimizer. 2025 9th International Conference on Man-Machine Systems (ICoMMS), Malacca, 18-19 August 2025, 279-284.[CrossRef]
[13] Lin, S., Liu, A., Wang, J. and Kong, X. (2024) An Improved Fault-Tolerant Cultural-PSO with Probability for Multi-AGV Path Planning. Expert Systems with Applications, 237, Article 121510.[CrossRef]
[14] Zaini, F.A., Sulaima, M.F., Razak, I.A.W.A., Zulkafli, N.I. and Mokhlis, H. (2023) A Review on the Applications of PSO-Based Algorithm in Demand Side Management: Challenges and Opportunities. IEEE Access, 11, 53373-53400.[CrossRef]
[15] Hassane, O.I. (2023) Multi-Criteria Optimization of the Positioning of Capacitors and DSTATCOMs in a Distribution Network. Thesis, Université d’Abomey-Calavi.
[16] Oloulade, A. (2019) Contribution to the Multi-Criteria Optimization of the Operation of an Electrical Distribution Network through the Optimal Placement of Facts Devices and the Reconfiguration of Its Topology. Thesis, Université d’Abomey-Calavi.
[17] Ovat, F.A. and Anyandi, A.J. (2020) The Particle Swarm Optimization (PSO) Algorithm Application—A Review. Global Journal of Engineering and Technology Advances, 3, 1-6.[CrossRef]
[18] Manjula, A. and Yesuratnam, G. (2025) Optimal Allocation of PV Units Using Metaheuristic Optimization Considering PEVs Charging Demand. International Journal of Applied Power Engineering, 14, 282-290.[CrossRef]

Copyright © 2026 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.