All experiments were conducted five times using different random seeds to reduce the influence of stochastic learning. Mean values were calculated across the five runs. The same datasets, simulation parameters, hyperparameters, stopping criteria, and evaluation procedures were used for all methods. Centralized Voltage Control (CVC)33, Conventional Multi-Agent Control (CMAC)21, Reinforcement Learning-Based Voltage Regulation (RLVR)20, Distributed Energy Resource Coordination (DERC)26, and Sensitivity-Based Congestion Management (SBCM)34 were used as comparison methods.
Using one-way analysis of variance (ANOVA), statistical comparisons between the suggested framework and the baseline techniques (CVC, CMAC, RLVR, DERC, and SBCM) were carried out independently for each assessment metric. Tukey's honestly significant difference (HSD) post hoc test was employed for paired comparisons when the ANOVA revealed statistically significant differences. The threshold for statistical significance was set at p < 0.001. All statistical analyses were performed using one-way analysis of variance, followed by a significant difference post hoc test where appropriate. One-way ANOVA was conducted using the statsmodels.stats.anova module. The final converged performance values from five separate simulation runs for each approach were used for statistical significance testing. The purpose of the intermediate training episodes was to visualize the learning process; they were not tested for statistical significance.
Data acquisition
The FeederBW and 236-bus low-voltage (LV) distribution datasets supported the evaluation of the proposed framework under complementary operating conditions. The FeederBW dataset provided time-series feeder information, including voltage, distributed renewable generation, load demand, congestion conditions, and feeder acceptance behavior. It was used to evaluate dynamic feeder operation, renewable intermittency, residential load variation, congestion propagation, and voltage fluctuations.
The 236-bus LV distribution dataset contained 236 interconnected buses and included feeder topologies, voltage-sensitive regions, renewable penetration conditions, power-flow states, and congestion-propagation scenarios. It was used to evaluate decentralized coordination, adaptive orchestration, and scalability in a larger interconnected distribution network. Table 3 and Table 4 summarize the experimental validation conditions and simulation environment.
| Validation Parameter | Description |
| Datasets Used | FeederBW Dataset and 236-bus LV Dataset |
| Network Environment | Dynamic low-voltage renewable-rich distribution system |
| Renewable Sources | Distributed photovoltaic (PV) and renewable generators |
| Learning Framework | Multi-Agent Reinforcement Learning (MARL) |
| Coordination Strategy | Collaborative decentralized orchestration |
| Operating Scenarios | Renewable intermittency, load fluctuation, congestion propagation |
| Number of Intelligent Agents | 64 distributed feeder-level collaborative agents |
| Validation Objective | Adaptive feeder acceptance optimization |
| Evaluation Process | Real-time orchestration and sensitivity-aware coordination |
| Comparative Analysis | Compared with conventional centralized coordination methods |
Table 3: Environmental validation parameters. Validation parameters used to assess adaptive orchestration under dynamic low-voltage operating conditions.
| Simulation Component | Configuration |
| Processor Environment | High-performance multi-core processing system |
| Programming Framework | Python 3.11.9 |
| Learning Framework | Multi-Agent Reinforcement Learning (MARL) |
| Learning Algorithm | Q-learning-based Multi-Agent Reinforcement Learning |
| Neural Network Architecture | Fully connected neural network with two hidden layers (128 and 64 neurons, ReLU activation) |
| Optimizer | Adam optimizer |
| Learning Rate (α) | 0.001 |
| Discount Factor (γ) | 0.99 |
| Replay Mechanism | Experience replay buffer (capacity: 100,000 transitions) |
| Mini-batch Size | 64 |
| Exploration Policy | ε-greedy exploration (ε decayed from 1.0 to 0.01) |
| Training Episodes | 500 |
| Stopping Criterion | Maximum training episodes reached or convergence of cumulative reward |
| Network Modeling | Dynamic LV feeder network simulation |
| Renewable Simulation | Variable renewable generation profiles |
| Agent Coordination | Distributed collaborative communication |
| Data Processing | Real-time synchronized feeder state processing |
| Optimization Method | Reinforcement-based adaptive policy learning |
| Experimental Platform | Large-scale simulation using the FeederBW dataset and the 236-bus LV distribution network dataset |
| Performance Monitoring | Feeder Acceptance Rate (FAR), Voltage Compliance Index (VCI), Congestion Reduction Rate (CRR), Orchestration Latency (OL), Convergence Speed (CS), and Decentralized Coordination Efficiency (DCE) |
| Reward Weight (β) | 0.3 |
| Reward Weight (δ) | 0.25 |
| Objective Weight (ω₁) | 0.30 (Feeder Acceptance) |
| Objective Weight (ω₂) | 0.25 (Congestion Reduction) |
| Objective Weight (ω₃) | 0.25 (Voltage Compliance) |
| Objective Weight (ω₄) | 0.20 (Orchestration Latency) |
| Policy Learning Rate (η) | 0.001 |
| Regularization / Balancing Parameter (λ) | 0.1 |
Table 4: Simulation environment. Simulation settings used for reinforcement-based feeder-orchestration experiments.
Data preprocessing
The synchronized and normalized data supported consistent comparison across the proposed framework and the baseline methods. The same preprocessed feeder states, renewable-generation profiles, load-demand conditions, voltage conditions, and congestion scenarios were used in all evaluations. This common input structure reduced differences caused by dataset preparation and allowed the observed performance differences to be associated with the evaluated orchestration methods.
Dynamic low-voltage network modeling
The dynamic LV network model represented changing renewable generation, consumer demand, voltage conditions, feeder loading, and congestion propagation. Under these conditions, the proposed framework maintained feeder acceptance while responding to voltage-sensitive and congestion-sensitive operating states. The model supported evaluation under fluctuating renewable generation, changing consumer loads, and congestion-prone network conditions. Across these conditions, the collaborative agents performed feeder prioritization, voltage-dependent coordination, congestion mitigation, and renewable accommodation without centralized control.
Multi-agent environment initialization
The decentralized agent arrangement supported local observation and coordinated decision-making across feeder regions and network junctions. Agents exchanged feeder-state information and sensitivity measures with neighboring agents while independently selecting orchestration actions. The observed coordination behavior showed that the distributed arrangement supported feeder prioritization, load coordination, voltage management, and congestion response. The decentralized configuration also reduced dependence on a single centralized controller and supported coordinated operation across the larger 236-bus network.
Reinforcement-driven agent learning
The reinforcement-driven policy improved across the training period for feeder acceptance, voltage compliance, congestion reduction, orchestration latency, and convergence speed. Figure 3 compares the Feeder Acceptance Rate (FAR) of the proposed framework with CVC, CMAC, RLVR, DERC, and SBCM. CVC produced the lowest FAR, increasing from 62% to 70%. CMAC and DERC reached maximum FAR values of 75% and 78%, respectively. RLVR and SBCM reached 83% and 81%, respectively. The proposed framework increased FAR from 72% during the early training stage to 97% during the later stage. This result showed that the collaborative reinforcement-learning process supported adaptive feeder acceptance under renewable uncertainty and changing LV operating conditions.

