A Transfer-Learning-Based Approach to Symmetry-Preserving Dynamic Equivalent Modeling of Large Power Systems with Small Variations in Operating Conditions
Abstract
1. Introduction
1.1. Research Challenges and Motivation
1.2. Contributions
- We propose a novel Deep Transfer Learning (DTL) framework to generate black-box dynamic equivalent models of the external system (ES) in a power network. Unlike existing DNN approaches that require retraining for each new operating point (OP), our method reuses a pretrained model and fine-tunes it to adapt to new OPs. This reduces the training time while preserving predictive accuracy. To achieve this, the learned parameters are used by a task-specific model to train different OPs to predict and analyze the dynamics of an ES of a power system.
- The proposed DTL method is used to predict the active (P) and reactive (Q) power flows in the interconnecting transmission lines between the ES and the SS when the system is subjected to various contingencies in the SS. This technique outperforms the conventional DNN technique, with increased accuracy and faster convergence.
- We rigorously validate the proposed DTL approach using a detailed AU14G system model across 12 OP scenarios, including variations in loads, synchronous generators, wind and solar power plants, and mixed conditions. We benchmark performance against both conventional DNN and LSTM architectures.
2. Problem Formulation
3. Methodology
3.1. Preliminaries of Deep Transfer Learning (DTL)
Algorithm 1 Application of transfer learning for a new operating point. |
|
Simulation Time (t) | Voltage (V) | Voltage Angle () | Frequency Deviation () | Active Power Flow (P) | Reactive Power Flow (Q) |
---|---|---|---|---|---|
0.21 | 40.62 | 49.69 | 49.99 | ||
0.21 | 0.62 | 49.49 | 51.43 | ||
0.22 | 0.628 | 49.44 | 51.11 | ||
0.22 | 0.62 | 49.42 | 50.83 | ||
0.23 | 0.62 | 49.39 | 50.59 | ||
0.23 | 0.62 | 49.37 | 50.35 | ||
0.24 | 0.62 | 49.34 | 50.13 |
- Initialize the pretrained model with weights from a model trained on a large dataset.
- Replace the final layers with untrained layers that are specific to the task at hand.
- Fine-tune the weights of the pretrained model using different OPs.
- Use the above trained model to detect faults in the new OPs.
3.2. Loss Functions for DNN and DTL Training
3.3. Proposed DTL Approach to Estimate External System Equivalent
- Identify the separation of the SS and the ES and define boundary buses and tie-lines (shown in Figure 2).
- Simulate disturbances inside the SS to capture the boundary dynamics. The disturbances are simulated as three-phase to-ground faults for this specific application. However, single-phase to-ground faults can also be considered for inclusion in an extended training dataset.
- Capture the dynamics at the boundary nodes and the tie-lines. These measurements are as follows: boundary-node properties, i.e., the voltage (V), angle of the voltage (), and frequency deviation (f) and the tie-line power flows, i.e., active power flow (P) and reactive power flow (Q). Split the training and testing datasets, using 75% for training and 25% for testing.
- Discrete time values of V, , f, and P/Q are stacked one after the other for each fault simulated to prepare the training and testing datasets, as shown in Table 3.
- Define the DTL model and train it for this specific OP by selecting V, , and f as the inputs and P/Q as the output.
- Cross-validate the DTL model.
- If the required accuracy has not been achieved, tune the hyperparameters of the DTL model and repeat steps five and six. The fine-tuning process applies the selective layer-wise adaptation, adjusting only the final hidden and output layers, as described in Section 3.1. Bayesian optimization is then used to refine the learning rate and , ensuring optimal performance for each new OP.
- Repeat steps 2–7 for any new OP.
3.4. Framework and Structure Parameters of the DNN
- Input Layer: The input layer has three neurons, corresponding to the three input features (V, , and ) measured at the boundary nodes, as described in Section 3.3.
- Hidden Layers: The DNN includes three hidden layers with 64, 128, and 64 neurons, respectively. This architecture was chosen to balance model complexity and computational efficiency, allowing the network to capture the high nonlinearity of the ES dynamics while avoiding overfitting. Each hidden layer uses the Rectified Linear Unit (ReLU) activation function, defined as , to introduce nonlinearity and improve convergence during training.
- Output Layer: The output layer has two neurons, corresponding to the predicted values of active power (P) and reactive power (Q), in the tie-lines. A linear activation function is used in the output layer to directly predict the continuous values of P and Q.
- Hyperparameters: The DNN is trained using the Adam optimizer with a learning rate of 0.001, which provides adaptive learning rates for faster convergence. The batch size is set to 32 (unless otherwise specified in Table 1 and Table 2 for specific operating conditions), and the model is trained for up to 100 epochs, with an early-stopping mechanism (minimum delta of ) to prevent overfitting, as outlined in Algorithm 1. Dropout regularization with a rate of 0.2 is applied to the hidden layers to further mitigate overfitting risks.
- Initialization: The weights of the DNN are initialized using the Glorot (Xavier) initialization method to ensure stable gradients during training, and biases are initialized to zero.
4. Case Study Using AU14G Systems
4.1. Dataset Preparation and Description
4.2. Evaluation Metrics
4.3. Discussion of Results
4.3.1. Scenario One: Changes in the Loads
- OP1—base case.
- OP2—reduce the load by 10 MW.
- OP3—reduce the load by 2 MW and 2 MVAR.
- OP4—increase the load by 1 MW and 1 MVAR.
- OP5—increase the load by 2 MW and 2 MVAR.
4.3.2. Scenario Two: Changes in Generation from Synchronous Generators
- OP6—increase the active power output of the SG connected at bus 501 by 2 MW.
- OP7—reduce the reactive power output of the SG connected at bus 502 by 2 MVAR.
4.3.3. Scenario Three: Changes in Power Generation from a Wind-Power Plant
- OP8—Increase the real power output of the WPP by 2 MW.
- OP9—reduce the real power output of the WPP by 2 MW.
4.3.4. Scenario Four—Changes in Power Generation from a Solar Power Plant
- OP10—increase the real power output of the SPP by 2 MW.
- OP11—reduce the reactive power output of the SPP by 2 MVAR.
4.3.5. Scenario Five: A Mix of Changes to the OP from Loads, SGs, a Wind Power Plant, and a Solar Power Plant
- OP12—reduce the real power consumption of the load at bus 405 by 1 MW, increase the power output of the SG connected at bus 502 by 2 MW, reduce the power output of the WPP connected at bus 501 by 2 MW, and increase the power output of the SPP connected at bus 503 by 2 MW.
4.3.6. Statistical Analysis of Experimental Variability
4.3.7. Comparison with State-of-the-Art Methods
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- Aththanayake, L.; Hosseinzadeh, N.; Gargoom, A.; Alhelou, H.H. Power system reduction techniques for planning and stability studies: A review. Electr. Power Syst. Res. 2024, 227, 109917. [Google Scholar] [CrossRef]
- Kron, G. Tensor Analysis of Networks; J. Wiley & Sons: New York, NY, USA, 1939. [Google Scholar]
- Ward, J.B. Equivalent circuits for power-flow studies. Electr. Eng. 1949, 68, 794. [Google Scholar] [CrossRef]
- Oatts, M.L.; Erwin, S.R.; Hart, J.L. Application of the REI equivalent for operations planning analysis of interchange schedules. IEEE Trans. Power Syst. 1990, 5, 547–555. [Google Scholar] [CrossRef]
- Chow, J.H.; Winkelman, J.R.; Pai, M.A.; Sauer, P.W. Singular perturbation analysis of large-scale power systems. Int. J. Electr. Power Energy Syst. 1990, 12, 117–126. [Google Scholar] [CrossRef]
- Litz, L. Order reduction of linear state-space models via optimal approximation of the nondominant modes. IFAC Proc. 1980, 13, 195–202. [Google Scholar] [CrossRef]
- Wang, S.; Lu, S.; Zhou, N.; Lin, G.; Elizondo, M.; Pai, M.A. Dynamic-feature extraction, attribution, and reconstruction (DEAR) method for power system model reduction. IEEE Trans. Power Syst. 2014, 29, 2049–2059. [Google Scholar] [CrossRef]
- Chaniotis, D.; Pai, M.A. Model reduction in power systems using Krylov subspace methods. IEEE Trans. Power Syst. 2005, 20, 888–894. [Google Scholar] [CrossRef]
- Scarciotti, G. Model reduction of power systems with preservation of slow and poorly damped modes. In Proceedings of the 2015 IEEE Power & Energy Society General Meeting, Denver, CO, USA, 26–30 July 2015; pp. 1–5. [Google Scholar]
- Joo, S.; Liu, C.; Jones, L.E.; Choe, J. Coherency and aggregation techniques incorporating rotor and voltage dynamics. IEEE Trans. Power Syst. 2004, 9, 1068–1075. [Google Scholar] [CrossRef]
- Khalil, A.M.; Iravani, R. Power system coherency identification under high depth of penetration of wind power. IEEE Trans. Power Syst. 2018, 33, 5401–5409. [Google Scholar] [CrossRef]
- Gong, Z.; Mao, J.; Junyent-Ferré, A.; Scarciotti, G. Model Order Reduction of Large-Scale Wind Farms: A Data-Driven Approach. IEEE Trans. Power Syst. 2025, 40, 3487–3498. [Google Scholar] [CrossRef]
- Yan, W.; Zhang, C.; Tang, J.; Qian, W.; Li, S.; Wang, Q. A black-box external equivalent method using tie-line power mutation. IEEE Access 2019, 7, 11997–12005. [Google Scholar] [CrossRef]
- Stankovic, A.M.; Saric, A.T. Transient power system analysis with measurement-based gray box and hybrid dynamic equivalents. IEEE Trans. Power Syst. 2004, 19, 455–462. [Google Scholar] [CrossRef]
- Shahzad, U. Artificial Neural Network For Transient Stability Assessment: A Review. arXiv 2022, arXiv:2206.06800. [Google Scholar]
- Marugán, A.P.; Márquez, F.P.G.; Perez, J.M.P.; Ruiz-Hernández, D. A survey of artificial neural network in wind energy systems. Appl. Energy 2018, 228, 1822–1836. [Google Scholar] [CrossRef]
- Pazikadin, A.R.; Rifai, D.; Ali, K.; Malik, M.Z.; Abdalla, A.N.; Faraj, M.A. Solar irradiance measurement instrumentation and power solar generation forecasting based on Artificial Neural Networks (ANN): A review of five years research trend. Sci. Total Environ. 2020, 715, 136848. [Google Scholar] [CrossRef]
- Sideratos, G.; Ikonomopoulos, A.; Hatziargyriou, N.D. A novel fuzzy-based ensemble model for load forecasting using hybrid deep neural networks. Electr. Power Syst. Res. 2020, 178, 106025. [Google Scholar] [CrossRef]
- Chandrasekaran, K.; Selvaraj, J.; Amaladoss, C.R.; Veerapan, L. Hybrid renewable energy based smart grid system for reactive power management and voltage profile enhancement using artificial neural network. Energy Sources Part A Recover. Util. Environ. Eff. 2021, 43, 2419–2442. [Google Scholar] [CrossRef]
- Stankovic, A.M.; Saric, A.T.; Milosevic, M. Identification of nonparametric dynamic power system equivalents with artificial neural networks. IEEE Trans. Power Syst. 2003, 18, 1478–1486. [Google Scholar] [CrossRef]
- Shakouri, H.; Radmanesh, H.R. Identification of a continuous time nonlinear state space model for the external power system dynamic equivalent by neural networks. Int. J. Electr. Power Energy Syst. 2009, 31, 334–344. [Google Scholar] [CrossRef]
- Cai, C.; Wu, M.; Dou, L.; Dou, Z.; Zheng, J. Micro-grid dynamic modeling based on RBF Artificial Neural Network. In Proceedings of the 2014 International Conference on Power System Technology, Chengdu, China, 20–22 October 2014; pp. 3348–3353. [Google Scholar]
- Vt, S.E.; Shin, Y.C. Radial basis function neural network for approximation and estimation of nonlinear stochastic dynamic systems. IEEE Trans. Neural Netw. 1994, 5, 594–603. [Google Scholar]
- Tong, N.; Jiang, Z.; You, S.; Zhu, L.; Deng, X.; Xue, Y.; Liu, Y. Dynamic equivalence of large-scale power systems based on boundary measurements. In Proceedings of the 2020 American Control Conference (ACC), Denver, CO, USA, 1–3 July 2020; pp. 3164–3169. [Google Scholar]
- Kim, J.; Kasabov, N. HyFIS: Adaptive neuro-fuzzy inference systems and their application to nonlinear dynamical systems. Neural Netw. 1999, 12, 1301–1319. [Google Scholar] [CrossRef] [PubMed]
- Han, C.; Changhong, D.; Dalu, L. Recurrent neural network-based dynamic equivalencing in power system. In Proceedings of the 2007 IEEE International Conference on Control and Automation, Guangzhou, China, 30 May–1 June 2007; pp. 2396–2399. [Google Scholar]
- Azmy, A.M.; Erlich, I.; Sowa, P. Artificial neural network-based dynamic equivalents for distribution systems containing active sources. IEEE Proc.-Gener. Transm. Distrib. 2004, 151, 681–688. [Google Scholar] [CrossRef]
- Zheng, C.; Wang, S.; Liu, Y.; Liu, C.; Xie, W.; Fang, C.; Liu, S. A novel equivalent model of active distribution networks based on LSTM. IEEE Trans. Neural Netw. Learn. Syst. 2019, 30, 2611–2624. [Google Scholar] [CrossRef] [PubMed]
- Li, Y.; Yang, J.; Wang, H.; Cui, J.; Ma, Y.; Huang, S. Dynamic equivalent modeling for microgrid based on GRU. Energy Rep. 2020, 6, 1291–1297. [Google Scholar] [CrossRef]
- Cai, C.; Liu, H.; Tao, Y.; Deng, Z.; Dai, W.; Chen, J. Microgrid equivalent modeling based on long short-term memory neural network. IEEE Access 2020, 8, 23120–23133. [Google Scholar] [CrossRef]
- Li, Y.; Guerrero, J.M.; Yang, J.; Guan, Y.; Ma, G.; Feng, J. Dynamic equivalent modeling for black-box microgrid under multi-operating-point by using LSTM. Csee J. Power Energy Syst. 2022, 10, 639–648. [Google Scholar]
- Xu, A.; Wang, R.; Weng, X.; Wu, Q.; Zhuang, L. Strategic integration of adaptive sampling and ensemble techniques in federated learning for aircraft engine remaining useful life prediction. Appl. Soft Comput. 2025, 175, 113067. [Google Scholar] [CrossRef]
- Kang, W.; Wang, D.; Jongbloed, G.; Hu, J.; Chen, P. Robust Transfer Learning for Battery Lifetime Prediction Using Early Cycle Data. IEEE Trans. Ind. Inform. 2025, 21, 4639–4648. [Google Scholar] [CrossRef]
- Shen, J.; Ma, T.; Song, D.; Xu, F. An embedded physical information network for blade crack detection considering dynamic multi-level credibility. Mech. Syst. Signal Process. 2025, 224, 111948. [Google Scholar] [CrossRef]
- Weiss, K.; Khoshgoftaar, T.M.; Wang, D. A survey of transfer learning. J. Big Data 2016, 3, 9. [Google Scholar] [CrossRef]
- Meghdadi, S.; Tack, G.; Liebman, A.; Langrené, N.; Bergmeir, C. Versatile and robust transient stability assessment via instance transfer learning. In Proceedings of the 2021 IEEE Power & Energy Society General Meeting (PESGM), Washington, DC, USA, 26–29 July 2021; pp. 1–5. [Google Scholar]
- Ren, C.; Xu, Y.; Dai, B.; Zhang, R. An integrated transfer learning method for power system dynamic security assessment of unlearned faults with missing data. IEEE Trans. Power Syst. 2021, 36, 4856–4859. [Google Scholar] [CrossRef]
- Liu, Y.; Wang, J. Transfer learning based multi-layer extreme learning machine for probabilistic wind power forecasting. Appl. Energy 2022, 312, 118729. [Google Scholar] [CrossRef]
- Sarmas, E.; Dimitropoulos, N.; Marinakis, V.; Mylona, Z.; Doukas, H. Transfer learning strategies for solar power forecasting under data scarcity. Sci. Rep. 2022, 12, 14643. [Google Scholar] [CrossRef] [PubMed]
- Mocanu, E.; Nguyen, P.H.; Kling, W.L.; Gibescu, M. Unsupervised energy prediction in a Smart Grid context using reinforcement cross-building transfer learning. Energy Build. 2016, 116, 646–655. [Google Scholar] [CrossRef]
- Xu, B.; Guo, F.; Wen, C.; Deng, R.; Zhang, W. Detecting False Data Injection Attacks in Smart Grids with Modeling Errors: A Deep Transfer Learning Based Approach. arXiv 2021, arXiv:2104.06307. [Google Scholar]
- Zhu, Z.; Geng, G.; Jiang, Q. Power system dynamic model reduction based on extended Krylov subspace method. IEEE Trans. Power Syst. 2016, 31, 4483–4494. [Google Scholar] [CrossRef]
- Wang, X.; Song, Y.; Irving, M. Modern Power Systems Analysis; Springer Science & Business Media: Berlin/Heidelberg, Germany, 2010. [Google Scholar]
- Karrari, M.; Malik, O.P. Identification of physical parameters of a synchronous generator from online measurements. IEEE Trans. Energy Convers. 2004, 19, 407–415. [Google Scholar] [CrossRef]
- Kenyon, R.W.; Bossart, M.; Marković, M.; Doubleday, K.; Matsuda-Dunn, R.; Mitova, S.; Julien, S.A.; Hale, E.T.; Hodge, B. Stability and control of power systems with high penetrations of inverter-based resources: An accessible review of current knowledge and open questions. Sol. Energy 2020, 210, 149–168. [Google Scholar] [CrossRef]
- Kundur, P.S.; Malik, O.P. Power System Stability and Control; McGraw-Hill Education: New York, NY, USA, 2022. [Google Scholar]
- Zhuang, F.; Qi, Z.; Duan, K.; Xi, D.; Zhu, Y.; Zhu, H.; Xiong, H.; He, Q. A comprehensive survey on transfer learning. Proc. IEEE 2020, 109, 43–76. [Google Scholar] [CrossRef]
- Iman, M.; Arabnia, H.R.; Rasheed, K. A review of deep transfer learning and recent advancements. Technologies 2023, 11, 40. [Google Scholar] [CrossRef]
- Aththanayake, L.; Mahmud, A.; Hosseinzadeh, N.; Gargoom, A. Performance Analysis of Regression and Artificial Neural Network Schemes for Dynamic Model Reduction of Power Systems. In Proceedings of the 2021 3rd International Conference on Smart Power & Internet Energy Systems (SPIES), Shanghai, China, 25–28 September 2021; pp. 358–363. [Google Scholar]
- Aththanayake, L.; Hosseinzadeh, N.; Mahmud, A.; Gargoom, A.; Farahani, E.M. Comparison of different techniques for voltage stability analysis of power systems. In Proceedings of the 2020 Australasian Universities Power Engineering Conference (AUPEC), Hobart, Australia, 29 November–2 December 2020; pp. 1–6. [Google Scholar]
- IEEE P1110/D06; IEEE Draft Guide for Synchronous Generator Modeling Practices and Parameter Verification with Applications in Power System Stability Analyses. IEEE: Piscataway, NJ, USA, 2019; pp. 1–91.
- Gibbard, M.; Vowles, D. Simplified 14-Generator Model of the South East Australian Power System; The University of Adelaide: Adelaide, Australia, 2014; Volume 18, pp. 1–38. [Google Scholar]
- SIEMENS. PSSE Program Application Guide Volume 1; SIEMENS: Munich, Germany, 2017. [Google Scholar]
- Aksan, F.; Li, Y.; Suresh, V.; Janik, P. CNN-LSTM vs. LSTM-CNN to Predict Power Flow Direction: A Case Study of the High-Voltage Subnet of Northeast Germany. Sensors 2023, 23, 901. [Google Scholar] [CrossRef]
- Feng, R.; Wajid, K.; Faheem, M.; Wang, J.; Subhan, F.; Bhutta, M.S. Uniform Physics Informed Neural Network Framework for Microgrid and Its Application in Voltage Stability Analysis. IEEE Access 2025, 13, 8110–8126. [Google Scholar] [CrossRef]
O.P. | Tech. | Pred. | MAE | Time (s) | No. of Epochs | Batch Size | |
---|---|---|---|---|---|---|---|
base case | DNN | P | 30 | 100 | |||
OP1 (Q) | DTL | Q | 9 | 100 | |||
OP1 (Q) | DNN | Q | 30 | 100 | |||
OP2 | DTL | P | 13 | 100 | |||
OP2 | DNN | P | 36 | 100 | 15 | ||
OP3 | DTL | P | 8 | 100 | |||
OP3 | DNN | P | 14 | 100 | |||
OP4 | DTL | P | 14 | 8 | 100 | ||
OP4 | DNN | P | 19 | 100 | |||
OP5 | DTL | P | 12 | 100 | |||
OP5 | DNN | P | 12 | 100 | |||
OP6 | DTL | P | 8 | 100 | |||
OP6 | DNN | P | 19 | 100 | |||
OP7 (Q) | DTL | Q | 11 | 100 | |||
OP7 (Q) | DNN | Q | 19 | 100 |
O.P. | Tech. | Pred. | MAE | Time (s) | No. of Epochs | Batch Size | |
---|---|---|---|---|---|---|---|
base case | DNN | P | 30 | 100 | 42 | ||
OP8 | DTL | P | 16 | 100 | |||
OP8 | DNN | P | 15 | 100 | |||
OP9 | DTL | P | 9 | 100 | |||
OP9 | DNN | P | 15 | 100 | |||
OP10 | DTL | P | 7 | 100 | |||
OP10 | DNN | P | 13 | 100 | |||
OP11 (Q) | DTL | P | 14 | 100 | |||
OP11 (Q) | DNN | P | 12 | 100 | |||
OP12 | DTL | P | 16 | 100 | |||
OP12 | DNN | P | 28 | 100 |
O.P. | Technique | Metric | Mean | Std. Deviation | 95% CI Lower | 95% CI Upper |
---|---|---|---|---|---|---|
OP2 | DTL | MAE | 9.17 | 0.45 | 8.64 | 9.70 |
OP2 | DNN | MAE | 14.22 | 0.72 | 13.35 | 15.09 |
OP2 | DTL | 0.88 | 0.02 | 0.83 | 0.93 | |
OP2 | DNN | 0.77 | 0.03 | 0.70 | 0.84 | |
OP6 | DTL | MAE | 8.20 | 0.38 | 7.73 | 8.67 |
OP6 | DNN | MAE | 16.80 | 0.65 | 15.99 | 17.61 |
OP9 | DTL | MAE | 12.93 | 0.55 | 12.24 | 13.62 |
OP9 | DNN | MAE | 23.79 | 0.88 | 22.64 | 24.94 |
OP | Method | MAE | Training Time (s) | |
---|---|---|---|---|
OP2 | DTL | 9.17 | 0.88 | 13 |
OP2 | DNN | 14.22 | 0.77 | 36 |
OP2 | LSTM | 12.34 | 0.82 | 45 |
OP2 | PINN | 10.56 | 0.90 | 28 |
OP6 | DTL | 8.20 | 0.93 | 8 |
OP6 | DNN | 16.80 | 0.80 | 19 |
OP6 | LSTM | 11.78 | 0.85 | 32 |
OP6 | PINN | 10.32 | 0.94 | 22 |
OP9 | DTL | 12.93 | 0.87 | 9 |
OP9 | DNN | 23.79 | 0.56 | 15 |
OP9 | LSTM | 11.45 | 0.89 | 38 |
OP9 | PINN | 13.78 | 0.86 | 25 |
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
Aththanayake, L.; Kaur, D.; Islam, S.N.; Gargoom, A.; Hosseinzadeh, N. A Transfer-Learning-Based Approach to Symmetry-Preserving Dynamic Equivalent Modeling of Large Power Systems with Small Variations in Operating Conditions. Symmetry 2025, 17, 1023. https://doi.org/10.3390/sym17071023
Aththanayake L, Kaur D, Islam SN, Gargoom A, Hosseinzadeh N. A Transfer-Learning-Based Approach to Symmetry-Preserving Dynamic Equivalent Modeling of Large Power Systems with Small Variations in Operating Conditions. Symmetry. 2025; 17(7):1023. https://doi.org/10.3390/sym17071023
Chicago/Turabian StyleAththanayake, Lahiru, Devinder Kaur, Shama Naz Islam, Ameen Gargoom, and Nasser Hosseinzadeh. 2025. "A Transfer-Learning-Based Approach to Symmetry-Preserving Dynamic Equivalent Modeling of Large Power Systems with Small Variations in Operating Conditions" Symmetry 17, no. 7: 1023. https://doi.org/10.3390/sym17071023
APA StyleAththanayake, L., Kaur, D., Islam, S. N., Gargoom, A., & Hosseinzadeh, N. (2025). A Transfer-Learning-Based Approach to Symmetry-Preserving Dynamic Equivalent Modeling of Large Power Systems with Small Variations in Operating Conditions. Symmetry, 17(7), 1023. https://doi.org/10.3390/sym17071023