1. Introduction
The increasing integration of distributed energy resources (DERs), the rising demands for power quality, and the urgent need for energy efficiency have substantially reshaped the operation of modern distribution networks [
1,
2]. The proliferation of renewables such as photovoltaic (PV) systems, wind turbines, and energy storage units has introduced a high level of variability and uncertainty, making real-time grid management more complex and demanding sophisticated control and optimization strategies [
3,
4]. In particular, medium-voltage distribution networks (MVDNs) confront escalating challenges in maintaining voltage stability, reducing technical losses, and ensuring operational reliability amid highly fluctuating loads and decentralized power injections [
5,
6]. This evolving landscape necessitates innovative solutions that can dynamically adapt to changing grid conditions while minimizing operating costs and environmental impacts.
In addressing these issues, advanced reactive power compensation devices such as thyristor-switched capacitors (TSCs) have gained prominence due to their fast switching capability, modularity, and controllability [
7,
8]. Their ability to rapidly respond to load fluctuations makes them suitable for deployment in highly dynamic environments, facilitating real-time voltage regulation and enabling power quality improvement [
7]. When optimally located and correctly sized, TSCs can significantly improve voltage profiles, minimize line losses, and enhance the overall energy efficiency [
9]. Nevertheless, the optimal siting and sizing of these devices—especially under varying load profiles and renewable generation patterns—represents a complex, nonlinear mixed-integer optimization problem [
10,
11]. This challenge is further intensified by the combinatorial nature of discrete device placements coupled with continuous control variables, as well as by the nonlinear power flow constraints that characterize realistic distribution systems.
Adding to this complexity, decision-makers often aim to balance conflicting objectives such as total energy losses minimization and reduction in investment and operating costs of reactive power compensators. This naturally implies a multi-objective optimization (MOO) problem, for which there is no single optimum, but rather a set of Pareto-optimal solutions representing the optimal trade-offs between competing criteria [
12,
13]. Multi-objective solution generation allows utilities and system operators to evaluate different strategies based on economic, environmental, and reliability considerations, thus supporting more informed and balanced decision-making.
Recent research has explored various solution strategies, from deterministic solvers like BONMIN and COUENNE for small-scale problems [
14] to metaheuristic techniques, including genetic algorithms, particle swarm optimization, and the artificial hummingbird algorithm [
8,
15,
16]. Hybrid approaches that combine global search heuristics with local optimization techniques have demonstrated the capacity to efficiently navigate high-dimensional and non-convex search spaces, often outperforming purely heuristic or deterministic methods in terms of solution quality and convergence speed [
11]. Despite these advances, existing metaheuristic methods often face difficulties in sustaining solution diversity, avoiding premature convergence, and efficiently handling the large-scale, mixed-integer nature of problems dealing with real distribution systems, particularly when computational resources and real-time operational constraints are considered.
Motivated by these gaps, this paper proposes a novel hybrid framework that combines the exploratory capabilities of the atan-sinc optimization algorithm (ASOA)—a recent math-inspired metaheuristic technique—paired with a high-precision local optimization tool called IPOPT. The ASOA leverages the mathematical properties of arctangent and sinc functions to enable oscillatory and adaptive search behaviors that effectively explore high-dimensional, non-convex landscapes [
17]. The overall architecture employs a master–slave approach that efficiently handles the studied mixed-integer, multi-objective problem, generating a well-distributed Pareto front for the siting, sizing, and dispatch of TSCs under realistic load scenarios.
The main contributions of this work are presented below:
The development of a novel multi-objective mixed-integer nonlinear programming (MINLP) formulation that explicitly incorporates time-varying load profiles and dynamic reactive power support strategies, enabling a comprehensive optimization of TSC siting, sizing, and operation in distribution networks.
The introduction of a hybrid framework that combines ASOA with IPOPT, providing an efficient and robust solution approach capable of handling the high-dimensional, large-scale, and complex nature of the studied problem, with demonstrated performance on standard benchmarks.
This study primarily focuses on developing and validating the proposed hybrid optimization framework using standard small-scale IEEE test systems (33 and 69 nodes). While the approach yields promising results in terms of solution quality, convergence, and cost reduction, this analysis does not explicitly account for load variability or the stochastic nature of renewable energy sources (RES). Incorporating such uncertainties is essential for a comprehensive validation of the strategy’s robustness under realistic operating conditions. Addressing these factors remains part of our future research direction; a more detailed assessment on larger-scale, real-world distribution networks will be performed to evaluate the practical applicability of the proposed methodology.
The remainder of this paper is organized as follows.
Section 2 introduces the mathematical formulation of the multi-objective optimization problem.
Section 3 describes the proposed hybrid solution methodology, including the ASOA and its integration with IPOPT.
Section 4 presents the characteristics of the test systems and the simulation setup, and
Section 5 discusses the numerical results obtained under various operating scenarios. Finally,
Section 7 summarizes the main conclusions and proposes some directions for future work.
3. Multi-Objective Optimization Methodology
Multi-objective optimization (MOO) involves simultaneously minimizing or maximizing multiple conflicting objective functions subject to a given set of constraints. In the context of this study, the goal was to minimize two competing criteria: the technical energy losses (
) and the annualized investment cost associated with TSC deployment (
), as defined in Equations (
2) and (
3), respectively. This implies a
MIN–MIN optimization problem over the feasible space
defined by the constraints in Equations (
4)–(
14).
3.1. Pareto Optimality and Dominance
In MOO problems, a solution
is said to be
Pareto optimal if there is no other feasible solution
, such that [
23]
The set of all non-dominated solutions constitutes the Pareto front, which characterizes the trade-off boundary between the competing objectives [
24].
3.2. Pareto Front Construction for MIN–MIN Problems
When simultaneously minimizing energy losses and investment costs (MIN–MIN), the Pareto front is located in the lower-left region of the objective space
. Each solution on the front represents a non-dominated trade-off, where an improvement in one objective implies a compromise in the other. Therefore, the final decision depends on application-specific operational and economic priorities [
25].
To generate this Pareto front, a hybrid matheuristic framework based exclusively on the ASOA was adopted. This algorithm employs the combined properties of the arctangent and sinc functions to produce oscillatory, bounded, and adaptive update dynamics [
17]. This behavior allows balancing global exploration with fine-grained local exploitation, which is particularly effective for identifying well-distributed non-dominated solutions in non-convex and mixed-integer spaces.
The procedure consists of the following steps:
Metaheuristic exploration via ASOA. The candidate solutions , including siting decisions for TSCs, are generated using ASOA, whose update mechanism encourages a wide search while maintaining convergence pressure near complex Pareto-optimal regions.
Local refinement using IPOPT. For each candidate solution, the associated continuous variables—specifically TSC size and hourly reactive power dispatch—are optimized by solving a constrained nonlinear OPF problem using the IPOPT in the Julia environment. This step ensures both solution feasibility and an accurate evaluation of the objective functions.
Non-dominated sorting. Th evaluated solutions are subjected to fast non-dominated sorting in order to identify and retain those on the current Pareto front approximation. This classification ensures that only efficient trade-offs are maintained throughout the optimization process.
By integrating ASOA’s exploratory power with IPOPT’s local accuracy, the proposed framework provides a reliable and computationally efficient approach for Pareto front construction in MIN–MIN multi-objective scenarios. This methodology is effective for solving large-scale, mixed-integer, and nonlinear planning problems in distribution networks.
3.3. Implementing the Algorithm
ASOA is a math-inspired metaheuristic designed to address nonlinear, non-convex, and mixed-integer optimization problems. Its update mechanism leverages the oscillatory nature of the sinc function and the bounded, smooth transitions of the arctangent function. These mathematical properties allow maintaining a robust balance between global exploration and local exploitation across the decision space.
The algorithmic structure of the ASOA presented in Algorithm 1 facilitates the integration of ASOA into multi-objective optimization frameworks and hybrid procedures involving local solvers such as IPOPT. Its flexibility enables the dynamic adjustment of control parameters and modular replacement mechanisms, enhancing adaptability across diverse engineering applications.
Remark 1. In MOO, the best solution corresponds to any member of the current Pareto front. Since all Pareto-optimal points are non-dominated, is typically selected from the current approximation of the front, either randomly or using a preference-based criterion.
3.4. Visualization and Decision-Making
The resulting Pareto front can be visualized in the two-dimensional objective space
, allowing for a clear understanding of the trade-offs involved. In particular, convex regions indicate favorable compromise zones, whereas discontinuities or sharp corners may suggest conflicting design priorities. Decision-makers can apply additional selection criteria—such as the identification of knee points, the evaluation of cost-benefit ratios, or adherence to regulatory thresholds—to select the most appropriate solution for practical implementation.
Algorithm 1 Atan-sinc optimization algorithm. |
- 1:
Input: Objective function , decision space bounds , maximum number of iterations T, population size N - 2:
Randomly initialize a population of N candidate solutions within - 3:
Evaluate each candidate using the objective function(s) - 4:
Identify the best solution via non-dominated sorting - 5:
for to T do - 6:
for each candidate solution do - 7:
Generate the control parameters - 8:
Update the solution using one of ASOA’s mathematical operators:
- 9:
Apply boundary control to ensure - 10:
Evaluate and update the population if improved or non-dominated - 11:
end for - 12:
Update the best solution(s) or Pareto set - 13:
end for - 14:
Return: Pareto front (for MOO)
|
4. Test Systems Used
To assess the performance of the proposed solution methodology, two standard radial distribution test systems comprising 33 and 69 nodes were utilized [
9]. The topological layout of each feeder is shown in
Figure 1, and the corresponding electrical parameters, including line impedances and peak load demands, are provided in
Table 1 and
Table 2. Both networks operate at a nominal line-to-ground voltage of 12.66 kV, with voltage limits set between 0.90 and 1.10 p.u., in accordance with conventional utility standards [
26]. These test systems were selected due to their extensive use in the literature as benchmarking platforms for validating power flow models and optimization algorithms in problems involving distribution networks. This allows for consistent comparisons with prior studies such as that by [
8].
To evaluate the dynamic behavior of TSC devices in these 33- and 69-bus test feeders, a time-dependent load profile was employed to emulate realistic daily demand fluctuations. The baseline power demand at each node—derived from the peak values listed in
Table 1 and
Table 2—was scaled across time intervals using the hourly load variation factors illustrated in
Figure 2. These scaling factors represent the percentage changes in demand over a typical day, allowing the simulation to capture operational variability. This methodology supports a more representative assessment of the TSCs’ effectiveness in adapting to load dynamics, aligning with the practical requirements and challenges faced by modern distribution network management.
Note that the y-axis depicts the daily variations in active and reactive power, expressed as percentages relative to their corresponding peak values at the substation terminal. This normalization follows standard practices in power system analysis to facilitate comparisons across different systems and scenarios.
Furthermore,
Table 3 summarizes the technical and economic parameters employed to estimate the operating costs associated with TSC implementation. These values, adapted from [
9], provide the necessary inputs for conducting a cost-based assessment of TSC performance. The presented data lay the foundation for evaluating the economic implications of TSC integration within the analyzed distribution systems.
5. Simulation Results
The proposed methodology was implemented using the Julia programming language (version 1.9.2) [
27]. All simulations were conducted on a personal computer featuring an AMD Ryzen 7 3700 processor (2.3 GHz), 16 GB of RAM, and 64-bit Microsoft Windows 10 Single Language. Julia was chosen for its ability to deliver high computational performance, offering execution speeds comparable to low-level languages while retaining the readability and ease of use of high-level ones. This makes it particularly well suited for solving complex and resource-intensive optimization problems.
For the mathematical modeling and solution of the optimization problem, Julia’s
JuMP package was chosen due to its expressive syntax and compatibility with various solvers [
27]. The nonlinear programming subproblems related to the continuous decision variables—such as the sizing and dispatch of the TSCs—were addressed using the IPOPT solver, which is well suited for handling large-scale, sparse, and non-convex problems. To explore the global solution space, the ASOA-IPOPT approach was implemented in the Julia environment. These algorithms were responsible for generating candidate solutions regarding TSC siting and configuration. For each candidate, IPOPT was invoked to refine the continuous variables, thus forming a hybrid metaheuristic-local optimization approach tailored to the complexity of the studied MINLP problem [
11].
The study analyzed the following scenarios in order to evaluate the impact of the proposed reactive power compensation strategy:
Benchmark comparison: A baseline case inspired by conventional approaches from the literature, where TSCs are optimally located and sized using a classical single-objective formulation. In this scenario, reactive power injection remains fixed throughout the 24 h period.
Single-objective with time-varying injection: An intermediate approach in which the optimization process still considers a single objective, but the reactive power output of TSCs is adjusted on an hourly basis. This case aimed to explore the potential performance gains introduced by incorporating load variability while maintaining a simple optimization structure.
Multi-objective with time-varying injection: A comprehensive formulation where both objectives—energy losses minimization and investment costs reduction—are considered simultaneously. In this scenario, TSCs dynamically adjust their reactive power output on an hourly basis, enabling a more flexible and realistic compensation strategy aligned with the time-varying nature of electrical demand.
5.1. Parameterization of the ASOA-IPOPT Approach
To determine the optimal population size and number of iterations, a search grid approach was employed. This method explores various combinations of population sizes and iteration counts to identify the parameters that ensure both convergence and a comprehensive exploration of the solution space. Population sizes ranging from 10 to 50 and iteration counts from 50 to 200 were evaluated. The results for the tested systems are detailed in
Table 4 and
Table 5.
As anticipated, processing times increase with both the number of solution individuals and the number of iterations (see
Table 4 and
Table 5). This behavior aligns with the expectation that larger populations and more iterations provide more comprehensive exploration of the solution space, albeit at the cost of increased computational resources. Notably, a configuration utilizing 40 individuals and 100 iterations successfully reaches the optimal solution—this is indicated by the checkmark (✓) in the tables. This specific configuration strikes a balance between computational efficiency and solution accuracy, making it a practical choice for effective optimization.
In contrast, the configurations marked with a cross (✗) failed to reach an optimal solution, often due to insufficient exploration capabilities resulting from smaller population sizes or fewer iterations. Such setups might not provide enough diversity or computational effort to thoroughly explore and converge on the optimal regions of the solution space. These findings reinforce the importance of selecting appropriate parameter settings to ensure that optimization can be both efficient and effective across varying system complexities.
It is important to note that, for both the 33- and 69-bus feeders, the total number of possible TSC locations is determined by (
16) [
28]. Specifically,
where
d represents the total number of potential solutions,
n is the number of nodes in the network, and
k is the number of devices to be installed.
For instance, with , the 33-bus grid has 4960 possible solutions, while the 69-bus grid has 50,116. Given that our approach evaluates approximately 40 potential solutions in 100 iterations, this corresponds to exploring about 80.65% of the solution space for the 33-bus system, as well as roughly 7.98% for the 69-bus system. These results suggest that, even when exploring a relatively small portion of the total search space, our methodology is effective for reaching high-quality solutions. This highlights the efficiency of our approach in balancing computational effort with solution quality, demonstrating that selecting a limited set of candidate solutions and performing iterative refinement can yield reliable results in complex and large solution spaces.
5.2. Comparative Analysis Under Fixed Operation Scenario
To assess the performance of the proposed ASOA-IPOPT approach in the fixed operation scenario, a comparative study was conducted using both deterministic and metaheuristic optimization techniques. The selected methods included BONMIN (a classical MINLP solver), the Chu and Beasley genetic algorithm (CBGA), particle swarm optimization (PSO), the black widow optimizer (BWO), and the artificial hummingbird algorithm (AHA). These algorithms were applied to the IEEE 33- and 69-bus radial distribution systems to determine the optimal siting and sizing of TSCs devices.
Table 6 summarizes the results in terms of the selected nodal locations, the corresponding reactive power capacities (in Mvar), the resulting annualized cost (USD/year), and the percent reduction in the objective function value relative to the base case.
The results in
Table 6 reveal that the proposed ASOA-IPOPT achieves identical or superior performance compared to the benchmark metaheuristics in both test cases. For the 33-bus system, ASOA-IPOPT achieves an annualized cost of USD 100,093.29 with an 11.22% reduction—matching the best results obtained by BWO and AHA and outperforming PSO (11.21%) and CBGA (11.18%). BONMIN, although a deterministic solver, yields a slightly worse result (11.10% reduction), indicating its limitations in handling this type of complex MINLP problem.
In the 69-bus case, BONMIN fails to converge, likely due to the increased dimensionality and the nonlinearities in the system. All metaheuristic-based methods succeed in finding feasible and competitive solutions. ASOA-IPOPT once again exhibits the best performance, with a cost reduction of 12.58%—equal to that of BWO and AHA, and slightly better than CBGA (12.55%) and PSO (12.56%). The selected locations and sizes for the TSCs demonstrate consistency in the metaheuristic solutions, reflecting convergence towards optimal configurations.
In light of the above, the following can be stated:
The ASOA-IPOPT method achieves the best objective function values in both test feeders, demonstrating its effectiveness and robustness.
For the 33-bus system, ASOA-IPOPT reduces the cost by 11.22%, outperforming BONMIN, CBGA, and PSO.
In the 69-bus case, deterministic methods fail, but ASOA-IPOPT provides a 12.58% reduction—the highest among all methods.
ASOA-IPOPT consistently identifies the same optimal locations and sizes as BWO and AHA, suggesting convergence to a high-quality Pareto-optimal solution.
These results confirm the suitability of the ASOA-IPOPT framework for large-scale, mixed-integer, and nonlinear optimization in distribution network planning.
A further examination of the results reveals that certain bus locations are repeatedly selected as optimal points for TSC placement across different scenarios and test cases. This recurring selection is primarily due to their strategic positions within the network topology, which enable more effective voltage regulation and losses reduction. Typically, these buses are located near the feeders’ midpoints or at nodes where load concentrations significantly influence voltage drops and power flow patterns. By placing TSCs at these critical points, the system can better mitigate voltage deviations and reduce reactive power losses, thus achieving a more efficient and stable operation. These locations often serve as control hubs, where reactive power support has the most substantial impact on overall system performance. This explains their consistent selection across multiple test cases during the optimization process.
5.3. Performance of ASOA-IPOPT Under Variable Reactive Power Injection
To further evaluate the benefits of temporal flexibility in reactive power support,
Table 7 summarizes the numerical results obtained using the ASOA-IPOPT approach under a variable reactive power injection strategy. In this scenario, the TSCs are allowed to adjust their output on an hourly basis, offering improved adaptability to demand fluctuations throughout the day. The comparison reveals notable cost reductions and improved system efficiency over the fixed compensation case.
As shown in
Table 7, with variable reactive power injection, the ASOA-IPOPT framework yields superior results compared to its fixed counterpart and other benchmark metaheuristics. In the 33-bus system, dynamic operation leads to a cost reduction of 12.43%, improving upon the 11.22% reduction observed under fixed injection. Likewise, in the 69-bus system, the variable injection strategy yields a cost reduction of 14.08%, outperforming the fixed case (12.58%).
These results demonstrate that ASOA-IPOPT not only identifies the optimal siting and sizing configurations but also effectively exploits temporal flexibility to enhance voltage regulation and minimize energy losses. The improved performance confirms the robustness of this master–slave optimization architecture, where ASOA handles discrete placement decisions and IPOPT solves the continuous sizing and dispatch problem across time. This synergy makes the proposed method a valuable and scalable solution for planning dynamic reactive power compensation in real-world distribution networks.
5.4. Multi-Objective Analysis
5.4.1. Results in the 33-Bus Grid
The Pareto front presented in
Table 8 and depicted in
Figure 3 illustrates the inherent trade-offs between
and
functions.
As expected, the solutions point towards a typical Pareto trade-off, where reducing the total system losses involves higher capital expenses associated with reactive devices. The fixed operation solutions, which do not utilize dynamic reactive support, are clustered at higher loss values (USD 112,740) with zero reactive device costs. Introducing flexible reactive support (variable operation) shifts solutions lower on the loss axis, with reductions of approximately 11% to 13%, at the expense of increased investment. Note that:
The solutions around indices 10–20 represent balanced trade-offs, with moderate loss reductions (USD 91,000–USD 102,000) and relatively low additional costs (USD 8800–USD 11,000). These can be regarded as optimal points for practical decision-making.
The convex shape of the Pareto front indicates that, beyond certain investment thresholds, additional reactive support yields marginal benefits in reducing losses, which underscores the importance of selecting an appropriate trade-off point.
The solutions with adaptive reactive power support almost always outperform their fixed-case counterparts, underlining the value of operational flexibility in achieving energy efficiency.
The Pareto analysis reveals that modest investments in TSCs can substantially decrease energy losses, achieving efficiency gains of over 11%. Decision-makers should identify the knee point of the Pareto front at which additional costs result in diminishing returns. This provides a rational basis for the planning of reactive compensation strategies, balancing capital expenditure and operational savings in distribution system enhancement projects.
5.4.2. Results in the 69-Bus Grid
The Pareto front presented in
Table 9 and depicted in
Figure 4 illustrates the inherent trade-offs between
and
functions.
In the fixed operation scenario, the Pareto solutions are concentrated at higher energy loss values, around USD 119,716, with no reactive compensation cost (). This corresponds to the baseline case, where reactive power support is not employed. When adopting a variable reactive support strategy, the solutions shift toward lower values, achieving reductions of approximately 12%. For example, the best solutions in this category lower the energy losses to around USD 104,659 while incurring increased costs (exceeding USD 11,500).
The shape of the Pareto front (
Figure 4) indicates a convex trade-off, where initial investments in reactive support substantially reduce energy losses, but further increases result in diminishing gains. This suggests that, beyond a certain investment threshold, additional reactive device capacity provides limited benefits in reducing operational losses.
The solutions around indices 10–15 in the Pareto front offer a practical compromise, with energy losses reduced to about USD 105,000 and costs in the vicinity of USD 9000 to USD 10,000. These ‘knee solutions’ are suitable for stakeholders seeking an optimal balance between performance and expenditure.
This analysis demonstrates that implementing adaptive reactive support can lead to energy savings exceeding 12%, with a proportional increase in capital investment. The shape of the Pareto front emphasizes the importance of strategic decision-making—i.e., selecting a solution on the front that aligns with economic constraints while maximizing operational benefits.
Overall, the results confirm that a flexible, dynamic reactive power strategy significantly enhances system efficiency. However, the returns diminish beyond a certain point, underscoring the importance of Pareto-based trade-off analysis in distribution system planning.
6. Discussion and Limitations
The proposed hybrid ASOA-IPOPT framework demonstrated an effective performance on small to medium-sized IEEE test systems. However, scaling this methodology to larger and more complex distribution networks poses several notable challenges and implies some potential limitations, especially when implementing variable reactive power strategies in operational settings. Such strategies require seamless coordination between network components and control centers, necessitating sophisticated control systems capable of real-time decision-making. Additionally, an effective implementation relies heavily on a robust communication infrastructure to transmit real-time data and control signals—upgrading existing systems may involve technical and financial hurdles. Moreover, the deployment of variable reactive power support may necessitate adjustments to current regulatory frameworks, requiring active engagement with regulatory bodies to ensure compliance and alignment with operational standards.
Addressing these implementation challenges involves the development and integration of advanced control algorithms that can process data and make decisions dynamically, as well as investments in enhanced communication infrastructure to support rapid data exchange and control actions. Collaboration with regulators is also essential for establishing standards that accommodate the operational complexities and benefits of such strategies. Beyond operational considerations, the computational demands and scalability of the framework pose significant challenges. As the network size increases, the decision space expands exponentially, leading to longer computational times and higher memory requirements due to the proliferation of potential TSC siting and sizing options. Furthermore, the nonlinear and non-convex nature of the optimization problem complicates the search for global Pareto-optimal solutions, especially in larger networks with multiple local minima.
To mitigate these issues, the implementation of parallel processing techniques can significantly reduce evaluation times by enabling the simultaneous processing of multiple candidate solutions. Decomposition approaches, such as split-horizon or multi-level decomposition, can improve scalability by dividing the large problem into smaller, more manageable subproblems that are easier to solve independently or iteratively. Additionally, adaptive parameter tuning—e.g., dynamically adjusting population sizes, iteration limits, or exploration–exploitation strategies—can enhance convergence efficiency and solution robustness. Overall, while the current framework offers promising results for small to medium-sized networks, extending its applicability to larger systems necessitates advanced computational strategies to effectively manage the increased complexity. These enhancements will help maintain solution quality while making the methodology more practical for large-scale distribution system planning and operation.
7. Conclusions and Future Work
This study presented a hybrid optimization framework for the optimal placement and sizing of TSCs in medium-voltage distribution networks. The methodology combines the exploratory capabilities of the ASOA with the precise local refinement of the IPOPT solver within a master–slave architecture. Our approach effectively handles the challenging multi-objective MINLP formulation of the studied problem, balancing the minimization of energy losses and investment costs. Extensive validation on the 33- and 69-bus IEEE test systems demonstrated that the proposed approach consistently outperforms benchmark techniques, achieving significant energy savings (up to 12%) and providing valuable Pareto front insights for decision-makers.
The results highlight the effectiveness and robustness of the hybrid ASOA-IPOPT framework in large-scale, complex distribution system planning. The solutions obtained demonstrate good stability, convergence, and solution quality, and the Pareto fronts clearly illustrate the trade-offs between costs and operational benefits. Furthermore, the framework’s flexibility in addressing both fixed and time-varying reactive power injection strategies makes it a practical and adaptable tool for modern distribution system management, providing a solid foundation for future smart grid applications and reactive power compensation strategies.
However, it is important to acknowledge that the validations conducted in this study were limited to small IEEE test systems. To obtain a more comprehensive understanding of the framework’s practical applicability, future research should evaluate its performance on larger, real-world distribution networks—such as 118- or 300-bus systems—and assess its scalability and robustness under more realistic operational conditions. Additionally, incorporating uncertainty modeling (e.g., load variability and renewable generation fluctuations) would further enhance system resilience and planning robustness. The development of real-time or adaptive strategies capable of dynamically updating capacitor placement and sizing in response to operational changes could markedly improve system flexibility and responsiveness.
Finally, advancing towards experimental validation—through hardware-in-the-loop (HIL) setups or actual distribution network deployments—would provide critical insights into the real-world performance and feasibility of the proposed framework. Such efforts are essential for demonstrating its practical applicability and facilitating its transition from simulation-based assessments to field-ready solutions suitable for future smart grid environments.