Figure 3: Feeder Acceptance Rate (FAR). Comparison of FAR between the proposed framework and the baseline feeder-coordination methods. Values are presented as mean ± SD by comparing the proposed framework with each baseline method across five independent simulation runs. Statistical significance was evaluated at p < 0.001, with 95% confidence intervals. Abbreviations: FAR, Feeder Acceptance Rate; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
Figure 4 presents the Voltage Compliance Index (VCI). CVC increased from 70% to 77%, whereas CMAC and DERC reached approximately 81% and 84%, respectively. RLVR and SBCM reached 88% and 86%, respectively. The proposed framework increased from 78% during early training to approximately 98% at convergence. The higher VCI indicated that the proposed approach maintained voltage compliance more effectively than the comparison methods under intermittent renewable generation and changing load demand.

Figure 4: Voltage Compliance Index (VCI). Comparative analysis of VCI under dynamic low-voltage operating conditions. Values are presented as mean ± SD by comparing the proposed framework with each baseline method across five independent simulation runs, with 95% confidence intervals and statistical significance evaluated at p < 0.001. Abbreviations: VCI, Voltage Compliance Index; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
The VCI heatmap in Figure 5 showed the progression of voltage compliance over the training episodes. The proposed framework achieved values between 95% and 98% in later iterations. CVC remained between 70% and 77%, whereas RLVR and SBCM reached approximately 88% and 86%, respectively. The heatmap, therefore, showed that the proposed framework maintained the highest voltage-compliance performance during the later stages of learning.

