Abstract
The increasing penetration of renewable energy resources degrades the frequency stability of power systems. The present work addresses this issue by proposing a look-ahead dispatch model of power systems based on a linear alternating current optimal power flow framework with nonlinear frequency constraints. Meanwhile, the poor efficiency for solving this formulation is addressed by introducing a physics-informed neural network (PINN) to predict key frequency-control parameter values accurately. The PINN ensures that the learned results are applicable to the original physical frequency dynamics model, and applying the predicted parameter values enables the resulting dispatch model to be solved quickly and efficiently using readily available commercial solvers. The feasibility and advantages of the proposed model are demonstrated by the results of numerical computations applied to a modified IEEE 118-bus test system.
THE increasing demand for alternative energy technologies in recent years has been progressively replacing the conventional rotational generation facilities in power systems with an increasing proportion of renewable energy sources (RESs) such as wind and photovoltaic (PV) power [
The intra-day look-ahead dispatch [
Among existing efforts to improve the efficiency for solving look-ahead dispatch models, the use of deep neural networks (DNNs) is demonstrated to be promising for providing data-driven solutions with limited computational resources to physics-related problems like dispatch models in which the physical mechanism is not fully understood [
The frequency control parameters enabling RES unit themselves to provide frequency regulation support to power systems are designed according to the modeled frequency dynamics of the power system. Currently, this modeling is conducted based on a derivation of the low-order frequency response model of the power system [
Despite the challenges associated with extending DL approaches within the domain of power systems, a number of studies have greatly increased the speed with which solutions can be obtained for dispatch models applied to large-scale power systems. For example, [
One state-of-the-art approach addressing these shortcomings in DL approaches involves the incorporation of known physical laws that govern a given dataset in the learning process using physics-informed neural networks (PINNs) [
1) The proposed model ensures practical real-time frequency-controlled operation by co-optimizing the virtual inertia parameters and droop control coefficients applied for RES and ESS units.
2) The profoundly negative impact of the nonlinear frequency constraints on the solution process is addressed by applying a PINN to predict the virtual inertia parameters and droop coefficients of RES and ESS units based on the active power demands, reactive power demands, RES outputs, and commitment states of thermal generators, which are employed as penalty terms in the loss function applied for training the PINN. In contrast to the use of a conventional DNN, the PINN ensures that the learned results are applicable to the original physical frequency dynamics model of the power system. In addition, the application of these predicted terms transforms the proposed model into a Quadratic constrained programming (QCP) model with quadratic terms only in the objective function and all other constraints being linear constraints, which can be solved quickly and efficiently using readily available commercial solvers.
3) The results of numerical computations applied to a modified IEEE 118-bus test system (denoted as test system) demonstrate that the proposed model can reduce operation costs while ensuring frequency safety under small power disturbances. Meanwhile, the frequency safety can be ensured under large power disturbances with very modest cost increases by adjusting the virtual inertia and droop control coefficients of RESs and ESSs. Moreover, the PINN-assisted approach is demonstrated to improve the solution efficiency greatly compared with model-assisted solution approaches, and reduces the number of violations in the frequency security constraints compared with a DNN-assisted approach.
The remainder of this paper is organized as follows. Section II introduces the model framework and frequency constraints. Section III presents the solution methodology. The results of the case studies are presented in Section IV. Finally, conclusions are drawn in Section V.
In this section, we first introduce the linear AC-OPF framework. Then, the nonlinear frequency constraints are provided in detail. Finally, we present a look-ahead dispatch model for the power system that integrates linear AC-OPF while considering frequency security constraints.
The standard linear AC-OPF framework can be formulated as:
(1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
(9) |
(10) |
Objective function (1) aims to minimize the total generation cost. Constraints (2) and (3) are the nodal active and reactive power balance equations, respectively. Constraints (4) and (5) govern the branch flows. The minimum and maximum limits on the active and reactive power of each generator are enforced by constraints (6) and (7), respectively. Constraint (8) limits the voltage magnitude at each bus. Constraints (9) and (10) restrict the branch flows and voltage phase angles, respectively. It is evident that constraints (2)-(5) and (9) in the above AC-OPF framework are nonlinear. Therefore, this framework can be linearized by converting these constraints into linear constraints. As provided in [
Thus, the following equations are obtained as:
(11) |
(12) |
Here, the following loss terms have been applied.
(13) |
(14) |
As is observed in constraints (2) and (3), constraints (11) and (12) as well as their corresponding loss terms (13) and (14) can be considered as linear constraints with respect to . Constraint (9) is transformed using the piecewise linearization approach [
(15) |
Accordingly, objective function (1) and constraints (2), (3), (6)-(8), and (10)-(15) constitute linear AC-OPF model.
The following analytical expression of the frequency dynamics after a step disturbance , e.g., the maximum thermal generator output or the tie-line capacity, can be obtained according to a previously proposed aggregated system frequency model [
(16) |
The following previously defined terms have been applied.
(17) |
(18) |
(19) |
(20) |
(21) |
The detailed physical meanings of , , , , and can be found in [
(22) |
(23) |
In addition, we note that when . Therefore, the frequency nadir and steady-state frequency constraints of the system can be written as:
(24) |
(25) |
The expressions for parameters H, R, and F are defined as:
(26) |
(27) |
(28) |
Finally, the reserve constraints for RESs and ESSs are:
(29) |
(30) |
(31) |
The look-ahead dispatch model based on the linear AC-OPF framework presented above in conjunction with the proposed frequency constraints can be given as:
(32) |
(33) |
(34) |
(35) |
(36) |
(37) |
(38) |
(39) |
(40) |
(41) |
(42) |
(43) |
(44) |
(45) |
(46) |
(47) |
(48) |
(49) |
(50) |
(51) |
(52) |
(53) |
(54) |
Constraints (11)-(15), (17)-(22), (24)-(31) | (55) |
Objective function (32) seeks to minimize the operation cost of the power system, including the variable operation costs of the thermal generators and reserve cost, and the power losses of ESSs. Constraints (33) and (34) represent nodal power balance equations. Constraint (35) restricts the ramping rates of thermal generators. Constraints (36) and (37) limit the output power of thermal generators. Constraints (38) and (45) limit the reserve capacity of thermal generators. Constraints (29)-(31) and (39)-(41) restrict the backup capacities of RESs and ESSs. Constraints (42)-(44) limit the power outputs of PV, wind, and ESS units, respectively. Constraints (46) and (47) restrict the power losses of ESSs. Constraints (48) and (49) define acceptable power losses for ESS units during charge and discharge, respectively. Constraints (50) and (51) restrict the state of charge (SoC) for ESS units. Constraints (52)-(54) limit the allowable adjustment ranges for the virtual inertia parameters and droop coefficients of RES and ESS units.
This section elaborates on the construction of the loss function in PINN and provides the structural diagram of PINN. Then, it provides the application of PINN in solving the look-ahead dispatch model for power systems.
The structure of the DNN applied in the present work follows that of the standard neural network shown in
(56) |

Fig. 1 Schematic architecture of a standard neural network.
The proposed PINN structure is illustrated in

Fig. 2 Porposed PINN structure.
The process employed for training the PINN in this paper involves a modified loss function, which is based on the MSE obtained for the virtual inertia parameters and droop control coefficients of the RES and ESS units. Therefore, the loss function is rendered as:
(57) |
In addition, we add the following penalties to the loss function to ensure that and meet the relevant constraints.
(58) |
(59) |
Finally, we add the following frequency-related constraints, including a steady-state frequency constraint and a nadir frequency constraint, to the loss function to ensure that the learned parameters are applicable to the original physical frequency dynamics model of the power system and meet the frequency constraints.
(60) |
(61) |
This yields the following loss function for training the PINN.
(62) |
The prediction performance of the PINN depends significantly on these weights. Therefore, these values must be selected appropriately to minimize the MSE effectively, as well as to reduce the chance of constraint violations.
Firstly, sample data pertaining to the and values of RES and ESS units, the active power demands, the reactive power demands, the RES outputs, and the commitment states of thermal generators for a representative power system are prepared for training and testing the PINN. Due to the challenge of obtaining a large volume of historical data, we utilize historical data from a specific region in Jiangsu Province, China, in 2022 as a reference dataset. To ensure data diversity and universality, we use Python to generate 10950 load data points, where the loads stochastically fluctuate between 95% and 105% of their reference values. Additionally, we generate 10950 renewable energy data points, with RES outputs varying stochastically between 90% and 110% of their reference values. When applied to actual power systems, this approach anticipates that over time, training samples will accumulate a sufficient amount of historical data. The commitment states of thermal generators are generated based on solutions of the previously proposed frequency-constrained UC (FCUC) model [
Parameter | Numerical value | Parameter | Numerical value |
---|---|---|---|
Optimizer | Adam | Learning rate | 1× |
Training epoch | 2000 | Layer | 5 |
The and values of each RES and ESS unit predicted by the PINN are then substituted into the proposed model, which makes the variable terms in (17)-(22) and constraints (24)-(31) constant. Thereby, the proposed model is transformed into a QCP form with quadratic terms only in the objective function and all other constraints being linear. The proposed model is then quickly and efficiently solved using the GUROBI solver in the general algebraic modeling system (GAMS).
The effectiveness of the proposed model is evaluated based on numerical computations involving the test system, as shown in

Fig. 3 Structure of test system.
Rated capacity (MWh) | The maximum charge/discharge power (MW/h) | Initial state (MW) | Charge/discharge efficiency (%) |
---|---|---|---|
240 | 100 | 200 | 96 |
The nominal system frequency is set to be 50 Hz, and the maximum allowable frequency deviation and steady-state deviation are 0.5 Hz and 0.25 Hz, respectively. The parameters and range values of RES and ESS units are listed in
Type | Approach | H (s) | R |
---|---|---|---|
PV | F | 2 | 0.067 |
V | 2-5 | 0.04-0.1 | |
Wind farm | F | 3 | 0.067 |
V | 2-5 | 0.04-0.1 | |
ESS | F | 4 | 0.067 |
V | 2-5 | 0.04-0.1 |
The effects of varying values of and on the frequency response of the test system are presented, as shown in Figs.

Fig. 4 Frequency response of test system for fixed and varying values of .

Fig. 5 Frequency response of test system for fixed and varying values of .
The look-ahead dispatch results are evaluated for the test system under fixed values of and (scenario 1) and varying values of and (scenario 2) in conjunction with the net load demand and RES outputs presented in

Fig. 6 Net load demand and RES output curves for test system.
The computation time required for solving the proposed model and the total operation cost obtained at for 45 min period in the two scenarios are listed, as shown in
Scenario | Computation time (s) | Total operation cost ($) |
---|---|---|
1 | 0.651 | 468623 |
2 | 6.471 | 478760 |

Fig. 7 and values in scenario 2 when . (a) H for PV station. (b) H for wind farm. (c) H for ESS. (d) R for PV station. (e) R for wind farm. (f) R for ESS.
As can be observed from
The increased computation time is an obvious effect of including constraints (24) and (25) in the proposed model. The slightly increased operation cost of the test system will be discussed later. In addition, the results in
The dynamic frequency response curves when are presented, as shown in

Fig. 8 Dynamic frequency response curves of test system when in scenarios 1 and 2 at 11:30.
The impact of the step disturbance on the results of the proposed model in scenarios 1 and 2 is evaluated further by applying a slightly smaller step disturbance when to the test system with the net load demand and RES outputs maintained at the levels presented in
Scenario | Computation time (s) | Total operation cost ($) |
---|---|---|
1 | 0.464 | 468623 |
2 | 6.043 | 461427 |

Fig. 9 Dispatch results of and in scenario 2 when . (a) H for PV station. (b) H for wind farm. (c) H for ESS. (d) R for PV station. (e) R for wind farm. (f) R for ESS.

Fig. 10 Dynamic frequency response curves of test system when in scenarios 1 and 2 at 11:30.
In contrast to what is observed in
The dispatch results meet the frequency requirements of the test system more precisely than the substantial margin for frequency regulation obtained in scenario 1, and therefore they reduce the operation cost of the test system.
The voltage amplitude at each bus of the test system in scenario 2 when over the period from 11:00 to 11:45 is presented in

Fig. 11 Voltage amplitude at each bus in test system in scenario 2 when .
The same training dataset is applied for conducting three training sessions of the PINN and a DNN with an equivalent number of hidden layers, and the MSE and mean absolute percent error (MAPE) values obtained for and values predicted by the trained networks are compared for all three training sessions. In addition, the mean MSE (MMSE) and mean MAPE (MMAPE) values obtained over the three training sessions are also compared. The results are listed in
Type | Number | MSE | MMSE | MAPE (%) | MMAPE (%) |
---|---|---|---|---|---|
DNN | 1 | 0.021 | 0.0227 | 6.7 | 6.93 |
2 | 0.020 | 6.5 | |||
3 | 0.027 | 7.6 | |||
PINN | 1 | 0.015 | 0.0153 | 5.0 | 5.20 |
2 | 0.016 | 5.3 | |||
3 | 0.015 | 5.3 |
The performance of the model and approach proposed in this paper is evaluated by solving the model with 5 randomly selected samples from the testing dataset, while employing the approach facilitated by predictions of and values obtained from the trained PINN and DNN, as well as a conventional physics-driven (PD) approach [
Case | Cost ($) | ||
---|---|---|---|
DNN | PINN | PD | |
1 | 444022 (↑0.33%) | 444913 (↑0.53%) | 442580 |
2 | 414599 (↑0.56%) | 414684 (↑0.58%) | 412298 |
3 | 325297 (↑0.86%) | 322588 (↑0.02%) | 322522 |
4 | 337756 (↑0.03%) | 337940 (↑0.08%) | 337670 |
5 | 453735 (↑0.21%) | 455771 (↑0.66%) | 452781 |
Case | Time (s) | ||
---|---|---|---|
DNN | PINN | PD | |
1 | 0.400 (↓343.8×) | 0.423 (↓325.1×) | 137.537 |
2 | 0.877 (↓5.6×) | 0.729 (↓6.7×) | 4.909 |
3 | 0.759 (↓7.4×) | 0.785 (↓7.2×) | 5.628 |
4 | 0.423 (↓24.2×) | 0.466 (↓21.9×) | 10.222 |
5 | 0.444 (↓21.9×) | 0.432 (↓22.5×) | 9.741 |
However, the results observed for the machine learning approaches in Tables

Fig. 12 Frequency control performance of proposed model applied to test system over five different trials when being solved using DNN-assisted approach. (a) Frequency nadir value. (b) Steady-state frequency value.

Fig. 13 Frequency control performance of proposed model applied to test system over five different trials when being solved using PINN-assisted approach. (a) Frequency nadir value. (b) Steady-state frequency value.
This paper proposes a look-ahead dispatch model of power systems based on linear AC-OPF framework with nonlinear frequency constraints using PINNs. The PINN-assisted approach provides an accurate estimation of H and R, thus greatly reducing the computation burden of the traditional model-based look-ahead scheduling model. The main contributions are summarized as follows.
1) The results of numerical computations for the test system demonstrate that the proposed model can reduce operation costs while ensuring frequency safety under a small power disturbance when .
2) The frequency safety can be ensured under a larger power disturbance when with very modest cost increase by adjusting the and values of RES and ESS units.
3) The use of machine learning is demonstrated to decrease the computation time required for solving the proposed model dramatically from seconds or even minutes to tenths of a second.
4) The trained PINN is demonstrated to provide greater prediction performance for and values than an equivalently trained DNN with a similar architecture. This prediction performance is found to eliminate violations in the frequency constraints, where the use of the DNN produces numerous violations that cannot be tolerated in actual power system operation.
A frequency- or inertia-based ancillary service market can be established to incentivize generator/energy storage/RES to provide inertia support, which will be part of our future work.
Nomenclature
Symbol | —— | Definition |
---|---|---|
A. | —— | Indices and Sets |
—— | Set of thermal generators connected at bus i | |
—— | Set of wind farms connected at bus i | |
—— | Sets of photovoltaic (PV) stations and energy storage stations (ESSs) connected at bus i | |
—— | Set of transmission lines associated with node i | |
—— | ESS index (1 to total ESSs ) | |
—— | Thermal generator indexes (1 to total generators ) | |
—— | Number of training data points (1 to total points M) | |
—— | Bus node index (1 to total buses ) | |
—— | PV station index (1 to total PV stations ) | |
—— | Time index (1 to full period T) | |
—— | Wind farm index (1 to total wind farms ) | |
B. | —— | Parameters |
, , | —— | Corresponding weights applied to each of above-defined penalty terms |
α3, α4 | ||
—— | The maximum allowable frequency deviation | |
—— | The maximum allowable steady-state frequency deviation | |
—— | Imaginary power disturbance | |
—— | Scheduling time interval | |
—— | The maximum and minimum values of phase angle difference between node i and node j | |
—— | Charge and discharge efficiencies of ESS es | |
—— | Variable operation cost of thermal generator g | |
—— | Flexible reserve cost of thermal generator g | |
—— | Flexible reserve cost of wind farm w | |
—— | Flexible reserve cost of ESS es | |
—— | Flexible reserve cost of PV station pv | |
—— | Damping factor | |
—— | Upper and lower state of charge (SoC) bounds of ESS es | |
—— | Fraction of power generated by thermal generator g | |
—— | Nominal frequency | |
—— | Real and imaginary parts of in admittance matrix | |
—— | Conductance and susceptance of branch ij | |
—— | Virtual inertia of thermal generator g at time t | |
—— | Upper and lower virtual inertia bounds of wind farm w | |
—— | Upper and lower virtual inertia bounds of PV station pv | |
—— | Upper and lower virtual inertia bounds of ESS es | |
—— | Mechanical power gain factor | |
—— | The maximum and minimum active power outputs of thermal generator g at time t | |
—— | Active and reactive load demands d at node i | |
—— | Historical power output of wind farm w at time t | |
—— | Historical power output of PV station pv at time t | |
—— | Upper charge/discharge power bound of ESS es at time t | |
—— | The maximum and minimum reactive power outputs of thermal generator g | |
R | —— | Governor regulation constant |
—— | Governor regulation constant of thermal generator g | |
—— | Hourly ramp up and down capacities of thermal generator g | |
—— | Upper and lower droop coefficient bounds of wind farm w | |
—— | Upper and lower droop coefficient bounds of PV station pv | |
—— | Upper and lower droop coefficient bounds of ESS es | |
—— | Capacity of transmission line between node i and node j | |
—— | Reheat time constant | |
—— | Time to reach the lowest frequency | |
—— | The maximum and minimum voltage amplitudes at node i | |
, | —— | Values of v and θ in basic case |
—— | Actual value of the data point | |
—— | Estimated value of the data point | |
C. | —— | Variables |
—— | Voltage angle at node i | |
—— | Phase angle difference between node i and node j | |
—— | System total operation cost | |
—— | SoC of ESS es at time t | |
—— | System-equivalent turbine parameter at time t | |
—— | System-equivalent inertia constant at time t | |
—— | Virtual inertia of ESS es at time t | |
—— | Virtual inertia of wind farm w at time t | |
—— | Virtual inertia of PV station pv at time t | |
—— | Charge and discharge power losses of ESS es at time t | |
—— | Power loss of ESS es at time t | |
, | —— | Intermediate variables |
—— | Linear approximation of active power flow | |
—— | Active and reactive power losses of branch ij | |
—— | Active and reactive power outputs of thermal generator g | |
—— | Active and reactive power injections at bus i | |
—— | Active and reactive power flows from bus i to bus j | |
—— | Backup power of thermal generator g at time t | |
—— | Backup power of wind farm w at time t | |
—— | Backup power of PV station pv at time t | |
—— | Backup power of ESS es at time t | |
—— | Power outputs of wind farm w and PV station pv at time t | |
—— | Power output of ESS es at time t | |
—— | Linear approximation of reactive power flow | |
—— | System-equivalent governor regulation constant at time t | |
—— | Droop coefficient of ESS es at time t | |
—— | Droop coefficient of wind farm w at time t | |
—— | Droop coefficient of PV station pv at time t | |
—— | Voltage amplitudes at node i and node j |
References
H. Xu, B. Feng, C. Wang et al., “Exact box-constrained economic operating region for power grids considering renewable energy sources,”Journal of Modern Power Systems and Clean Energy, vol. 12, no. 2, pp. 514-523, Mar. 2024. [Baidu Scholar]
K. Das, F. Guo, E. Nuño et al., “Frequency stability of power system with large share of wind power under storm conditions,” Journal of Modern Power Systems and Clean Energy, vol. 8, no. 2, pp. 219-228, Mar. 2020. [Baidu Scholar]
L. Xie, P. M. S. Carvalho, L. A. F. M. Ferreira et al., “Wind integration in power systems: operational challenges and possible solutions,” Proceedings of the IEEE, vol. 99, no. 1, pp. 214-232, Jan. 2011. [Baidu Scholar]
C. Zhang, L. Liu, H. Cheng et al., “Frequency-constrained co-planning of generation and energy storage with high-penetration renewable energy,” Journal of Modern Power Systems and Clean Energy, vol. 9, no. 4, pp. 760-775, Jul. 2021. [Baidu Scholar]
J. Zhang, Z. Chen, N. Zhang et al., “Frequency-constrained unit commitments with linear rules extracted from simulation results considering regulations from battery storage,” Journal of Modern Power Systems and Clean Energy, vol. 11, no. 4, pp. 1041-1052, Jul. 2023. [Baidu Scholar]
L. Wang, H. Fan, J. Liang et al., “Multi-area frequency-constrained unit commitment for power systems with high penetration of renewable energy sources and induction machine load,” Journal of Modern Power Systems and Clean Energy, vol. 12, no. 3, pp. 754-766, May 2024. [Baidu Scholar]
Y.-K. Wu, S.-M. Chang, and P. Mandal, “Grid-connected wind power plants: a survey on the integration requirements in modern grid codes,” IEEE Transactions on Industry Applications, vol. 55, no. 6, pp. 5584-5593, Nov. 2019. [Baidu Scholar]
A. H. A. El-Kareem, M. A. Elhameed, and M. M. Elkholy, “Effective damping of local low frequency oscillations in power systems integrated with bulk PV generation,” Protection and Control Modern Power Systems, vol. 6, no. 4, pp. 512-524, Dec. 2021. [Baidu Scholar]
Z. Li, W. Wu, B. Zhang et al., “Efficient location of unsatisfiable transmission constraints in look-ahead dispatch via an enhanced lagrangian relaxation framework,” IEEE Transactions on Power Systems, vol. 30, no. 3, pp. 1233-1242, May 2015. [Baidu Scholar]
J. Liu, C. Wang, J. Zhao et al., “RoCoF constrained unit commitment considering spatial difference in frequency dynamics,” IEEE Transactions on Power Systems, vol. 39, no. 1, pp. 1111-1125, Jan. 2024. [Baidu Scholar]
S. Chen, A. J. Conejo, R. Sioshansi et al., “Unit commitment with an enhanced natural gas-flow model,” IEEE Transactions on Power Systems, vol. 34, no. 5, pp. 3729-3738, Sept. 2019. [Baidu Scholar]
W. Zheng, Z. Li, and H. Zhou, “Efficient robust look-ahead dispatch incorporating critical region preparation in gap time,” IEEE Transactions on Power Systems, vol. 36, no. 5, pp. 4840-4843, Sept. 2021. [Baidu Scholar]
B. K. Poolla, A. R. Hota, S. Bolognani et al., “Wasserstein distributionally robust look-ahead economic dispatch,” IEEE Transactions on Power Systems, vol. 36, no. 3, pp. 2010-2022, May 2021. [Baidu Scholar]
Y. Shen, W. Wu, B. Wang et al., “Optimal allocation of virtual inertia and droop control for renewable energy in stochastic look-ahead power dispatch,” IEEE Transactions on Sustainable Energy, vol. 14, no. 3, pp. 1881-1894, Jul. 2023. [Baidu Scholar]
C. Liu, H. Zhang, M. Shahidehpour et al., “A two-layer model for microgrid real-time scheduling using approximate future cost function,” IEEE Transactions on Power Systems, vol. 37, no. 2, pp. 1264-1273, Mar. 2022. [Baidu Scholar]
M. Maluenda, S. Córdova, A. Lorca et al., “Optimal operation scheduling of a PV-BESS-electrolyzer system for hydrogen production and frequency regulation,” Applied Energy, vol. 344, Aug. 2023. [Baidu Scholar]
A. J. Wood, B. F. Wollenberg, and G. B. Sheblé, Power Generation, Operation and Control. New York: Wiley, 1996. [Baidu Scholar]
Z. Yang, H. Zhong, A. Bose et al., “A linearized OPF model with reactive power and voltage magnitude: a pathway to improve the MW-only DC OPF,” IEEE Transactions on Power Systems, vol. 33, no. 2, pp. 1734-1745, Mar. 2018. [Baidu Scholar]
M. I. A. Shekeew and B. Venkatesh, “Learning-assisted variables reduction method for large-scale MILP unit commitment,” IEEE Open Access Journal of Power and Energy, vol. 10, pp. 245-258, Oct. 2023. [Baidu Scholar]
W. Huang, X. Pan, M. Chen et al., “DeepOPF-V: solving AC-OPF problems efficiently,” IEEE Transactions on Power Systems, vol. 37, no. 1, pp. 800-803, Jan. 2022. [Baidu Scholar]
J. Liu, H. Zang, L. Cheng et al., “A transformer-based multimodal-learning framework using sky images for ultra-short-term solar irradiance forecasting,” Applied Energy, vol. 342, p. 121160, Jul. 2023. [Baidu Scholar]
Y. Zhang, Z. Pan, H. Wang et al., “Achieving wind power and photovoltaic power prediction: an intelligent prediction system based on a deep learning approach,” Energy, vol. 283, p. 129005, Nov. 2023. [Baidu Scholar]
M. Zhou, M. Chen, and S. H. Low, “DeepOPF-FT: one deep neural network for multiple AC-OPF problems with flexible topology,” IEEE Transactions on Power Systems, vol. 38, no. 1, pp. 964-967, Jan. 2023. [Baidu Scholar]
P. M. Anderson and M. Mirheydar, “A low-order system frequency response model,” IEEE Transactions on Power Systems, vol. 5, no. 3, pp. 720-729, Aug. 1990. [Baidu Scholar]
Q. Shi, F. Li, and H. Cui, “Analytical method to aggregate multi-machine SFR model with applications in power system dynamic studies,” IEEE Transactions on Power Systems, vol. 33, no. 6, pp. 6355-6367, Nov. 2018. [Baidu Scholar]
J. F. Restrepo and F. D. Galiana, “Unit commitment with primary frequency regulation constraints,” IEEE Transactions on Power Systems, vol. 20, no. 4, pp. 1836-1842, Nov. 2005. [Baidu Scholar]
Z. Zhang, E. Du, F. Teng et al., “Modeling frequency dynamics in unit commitment with a high share of renewable energy,” IEEE Transactions on Power Systems, vol. 35, no. 6, pp. 4383-4395, Nov. 2020. [Baidu Scholar]
Y. Yuan, Y. Zhang, J. Wang et al., “Enhanced frequency-constrained unit commitment considering variable-droop frequency control from converter-based generator,” IEEE Transactions on Power Systems, vol. 38, no. 2, pp. 1094-1110, Mar. 2023. [Baidu Scholar]
H. Li, Y. Qiao, Z. Lu et al., “Frequency-constrained stochastic planning towards a high renewable target considering frequency response support from wind power,” IEEE Transactions on Power Systems, vol. 36, no. 5, pp. 4632-4644, Sept. 2021. [Baidu Scholar]
X. Zhao, H. Wei, J. Qi et al., “Frequency stability constrained optimal power flow incorporating differential algebraic equations of governor dynamics,” IEEE Transactions on Power Systems, vol. 36, no. 3, pp. 1666-1676, May 2021. [Baidu Scholar]
N. Yang, C. Yang, C. Xing et al., “Deep learning-based SCUC decision-making: an intelligent data-driven approach with self-learning capabilities,” IET Generation, Transmission and Distribution, vol. 16, no. 4, pp. 629-640, Apr. 2022. [Baidu Scholar]
B. Huang and J. Wang, “Applications of physics-informed neural networks in power systems – a review,” IEEE Transactions on Power Systems, vol. 38, no. 1, pp. 572-588, Jan. 2023. [Baidu Scholar]
R. Nellikkath and S. Chatzivasileiadis, “Physics-informed neural networks for AC optimal power flow,” Electric Power Systems Research, vol. 212, p. 108412, Nov. 2022. [Baidu Scholar]
X. Hu, H. Hu, S. Verma et al., “Physics-guided deep neural networks for power flow analysis,” IEEE Transactions on Power Systems, vol. 36, no. 3, pp. 2082-2092, May 2021. [Baidu Scholar]
M. E. C. Bento, “Physics-guided neural network for load margin assessment of power systems,” IEEE Transactions on Power Systems, vol. 39, no. 1, pp. 564-575, Jan. 2024. [Baidu Scholar]
S. Zhang, W. Gu, X. Zhang et al., “Steady-state security region of integrated energy system considering thermal dynamics,” IEEE Transactions on Power Systems, vol. 39, no. 2, pp. 4138-4153, Mar. 2024. [Baidu Scholar]
Z. Yang, H. Zhong, Q. Xia et al., “Optimal power flow based on successive linear approximation of power flow equations,” IET Generation, Transmission and Distribution, vol. 10, no. 14, pp. 3654-3662, Nov. 2016. [Baidu Scholar]
Z. Yang, A. Bose, H. Zhong et al., “Optimal reactive power dispatch with accurately modeled discrete control devices: a successive linear approximation approach,” IEEE Transactions on Power Systems, vol. 32, no. 3, pp. 2435-2444, May 2017. [Baidu Scholar]