- 1State Grid Hebei Electric Power Research institute, Shijiazhuang, China
- 2School of Electronic and Information Engineering, Xi’an Jiaotong University, Xi’an, China
To enable the online strength assessment of distribution systems integrated with Distributed Energy Resources (DERs), a novel hybrid model and data-driven approach is proposed. Based on the IEC-60909 standard, a new short-circuit calculation method is developed, allowing inverter-based DERs (IBDERs) to be represented as either voltage or current sources with controllable internal impedance. This method also accounts for the impact of distant generators by introducing a site-dependent Short Circuit Ratio (SCR) index to evaluate system strength. An adaptive sampling strategy is employed to generate synthetic data for real-time assessment. To predict the strength of distribution systems under various conditions, a rectified linear unit (ReLU) neural network is trained and further reformulated as a mixed-integer linear programming (MILP) problem to verify its robustness and input stability. The proposed method is validated through case studies on modified IEEE-33 and IEEE-69 bus systems, demonstrating its effectiveness regarding the varying operating conditions within the system.
1 Introduction
1.1 Motivation
Circuit calculation is a fundamental tool for distribution system protection and control (Boutsika and Papathanassiou, 2008). With the increasing integration of inverter-based distributed energy resources (IBDERs), such as photovoltaic generators (PVs) and battery energy storage systems (BESSs), in distribution systems, short-circuit levels are rising, pushing the systems closer to their static voltage stability limits (Wu et al., 2017) and reducing overall system strength (Qays et al., 2023). System strength is widely evaluated using the Short Circuit Ratio (SCR), which depends nonlinearly on factors such as net power injection and the control strategies of IBDERs (Qays et al., 2023). Traditional SCR quantification methods rely on short-circuit calculations and impedance estimation under fault conditions (He et al., 2023), but these offline approaches are not suitable for real-time estimation under time-varying operating conditions induced by fluctuating loads and DERs.
To address these limitations, data-driven approaches for short-circuit calculations have emerged, leveraging deep learning techniques to achieve faster and more adaptable predictions. Various studies have explored the use of artificial neural networks (ANNs) to estimate short-circuit characteristics under diverse operating scenarios (Aljarrah et al., 2023), detect faults and disturbances (Guillen et al., 2020), and improve prediction accuracy by incorporating network topology information (Ruikai et al., 2024). However, while these data-driven models show promise, they often lack interpretability and robustness, making them unsuitable for safety-critical applications without further validation. To enhance the robustness and interpretability of deep learning models, several techniques—such as gradient-based visualization (Zhang and Zhu, 2018), mixed-integer linear programming (MILP)-based robustness verification (Anderson et al., 2020), and inverse optimization methods (Genzel et al., 2022)—have been proposed. Despite these advancements, the robustness and interpretability of data-driven models for short-circuit calculation and SCR estimation have not yet been thoroughly explored. This gap motivates the need for a comprehensive framework to ensure reliable and interpretable online strength assessment of distribution systems with IBDERs.
1.2 Literature review
The strength of distribution systems is a key characteristic that describes the extent of voltage changes in response to faults or disturbances (Gu et al., 2019). It is commonly quantified using the Short Circuit Ratio (SCR)1, which can take various forms, such as composite, weighted, multi-infeed effective, interaction factors, inverter interaction, and site-dependent SCRs (Qays et al., 2023). Impedance is often used to represent system strength, as the SCR can approximate this impedance (Gavrilovic, 1991). In Wu et al. (2017), a site-dependent SCR (SDSCR) metric is proposed for transmission systems with high penetration of renewable energy sources, providing insights into the impact of these sources on voltage stability through the relationship between voltage stability and the Jacobian matrix. To address complex inter-inverter interactions, a hierarchical-infeed interactive effective SCR is introduced in Xiao et al. (2022). Additionally, a novel grid strength impedance metric is proposed in Henderson et al. (2024) to quantify AC system strength across a wide range of frequencies. However, the relationship between short-circuit current and SCR, specifically in terms of short-circuit-based SCR calculation, has not been fully explored.
Various approaches have been developed to calculate the short-circuit currents in distribution systems with DERs. For AC distribution systems, DERs can be represented as either voltage or current sources according to the IEC-60909 standard (Thurner and Braun, 2018). The influence of different load models on short-circuit behavior in distribution systems has been examined in Mathur et al. (2015). To facilitate the integration of three-phase IBDERs into existing short-circuit calculation procedures, a general
With the advancement of deep learning techniques, data-driven methods for short-circuit calculations have gained prominence in recent years. In Guillen et al. (2020), a fault detection and location method is developed using graph theory representation and microsynchrophasors, accounting for the uncertain operating conditions and intermittency of IBDERs. Similarly Aljarrah et al. (2023), employs an artificial neural network (ANN) to estimate short-circuit current characteristics—such as sub-transient, transient, and peak currents—under varying scenarios driven by high renewable integration. A supervised learning approach for internal short-circuit detection in Li-ion batteries is presented in Naha et al. (2020). Meanwhile Gholami et al. (2019), introduces a short-circuit fault location method using current and voltage synchrophasors from PMUs along with pre-fault state estimation results as input features. In Ruikai et al. (2024), the superposition theorem is utilized to improve data-driven short-circuit calculations by incorporating the effects of network topology. While these data-driven models demonstrate effectiveness, especially neural networks, they often suffer from a “black-box” nature, lack interpretability, and cannot ensure robustness in the generated results.
Recent studies have proposed using machine learning techniques to forecast the SCR. A multilayer perceptron neural network is trained on data collected from sensors in inverter systems (e.g., voltage and current), with its hyperparameters optimized via an evolutionary algorithm Priyadarshini et al. (2024). A multi-objective machine learning algorithm has been proposed to forecast the SCR for the next day or week, utilizing ground truth data from both experimental and simulated cases Qays et al. (2025). To assess site-dependent SCR under varying operating conditions, an artificial neural network is trained to predict site conditions under varying cloud distributions Javadi et al. (2018).
To enhance the robustness and interpretability of deep networks, several techniques have been proposed in recent years. A stable training method was introduced in Zheng et al. (2016) to improve the robustness of neural networks. This robustness—defined as the resistance of the model to small perturbations in input samples without causing significant performance degradation—is further analyzed from a geometrical perspective in Fawzi et al. (2017). Gradient-based localization techniques have been employed to visualize and interpret the hidden layers of deep networks, thereby offering insight into the network’s decision-making process (Zhang and Zhu, 2018). Additionally, in Anderson et al. (2020), trained neural networks are reformulated as mixed-integer linear programming (MILP) problems to verify their robustness over specified input regions, where robust optimization methods are used to determine the maximum and minimum network outputs. The robustness of neural networks has also been examined using inverse optimization techniques, as demonstrated in Genzel et al. (2022), to validate their performance over a given dataset (Amini and Ghaemmaghami, 2020). However, to the best of the author’s knowledge, the robustness of trained short-circuit calculation or SCR data-driven models has yet to be thoroughly investigated.
1.3 Contributions
In this work, a novel online system strength assessment method for distribution systems with high penetration of IBDERs is proposed. To accurately capture the influence of DERs on system strength, a new SCR calculation method is developed based on the IEC-60909 standard, where the short-circuit current contribution from IBDERs can be limited. The SCR is formulated as a parametric function of renewable energy outputs and load levels, which is further approximated using a neural network with adaptive sampling. The robustness of the trained neural network is validated using a MILP approach. The key contributions of this study are as follows:
1.4 Outline
This paper is organized as follows: Section 2 introduces the SCR calculation method for distribution systems with high penetration of IBDERs. In Section 3, a ReLU neural network is trained using adaptive sampling to generate synthetic data for SCR approximation under uncertain operating conditions. Section 4 verifies the robustness of the trained ReLU network. In Section 5, comprehensive case studies are presented to validate the effectiveness of the proposed method. Finally, conclusions are drawn in Section 6.
2 Short circuit ratio assessment for distribution systems with inverter-based distributed energy resources
In this section, the SDSCR of distribution systems with IBDERs is derived to quantify the strength of distribution systems under given conditions. The short circuit under a three-phase fault is used to calculate the short circuit impedance following the IEC-60909 standard, where one IBDER can be integrated as either a voltage source or a current source.
2.1 Network topology
A distribution system with IBDERs is defined as a connected graph, i.e.,
For distribution systems, the network topology is assumed to be radial. Following the revision of IEC-60909, the IBDERs with full converters can be modeled as constant current sources (Thurner et al., 2018).
2.2 Short circuit ratio calculation
The short circuit includes two components, i.e., the short circuit calculation contribution from voltage sources and current sources (Thurner and Braun, 2018).
2.2.1 Voltage source current contribution
At the fault location
where
By neglecting all current source elements, The short circuit current contributed by the voltage source at bus
To solve Equation 2, the inverse of admittance matrix, i.e., impedance matrix, is introduced as follows:
The short circuit at bus
Remark 1.
Remark 2. If the fault impedance at location
2.2.2 Current source current contribution
For the current source injection at current source
where
By short-circuiting all voltage resources, the bus current injection at bus
As shown in Equation 6, the voltage at the location
Based on the Equations 4, 7, the initial short circuit at location
With dc and ac correction factors, i.e.,
Remark 3. Correction factors
2.2.3 Short circuit ratio
Considering the impacts of renewable energy sources on the SDSCR (Wu et al., 2017), the following index is proposed to quantify the SDSCR:
where
Remark 4. As shown in Equation 10,
The system strength of distribution systems with IBDERs can be further defined as the following parametric function depending on the operating conditions
Based on the derivation within this section, the system strength is highly nonlinear.
3 ReLU neural networks for online short circuit ratio assessment
Considering the varying operating condition
3.1 ReLU neural work based short circuit ratio approximation
For a given set of system strength samples, i.e.,
A ReLU neural network is shown in Figure1, where the activation function is a ReLU function, as follows:
The propagation of the ReLU neural network is defined as follows:
where
For the training process, the gradient approaches are widely adopted, e.g., adaptive moment estimation (ADAM) (Zhang, 2018).
Remark 5. It can be observed that, the training set
3.2 Active sampling for synthetic system strength assessment data set generation
As shown in Equation 15, the
Remark 6. In Algorithm 1, a finite large scalar should be assigned to K, to meet the stopping criterion in Line 18.
4 Mixed-integer linear programming based input stability verification
In this section, the trained ReLU neural network is further reformulated as a MILP problem to verify the robustness of the derived neural network. The linear transformation and activation function are formulated as equal and unequal constraints to reformulate the neural network. The main merit of reformulating the trained neural network as a mixed-integer linear programming problem is to derive the adversarial samples within local area. This sample can be further used to check the local stability of the trained neural network.
4.1 Linear transformation equations
For each neuron
where
where
4.2 ReLU activation constraints
To reformulate the ReLU activation function Equation 13, a binary variable
where
Theorem 1. Equations 17–21 are the exact reformulation of ReLU activation function Equation 13.
The proof Theorem 1 is a direct result by enumerating
4.3 Variable bounds
For each neuron
4.4 Objective function
When it comes to the objective function, the objective function is set to minimize or maximize the output, as follows:
As shown in Equations 16–24, the reformulated problem, i.e., one MILP problem, can be solved by the off-the-shelf commercial solver.
Remark 7. For some neural network embedded optimization techniques, the objective function Equation 24 is set to 0.
Remark 8. For boundary-tightening, the following two problems are solved for each neuron to derive the
In Equations 25, 26, the boundaries of the input and output are set to a sufficient big scalar.
5 Case studies
In this section, the performance of the proposed system strength assessment method is assessed using the numerical results conducted on the modified IEEE-33 bus systems with a set of IBDERs.
5.1 Case description
As shown in Figure 2, the modified IEEE-33 bus systems have 33 buses, 32 AC branches, 32 loads, and 8 IBDERs. The base load level is 2.9 MW. The installation capacity of IBDERs is 2.835 MVA. All IBDERs are assumed to be controlled as either voltage or current sources. The
For the ReLU neural networks, there are 6 layers, and there are 64, 128, 256, 128, 64, and 1 neuron in each layer. There are 49 key features for the system strength assessment. The Latin hypercube sampling approach is adopted to generate the initial training set with 1,000 samples. In Algorithm 1, after evaluating the error distribution, the first 10 samples with the highest errors are used to generate new samples, whereas simple random sampling is used to generate additional 5 samples.
The formulated problem Equation 16–24 is solved by Gurobi.To verify the claimed contributions, the following cases are conducted:
I. The base case with either voltage source or current source IBDERs.
II. The load levels are changing.
III. A initial neural network is trained with
IV. Algorithm 1 is adopted to train the neural network.
5.2 Result analysis
The system strength, i.e., SCR, in Cases I are reported in Table 1, where C stands for grid-following and V stands for grid-forming. As it can be observed, the voltage control of IBDERs can always increase the system strength. When the voltage-controlled IBDER is close to the load center, e.g., bus 2 and bus 6, this contribution is higher. These results indicate the proposed system’s strength assessment method is Section 2 can effectively identify the location for IBDER sitting regarding SCR.
The system strength under different control modes and load levels are illustrated in Figure4. It can be observed that the increase of load leads to the rise of system strength directly, and this trend is not affected by the control mode. Along with the increase in load level, the system strength is always higher, when all IBDERs are under voltage control mode. Moreover, when the load arrives at 3.7 MW, the SCR is close to 1.5, indicating the system is close to the voltage stability margin. These results indicate that the formulated SS assessment method can identify the weak points in the operating conditions.
The forecasting result and ground truth SS information in Case III are shown in Figures 5, 6, respectively. It can be observed that the training performance, i.e., mean squared error (MSE), of the ReLU network is 0.6585. However, when it comes to the extended training set, the MSE has been increased to 0.7500. It indicates the trained ReLU network obtained from
The forecasting result and ground truth SS information of Case IV are shown in Figure 7. As it can be observed, the forecasting and real SS are close to each other, i.e., the
Regarding the computational feasibility, the proposed method demonstrates significant efficiency improvements over traditional simulation-based approaches. The offline SCR calculation requires an average processing time of 1.7 s under varying operating conditions, while the online forecasting scheme achieves a processing time of just 0.003 s. This demonstrates that the proposed method is approximately 560 times faster, making it well-suited for real-time applications in distribution systems. Such efficiency ensures timely system strength assessment, even in dynamic operating environments, and enhances its practical applicability for modern distribution systems with high DER penetration.
6 Conclusion
In this paper, an innovative online forecasting scheme for distribution systems with inverter-based distributed energy resources is presented. A new system strength metric, derived from the site-dependent short circuit ratio and based on the IEC-60909 standard, quantifies the impacts of inverter control modes on system strength. A ReLU neural network-based forecasting technique with adaptive sampling and embedded cross-validation is proposed, enhancing prediction accuracy and robustness. The trained neural network is reformulated as a mixed-integer linear programming problem to verify its input robustness.
Numerical results on the IEEE-33 bus system demonstrate that the proposed system strength metric effectively captures the influence of voltage control on short circuit behavior. Adaptive sampling improves training data quality, leading to a more robust neural network. The reformulated MILP approach provides a quantitative measure of the neural network’s robustness, confirming the feasibility of the proposed framework for practical applications.
While the proposed system strength metric and online forecasting method show promise, their scalability to larger and more complex networks may require further refinement. Additionally, the computational burden of the MILP-based robustness verification could pose challenges for real-time applications in highly dynamic systems. Future work will focus on improving scalability and computational efficiency while validating the approach in more diverse and complex scenarios.
Data availability statement
The original contributions presented in the study are included in the article/Supplementary Material, further inquiries can be directed to the corresponding author.
Author contributions
JL: Formal Analysis, Project administration, Supervision, Writing–original draft. SR: Conceptualization, Investigation, Software, Writing–review and editing. TY: Methodology, Project administration, Resources, Validation, Writing–review and editing. TL: Formal Analysis, Methodology, Project administration, Software, Writing–original draft. HQ: Investigation, Methodology, Writing–review and editing. YC: Data curation, Methodology, Supervision, Validation, Writing–original draft.
Funding
The author(s) declare that financial support was received for the research, authorship, and/or publication of this article. This work was supported by the State Grid Hebei Electric Power Co., LTD. under the Science and Technology Project (Grant No. kj2023-068).
Conflict of interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
The authors declare that this study received funding from State Grid Hebei Electric Power Co., LTD. The funder had the following involvement in the study: study design, data collection and analysis.
Generative AI statement
The author(s) declare that no Generative AI was used in the creation of this manuscript.
Publisher’s note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fenrg.2024.1514705/full#supplementary-material
Footnotes
1Apart from the SCR and its variations, the impedance equivalent is another approach (Henderson et al., 2024), which is not suitable for higher voltage or multiple RESs interaction.
2The transformers are embedded in the branch set.
3
4The
References
Aljarrah, R., Al-Omary, M., Alshabi, D., Salem, Q., Alnaser, S., Ćetenović, D., et al. (2023). Application of artificial neural network-based tool for short circuit currents estimation in power systems with high penetration of power electronics-based renewables. IEEE Access 11, 20051–20062. doi:10.1109/access.2023.3249296
Amini, S., and Ghaemmaghami, S. (2020). Towards improving robustness of deep neural networks to adversarial perturbations. IEEE Trans. Multimedia 22, 1889–1903. doi:10.1109/tmm.2020.2969784
Anderson, R., Huchette, J., Ma, W., Tjandraatmadja, C., and Vielma, J. P. (2020). Strong mixed-integer programming formulations for trained neural networks. Math. Program. 183, 3–39. doi:10.1007/s10107-020-01474-5
Bamdad, K., Cholette, M. E., and Bell, J. (2020). Building energy optimization using surrogate model and active sampling. J. Build. Perform. Simul. 13, 760–776. doi:10.1080/19401493.2020.1821094
Bolgaryn, R., Banerjee, G., Cronbach, D., Drauz, S., Liu, Z., Majidi, M., et al. (2022). Recent developments in open source simulation software pandapower and pandapipes. Open Source Model. Simul. Energy Syst. (OSMSES), 1–7. doi:10.1109/osmses54027.2022.9769084
Boutsika, T. N., and Papathanassiou, S. A. (2008). Short-circuit calculations in networks with distributed generation. Electr. Power Syst. Res. 78, 1181–1191. doi:10.1016/j.epsr.2007.10.003
Fawzi, A., Moosavi-Dezfooli, S.-M., and Frossard, P. (2017). The robustness of deep networks: a geometrical perspective. IEEE Signal Process. Mag. 34, 50–62. doi:10.1109/msp.2017.2740965
Gavrilovic, A. (1991). “Ac/dc system strength as indicated by short circuit ratios,” in International conference on AC and DC power transmission, 27–32.
Genzel, M., Macdonald, J., and März, M. (2022). Solving inverse problems with deep neural networks–robustness included? IEEE Trans. pattern analysis Mach. Intell. 45, 1119–1134. doi:10.1109/tpami.2022.3148324
Gholami, M., Abbaspour, A., Moeini-Aghtaie, M., Fotuhi-Firuzabad, M., and Lehtonen, M. (2019). Detecting the location of short-circuit faults in active distribution network using pmu-based state estimation. IEEE Trans. Smart Grid 11, 1396–1406. doi:10.1109/tsg.2019.2937944
Gu, H., Yan, R., and Saha, T. (2019). Review of system strength and inertia requirements for the national electricity market of Australia. CSEE J. Power Energy Syst. 5, 295–305. doi:10.17775/CSEEJPES.2019.00230
Guillen, D., Hernandez-Diaz, A., Mayo-Maldonado, J. C., Valdez-Resendiz, J. E., and Escobar, G. (2020). Data-driven short-circuit detection and location in microgrids using micro-synchrophasors. IET Generation, Transm. and Distribution 14, 1353–1365. doi:10.1049/iet-gtd.2019.0965
He, J., Li, Z., Li, W., Zou, J., Li, X., and Wu, F. (2023). Fast short-circuit current calculation of unbalanced distribution networks with inverter-interfaced distributed generators. Int. J. Electr. Power Energy Syst. 146, 108728. doi:10.1016/j.ijepes.2022.108728
Henderson, C., Egea-Alvarez, A., Kneuppel, T., Yang, G., and Xu, L. (2024). Grid strength impedance metric: an alternative to scr for evaluating system strength in converter dominated systems. IEEE Trans. Power Deliv. 39, 386–396. doi:10.1109/TPWRD.2022.3233455
Javadi, M., Sharma, D., Wu, D., DeWitt, C., Koellner, K., and Jiang, J. N. (2018). “Study of impact of cloud distribution on multiple interconnected solar pv plants generation and system strength,” in 2018 IEEE power and energy society general meeting (PESGM) (IEEE), 1–5.
Liu, X., Liu, X., Huang, Z., and Zhao, T. (2024). A compact neural network-based conversion loss model with hard constraints for energy management. IEEE Trans. Industry Appl. 60, 2588–2600. doi:10.1109/TIA.2023.3334698
Mathur, A., Pant, V., and Das, B. (2015). Unsymmetrical short-circuit analysis for distribution system considering loads. Int. J. Electr. Power and Energy Syst. 70, 27–38. doi:10.1016/j.ijepes.2015.02.003
Naha, A., Khandelwal, A., Agarwal, S., Tagade, P., Hariharan, K. S., Kaushik, A., et al. (2020). Internal short circuit detection in li-ion batteries using supervised machine learning. Sci. Rep. 10, 1301. doi:10.1038/s41598-020-58021-7
Priyadarshini, R., Arul, R., Sharma, S., Kadam, A. S., Rawat, N., and Bajaj, M. (2024). Enhanced optimization model for inverter short circuit prediction using machine learning techniques. E3S Web Conf. EDP Sci. 564, 03001. doi:10.1051/e3sconf/202456403001
Qays, M. O., Ahmad, I., Habibi, D., Aziz, A., and Mahmoud, T. (2023). System strength shortfall challenges for renewable energy-based power systems: a review. Renew. Sustain. Energy Rev. 113447. doi:10.1016/j.rser.2023.113447
Qays, M. O., Ahmad, I., Habibi, D., and Masoum, M. A. (2025). Forecasting data-driven system strength level for inverter-based resources-integrated weak grid systems using multi-objective machine learning algorithms. Electr. Power Syst. Res. 238, 111112. doi:10.1016/j.epsr.2024.111112
Ruikai, Y., Huifang, W., Yongji, M., and Ruipeng, G. (2024). Enhancing short-circuit current calculation in active distribution networks through fusing superposition theorem and data-driven approach. Int. J. Electr. Power and Energy Syst. 161, 110196. doi:10.1016/j.ijepes.2024.110196
Strezoski, L., Prica, M., and Loparo, K. A. (2017). Generalized circuit concept for integration of distributed generators in online short-circuit calculations. IEEE Trans. Power Syst. 32, 3237–3245. doi:10.1109/TPWRS.2016.2617158
Thurner, L., and Braun, M. (2018). “Vectorized calculation of short circuit currents considering distributed generation-an open source implementation of iec 60909,” in 2018 IEEE PES innovative smart grid technologies conference europe (ISGT-Europe) (IEEE), 1–6.
Thurner, L., Scheidler, A., Schäfer, F., Menke, J.-H., Dollichon, J., Meier, F., et al. (2018). pandapower—an open-source python tool for convenient modeling, analysis, and optimization of electric power systems. IEEE Trans. Power Syst. 33, 6510–6521. doi:10.1109/tpwrs.2018.2829021
Wu, D., Li, G., Javadi, M., Malyscheff, A. M., Hong, M., and Jiang, J. N. (2017). Assessing impact of renewable energy integration on system strength using site-dependent short circuit ratio. IEEE Trans. Sustain. Energy 9, 1072–1080. doi:10.1109/tste.2017.2764871
Xiao, H., Duan, X., and Li, Y. (2022). Incorporating complex inter-inverter interactions into strength assessment for emerging hierarchical-infeed lcc-uhvdc systems. IEEE Trans. Power Deliv. 37, 2380–2393. doi:10.1109/TPWRD.2021.3120736
Xin, H., Liu, X., Zheng, D., Chen, D., Zhou, Y., and Marshall, B. (2024). Risk assessment of post-fault temporary overvoltage using generalized short-circuit ratio. IEEE Trans. Power Syst. 39, 1837–1849. doi:10.1109/tpwrs.2023.3241307
Zhang, J., Wang, Y., Weng, Y., and Zhang, N. (2020). Topology identification and line parameter estimation for non-pmu distribution network: a numerical method. IEEE Trans. Smart Grid 11, 4440–4453. doi:10.1109/tsg.2020.2979368
Zhang, Q.-s., and Zhu, S.-C. (2018). Visual interpretability for deep learning: a survey. Front. Inf. Technol. and Electron. Eng. 19, 27–39. doi:10.1631/fitee.1700808
Zhang, Z. (2018). “Improved adam optimizer for deep neural networks,” in 2018 IEEE/ACM 26th international symposium on quality of service (IWQoS) (Ieee), 1–2.
Keywords: system strength, short circuit ratio, distribution systems, input stability verification, online forecasting
Citation: Liang J, Rong S, Yu T, Li T, Qu H and Cao Y (2025) On-line strength assessment of distribution systems with distributed energy resources. Front. Energy Res. 12:1514705. doi: 10.3389/fenrg.2024.1514705
Received: 21 October 2024; Accepted: 13 December 2024;
Published: 08 January 2025.
Edited by:
Chao Deng, Nanjing University of Posts and Telecommunications, ChinaReviewed by:
Rui Wang, Northeastern University, ChinaWenting Zha, China University of Mining and Technology, Beijing, China
Copyright © 2025 Liang, Rong, Yu, Li, Qu and Cao. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Hanzhang Qu, cXVoYW56aGFuZ0BzdHUueGp0dS5lZHUuY24=