Figure 5: Voltage Compliance Index (VCI) heatmap. Heatmap showing VCI performance across training iterations and feeder-coordination methods. The color scale represents the magnitude of the Voltage Compliance Index, with lighter colors indicating lower VCI values and darker colors indicating higher VCI values. Abbreviations: VCI, Voltage Compliance Index; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
Table 5 presents the Congestion Reduction Rate (CRR). CVC increased from 48% to 63%. CMAC and DERC reached approximately 73% and 75%, respectively, whereas RLVR reached 80% and SBCM reached 82%. The proposed framework increased from 64% at the beginning of training to approximately 96% after convergence. Relative to the final values of the comparison methods, the proposed framework improved CRR by approximately 33% over CVC, 23% over CMAC, 16% over RLVR, 21% over DERC, and 14% over SBCM. These observations showed that the collaborative orchestration policy reduced congestion propagation more effectively than the centralized, conventional multi-agent, voltage-regulation, distributed-resource, and sensitivity-based comparison methods. Figure 6 compares Orchestration Latency (OL). The reported orchestration latency corresponds to the measured wall-clock execution time required by the proposed orchestration algorithm during simulation on the reported hardware platform. It should not be interpreted as the physical operating time of a deployed distribution network. The proposed framework reduced OL from 220 ms to 98 ms. At convergence, CVC, CMAC, RLVR, DERC, and SBCM produced latencies of 283 ms, 253 ms, 215 ms, 242 ms, and 205 ms, respectively. The proposed framework therefore reduced latency by approximately 65%, 61%, 54%, 59%, and 52% relative to CVC, CMAC, RLVR, DERC, and SBCM, respectively. Lower latency indicated that decentralized collaboration enabled faster decisions on feeder orchestration.
| Training Iteration | CVC (%)(Mean ± SD) | CMAC (%)(Mean ± SD) | RLVR (%)(Mean ± SD) | DERC (%)(Mean ± SD) | SBCM (%)(Mean ± SD) | Proposed Method (%)(Mean ± SD) |
| 1 | 48.0 ± 0.5 | 52.0 ± 0.5 | 56.0 ± 0.4 | 54.0 ± 0.5 | 58.0 ± 0.4 | 64.0 ± 0.3 |
| 2 | 50.0 ± 0.5 | 54.0 ± 0.5 | 59.0 ± 0.4 | 56.0 ± 0.5 | 61.0 ± 0.4 | 68.0 ± 0.3 |
| 3 | 52.0 ± 0.5 | 57.0 ± 0.4 | 62.0 ± 0.4 | 59.0 ± 0.5 | 64.0 ± 0.4 | 72.0 ± 0.3 |
| 4 | 54.0 ± 0.4 | 60.0 ± 0.4 | 65.0 ± 0.4 | 62.0 ± 0.4 | 67.0 ± 0.4 | 76.0 ± 0.2 |
| 5 | 56.0 ± 0.4 | 62.0 ± 0.4 | 68.0 ± 0.3 | 64.0 ± 0.4 | 70.0 ± 0.3 | 80.0 ± 0.2 |
| 6 | 58.0 ± 0.4 | 65.0 ± 0.4 | 71.0 ± 0.3 | 67.0 ± 0.4 | 73.0 ± 0.3 | 84.0 ± 0.2 |
| 7 | 60.0 ± 0.4 | 67.0 ± 0.4 | 74.0 ± 0.3 | 69.0 ± 0.3 | 76.0 ± 0.3 | 87.0 ± 0.2 |
| 8 | 61.0 ± 0.4 | 69.0 ± 0.3 | 76.0 ± 0.3 | 71.0 ± 0.3 | 78.0 ± 0.3 | 90.0 ± 0.2 |
| 9 | 62.0 ± 0.4 | 71.0 ± 0.3 | 78.0 ± 0.3 | 73.0 ± 0.3 | 80.0 ± 0.3 | 93.0 ± 0.2 |
| 10 | 63.0 ± 0.4 | 73.0 ± 0.3 | 80.0 ± 0.3 | 75.0 ± 0.3 | 82.0 ± 0.3 | 96.0 ± 0.2 |
Table 5: Congestion Reduction Rate (CRR): Mean ± SD of Congestion Reduction Rate (CRR) from five independent simulation runs comparing the proposed framework with the baseline feeder-orchestration methods. Abbreviations: CRR, Congestion Reduction Rate; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management.

Figure 6: Orchestration Latency (OL). Comparative analysis of orchestration latency during adaptive decentralized feeder coordination. Values are presented as mean ± SD by comparing the proposed framework with each baseline method across from five independent simulation runs, with 95% confidence intervals and statistical significance evaluated at p < 0.001. Abbreviations: OL, Orchestration Latency; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
Figure 7 presents Convergence Speed (CS). CVC increased from 42% to 67% after 20 training episodes. CMAC and DERC reached approximately 74% and 79%, respectively. RLVR reached 87%, and SBCM reached approximately 90%. The proposed framework increased from 58% in the first episode to 98.5% upon convergence, exceeding 93% by the tenth episode. The proposed framework improved final convergence performance by 31.5% over CVC, 24.5% over CMAC, 11.5% over RLVR, 19.5% over DERC, and 8.5% over SBCM. These results showed that the proposed policy reached stable orchestration performance more rapidly than the comparison methods.

