Sustainable Metaheuristic-Based Planning of Rural Medium- Voltage Grids: A Comparative Study of Spanning and Steiner Tree Topologies for Cost-Efficient Electrification
Abstract
1. Introduction
1.1. General Context
1.2. Motivation
1.3. Literature Review
1.4. Novelty and Contributions
- i.
- Development of a joint planning methodology for routing and conductor sizing: A two-stage approach is proposed, combining radial topology generation (via Minimum Spanning Tree and a refined Steiner Tree) with discrete conductor allocation. The objective is to minimize total annualized cost, integrating investment and operational losses under unbalanced three-phase conditions.
- ii.
- Design of a hybrid methodology for generating Steiner Trees in rural networks: The proposed strategy combines geometric principles and graph theory with metaheuristic optimization to determine the optimal placement of auxiliary nodes. A radial configuration is then constructed using Minimum Spanning Tree algorithms over the extended node set, followed by a pruning process to eliminate redundant Steiner points, and enhancing both compactness and efficiency.
- iii.
- Implementation of a master–slave optimization scheme with metaheuristics: The conductor sizing problem is addressed through a combinatorial optimization process, where the master stage explores the discrete space using metaheuristic algorithms and the slave stage evaluates each candidate via a three-phase power flow. This evaluation leverages Broyden’s method, improving computational performance in unbalanced systems without compromising solution accuracy.
- iv.
- Development of representative test systems for the validation of optimization methodologies: Two unbalanced three-phase rural distribution networks, consisting of 15, 25, and 50 nodes, respectively, were designed and implemented to accurately evaluate the technical and economic performance of planning methodologies. These systems serve as robust and replicable validation environments for future studies on network expansion.
1.5. Document Organization
2. Mathematical Formulation
2.1. Objective Function
- , the economic impact of technical energy losses during operation.
- , the investment cost associated with installing conductors.
2.1.1. Set of Constraints
2.1.2. Three-Phase Power Balance
2.1.3. Voltage Drop Across the Distribution Lines
- As the nodal voltage difference between the two nodes connected by line l;
- Or as the product of the line impedance (defined by the selected conductor type p) and the branch current.
2.1.4. Voltage Regulation
2.1.5. Thermal Limit of the Conductors
2.1.6. Substation Node Conditions
2.1.7. Radial System Topology
2.1.8. Conductor Selection
2.2. Mathematical Complexity of the Proposed Model
3. Solution Strategy
3.1. Route Selection Strategy
3.1.1. Minimum Spanning Tree
- Identify the demand nodes and potential interconnection points based on their spatial coordinates (e.g., geographic location of poles).
- Compute the Euclidean distance between each pair of nodes to assign the weights to the set W.
- Construct the undirected graph and apply the minspantree function to graph, G, which returns a subset of edges, T, forming a tree that connects all nodes with minimum total weight and no loops.
- Use the resulting tree structure as the initial radial topology for the subsequent stage.
3.1.2. Steiner Tree Approach
- Total Steiner points number: The number of added to the system must not exceed . This means that the total number of nodes in the resulting ST is equal to the number of demand nodes plus the number of .
- Node connection criterion: Each can connect to a maximum of three edges. Additionally, only connections between and system nodes, or between two , are permitted. Direct connections between original demand nodes are not allowed, ensuring that all connections in the topology are mediated by at least one .
- Geometric symmetry: The branches connected to each must exhibit geometric symmetry to ensure local minimization of total connection length. Specifically, if a has two connections, the angle between them should be approximately 180°, while in the case of three connections, the angles between adjacent branches should be close to 120°, in accordance with Fermat point geometry.
- Radial configuration: The resulting configuration must be radial (i.e., ), meaning it must contain no loops and must ensure full connectivity among the terminal nodes.
- Optimization of locations: The spatial coordinates of the are determined using a metaheuristic known as the Vortex Search Algorithm (VSA) [52]. This algorithm was selected due to its simplicity, ease of implementation on programming tools, and its demonstrated effectiveness in solving both continuous and combinatorial optimization problems.To improve its performance, key parameters of the VSA—such as population size, number of iterations, and the vortex radius decay constant—are tuned in advance using a meta-optimization procedure [53,54]. Each individual within the VSA population represents a candidate solution consisting of specific coordinate positions for the . Each individual of the population has the structure shown in Figure 5.In this individual, the first elements of the vector represent the X-coordinates of the , while the subsequent elements correspond to their Y-coordinates. This encoding scheme allows the VSA to propose potential locations for the , facilitating the subsequent evaluation of each configuration through the construction and validation of the associated ST. By organizing the coordinates in a structured manner within the solution vector, the process of generating the undirected graph and verifying the required geometric conditions is streamlined.
- Construction of the Steiner Tree from candidate solutions: For each candidate solution generated by the VSA, a ST is constructed through the following process:
- Construct the undirected graph , where V includes all original demand nodes plus the proposed by the candidate solution; E represents all possible edges. Remember that these possible connections must comply with the connection criterion previously mentioned; W contains the Euclidean distances between all allowed node pairs.
- Identify the best radial structure from this graph. In this case, the minspantree function in MATLAB is applied to generate a MST over the defined graph. This ensures connectivity and minimal total line length.
- After generating the individual ST, a geometric validation step is performed. Trees are discarded if any violates the node connection and geometric symmetry conditions.
Only candidate trees that meet these criteria are considered valid ST. Finally, the iterative process of the VSA is driven by the trees generated by each individual, and ultimately identifies the configuration with the shortest total distance. This configuration is then selected as the network topology for the subsequent conductor sizing stage.
3.2. Initial Conductor Sizing
- Assignment of preliminary conductors for power flow calculation: To compute the current flowing through each line using the Broyden-based power flow method, it is first necessary to assign temporary conductors to the branches of the selected network topology (obtained from the MST or ST). This step is required to define the impedance values associated with each line and, consequently, to enable the numerical solution of the power flow equations.
- Selection of conductor set and parameter definition: A predefined set of eight standard conductor types is considered for use in three-phase distribution systems [55]. For each conductor type, technical and economic parameters are defined, including its thermal current limit and cost per kilometer. These values are summarized in Table 5, while Table 6 presents the corresponding impedance matrices used for the power flow model.
- Initial assumption using the lowest-impedance conductor: For the purpose of approximating the initial current flow as closely as possible to the ideal operating condition, all lines are initially assigned the conductor type with the lowest impedance (conductor 8). This choice minimizes voltage drops along the network and allows for a more realistic estimation of the current absorbed by the loads under ideal conditions.
- Current-based conductor reassignment: Once the power flow is solved and the current magnitudes in each distribution line are obtained, the conductor sizing step continues by comparing these values against the thermal limits of the available conductor types. Specifically, for each line, the maximum current among the three phases is identified and used as the reference for conductor selection. This conservative criterion ensures that, if the highest phase current complies with the thermal limit, the remaining phases—having equal or lower current magnitudes—will also be within safe operating conditions. Consequently, each line is assigned the smallest conductor size capable of supporting the maximum current, ensuring that all branches operate within their thermal capacity while preserving technical feasibility.
3.3. Metaheuristic-Based Optimization
- Initial solution generation: The optimization starts by generating an initial population of candidate solutions, where each individual represents a complete conductor assignment for the active lines of the selected topology (MST or ST); while purely random initialization can promote diversity, in this study the conductor configuration obtained from the preliminary power flow analysis is used as the starting point. This ensures technical feasibility from the outset and provides a solid baseline for subsequent refinement.Each individual in the population is encoded as a discrete integer vector (Figure 8), where the vector length equals the total number of distribution lines in the topology. Each element corresponds to a specific line and stores an integer indicating the selected conductor type, chosen from the set of available options (Table 5). This encoding guarantees a direct and unambiguous mapping between decision variables and physical network elements.
- Exploration and exploitation (search process): At each iteration, the metaheuristic algorithm balances two complementary tasks: exploration, which promotes diversity by visiting unexplored regions of the search space, and exploitation, which intensifies the search around promising solutions already identified. This balance is regulated by algorithm-specific parameters (e.g., crossover and mutation rates in CBGA, inertia weight in PSO, control parameters in SCA, or exploration factor in GWO), which were set according to widely used values reported in the literature.More specifically:
- In the CBGA, exploration is driven by the crossover operator (), which recombines genetic material from two parents to generate offspring with hybrid traits. Exploitation is supported by a mutation operator (), which introduces small perturbations that refine promising regions while preserving diversity.
- In PSO, exploration is governed by the inertia weight, w, which decreases linearly from to across iterations, enabling a wide search early on and faster convergence later. Exploitation is guided by the acceleration coefficients (), which balance individual learning (cognitive term) and collective learning (social term).
- In the SCA, candidate solutions are updated using sine and cosine functions, with the control parameter decreasing linearly from 2 to 0 over the iterations. This dynamic adjustment allows the algorithm to emphasize global exploration in the initial stages and gradually transition to local exploitation.
- In the GWO, exploration and exploitation are modeled through the hierarchical hunting process led by three leaders (, , and ). The exploration coefficient, a, decreases linearly from 2 to 0 as iterations progress, reducing randomness and progressively focusing the search around the best solutions identified.
These parameterizations regulate the balance between exploration and exploitation in each method, directly influencing convergence speed, robustness, and solution diversity, and were carefully selected to ensure fairness in the comparative analysis. - Best solution update: After evaluating the objective function of all individuals via the master–slave framework, the best-performing solution is updated and preserved. Each algorithm employs a different mechanism to ensure this:
- In CBGA, elitism ensures that the best individual is carried forward to the next generation.
- In PSO, each particle tracks its own best solution while the global best guides the swarm.
- In SCA, the best candidate is continuously used as a reference for the trigonometric transformations that update other solutions.
- In GWO, the hierarchical structure ensures that (global best) is preserved while and contribute to guiding the rest of the population.
In all cases, the best feasible solution found so far is guaranteed to be retained and reported at the end of the optimization process. - Stopping criterion: The iterative process continues until a stopping condition is satisfied. In this study, a fixed maximum of 1000 iterations was adopted, with a population size of 20 individuals for all algorithms, ensuring fair comparison across methods. The convergence threshold was implicitly monitored by tracking the evolution of the best cost function value. If no improvement occurred over a significant number of iterations, the algorithm naturally converged before the maximum iteration count.
4. Test Feeder
4.1. Fifteen-Node Distribution System
4.2. Twenty-Five-Node Distribution System
4.3. Fifty-Node Distribution System
5. Numerical Results and Discussions
5.1. Fifteen-Node Distribution System
- Energy loss costs are a key component of the objective function, especially in the initial configurations. The MST-based solution shows the highest value (USD 185,628.55), followed by the initial ST configuration (USD 151,919.49), both using low-caliber, high-impedance conductors. Optimized solutions significantly reduce , with ST-based methods consistently outperforming MST-based ones. The ST-SCA solution achieves the lowest loss cost (USD 37,229.69), driven by the frequent selection of high-capacity conductors (e.g., caliber 8), which minimize resistive losses on heavily loaded lines.
- The initial MST and ST configurations show low investment costs—USD 51,883.49 and USD 50,927.83—due to uniform use of small, low-cost conductors. However, these setups lack technical efficiency. Optimized solutions increase investment, especially in MST-based cases (USD 205,935.15 to USD 208,785.75), driven by widespread use of high-caliber conductors (types 7 and 8) to reduce losses. ST-based solutions, despite including USD 5542.00 for five Steiner points, maintain lower costs (USD 182,312.43 to USD 194,146.64). This is largely due to the shorter network length—2705.39 m vs. 2882.76 m for the MST—which reduces material usage and overall capital needs, while enhancing energy and economic efficiency.
- Total cost reflects both conductor investment and energy losses. The initial MST and ST configurations present the highest values—USD 222,689.91 and USD 183,245.15—underscoring the need for optimization. After applying metaheuristics, costs drop notably, with ST-GA and ST-GWO achieving the lowest total cost (USD 65,401.37). This is due to the efficient ST layout and strategic use of conductors—reserving high-capacity types (e.g., calibers 7 and 8) for critical lines while using cheaper options elsewhere—striking a balance between loss reduction and investment.
- The best solutions confirm that the ST-based configurations consistently outperform those using the MST topology. The lowest total cost is achieved by both ST-GA and ST-GWO, each with a best solution of USD 65,401.37. Among the MST-based approaches, the lowest best solution is USD 73,622.61, obtained by both MST-GA and MST-GWO. These results emphasize the advantage of the ST layout in reducing system costs when combined with effective metaheuristic optimization.
- The average performance over 100 runs confirms the same trend: ST-based algorithms yield lower mean costs, with ST-GWO achieving the lowest and most consistent average at USD 65,401.73, followed closely by ST-GA. In contrast, MST-based methods show higher mean costs—particularly MST-PSO (USD 92,803.89) and MST-SCA (USD 84,053.34)—reflecting less consistent performance. These results reaffirm that ST-based methods, especially ST-GWO, consistently achieve better and more reliable solutions.
- The worst-case results further confirm the robustness of the ST-based methods. ST-GWO stands out, achieving the lowest worst-case cost at USD 65,433.53, closely followed by ST-GA with USD 65,512.44. In contrast, MST-PSO shows a substantial gap, reaching USD 148,495.99, reflecting high sensitivity to initial conditions. Overall, ST-based strategies—especially ST-GWO—offer consistent and reliable performance with minimal deviation from optimality.
- ST-GWO shows the highest repeatability, with a minimal deviation of 0.00494%. ST-GA and MST-GWO also perform consistently, both below 0.1%. In contrast, MST-PSO and MST-SCA exhibit high variability (15.51% and 4.17%), indicating reduced reliability. These results underscore the robustness of the ST topology, especially when paired with GWO.
- In terms of computational efficiency, ST-GA is the fastest, averaging 11.54 s, followed by MST-GA (14.72 s) and ST-GWO (27.56 s). The slowest methods are MST-PSO (84.59 s) and MST-SCA (77.25 s), reflecting a higher computational load in MST-based searches. These results indicate that ST-based approaches, especially when paired with GA or GWO, not only achieve better solutions but also offer superior or comparable run time performance.
5.2. Twenty-Five-Node Test Feeder
- Energy loss costs are significantly higher in the initial configurations, particularly for the MST (USD 137,835.86), due to the predominant use of low-caliber conductors with high impedance. Although the ST topology also begins with smaller conductor sizes, it achieves lower initial losses (USD 117,538.06). After optimization, all methodologies significantly reduce . The best result is achieved by ST-GWO (USD 52,125.82), followed by ST-GA (USD 52,746.43), both of which are characterized by the efficient allocation of high-caliber conductors (types 7 and 8) on critical lines. In contrast, MST-PSO yields the worst optimized outcome (USD 61,022.76), indicating a lower capacity to balance power losses and investment costs.
- Investment costs differ notably across approaches. The initial MST setup incurs a high cost (USD 70,854.11) due to mixed, often expensive conductors. In contrast, the initial ST configuration achieves the lowest cost (USD 33,497.97), benefiting from shorter network length and widespread use of low-cost conductors, despite including 11 Steiner points. Optimized MST solutions require higher investments (USD 155,180.70–USD 164,949.03) due to heavy use of large calibers. ST-based solutions, while also using high-capacity conductors strategically, keep costs lower—e.g., ST-SCA (USD 128,715.99) and ST-GWO (USD 150,938.44), both including the USD 12,192.40 cost of Steiner nodes. This reflects the ST’s structural efficiency in minimizing conductor usage.
- The initial MST configuration shows the highest cost (USD 169,152.56), followed by the initial ST setup (USD 163,228.42), both unoptimized. After applying metaheuristics, total costs drop significantly. ST-based solutions deliver the best outcomes, with ST-GWO achieving the lowest value (USD 79,319.81), closely followed by ST-GA (USD 79,377.57). This is due to a balanced use of high-capacity conductors on critical paths and economical ones elsewhere, alongside reduced losses. Optimized MST configurations yield higher costs—MST-GA and MST-GWO perform best among them (USD 89,340.67 each), yet remain well above their ST counterparts. These results confirm the economic advantage of the Steiner Tree approach, which reduces both operating and investment costs through a more compact and flexible layout.
- The best total costs again favor ST-based methods. ST-GWO achieves the lowest value (USD 79,319.81), closely followed by ST-GA (USD 79,377.57), confirming the superior performance of the ST configuration. MST-based methods deliver consistently higher costs, with MST-GA and MST-GWO achieving the best values among them (both at USD 89,340.67), indicating that MST topology is less effective in minimizing total cost.
- The mean results reinforce the trend observed in the best solutions. ST-GWO records the lowest average cost (USD 79,355.03), demonstrating not only optimal performance but also remarkable consistency across executions. ST-GA follows with USD 80,066.64, while MST-based methods show higher averages, particularly MST-PSO (USD 101,331.51) and MST-SCA (USD 108,502.28), indicating greater variability and less reliability in their outcomes.
- Worst-case results highlight the robustness of each method. ST-GWO maintains strong performance with a worst solution of USD 79,804.83, just slightly above its best. Similarly, ST-GA and ST-SCA also show contained variation. In contrast, MST-PSO and MST-SCA reach significantly higher worst values (USD 154,982.50 and USD 140,437.11), indicating high sensitivity to initial conditions and less dependable performance.
- Regarding standard deviation, ST-GWO shows the lowest deviation (0.096%) among all methods, confirming its excellent stability. Although MST-GWO also performs well (0.0826%), it does so at a higher cost. ST-GA maintains good consistency (0.467%), while MST-PSO (11.39%) and ST-SCA (9.35%) show high variability and less reliable convergence. Overall, ST-GWO strikes the best balance between robustness and solution quality, making it the most dependable strategy tested.
- Execution times show a clear trade-off between solution quality and computational cost. ST-GA is the fastest among ST methods (29.44 s), followed by MST-GA (17.35 s), while ST-GWO (150.05 s) and ST-PSO (151.50 s) require more time to converge. Despite the longer run times, ST-GWO delivers the most consistent and cost-effective results, validating its robustness for practical applications.
5.3. Fifty-Node Test Feeder
- Energy losses are noticeably higher in MST-based configurations, reaching up to USD 298,393.19 in MST-SCA, reflecting the intensive use of smaller-caliber conductors over long feeders. With refinement, the most efficient methods achieve significant reductions: MST-GA and MST-GWO stand out with USD 259,533.27 and USD 263,079.97,, respectively. In contrast, ST-based configurations show higher values, around USD 335,011.38 in ST-SCA and ST-PSO, due to the larger number of lines required to incorporate Steiner nodes. However, ST-GWO partially compensates for this effect, reaching USD 258,371.31—the lowest value among all configurations—confirming its ability to mitigate losses through the strategic allocation of large-caliber conductors on critical branches.
- Investment in conductors shows marked differences. Among the MST methods, costs range between USD 817,179.55 (MST-GWO) and USD 855,439.72 (MST-GA), reflecting the need for larger conductors to meet technical constraints in longer topologies. ST configurations, despite reducing network length, exhibit similarly high investments (around USD 848,659.71 in ST-SCA/PSO), though with lower dispersion. The most efficient case corresponds to ST-GA with USD 813,153.60, which achieves a significant reduction by optimizing conductor allocation in combination with the more compact Steiner Tree topology.
- The global analysis confirms the superiority of ST-based solutions compared to MST ones. The lowest total cost is obtained by ST-GWO (USD 411,224.67), closely followed by MST-GWO (USD 412,953.40) and MST-GA (USD 413,309.05). These results show that, although MST can achieve competitive performance when combined with efficient metaheuristics, the topological flexibility of the Steiner Tree enables the most cost-effective outcomes. In contrast, ST-SCA and ST-PSO present much higher costs (USD 502,014.39), indicating a lower ability of these heuristics to balance losses and investment costs in large systems.
- The average results again highlight the robustness of the GWO-based approaches. MST-GWO achieves the lowest mean cost (USD 417,212.60), followed closely by ST-GWO (USD 435,934.97). These values demonstrate not only good performance but also consistent convergence. By contrast, ST-SCA (USD 557,350.40) and ST-PSO (USD 472,983.47) show significantly higher averages, indicating less reliable optimization behavior across multiple runs.
- The worst-case outcomes provide further insight into algorithm robustness. MST-GWO (USD 456,221.31) and MST-GA (USD 457,592.96) maintain strong performance even in their least favorable iterations, while ST-GWO also contains variability with 499,227.15 USD. On the other hand, ST-PSO (USD 640,938.88) and ST-SCA (USD 621,407.88) deteriorate substantially under adverse conditions, showing limited resilience in larger search spaces.
- Variability across runs is lowest for MST-GWO (1.293%) and MST-GA (2.093%), demonstrating stable convergence. ST-GA (5.464%) also shows acceptable consistency. However, ST-PSO (12.504%) and ST-SCA (6.755%) present high variability, confirming their weaker robustness in the 50-node case. ST-GWO remains competitive with a deviation of 3.567%, balancing solution quality and reliability.
- In terms of computational effort, MST-GA is by far the fastest method (236.37 s), followed by MST-GWO and MST-PSO (2900 s each). ST-based methods, however, require longer run times, with ST-GA (715.40 s) being the most efficient among them, while ST-PSO (7248.53 s) and ST-SCA (5974.49 s) are the most computationally demanding. Despite the longer times, ST-GWO (4815.45 s) delivers the best balance between cost efficiency, robustness, and scalability, validating it as the most dependable approach for practical planning applications.
5.4. Environmental Sustainability of the Proposed Solutions
- Fifteen-node system: Both methodologies yield very similar environmental performance. MST-SCA produces 11,036.68 kg, while ST-GWO slightly improves the outcome with 11,012.81 kg. The marginal difference reflects that, in small networks, the choice of topology and optimization method has limited influence on total emissions, since losses are constrained by the relatively short feeder lengths.
- Twenty-five-node system: The impact of methodology becomes more noticeable. MST-SCA results in 16,866.65 kg, whereas ST-GWO achieves a reduction to 16,797.70 kg. Although the numerical difference remains modest, it illustrates the capacity of the Steiner Tree configuration to marginally improve efficiency and thus mitigate emissions as system size and complexity increase.
- Fifty-node system: The environmental differences are amplified in larger networks. ST-SCA reports the highest emission value (30,251.52 kg), reflecting its higher operational losses under this configuration. Conversely, ST-GWO attains the lowest value (29,848.04 kg), achieving a reduction of over 400 kg compared to ST-SCA. This demonstrates that the choice of optimization method has a measurable effect on environmental sustainability in large-scale systems, with GWO showing superior capacity to balance network efficiency and emissions.
6. Conclusions and Future Research Directions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Hincapié, R.A.; Granada, M.; Gallego, R.A. Optimal planning of the electrical system of the city of Pereira using an exact mathematical methodology. Rev. Ing. 2008, 28, 51–58. (In Spanish) [Google Scholar] [CrossRef]
- Herrera-Cisneros, E.B.; Inga-Ortega, E.M. Optimal planning of overhead distribution networks based on graph theory. Iteckne 2018, 15, 122–130. (In Spanish) [Google Scholar] [CrossRef]
- Gallegos, J.; Arévalo, P.; Montaleza, C.; Jurado, F. Sustainable electrification—Advances and challenges in electrical-distribution networks: A review. Sustainability 2024, 16, 698. [Google Scholar] [CrossRef]
- Vahidinasab, V.; Tabarzadi, M.; Arasteh, H.; Alizadeh, M.I.; Beigi, M.M.; Sheikhzadeh, H.R.; Mehran, K.; Sepasian, M.S. Overview of electric energy distribution networks expansion planning. IEEE Access 2020, 8, 34750–34769. [Google Scholar] [CrossRef]
- Ehnberg, J.; Ahlborg, H.; Hartvigsson, E. Approach for flexible and adaptive distribution and transformation design in rural electrification and its implications. Energy Sustain. Dev. 2020, 54, 101–110. [Google Scholar] [CrossRef]
- Gadelha Filho, T.; Silvia, C.; Aleksandar, D.; Massimo, B.; Marco, M. Rural electrification planning based on graph theory and geospatial data: A realistic topology oriented approach. Sustain. Energy Grids Netw. 2021, 28, 100525. [Google Scholar] [CrossRef]
- Gaurav, A.; Tyagi, A.; Jha, S.; Kumar, B. Optimal sizing and economic assessment of grid connected active distribution network for reliable rural electrification in India. Energy Convers. Manag. 2024, 311, 118505. [Google Scholar] [CrossRef]
- Rastgou, A. Distribution network expansion planning: An updated review of current methods and new challenges. Renew. Sustain. Energy Rev. 2024, 189, 114062. [Google Scholar] [CrossRef]
- Agajie, T.F.; Khan, B.; Alhelou, H.H.; Mahela, O.P. Optimal expansion planning of distribution system using grid-based multi-objective harmony search algorithm. Comput. Electr. Eng. 2020, 87, 106823. [Google Scholar] [CrossRef]
- Gallego Pareja, L.A.; López-Lezama, J.M.; Gómez Carmona, O. Optimal integration of distribution network reconfiguration and conductor selection in power distribution systems via MILP. Energies 2023, 16, 6998. [Google Scholar] [CrossRef]
- Yaima, O.R. Indicative Expansion Plan for Electricity Coverage Extension; UPME: Bogotá, Colombia, 2016. (In Spanish) [Google Scholar]
- Alfaro, J.F.; Miller, S.A. Analysis of electrification strategies for rural renewable electrification in developing countries using agent-based models. Energy Sustain. Dev. 2021, 61, 89–103. [Google Scholar] [CrossRef]
- Karamov, D.N.; Ilyushin, P.V.; Suslov, K.V. Electrification of rural remote areas using renewable energy sources: Literature review. Energies 2022, 15, 5881. [Google Scholar] [CrossRef]
- Minas, A.M.; García-Freites, S.; Walsh, C.; Mukoro, V.; Aberilla, J.M.; April, A.; Kuriakose, J.; Gaete-Morales, C.; Gallego-Schmid, A.; Mander, S. Advancing Sustainable Development Goals through energy access: Lessons from the Global South. Renew. Sustain. Energy Rev. 2024, 199, 114457. [Google Scholar] [CrossRef]
- Ashraf, M.S.; Ahmed, F.; Kousar, S.; Ferreira, P.J.S.; de Almeida, D.M.F. People Category of UN SDGs 2030 and Sustainable Economic Growth in Asia and the Pacific Region. Sustainability 2024, 16, 7950. [Google Scholar] [CrossRef]
- Purnomo, S.; Purwandari, S. A Comprehensive Micro, Small, and Medium Enterprise Empowerment Model for Developing Sustainable Tourism Villages in Rural Communities: A Perspective. Sustainability 2025, 17, 1368. [Google Scholar] [CrossRef]
- Cojocaru, T.M.; Ionescu, G.H.; Firoiu, D.; Cismaș, L.M.; Oțil, M.D.; Toma, O. Reducing Inequalities within and among EU Countries—Assessing the Achievement of the 2030 Agenda for Sustainable Development Targets (SDG 10). Sustainability 2022, 14, 7706. [Google Scholar] [CrossRef]
- Mulero, L.; Grau, D.; Cunill, J.; Fàbregas, A.; Rossell, J.M. Promoting and Prioritizing the Sustainable Development Goals in Young People. Sustainability 2024, 16, 10813. [Google Scholar] [CrossRef]
- Cuenca-Enrique, C.; del Río-Carazo, L.; Acquila-Natale, E.; Iglesias-Pradas, S. Sustainability of Rural Electrification Projects in Developing Countries: A Systematic Literature Review. Energies 2024, 17, 5925. [Google Scholar] [CrossRef]
- Hernández, L.P.; Franco, J.F.; Gallego, R.A. Distribution system planning using tabu search. Sci. Tech. 2007, 13, 85–90. Available online: https://hdl.handle.net/11059/212 (accessed on 19 June 2025). (In Spanish).
- Lavorato, M.; Franco, J.F.; Rider, M.J.; Romero, R. Imposing radiality constraints in distribution system optimization problems. IEEE Trans. Power Syst. 2011, 27, 172–180. [Google Scholar] [CrossRef]
- Montoya, O.; Grajales, A.; Hincapié, R.; Granada, M.; Gallego, R. Methodology for optimal distribution system planning considering automatic reclosers to improve reliability indices. In Proceedings of the 2014 IEEE PES Transmission & Distribution Conference and Exposition-Latin America (PES T&D-LA), Medellin, Colombia, 10–13 September 2014; IEEE: Piscataway, NJ, USA, 2014; pp. 1–6. [Google Scholar] [CrossRef]
- Koutsoukis, N.; Georgilakis, P.; Hatziargyriou, N. A Tabu search method for distribution network planning considering distributed generation and uncertainties. In Proceedings of the 2014 International Conference on Probabilistic Methods Applied to Power Systems (PMAPS), Durham, UK, 7–10 July 2014; IEEE: Piscataway, NJ, USA, 2014; pp. 1–6. [Google Scholar] [CrossRef]
- Solanilla, A.M.M.; Isaza, R.A.H.; Rendón, R.A.G. Optimal planning of distribution systems considering multiple objectives: Investment cost, reliability and technical losses. Tecnura 2015, 19, 106–118. (In Spanish) [Google Scholar] [CrossRef]
- Cisneros, H.; Ortega, I. Optimal planning of aerial electrical distribution networks using heuristic methods and simulation processes. Ph.D. Thesis, Tesis de Licenciatura en Ingeniería Eléctrica, Universidad Politécnica, Madrid, Spain, 2018. Available online: https://dspace.ups.edu.ec/handle/123456789/16553 (accessed on 19 June 2025). (In Spanish).
- Montoya, O.D.; Serra, F.M.; De Angelo, C.H.; Chamorro, H.R.; Alvarado-Barrios, L. Heuristic methodology for planning AC rural medium-voltage distribution grids. Energies 2021, 14, 5141. [Google Scholar] [CrossRef]
- Ponce, D.; Aguila Téllez, A.; Krishnan, N. Optimal Selection of Conductors in Distribution System Designs Using Multi-Criteria Decision. Energies 2023, 16, 7167. [Google Scholar] [CrossRef]
- Cortés-Caicedo, B.; Avellaneda-Gómez, L.S.; Montoya, O.D.; Alvarado-Barrios, L.; Chamorro, H.R. Application of the vortex search algorithm to the phase-balancing problem in distribution systems. Energies 2021, 14, 1282. [Google Scholar] [CrossRef]
- Ruiz, A.G.; Galvis, J.C.; Rendón, R.A.G. Solution to the phase balance and primary feeder reconfiguration problem under a three-phase modeling framework using simulated annealing. Sci. Tech. 2006, 1, 37–42. Available online: https://revistas.utp.edu.co/index.php/revistaciencia/article/view/6465 (accessed on 19 June 2025). (In Spanish).
- Dimovski, A.; Corigliano, S.; Edeme, D.; Merlo, M. Holistic MILP-based approach for rural electrification planning. Energy Strategy Rev. 2023, 49, 101171. [Google Scholar] [CrossRef]
- Li, Q.; Huang, S.; Zhang, X.; Li, W.; Wang, R.; Zhang, T. Topology Design and Operation of Distribution Network Based on Multi-Objective Framework and Heuristic Strategies. Mathematics 2024, 12, 1998. [Google Scholar] [CrossRef]
- Otuo-Acheampong, D.; Rashed, G.I.; Akwasi, A.M.; Haider, H. Application of Optimal Network Reconfiguration for Loss Minimization and Voltage Profile Enhancement of Distribution System Using Heap-Based Optimizer. Int. Trans. Electr. Energy Syst. 2023, 2023, 9930954. [Google Scholar] [CrossRef]
- Waswa, L.; Chihota, M.J.; Bekker, B. A probabilistic conductor size selection framework for active distribution networks. Energies 2021, 14, 6387. [Google Scholar] [CrossRef]
- Cortés-Caicedo, B.; Montoya, O.D.; Grisales-Nore na, L.F.; Gil-González, W.; Ardila-Rey, J.A. Simultaneous Feeder Routing and Conductor Selection in Rural Distribution Networks Using an Exact MINLP Approach. Smart Cities 2025, 8, 68. [Google Scholar] [CrossRef]
- Sepúlveda, S.; Ruíz, A.G.; Mora-Flórez, J.J. Optimal power flow for three-phase unbalanced active distribution networks with delta connections. In Proceedings of the 2022 IEEE ANDESCON, Barranquilla, Colombia, 16–19 November 2022; IEEE: Piscataway, NJ, USA, 2022; pp. 1–6. [Google Scholar] [CrossRef]
- Geth, F.; Chapman, A.C.; Heidari, R.; Clark, J. Considerations and design goals for unbalanced optimal power flow benchmarks. Electr. Power Syst. Res. 2024, 235, 110646. [Google Scholar] [CrossRef]
- Kamal, M.M.; Ashraf, I.; Fernandez, E. Planning and optimization of microgrid for rural electrification with integration of renewable energy resources. J. Energy Storage 2022, 52, 104782. [Google Scholar] [CrossRef]
- Anh, L.Q.; Tai, V.T.; Tam, T.N. Convergence of solutions to nonlinear nonconvex optimal control problems. Optimization 2024, 73, 3859–3897. [Google Scholar] [CrossRef]
- Kurt, O. On Non-Linearity and Convergence in Non-Linear Least Squares. In Optimization Algorithms: Examples; BoD—Books on Demand: Hamburg, Germany, 2018; p. 57. [Google Scholar] [CrossRef]
- Yang, H.; Antonante, P.; Tzoumas, V.; Carlone, L. Graduated non-convexity for robust spatial perception: From non-minimal solvers to global outlier rejection. IEEE Robot. Autom. Lett. 2020, 5, 1127–1134. [Google Scholar] [CrossRef]
- Byers, C.; Hug, G. Economic impacts of near-optimal solutions with non-convex pricing. Electr. Power Syst. Res. 2022, 211, 108287. [Google Scholar] [CrossRef]
- Turgut, O.E.; Turgut, M.S.; Kırtepe, E. A systematic review of the emerging metaheuristic algorithms on solving complex optimization problems. Neural Comput. Appl. 2023, 35, 14275–14378. [Google Scholar] [CrossRef]
- Tewarie, P.; van Dellen, E.; Hillebrand, A.; Stam, C.J. The minimum spanning tree: An unbiased method for brain network analysis. Neuroimage 2015, 104, 177–188. [Google Scholar] [CrossRef]
- Ljubić, I. Solving Steiner trees: Recent advances, challenges, and perspectives. Networks 2021, 77, 177–204. [Google Scholar] [CrossRef]
- Ria no-Enciso, L.M.; Montoya, O.D.; Gil-González, W. Implementation of Broyden’s Method to Compute the Three-Phase Power Flow in Electrical Distribution Networks with Asymmetric Loading. In Proceedings of the 2023 IEEE Colombian Caribbean Conference (C3), Barranquilla, Colombia, 22–25 November 2023; IEEE: Piscataway, NJ, USA, 2023; pp. 1–6. [Google Scholar] [CrossRef]
- Pop, P.C. The generalized minimum spanning tree problem: An overview of formulations, solution procedures and latest advances. Eur. J. Oper. Res. 2020, 283, 1–15. [Google Scholar] [CrossRef]
- Wang, H.F.; Hsu, H.W. A closed-loop logistic model with a spanning-tree based genetic algorithm. Comput. Oper. Res. 2010, 37, 376–389. [Google Scholar] [CrossRef]
- Su, K.; Lu, B.; Ngo, H.; Pardalos, P.M.; Du, D.Z. Steiner tree problems. In Encyclopedia of Optimization; Springer: Berlin/Heidelberg, Germany, 2024; pp. 1–15. [Google Scholar] [CrossRef]
- Brazil, M.; Graham, R.L.; Thomas, D.A.; Zachariasen, M. On the history of the Euclidean Steiner tree problem. Arch. Hist. Exact Sci. 2014, 68, 327–354. [Google Scholar] [CrossRef]
- Caleffi, M.; Akyildiz, I.F.; Paura, L. On the solution of the steiner tree np-hard problem via physarum bionetwork. IEEE/ACM Trans. Netw. 2014, 23, 1092–1106. [Google Scholar] [CrossRef]
- Ravi, R.; Zhang, W.; Zlatin, M. Approximation algorithms for steiner tree augmentation problems. In Proceedings of the 2023 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), Florence, Italy, 22–25 January 2023; SIAM: Philadelphia, PA, USA, 2023; pp. 2429–2448. [Google Scholar] [CrossRef]
- Doğan, B.; Ölmez, T. A new metaheuristic for numerical function optimization: Vortex Search algorithm. Inf. Sci. 2015, 293, 125–145. [Google Scholar] [CrossRef]
- Kazikova, A.; Pluhacek, M.; Senkerik, R. Why tuning the control parameters of metaheuristic algorithms is so important for fair comparison? In Mendel; Brno University of Technology: Brno, Czech Republic, 2020; Volume 26, pp. 9–16. [Google Scholar] [CrossRef]
- Huang, C.; Li, Y.; Yao, X. A survey of automatic parameter tuning methods for metaheuristics. IEEE Trans. Evol. Comput. 2019, 24, 201–216. [Google Scholar] [CrossRef]
- Cortés-Caicedo, B.; Grisales-Nore na, L.F.; Montoya, O.D. Optimal Selection of Conductor Sizes in Three-Phase Asymmetric Distribution Networks Considering Optimal Phase-Balancing: An Application of the Salp Swarm Algorithm. Mathematics 2022, 10, 3327. [Google Scholar] [CrossRef]
- Chu, P.C.; Beasley, J.E. A genetic algorithm for the generalised assignment problem. Comput. Oper. Res. 1997, 24, 17–23. [Google Scholar] [CrossRef]
- Kennedy, J.; Eberhart, R. Particle swarm optimization. In Proceedings of the ICNN’95-International Conference on Neural Networks, Perth, WA, Australia, 27 November–1 December 1995; IEEE: Piscataway, NJ, USA, 1995; Volume 4, pp. 1942–1948. [Google Scholar] [CrossRef]
- Mirjalili, S. SCA: A sine cosine algorithm for solving optimization problems. Knowl.-Based Syst. 2016, 96, 120–133. [Google Scholar] [CrossRef]
- Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey wolf optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef]
- Cortés-Caicedo, B.; Grisales-Nore na, L.F.; Montoya, O.D.; Rodriguez-Cabal, M.A.; Rosero, J.A. Energy management system for the optimal operation of pv generators in distribution systems using the antlion optimizer: A colombian urban and rural case study. Sustainability 2022, 14, 16083. [Google Scholar] [CrossRef]
Solution Methodology | Objective Function (Minimization) | Reference | Year |
---|---|---|---|
Mixed-Integer Linear Programming | Operational and investment costs considering the system load curve | [29] | 2006 |
Nonlinear Programming | Costs considering technical and operational limits | [20] | 2007 |
Nonlinear Mixed-Integer Programming | Operational power losses in the distribution system | [21] | 2012 |
Single-Objective Model of the Mixed-Integer Nonlinear type | Costs considering technical and operational limits | [22] | 2014 |
Nonlinear Mixed-Integer Programming | Costs considering technical and operational limits | [23] | 2014 |
Nonlinear Mixed-Integer Programming | Costs considering technical and operational limits | [24] | 2015 |
Heuristic-Based Algorithms | Costs related to resources used in distribution network construction | [2] | 2018 |
Mixed-Integer Linear Programming | Costs associated with resources used in network construction | [25] | 2018 |
Mixed-Integer Linear Programming | Costs considering technical and operational limits | [26] | 2021 |
Nonlinear Mixed-Integer Programming | Power loss in the distribution system | [28] | 2021 |
Multi-Criteria Framework | Costs considering technical and operational limits | [27] | 2023 |
Mixed-Integer Linear Programming | Costs considering technical and operational limits | [30] | 2023 |
Heuristic-Based Algorithms | Costs considering technical and operational limits | [31] | 2024 |
Node i | x-coor. (m) | y-coor.(m) | Node i | x-coor. (m) | y-coor. (m) |
---|---|---|---|---|---|
1 | 0 | 558 | 9 | 345 | 313 |
2 | 92 | 800 | 10 | 302 | 140 |
3 | 27 | 878 | 11 | 146 | 198 |
4 | 186 | 968 | 12 | 204 | 39 |
5 | 419 | 894 | 13 | 685 | 85 |
6 | 538 | 876 | 14 | 878 | 169 |
7 | 396 | 692 | 15 | 720 | 417 |
8 | 417 | 670 |
Line (Connection) | Length (m) | Line (Connection) | Length (m) |
---|---|---|---|
1 (1–2) | 258.8977 | 8 (8–9) | 364.1881 |
2 (2–3) | 101.5332 | 9 (9–10) | 178.2638 |
3 (3–4) | 182.7047 | 10 (10–11) | 166.4332 |
4 (4–5) | 244.4688 | 11 (10–12) | 140.7302 |
5 (5–6) | 120.3536 | 12 (10–13) | 386.9289 |
6 (5–7) | 203.3052 | 13 (13–14) | 210.4875 |
7 (7–8) | 30.4138 | 14 (14–15) | 294.0544 |
Line (Connection) | Length (m) | Line (Connection) | Length (m) |
---|---|---|---|
1 (1–2) | 258.8977 | 11 (9–10) | 178.2638 |
2 (2–16) | 64.7611 | 12 (9–18) | 206.7849 |
3 (3–16) | 52.2015 | 13 (10–19) | 79.8123 |
4 (4–5) | 244.4688 | 14 (11–19) | 111.7229 |
5 (4–16) | 151.3473 | 15 (12–19) | 82.7103 |
6 (5–17) | 48.1664 | 16 (13–20) | 147.1054 |
7 (6–17) | 88.8426 | 17 (14–20) | 93.6216 |
8 (7–8) | 30.4138 | 18 (15–20) | 235.7223 |
9 (7–17) | 174.8742 | 19 (15–18) | 242.2168 |
10 (8–18) | 213.4596 |
Caliber (p) | (A) | (USD/km) |
---|---|---|
1 | 180 | 1986 |
2 | 200 | 2790 |
3 | 230 | 3815 |
4 | 270 | 5090 |
5 | 300 | 8067 |
6 | 340 | 12,673 |
7 | 600 | 23,419 |
8 | 720 | 30,070 |
Caliber (p) | Impedance Matrix (Ω/km) | ||
---|---|---|---|
1 | |||
2 | |||
3 | |||
4 | |||
5 | |||
6 | |||
7 | |||
8 | |||
Node i | ||||||
---|---|---|---|---|---|---|
1 | 0 | 0 | 0 | 0 | 0 | 0 |
2 | 45.6 | 25.3 | 56.2 | 30.6 | 24.8 | 20.9 |
3 | 36.8 | 27.9 | 47.9 | 36 | 34.6 | 15.6 |
4 | 70.2 | 65.3 | 70.4 | 40.8 | 60.2 | 50.1 |
5 | 60.4 | 20.3 | 15.4 | 25.6 | 25.8 | 30.2 |
6 | 30.4 | 14.5 | 13.2 | 8.3 | 24.5 | 30.1 |
7 | 20 | 15 | 30 | 34.2 | 10.5 | 10 |
8 | 14.3 | 0 | 24.7 | 45.8 | 13.4 | 0 |
9 | 50.4 | 45.2 | 24.3 | 15.2 | 26.7 | 20.5 |
10 | 10.3 | 8.6 | 45.7 | 40.3 | 25.4 | 25.2 |
11 | 13.1 | 10.4 | 37.4 | 26.5 | 56.7 | 53.4 |
12 | 76.5 | 75.4 | 60 | 35 | 50.6 | 46.2 |
13 | 60 | 80 | 60 | 35 | 60 | 35 |
14 | 90 | 80 | 78.4 | 80 | 0 | 0 |
15 | 60 | 10 | 45.5 | 50.5 | 26.7 | 30.6 |
Line | Max. Current MST (A) | Type MST | Max. Current ST (A) | Type ST |
---|---|---|---|---|
1 | 356.5110 | 7 | 352.2638 | 7 |
2 | 334.7023 | 6 | 330.4455 | 6 |
3 | 315.0028 | 6 | 25.3002 | 1 |
4 | 273.7083 | 4 | 269.7866 | 5 |
5 | 16.3050 | 1 | 310.7950 | 6 |
6 | 238.7209 | 4 | 243.6470 | 4 |
7 | 222.2676 | 3 | 16.2975 | 1 |
8 | 217.4767 | 3 | 218.4537 | 1 |
9 | 186.9861 | 2 | 236.8181 | 4 |
10 | 32.7670 | 1 | 213.6684 | 3 |
11 | 48.8450 | 1 | 76.8278 | 1 |
12 | 124.6228 | 1 | 91.7738 | 1 |
13 | 80.8441 | 1 | 61.7578 | 1 |
14 | 30.0197 | 1 | 36.6226 | 1 |
15 | – | – | 45.4426 | 1 |
16 | – | – | 54.4767 | 1 |
17 | – | – | 99.2514 | 1 |
18 | – | – | 122.0058 | 1 |
Node i | x-coor. (m) | y-coor. (m) | Node i | x-coor. (m) | y-coor. (m) |
---|---|---|---|---|---|
1 | 0 | 500 | 14 | 438 | 156 |
2 | 63 | 563 | 15 | 375 | 63 |
3 | 190 | 563 | 16 | 563 | 125 |
4 | 250 | 640 | 17 | 673 | 70 |
5 | 375 | 690 | 18 | 765 | 125 |
6 | 172 | 437 | 19 | 670 | 188 |
7 | 63 | 320 | 20 | 563 | 313 |
8 | 125 | 220 | 21 | 750 | 313 |
9 | 187 | 125 | 22 | 875 | 250 |
10 | 250 | 250 | 23 | 844 | 390 |
11 | 313 | 250 | 24 | 687 | 500 |
12 | 406 | 406 | 25 | 938 | 500 |
13 | 375 | 216 |
Node i | ||||||
---|---|---|---|---|---|---|
1 | 0 | 0 | 0 | 0 | 0 | 0 |
2 | 36 | 21.6 | 28.8 | 19.2 | 42 | 26.4 |
3 | 43.2 | 28.8 | 33.6 | 24 | 30 | 30 |
4 | 57.6 | 43.2 | 4.8 | 3.4 | 48 | 30 |
5 | 57.6 | 43.2 | 38.4 | 28.8 | 48 | 36 |
6 | 43.2 | 28.8 | 28.8 | 19.2 | 36 | 24 |
7 | 8.6 | 64.8 | 4.8 | 3.8 | 60 | 42 |
8 | 50.4 | 36 | 38.4 | 28.8 | 54 | 38.4 |
9 | 43.2 | 28.8 | 28.8 | 19.2 | 3.6 | 2.4 |
10 | 72 | 50.4 | 38.4 | 28.8 | 48 | 30 |
11 | 57.6 | 36 | 38.4 | 28.8 | 60 | 42 |
12 | 57.6 | 4.3 | 3.8 | 28.8 | 48 | 36 |
13 | 36 | 21.6 | 28.8 | 19.2 | 32 | 26.4 |
14 | 50.4 | 31.7 | 24 | 14.4 | 36 | 24 |
15 | 57.6 | 36 | 48 | 33.6 | 48 | 36 |
16 | 64.8 | 21.6 | 33.6 | 21.1 | 36 | 24 |
17 | 7.2 | 4.3 | 4.8 | 2.9 | 6 | 3.6 |
18 | 57.6 | 43.2 | 33.6 | 24 | 54 | 38.4 |
19 | 50.4 | 36 | 38.4 | 28.8 | 54 | 38.4 |
20 | 5.8 | 4.3 | 3.4 | 2.4 | 5.4 | 3.8 |
21 | 8.6 | 6.5 | 4.8 | 3.4 | 6 | 4.8 |
22 | 72 | 50.4 | 57.6 | 43.2 | 60 | 48 |
23 | 50.4 | 36 | 43.2 | 30.7 | 4.8 | 3.6 |
24 | 8.6 | 6.5 | 4.8 | 2.9 | 6 | 4.2 |
25 | 50.4 | 36 | 38.4 | 28.8 | 54 | 38.4 |
Node i | x-coor. (m) | y-coor. (m) | Node i | x-coor. (m) | y-coor. (m) |
---|---|---|---|---|---|
1 | 186 | 999 | 26 | 1597 | 3822 |
2 | 999 | 696 | 27 | 2831 | 3128 |
3 | 1271 | 128 | 28 | 2043 | 3826 |
4 | 317 | 1509 | 29 | 4302 | 705 |
5 | 336 | 1681 | 30 | 78 | 4382 |
6 | 546 | 1945 | 31 | 2528 | 3587 |
7 | 1550 | 1309 | 32 | 1554 | 4314 |
8 | 984 | 1945 | 33 | 4146 | 2008 |
9 | 2079 | 809 | 34 | 4049 | 2275 |
10 | 519 | 2207 | 35 | 1956 | 4240 |
11 | 1792 | 1485 | 36 | 4233 | 1984 |
12 | 2065 | 1370 | 37 | 3972 | 2480 |
13 | 68 | 2479 | 38 | 3586 | 3012 |
14 | 2498 | 181 | 39 | 4628 | 1007 |
15 | 1661 | 2056 | 40 | 662 | 4696 |
16 | 107 | 2720 | 41 | 3212 | 3537 |
17 | 1744 | 2344 | 42 | 2209 | 4326 |
18 | 161 | 2941 | 43 | 4429 | 2015 |
19 | 2124 | 2585 | 44 | 4616 | 2375 |
20 | 3010 | 1893 | 45 | 4170 | 3205 |
21 | 3363 | 1250 | 46 | 3233 | 4182 |
22 | 211 | 3610 | 47 | 4336 | 3619 |
23 | 2252 | 3039 | 48 | 3305 | 4703 |
24 | 2977 | 2345 | 49 | 4686 | 3596 |
25 | 730 | 3963 | 50 | 4496 | 4731 |
Node i | ||||||
---|---|---|---|---|---|---|
1 | 0 | 0 | 0 | 0 | 0 | 0 |
2 | 17 | 9 | 0 | 0 | 0 | 0 |
3 | 84 | 34 | 91 | 46 | 1 | 0 |
4 | 80 | 21 | 0 | 0 | 0 | 0 |
5 | 20 | 4 | 0 | 0 | 0 | 0 |
6 | 88 | 43 | 0 | 0 | 26 | 6 |
7 | 0 | 0 | 8 | 4 | 24 | 10 |
8 | 0 | 0 | 76 | 12 | 65 | 21 |
9 | 8 | 4 | 23 | 10 | 35 | 14 |
10 | 104 | 7 | 0 | 0 | 0 | 0 |
11 | 84 | 52 | 0 | 0 | 85 | 19 |
12 | 15 | 7 | 84 | 11 | 21 | 6 |
13 | 0 | 0 | 0 | 0 | 55 | 20 |
14 | 64 | 37 | 84 | 50 | 47 | 11 |
15 | 64 | 30 | 103 | 34 | 10 | 4 |
16 | 106 | 40 | 7 | 3 | 24 | 2 |
17 | 76 | 19 | 0 | 0 | 77 | 28 |
18 | 0 | 0 | 0 | 0 | 90 | 31 |
19 | 0 | 0 | 85 | 48 | 0 | 0 |
20 | 10 | 5 | 66 | 29 | 0 | 0 |
21 | 0 | 0 | 34 | 12 | 0 | 0 |
22 | 63 | 4 | 0 | 0 | 108 | 24 |
23 | 51 | 31 | 0 | 0 | 4 | 2 |
24 | 64 | 27 | 36 | 10 | 69 | 41 |
25 | 0 | 0 | 25 | 3 | 0 | 0 |
26 | 33 | 9 | 0 | 0 | 104 | 61 |
27 | 0 | 0 | 0 | 0 | 81 | 47 |
28 | 64 | 5 | 73 | 26 | 27 | 9 |
29 | 50 | 5 | 0 | 0 | 27 | 8 |
30 | 0 | 0 | 0 | 0 | 54 | 29 |
31 | 0 | 0 | 0 | 0 | 38 | 18 |
32 | 0 | 0 | 90 | 15 | 21 | 12 |
33 | 0 | 0 | 100 | 29 | 0 | 0 |
34 | 79 | 40 | 0 | 0 | 0 | 0 |
35 | 0 | 0 | 0 | 0 | 29 | 14 |
36 | 50 | 15 | 0 | 0 | 0 | 0 |
37 | 0 | 0 | 112 | 10 | 90 | 16 |
38 | 104 | 61 | 41 | 22 | 0 | 0 |
39 | 0 | 0 | 0 | 0 | 25 | 9 |
40 | 0 | 0 | 0 | 0 | 104 | 24 |
41 | 0 | 0 | 18 | 9 | 0 | 0 |
42 | 0 | 0 | 3 | 1 | 0 | 0 |
43 | 0 | 0 | 110 | 26 | 0 | 0 |
44 | 0 | 0 | 12 | 5 | 34 | 18 |
45 | 0 | 0 | 0 | 0 | 52 | 9 |
46 | 0 | 0 | 0 | 0 | 38 | 14 |
47 | 0 | 0 | 86 | 40 | 0 | 0 |
48 | 42 | 24 | 0 | 0 | 0 | 0 |
49 | 0 | 0 | 105 | 53 | 20 | 10 |
50 | 0 | 0 | 39 | 23 | 28 | 13 |
Parameter | Value | Unit | Parameter | Value | Unit |
---|---|---|---|---|---|
0.1302 | USD/kWh | T | 8760 | hours | |
10 | % | 20 | years | ||
2 | % | % | |||
% | – | – | – |
Method | Caliber | (USD) | (USD) | (USD) |
---|---|---|---|---|
MST | 222,689.91 | 185,628.55 | 51,883.49 | |
ST | 183,245.15 | 151,919.49 | 50,927.83 | |
MST-SCA | 73,694.83 | 42,231.67 | 207,883.75 | |
MST-PSO | 73,647.56 | 42,387.31 | 205,935.15 | |
MST-GA | 73,622.61 | 42,274.00 | 206,848.37 | |
MST-GWO | 73,622.61 | 42,274.00 | 206,848.37 | |
ST-SCA | 66,244.86 | 37,229.69 | 194,146.64 | |
ST-PSO | 65,716.90 | 37,692.42 | 185,055.18 | |
ST-GA | 65,401.37 | 37,698.11 | 182,312.43 | |
ST-GWO | 65,401.37 | 37,698.11 | 182,312.43 |
Methodology | Best Solution (USD) | Mean Solution (USD) | Worst Solution (USD) | Std. Deviation (%) | Mean Time (s) |
---|---|---|---|---|---|
MST-SCA | 73,694.83356 | 84,053.33696 | 89,698.02957 | 4.16636 | 77.25201 |
MST-PSO | 73,647.56067 | 92,803.89236 | 148,495.98741 | 15.50881 | 84.58725 |
MST-GA | 73,622.61148 | 74,516.00742 | 75,172.26774 | 0.96102 | 14.71724 |
MST-GW | 73,622.61148 | 73,631.46729 | 74,013.20901 | 0.06084 | 59.22210 |
ST-SCA | 66,244.85674 | 70,602.42203 | 76,489.42188 | 2.77833 | 69.44190 |
ST-PSO | 65,716.90275 | 74,599.65103 | 96,345.49662 | 9.61607 | 60.76054 |
ST-GA | 65,401.37373 | 65,419.06657 | 65,512.43780 | 0.03543 | 11.53835 |
ST-GW | 65,401.37373 | 65,401.73091 | 65,433.52604 | 0.00494 | 27.56382 |
Line | Max. Current MST (A) | Type MST | Max. Current ST (A) | Type ST |
---|---|---|---|---|
1 | 558.5499 | 7 | 554.0900 | 7 |
2 | 541.0489 | 7 | 20.7866 | 1 |
3 | 61.1245 | 1 | 60.9281 | 1 |
4 | 457.9474 | 7 | 82.8439 | 1 |
5 | 30.5722 | 1 | 30.4740 | 1 |
6 | 435.7637 | 7 | 431.7191 | 7 |
7 | 416.7938 | 7 | 453.7500 | 7 |
8 | 22.6353 | 1 | 31.3454 | 1 |
9 | 367.2188 | 7 | 412.9197 | 7 |
10 | 328.7366 | 6 | 386.2132 | 7 |
11 | 26.3330 | 1 | 22.5040 | 1 |
12 | 276.4724 | 5 | 325.5372 | 6 |
13 | 257.9676 | 4 | 363.7168 | 7 |
14 | 30.0992 | 1 | 295.9009 | 5 |
15 | 201.5185 | 3 | 26.1778 | 1 |
16 | 172.3711 | 1 | 255.2498 | 4 |
17 | 168.6419 | 1 | 273.6168 | 5 |
18 | 136.3905 | 1 | 199.2422 | 2 |
19 | 3.2443 | 1 | 225.4108 | 3 |
20 | 105.3182 | 1 | 29.8477 | 1 |
21 | 39.6519 | 1 | 170.2812 | 1 |
22 | 60.8109 | 1 | 3.7145 | 1 |
23 | 4.8682 | 1 | 31.9020 | 1 |
24 | 29.4963 | 1 | 134.6845 | 1 |
25 | – | – | 107.2300 | 1 |
26 | – | – | 3.2056 | 1 |
27 | – | – | 104.0248 | 1 |
28 | – | – | 99.2309 | 1 |
29 | – | – | 39.1763 | 1 |
30 | – | – | 32.4591 | 1 |
31 | – | – | 60.0564 | 1 |
32 | – | – | 4.8082 | 1 |
33 | – | – | 29.2300 | 1 |
34 | – | – | 35.5980 | 1 |
35 | – | – | 536.5903 | 7 |
Method | Caliber | (USD) | (USD) | (USD) |
---|---|---|---|---|
MST | 169,152.56 | 137,835.86 | 70,854.11 | |
ST | 163,228.42 | 117,538.06 | 33,497.97 | |
MST-SCA | 96,292.32 | 65,920.42 | 164,949.03 | |
MST-PSO | 89,430.23 | 61,022.76 | 155,180.70 | |
MST-GA | 89,340.67 | 60,821.98 | 156,412.69 | |
MST-GWO | 89,340.67 | 60,821.98 | 156,412.69 | |
ST-SCA | 89,112.36 | 63,414.44 | 128,715.99 | |
ST-PSO | 80,271.20 | 53,837.10 | 148,585.80 | |
ST-GA | 79,377.57 | 52,746.43 | 151,812.23 | |
ST-GWO | 79,319.81 | 52,825.12 | 150,538.94 |
Methodology | Best Solution (USD) | Mean Solution (USD) | Worst Solution (USD) | Std. Deviation (%) | Mean Time (s) |
---|---|---|---|---|---|
MST-SCA | 96,292.3231 | 108,502.2809 | 140,437.1058 | 7.7716 | 91.0521 |
MST-PSO | 89,430.2335 | 101,331.5134 | 154,982.4964 | 11.3878 | 104.0738 |
MST-GA | 89,340.6656 | 89,432.1912 | 89,945.1831 | 0.0906 | 17.3542 |
MST-GW | 89,340.6656 | 89,352.6030 | 89,744.2313 | 0.0826 | 78.6486 |
ST-SCA | 89,112.3643 | 110,237.4890 | 137,040.0775 | 9.3485 | 164.2144 |
ST-PSO | 80,271.2021 | 90,566.2868 | 130,903.2576 | 11.3221 | 151.5040 |
ST-GA | 79,377.5653 | 80,060.6466 | 81,325.0014 | 0.4670 | 29.4144 |
ST-GW | 79,319.8149 | 79,355.0268 | 79,804.8287 | 0.0960 | 150.0458 |
Line | Max. Current MST (A) | Type MST | Max. Current ST (A) | Type ST |
---|---|---|---|---|
1 | 506.3124 | 7 | 506.9645 | 7 |
2 | 30.2618 | 1 | 30.1594 | 1 |
3 | 31.2446 | 1 | 31.1156 | 1 |
4 | 506.3124 | 7 | 506.9645 | 7 |
5 | 506.3124 | 7 | 506.9645 | 7 |
6 | 497.6613 | 7 | 506.9645 | 7 |
7 | 123.3358 | 1 | 32.8018 | 1 |
8 | 32.9133 | 1 | 498.2587 | 7 |
9 | 476.8268 | 7 | 477.3653 | 7 |
10 | 36.6101 | 1 | 36.4976 | 1 |
11 | 29.1908 | 1 | 29.1011 | 1 |
12 | 123.3358 | 1 | 123.1446 | 1 |
13 | 60.6615 | 1 | 123.1446 | 1 |
14 | 93.4345 | 1 | 60.4761 | 1 |
15 | 107.6376 | 1 | 60.4761 | 1 |
16 | 351.6910 | 7 | 107.4590 | 1 |
17 | 101.3077 | 1 | 352.4238 | 7 |
18 | 351.6910 | 7 | 384.2832 | 7 |
19 | 75.5972 | 1 | 101.1313 | 1 |
20 | 322.0251 | 6 | 352.4238 | 7 |
21 | 11.5983 | 1 | 75.4420 | 1 |
22 | 34.7391 | 1 | 322.6423 | 6 |
23 | 45.6456 | 1 | 11.6392 | 1 |
24 | 322.0251 | 6 | 34.8615 | 1 |
25 | 46.6495 | 1 | 45.5061 | 1 |
26 | 45.6456 | 1 | 322.6423 | 6 |
27 | 31.0192 | 1 | 46.8136 | 1 |
28 | 63.4003 | 1 | 7.0995 | 1 |
29 | 220.5887 | 3 | 31.0970 | 1 |
30 | 55.2523 | 1 | 221.6588 | 3 |
31 | 30.4885 | 1 | 268.4534 | 4 |
32 | 14.8690 | 1 | 54.7307 | 1 |
33 | 16.8088 | 1 | 45.5874 | 1 |
34 | 29.4798 | 1 | 14.8547 | 1 |
35 | 76.7484 | 1 | 16.7298 | 1 |
36 | 42.0395 | 1 | 63.5872 | 1 |
37 | 76.7484 | 1 | 29.2032 | 1 |
38 | 1.0203 | 1 | 34.9314 | 1 |
39 | 42.0395 | 1 | 77.2164 | 1 |
40 | 113.6999 | 1 | 77.2164 | 1 |
41 | 214.0875 | 3 | 1.0113 | 1 |
42 | 86.8673 | 1 | 8.2914 | 1 |
43 | 14.8690 | 1 | 42.2947 | 1 |
44 | 14.0881 | 1 | 42.2947 | 1 |
45 | 9.5883 | 1 | 114.3908 | 1 |
46 | 86.8673 | 1 | 215.1474 | 3 |
47 | 14.0881 | 1 | 199.9646 | 2 |
48 | 39.6937 | 1 | 14.8547 | 1 |
49 | 15.3044 | 1 | 29.1461 | 1 |
50 | – | – | 14.0893 | 1 |
51 | – | – | 14.0893 | 1 |
52 | – | – | 9.5680 | 1 |
53 | – | – | 87.2639 | 1 |
54 | – | – | 87.2639 | 1 |
55 | – | – | 14.0893 | 1 |
56 | – | – | 55.2625 | 1 |
57 | – | – | 39.8982 | 1 |
58 | – | – | 15.3882 | 1 |
59 | – | – | 30.2028 | 1 |
60 | – | – | 45.5061 | 1 |
61 | – | – | 93.1395 | 1 |
Method | Caliber | (USD) | (USD) | (USD) |
---|---|---|---|---|
MST-SCA | 454,980.07 | 298,393.19 | 824,181.02 | |
MST-PSO | 414,849.30 | 264,008.22 | 824,099.35 | |
MST-GA | 413,309.05 | 259,533.27 | 855,439.72 | |
MST-GWO | 412,953.40 | 263,079.97 | 817,179.55 | |
ST-SCA | 502,014.39 | 335,011.38 | 848,659.71 | |
ST-PSO | 417,976.62 | 266,956.65 | 809,242.36 | |
ST-GA | 416,925.45 | 265,662.04 | 813,153.60 | |
ST-GWO | 411,224.67 | 258,371.31 | 837,044.47 |
Methodology | Best Solution (USD) | Mean Solution (USD) | Worst Solution (USD) | Std. Deviation (%) | Mean Time (s) |
---|---|---|---|---|---|
MST-SCA | 454,980.0694 | 493,203.6106 | 621,597.3773 | 5.8409 | 3634.0999 |
MST-PSO | 414,849.3011 | 442,489.0378 | 560,562.6211 | 1.4499 | 2907.2818 |
MST-GA | 413,309.0498 | 428,976.0874 | 457,592.9586 | 2.0930 | 236.3712 |
MST-GW | 412,953.4039 | 417,212.6037 | 456,221.3127 | 1.2931 | 2899.5646 |
ST-SCA | 502,014.3930 | 557,350.4034 | 621,407.8803 | 6.7553 | 5974.4877 |
ST-PSO | 417,976.6162 | 472,983.4680 | 640,938.8766 | 12.5047 | 7248.5320 |
ST-GA | 416,925.4541 | 439,934.7408 | 605,230.0201 | 5.4640 | 715.4047 |
ST-GW | 411,224.6742 | 435,934.9692 | 499,227.1456 | 3.5673 | 4815.4520 |
Methodology | Test System | Emissions (kg) |
---|---|---|
MST-SCA | 15-node | 11,036.6781 |
ST-GWO | 15-node | 11,012.8106 |
MST-SCA | 25-node | 16,866.6461 |
ST-GWO | 25-node | 16,797.7044 |
ST-SCA | 50-node | 30,251.5219 |
ST-GWO | 50-node | 29,848.0419 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Riaño-Enciso, L.M.; Cortés-Caicedo, B.; Montoya, O.D.; Grisales-Noreña, L.F.; Hernández, J.C. Sustainable Metaheuristic-Based Planning of Rural Medium- Voltage Grids: A Comparative Study of Spanning and Steiner Tree Topologies for Cost-Efficient Electrification. Sustainability 2025, 17, 8145. https://doi.org/10.3390/su17188145
Riaño-Enciso LM, Cortés-Caicedo B, Montoya OD, Grisales-Noreña LF, Hernández JC. Sustainable Metaheuristic-Based Planning of Rural Medium- Voltage Grids: A Comparative Study of Spanning and Steiner Tree Topologies for Cost-Efficient Electrification. Sustainability. 2025; 17(18):8145. https://doi.org/10.3390/su17188145
Chicago/Turabian StyleRiaño-Enciso, Lina María, Brandon Cortés-Caicedo, Oscar Danilo Montoya, Luis Fernando Grisales-Noreña, and Jesús C. Hernández. 2025. "Sustainable Metaheuristic-Based Planning of Rural Medium- Voltage Grids: A Comparative Study of Spanning and Steiner Tree Topologies for Cost-Efficient Electrification" Sustainability 17, no. 18: 8145. https://doi.org/10.3390/su17188145
APA StyleRiaño-Enciso, L. M., Cortés-Caicedo, B., Montoya, O. D., Grisales-Noreña, L. F., & Hernández, J. C. (2025). Sustainable Metaheuristic-Based Planning of Rural Medium- Voltage Grids: A Comparative Study of Spanning and Steiner Tree Topologies for Cost-Efficient Electrification. Sustainability, 17(18), 8145. https://doi.org/10.3390/su17188145