Figure 7: Convergence Speed (CS). Convergence curves showing adaptive learning efficiency and the speed of orchestration convergence across the evaluated methods. Abbreviations: CS, Convergence Speed; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
Collaborative acceptance orchestration and low-latency adaptive decision optimization
Figure 8 presents Decentralized Coordination Efficiency (DCE). CVC produced the lowest DCE at 68%. CMAC reached 75%, DERC reached 79%, RLVR reached 84%, and SBCM reached 88%. The proposed framework achieved a DCE of 97%. The proposed framework exceeded CVC by 29 Percentage points, CMAC by 22 Percentage points, RLVR by 13 Percentage points, DERC by 18 Percentage points, and SBCM by 9 Percentage points. This result showed that local information exchange, neighboring-agent coordination, and decentralized policy optimization supported more effective coordination than the comparison methods.

Figure 8: Decentralized Coordination Efficiency (DCE). Comparative analysis of DCE during collaboration among intelligent agents. Values are presented as mean ± SD by comparing the proposed framework with each baseline method across five independent simulation runs, with 95% confidence intervals and statistical significance evaluated at p < 0.001. Abbreviations: DCE, Decentralized Coordination Efficiency; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
Figure 9 and Table 6 present Renewable Accommodation Capability (RAC). CVC increased from 52% to 63%. CMAC and DERC reached approximately 72% and 76%, respectively. RLVR reached approximately 83%, and SBCM reached 86%. The proposed framework increased from 70% at the beginning of learning to 97% at convergence. The proposed framework exceeded CVC by 34 Percentage points, CMAC by 25 Percentage points, RLVR by 14 Percentage points, DERC by 21 Percentage points, and SBCM by 11 Percentage points. These results showed that the proposed orchestration approach accommodated a greater proportion of renewable generation while maintaining feeder operation, voltage performance, and congestion awareness.

Figure 9: Renewable Accommodation Capability (RAC). Comparative analysis of RAC in renewable-rich feeder systems. Values are presented as mean ± SD by comparing the proposed framework with each baseline method across five independent simulation runs, with 95% confidence intervals and statistical significance evaluated at p < 0.001. Abbreviations: RAC, Renewable Accommodation Capability; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
| Training Iteration | CVC (%) (Mean ± SD) | CMAC (%) (Mean ± SD) | RLVR (%) (Mean ± SD) | DERC (%) (Mean ± SD) | SBCM (%) (Mean ± SD) | Proposed Method (%) (Mean ± SD) |
| 1 | 52.0 ± 0.5 | 58.0 ± 0.5 | 64.0 ± 0.4 | 60.0 ± 0.5 | 66.0 ± 0.4 | 70.0 ± 0.3 |
| 2 | 54.0 ± 0.5 | 60.0 ± 0.5 | 67.0 ± 0.4 | 62.0 ± 0.5 | 69.0 ± 0.4 | 74.0 ± 0.3 |
| 3 | 55.0 ± 0.4 | 62.0 ± 0.4 | 70.0 ± 0.4 | 64.0 ± 0.4 | 72.0 ± 0.4 | 78.0 ± 0.3 |
| 4 | 57.0 ± 0.4 | 64.0 ± 0.4 | 73.0 ± 0.3 | 66.0 ± 0.4 | 75.0 ± 0.3 | 82.0 ± 0.2 |
| 5 | 58.0 ± 0.4 | 66.0 ± 0.4 | 75.0 ± 0.3 | 68.0 ± 0.4 | 77.0 ± 0.3 | 86.0 ± 0.2 |
| 6 | 59.0 ± 0.4 | 67.0 ± 0.4 | 77.0 ± 0.3 | 70.0 ± 0.3 | 79.0 ± 0.3 | 89.0 ± 0.2 |
| 7 | 60.0 ± 0.4 | 68.0 ± 0.3 | 79.0 ± 0.3 | 72.0 ± 0.3 | 81.0 ± 0.3 | 91.0 ± 0.2 |
| 8 | 61.0 ± 0.4 | 69.0 ± 0.3 | 80.0 ± 0.3 | 73.0 ± 0.3 | 83.0 ± 0.3 | 93.0 ± 0.2 |
| 9 | 62.0 ± 0.4 | 70.0 ± 0.3 | 81.0 ± 0.3 | 74.0 ± 0.3 | 84.0 ± 0.3 | 95.0 ± 0.2 |
| 10 | 63.0 ± 0.4 | 72.0 ± 0.3 | 83.0 ± 0.3 | 76.0 ± 0.3 | 86.0 ± 0.3 | 97.0 ± 0.2 |
Table 6: Renewable Accommodation Capability (RAC): Mean ± SD of Renewable Accommodation Capability (RAC) from five independent simulation runs comparing the proposed framework with the baseline feeder-orchestration methods. Abbreviations: RAC, Renewable Accommodation Capability; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management.
Voltage and congestion sensitivity evaluation
Figure 10 presents Voltage Sensitivity Stability (VSS). CVC increased from 60% to 69%. CMAC and DERC reached approximately 76% and 78%, respectively, whereas RLVR reached 84%. The proposed framework increased from 74% during early training to 98% after convergence. The proposed framework exceeded CVC by 29 Percentage points, CMAC by 22 Percentage points, RLVR by 14 Percentage points, DERC by 20 Percentage points, and SBCM by 12 Percentage points. These results showed that the sensitivity-aware framework maintained stronger voltage-sensitive feeder performance under renewable intermittency, variable load demand, and dynamic congestion.

Figure 10: Voltage Sensitivity Stability (VSS). Comparative analysis of voltage-sensitivity stability during adaptive voltage-aware feeder orchestration. Values are presented as mean ± SD by comparing the proposed framework with each baseline method across five independent simulation runs, with 95% confidence intervals and statistical significance evaluated at p < 0.001. Abbreviations: VSS, Voltage Sensitivity Stability; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
Figure 11 presents the Congestion Sensitivity Index (CSI). CVC increased from 52% to 63%. CMAC and DERC reached 72% and 76%, respectively. RLVR reached approximately 83%, and SBCM reached approximately 86%. The proposed framework increased from 72% during early training to approximately 98% at the end of training. The proposed framework exceeded CVC by approximately 35 percentage points, CMAC by 26 percentage points, RLVR by 15 percentage points, DERC by 22 percentage points, and SBCM by 12 percentage points. The heatmap showed that the proposed approach maintained the highest congestion-sensitivity performance during the later training episodes.

Figure 11: Congestion Sensitivity Index (CSI) heatmap. Heatmap showing congestion-sensitivity performance across training stages and feeder-coordination methods. The color scale represents the magnitude of the Congestion Sensitivity Index, with lighter colors indicating lower CSI values and darker colors indicating higher CSI values. Abbreviations: CSI, Congestion Sensitivity Index; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
Large-scale validation
Figure 12 and Table 7 present the Feeder Stability Index (FSI). CVC produced an average FSI of 64.7%, whereas CMAC and DERC produced averages of 72.5% and 76.0%, respectively. RLVR produced an average FSI of 81.5%. The proposed framework achieved 97% voltage stability, 96% congestion control, 95% renewable-integration capacity, 94% load-balancing efficiency, 98% coordination efficiency, and 97% response speed. These component values produced an average FSI of approximately 96.2%. The proposed framework improved the average FSI by approximately 31.5 Percentage points over CVC, 23.7 Percentage points over CMAC, 14.7 Percentage points over RLVR, 20.2 Percentage points over DERC, and 11.7 Percentage points over SBCM. The balanced component values showed that the framework maintained performance across voltage stability, congestion management, renewable integration, load balancing, coordination efficiency, and response speed. For every simulation run, the arithmetic mean of the six performance components—Voltage Stability, Congestion Control, Renewable Integration, Load Balancing, Coordination Efficiency, and Response Speed—was used to determine the overall FSI. The five separate simulation runs were used to calculate the stated mean and standard deviation.

Figure 12: Feeder Stability Index (FSI). Radar-chart comparison of the Feeder Stability Index for the proposed framework and the baseline methods across six performance components: Voltage Stability, Congestion Control, Renewable Integration, Load Balancing, Coordination Efficiency, and Response Speed. Higher values indicate better performance for each component. Abbreviations: FSI, Feeder Stability Index; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
| Evaluation Parameter | CVC (%) (Mean ± SD) | CMAC (%) (Mean ± SD) | RLVR (%) (Mean ± SD) | DERC (%) (Mean ± SD) | SBCM (%) (Mean ± SD) | Proposed Method (%) (Mean ± SD) |
| Voltage Stability | 68.0 ± 0.6 | 74.0 ± 0.5 | 82.0 ± 0.4 | 77.0 ± 0.5 | 86.0 ± 0.3 | 97.0 ± 0.2 |
| Congestion Control | 64.0 ± 0.6 | 71.0 ± 0.5 | 79.0 ± 0.4 | 74.0 ± 0.5 | 84.0 ± 0.3 | 96.0 ± 0.2 |
| Renewable Integration | 62.0 ± 0.5 | 70.0 ± 0.5 | 81.0 ± 0.4 | 76.0 ± 0.4 | 83.0 ± 0.3 | 95.0 ± 0.2 |
| Load Balancing | 66.0 ± 0.5 | 73.0 ± 0.4 | 80.0 ± 0.4 | 75.0 ± 0.4 | 82.0 ± 0.3 | 94.0 ± 0.2 |
| Coordination Efficiency | 65.0 ± 0.5 | 75.0 ± 0.4 | 83.0 ± 0.3 | 78.0 ± 0.4 | 87.0 ± 0.3 | 98.0 ± 0.2 |
| Response Speed | 63.0 ± 0.5 | 72.0 ± 0.4 | 84.0 ± 0.3 | 76.0 ± 0.4 | 85.0 ± 0.3 | 97.0 ± 0.2 |
| Average FSI Score | 64.7 ± 0.5 | 72.5 ± 0.5 | 81.5 ± 0.4 | 76.0 ± 0.4 | 84.5 ± 0.3 | 96.2 ± 0.2 |
Table 7: Feeder Stability Index (FSI): Mean ± SD of Feeder Stability Index (FSI) from five independent simulation runs based on Voltage Stability, Congestion Control, Renewable Integration, Load Balancing, Coordination Efficiency, and Response Speed. Abbreviations: FSI, Feeder Stability Index; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management.
Figure 13 presents Load Balancing Efficiency (LBE). CVC achieved an overall LBE of approximately 68%, comprising 42% balanced load distribution, 18% moderate load stability, and 8% dynamic adaptive balancing. CMAC and DERC achieved overall values of approximately 80% and 86%, respectively. RLVR reached approximately 92%, and SBCM reached approximately 96%. The proposed framework achieved an overall LBE of approximately 98%, comprising 72% balanced load distribution, 20% moderate load stability, and 6% dynamic adaptive balancing. This result showed that the proposed approach maintained the highest overall load-balancing performance among the evaluated methods.

Figure 13: Load Balancing Efficiency (LBE). Stacked-bar comparison of Load Balancing Efficiency for the proposed framework and the baseline methods. Each stacked bar consists of three performance components: Balanced Load Distribution, Moderate Load Stability, and Dynamic Adaptive Balancing, whose combined values represent the overall LBE for each method. Higher total values indicate better load-balancing performance. Abbreviations: LBE, Load Balancing Efficiency; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
Figure 14 presents Renewable Utilization Efficiency (RUE). CVC increased from 50% to 61%. CMAC and DERC reached 70% and 75%, respectively. RLVR reached 82%, and SBCM reached 86%. The proposed framework increased from 72% during early training to approximately 98% at convergence. The proposed framework exceeded CVC by approximately 37 Percentage points, CMAC by 28 Percentage points, RLVR by 16 Percentage points, DERC by 23 Percentage points, and SBCM by 12 Percentage points. The higher RUE showed that the proposed orchestration policy used a greater proportion of available renewable generation under changing load and congestion conditions.

Figure 14: Renewable Utilization Efficiency (RUE). Comparative analysis of RUE during low-voltage feeder orchestration. Values are presented as mean ± SD by comparing the proposed framework with each baseline method across five independent simulation runs, with 95% confidence intervals and statistical significance evaluated at p < 0.001. Abbreviations: RUE, Renewable Utilization Efficiency; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
Figure 15 and Table 8 present Adaptive Decision Accuracy (ADA). The proposed framework increased from 78% to 99%. CVC, CMAC, RLVR, DERC, and SBCM converged to 68%, 76%, 86%, 79%, and 88%, respectively. The proposed framework exceeded CVC by approximately 31 Percentage points, CMAC by 23 Percentage points, RLVR by 13 Percentage points, DERC by 20 Percentage points, and SBCM by 11 Percentage points. The higher ADA indicated that the collaborative agents selected more accurate orchestration decisions under renewable-rich LV operating conditions.

Figure 15: Adaptive Decision Accuracy (ADA). Comparative analysis of ADA for the proposed orchestration framework and the baseline methods. Values are presented as mean ± SD by comparing the proposed framework with each baseline method across five independent simulation runs, with 95% confidence intervals and statistical significance evaluated at p < 0.001. Abbreviations: ADA, Adaptive Decision Accuracy; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management. Please click here to view a larger version of this figure.
| Training Epoch | CVC (%) (Mean ± SD) | CMAC (%) (Mean ± SD) | RLVR (%) (Mean ± SD) | DERC (%) (Mean ± SD) | SBCM (%) (Mean ± SD) | Proposed Method (%) (Mean ± SD) |
| 1 | 58.0 ± 0.5 | 64.0 ± 0.5 | 70.0 ± 0.4 | 66.0 ± 0.5 | 72.0 ± 0.4 | 78.0 ± 0.3 |
| 2 | 60.0 ± 0.5 | 66.0 ± 0.5 | 73.0 ± 0.4 | 68.0 ± 0.5 | 75.0 ± 0.4 | 82.0 ± 0.3 |
| 3 | 61.0 ± 0.4 | 68.0 ± 0.4 | 76.0 ± 0.4 | 70.0 ± 0.4 | 78.0 ± 0.4 | 86.0 ± 0.2 |
| 4 | 62.0 ± 0.4 | 70.0 ± 0.4 | 78.0 ± 0.3 | 72.0 ± 0.4 | 80.0 ± 0.3 | 89.0 ± 0.2 |
| 5 | 63.0 ± 0.4 | 71.0 ± 0.4 | 80.0 ± 0.3 | 74.0 ± 0.4 | 82.0 ± 0.3 | 91.0 ± 0.2 |
| 6 | 64.0 ± 0.4 | 72.0 ± 0.4 | 82.0 ± 0.3 | 75.0 ± 0.3 | 84.0 ± 0.3 | 93.0 ± 0.2 |
| 7 | 65.0 ± 0.4 | 73.0 ± 0.3 | 83.0 ± 0.3 | 76.0 ± 0.3 | 85.0 ± 0.3 | 95.0 ± 0.2 |
| 8 | 66.0 ± 0.4 | 74.0 ± 0.3 | 84.0 ± 0.3 | 77.0 ± 0.3 | 86.0 ± 0.3 | 96.0 ± 0.2 |
| 9 | 67.0 ± 0.4 | 75.0 ± 0.3 | 85.0 ± 0.3 | 78.0 ± 0.3 | 87.0 ± 0.3 | 97.0 ± 0.2 |
| 10 | 68.0 ± 0.4 | 76.0 ± 0.3 | 86.0 ± 0.3 | 79.0 ± 0.3 | 88.0 ± 0.3 | 99.0 ± 0.2 |
Table 8: Adaptive Decision Accuracy (ADA): Mean ± SD of Adaptive Decision Accuracy (ADA) from five independent simulation runs comparing the proposed intelligent feeder-orchestration framework with the baseline methods. Abbreviations: ADA, Adaptive Decision Accuracy; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management.
Table 9 presents System Reliability Improvement (SRI). CVC increased from 60% to 69%. CMAC reached approximately 78%, DERC approximately 81%, RLVR approximately 86%, and SBCM approximately 88%. The proposed framework increased from 80% during early learning to approximately 99% at convergence. The proposed framework exceeded CVC by approximately 30 Percentage points, CMAC by 21 Percentage points, RLVR by 13 Percentage points, DERC by 18 Percentage points, and SBCM by 11 Percentage points. The higher SRI showed that the proposed framework maintained feeder continuity, voltage stability, congestion control, and adaptive renewable integration more effectively than the comparison methods.
| Training Iteration | CVC (%) (Mean ± SD) | CMAC (%) (Mean ± SD) | RLVR (%) (Mean ± SD) | DERC (%) (Mean ± SD) | SBCM (%) (Mean ± SD) | Proposed Method (%) (Mean ± SD) |
| 1 | 60.0 ± 0.5 | 66.0 ± 0.5 | 72.0 ± 0.4 | 68.0 ± 0.5 | 75.0 ± 0.4 | 80.0 ± 0.3 |
| 2 | 61.0 ± 0.5 | 68.0 ± 0.5 | 74.0 ± 0.4 | 70.0 ± 0.5 | 77.0 ± 0.4 | 84.0 ± 0.3 |
| 3 | 62.0 ± 0.4 | 70.0 ± 0.4 | 76.0 ± 0.4 | 72.0 ± 0.4 | 79.0 ± 0.4 | 87.0 ± 0.2 |
| 4 | 63.0 ± 0.4 | 72.0 ± 0.4 | 78.0 ± 0.3 | 74.0 ± 0.4 | 81.0 ± 0.3 | 90.0 ± 0.2 |
| 5 | 64.0 ± 0.4 | 73.0 ± 0.4 | 80.0 ± 0.3 | 76.0 ± 0.4 | 83.0 ± 0.3 | 92.0 ± 0.2 |
| 6 | 65.0 ± 0.4 | 74.0 ± 0.4 | 82.0 ± 0.3 | 77.0 ± 0.3 | 84.0 ± 0.3 | 94.0 ± 0.2 |
| 7 | 66.0 ± 0.4 | 75.0 ± 0.3 | 83.0 ± 0.3 | 78.0 ± 0.3 | 85.0 ± 0.3 | 95.0 ± 0.2 |
| 8 | 67.0 ± 0.4 | 76.0 ± 0.3 | 84.0 ± 0.3 | 79.0 ± 0.3 | 86.0 ± 0.3 | 96.0 ± 0.2 |
| 9 | 68.0 ± 0.4 | 77.0 ± 0.3 | 85.0 ± 0.3 | 80.0 ± 0.3 | 87.0 ± 0.3 | 97.0 ± 0.2 |
| 10 | 69.0 ± 0.4 | 78.0 ± 0.3 | 86.0 ± 0.3 | 81.0 ± 0.3 | 88.0 ± 0.3 | 99.0 ± 0.2 |
Table 9: System Reliability Improvement (SRI): Mean ± SD of System Reliability Improvement (SRI) from five independent simulation runs under renewable-rich low-voltage distribution conditions. Abbreviations: SRI, System Reliability Improvement; CVC, Centralized Voltage Control; CMAC, Conventional Multi-Agent Control; RLVR, Reinforcement Learning-Based Voltage Regulation; DERC, Distributed Energy Resource Coordination; SBCM, Sensitivity-Based Congestion Management.
The proposed framework was evaluated under varied conditions of renewable generation, load demand, voltage, and congestion using the FeederBW and 236-bus LV datasets. Feeder acceptance, voltage compliance, congestion reduction, orchestration latency, convergence speed, decentralized coordination, renewable accommodation, voltage sensitivity, congestion sensitivity, feeder stability, load balancing, renewable utilization, decision accuracy, and system reliability were assessed.
Across these measures, the proposed framework produced the highest final values for FAR, VCI, CRR, CS, DCE, RAC, VSS, CSI, FSI, LBE, RUE, ADA, and SRI, and the lowest OL. Because the baseline methods were evaluated on the same datasets, operating scenarios, simulation environment, stopping criteria, and evaluation metrics, these comparisons supported the hypothesis that collaborative multi-agent reinforcement learning, combined with voltage- and congestion-sensitivity evaluation, improved adaptive feeder acceptance relative to the evaluated centralized and distributed comparison methods.
The results showed that the Dynamic Orchestration Strategy improved feeder acceptance, voltage compliance, congestion reduction, renewable accommodation, load balancing, decentralized coordination, decision accuracy, and system reliability while reducing orchestration latency. The framework also converged more rapidly than the comparison methods. Under the evaluated simulation conditions, these findings supported the proposed hypothesis that collaborative, sensitivity-aware, decentralized reinforcement learning could improve low-voltage feeder orchestration under renewable-generation uncertainty and changing load and congestion conditions.
DATA AVAILABILITY:
The FeederBW dataset is publicly available at https://doi.org/10.5281/zenodo.17831177, and the 236-Bus Low-Voltage Distribution Network dataset is publicly available at https://doi.org/10.5281/zenodo.8274780. The Python implementation developed for this study, together with the simulation framework, preprocessing modules, multi-agent reinforcement learning environment, model training and evaluation scripts, configuration files, and input data formats required to reproduce the proposed methodology, has been deposited in Zenodo and is publicly available at https://doi.org/10.5281/zenodo.21423239. The repository supports reproducibility of the methodology and experiments reported in this study.
Supplementary File 1. Mathematical derivations, algorithm, and implementation details of the proposed Dynamic Orchestration Strategy. This supplementary file provides the mathematical formulations supporting each stage of the proposed framework, including data preprocessing, dynamic low-voltage network modeling, multi-agent environment initialization, reinforcement-driven agent learning, voltage- and congestion-sensitivity evaluation, collaborative feeder acceptance orchestration, and performance evaluation metrics. It also includes Algorithm 1, which describes the collaborative feeder acceptance orchestration procedure, together with the mathematical definitions of the evaluation metrics used in this study.Please click here to download this file.