首页 > 最新文献

Energy and AI最新文献

英文 中文
Predictive modelling of slurry viscosity using transfer learning to mitigate uncertainties in pilot-scale lithium-ion battery manufacturing process 使用迁移学习的浆液粘度预测建模,以减轻中试规模锂离子电池制造过程中的不确定性
IF 9.6 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-12-01 Epub Date: 2025-11-29 DOI: 10.1016/j.egyai.2025.100661
Mo'ath El-Dalahmeh, Om Siddhapura, Geanina Apachitei, Matthew Capener, James Marco, Adam Todd, Keri Goodwin, Mona Faraji Niri
Reliable prediction of slurry viscosity is essential for consistent electrode coating in lithium-ion battery manufacturing. This study investigates transfer learning to address deployment-phase uncertainty arising from batch-to-batch variability under pilot-scale conditions. Experimental data from two batches are used to model viscosity at 1, 10, and 100 1/s using four inputs: formulation, dispersant type, solid content percent, and solid dispersant percent. Linear baselines (ordinary least squares and ridge) are evaluated alongside tree ensembles and neural architectures, under identical splits and preprocessing. Results show consistent performance gains from transfer learning across all shear rates, with higher R2 and lower MAE and RMSE relative to no-transfer training. Across models, differences in backbone choice are secondary; the transfer step is the principal driver of improvement under the present data regime. Uncertainty is quantified using split-conformal prediction intervals, yielding nominal 90 percent coverage with narrower intervals after transfer learning. Small-data design choices are reported, including balanced splits and sensitivity checks with conservative augmentation used only for analysis. The findings indicate a practical and data-efficient route to viscosity prediction under sequential batches, supporting more robust model deployment in pilot-scale manufacturing.
在锂离子电池制造中,浆液粘度的可靠预测对于保证电极涂层的一致性至关重要。本研究探讨了迁移学习,以解决在中试规模条件下由批对批可变性引起的部署阶段不确定性。从两个批次的实验数据被用来模拟粘度在1,10,100 1/s使用四个输入:配方,分散剂类型,固体含量百分比和固体分散剂百分比。在相同的分割和预处理下,线性基线(普通最小二乘和脊线)与树集成和神经架构一起进行评估。结果显示,在所有剪切速率下,迁移学习的性能都有一致的提高,相对于无迁移训练,具有更高的R2和更低的MAE和RMSE。在各个模型中,骨干网选择的差异是次要的;在目前的数据制度下,转移步骤是改进的主要推动力。不确定性使用分裂-适形预测区间进行量化,在迁移学习后,以更窄的区间产生名义上90%的覆盖率。报告了小数据设计选择,包括平衡分裂和敏感性检查,保守增强仅用于分析。研究结果表明,在连续批次下,粘度预测是一种实用且数据高效的方法,支持在中试规模生产中更稳健的模型部署。
{"title":"Predictive modelling of slurry viscosity using transfer learning to mitigate uncertainties in pilot-scale lithium-ion battery manufacturing process","authors":"Mo'ath El-Dalahmeh,&nbsp;Om Siddhapura,&nbsp;Geanina Apachitei,&nbsp;Matthew Capener,&nbsp;James Marco,&nbsp;Adam Todd,&nbsp;Keri Goodwin,&nbsp;Mona Faraji Niri","doi":"10.1016/j.egyai.2025.100661","DOIUrl":"10.1016/j.egyai.2025.100661","url":null,"abstract":"<div><div>Reliable prediction of slurry viscosity is essential for consistent electrode coating in lithium-ion battery manufacturing. This study investigates transfer learning to address deployment-phase uncertainty arising from batch-to-batch variability under pilot-scale conditions. Experimental data from two batches are used to model viscosity at 1, 10, and 100 1/s using four inputs: formulation, dispersant type, solid content percent, and solid dispersant percent. Linear baselines (ordinary least squares and ridge) are evaluated alongside tree ensembles and neural architectures, under identical splits and preprocessing. Results show consistent performance gains from transfer learning across all shear rates, with higher R2 and lower MAE and RMSE relative to no-transfer training. Across models, differences in backbone choice are secondary; the transfer step is the principal driver of improvement under the present data regime. Uncertainty is quantified using split-conformal prediction intervals, yielding nominal 90 percent coverage with narrower intervals after transfer learning. Small-data design choices are reported, including balanced splits and sensitivity checks with conservative augmentation used only for analysis. The findings indicate a practical and data-efficient route to viscosity prediction under sequential batches, supporting more robust model deployment in pilot-scale manufacturing.</div></div>","PeriodicalId":34138,"journal":{"name":"Energy and AI","volume":"22 ","pages":"Article 100661"},"PeriodicalIF":9.6,"publicationDate":"2025-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145680992","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
EGBAD: Ensemble graph-boosted anomaly detection for user-level multi-energy load data EGBAD:用户级多能量负载数据的集成图增强异常检测
IF 9.6 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-12-01 Epub Date: 2025-10-01 DOI: 10.1016/j.egyai.2025.100627
Yuxuan Chen, Shuo Dai, Ruoyi Xu, Haipeng Xie, Yao Zhang
Anomaly detection is crucial for data-driven applications in integrated energy systems. Traditional anomaly detection methods primarily focus on one single energy load, often neglecting potential spatial correlations between multivariate energy time series. Meanwhile, addressing the imbalanced nature of user-level multi-energy load data remains a significant challenge. In this paper, we propose EGBAD, an Ensemble Graph-Boosted Anomaly Detection framework for user-level multi-energy load that leverages the advantages of graph relational analysis and ensemble learning. First, a dynamic graph construction method based on multidimensional scaling (MDS) is proposed to transform multi-energy load data into graph representations. These graphs are subsequently processed using graph convolutional network (GCN) to capture the spatiotemporal correlations between multi-energy load time series. In addition, to improve detection robustness under class imbalance, the entire training process is embedded within a Boosting ensemble learning framework, where the weight assigned to the minority class is progressively increased at each boosting stage. Experimental results on publicly real-world datasets demonstrate that the proposed model achieves superior anomaly detection accuracy compared to most baseline methods. Notably, it performs especially well in scenarios characterized by extreme data imbalance, achieving the highest recall and F1-score for anomaly detection.
异常检测对于综合能源系统中数据驱动的应用至关重要。传统的异常检测方法主要关注单个能量负荷,往往忽略了多元能量时间序列之间潜在的空间相关性。同时,解决用户级多能负荷数据的不平衡性仍然是一个重大挑战。在本文中,我们提出了EGBAD,一个针对用户级多能量负载的集成图增强异常检测框架,它利用了图关系分析和集成学习的优势。首先,提出了一种基于多维尺度(MDS)的动态图构建方法,将多能负荷数据转换为图表示。随后使用图卷积网络(GCN)对这些图进行处理,以捕获多能负荷时间序列之间的时空相关性。此外,为了提高类不平衡下的检测鲁棒性,将整个训练过程嵌入到Boosting集成学习框架中,在每个Boosting阶段逐步增加分配给少数类的权重。在公开的真实数据集上的实验结果表明,与大多数基线方法相比,该模型具有更高的异常检测精度。值得注意的是,它在数据极度不平衡的情况下表现得特别好,在异常检测方面达到了最高的召回率和f1分。
{"title":"EGBAD: Ensemble graph-boosted anomaly detection for user-level multi-energy load data","authors":"Yuxuan Chen,&nbsp;Shuo Dai,&nbsp;Ruoyi Xu,&nbsp;Haipeng Xie,&nbsp;Yao Zhang","doi":"10.1016/j.egyai.2025.100627","DOIUrl":"10.1016/j.egyai.2025.100627","url":null,"abstract":"<div><div>Anomaly detection is crucial for data-driven applications in integrated energy systems. Traditional anomaly detection methods primarily focus on one single energy load, often neglecting potential spatial correlations between multivariate energy time series. Meanwhile, addressing the imbalanced nature of user-level multi-energy load data remains a significant challenge. In this paper, we propose EGBAD, an <strong>E</strong>nsemble <strong>G</strong>raph-<strong>B</strong>oosted <strong>A</strong>nomaly <strong>D</strong>etection framework for user-level multi-energy load that leverages the advantages of graph relational analysis and ensemble learning. First, a dynamic graph construction method based on multidimensional scaling (MDS) is proposed to transform multi-energy load data into graph representations. These graphs are subsequently processed using graph convolutional network (GCN) to capture the spatiotemporal correlations between multi-energy load time series. In addition, to improve detection robustness under class imbalance, the entire training process is embedded within a Boosting ensemble learning framework, where the weight assigned to the minority class is progressively increased at each boosting stage. Experimental results on publicly real-world datasets demonstrate that the proposed model achieves superior anomaly detection accuracy compared to most baseline methods. Notably, it performs especially well in scenarios characterized by extreme data imbalance, achieving the highest recall and F1-score for anomaly detection.</div></div>","PeriodicalId":34138,"journal":{"name":"Energy and AI","volume":"22 ","pages":"Article 100627"},"PeriodicalIF":9.6,"publicationDate":"2025-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145219587","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A novel method for multivariate short-term offshore wind forecasting via time–frequency clustering and inverted attention 基于时频聚类和反向注意的多变量短期海上风预报新方法
IF 9.6 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-12-01 Epub Date: 2025-11-28 DOI: 10.1016/j.egyai.2025.100654
Keqi Chen , Tianshuai Pei , Lina Yang , Thomas Wu , Yunxuan Dong
Short-term offshore wind power forecasting is crucial for stable power system operations. However, accurate forecasting is hindered by multivariate interactions that generate multi-scale repetitive patterns and obscure cross-variate correlations. In this paper, we propose a hierarchical framework, the Time–Frequency Clustering Inverted Transformer, for multivariate offshore wind power forecasting. First, a Time–Frequency Clustering component applies Wavelet Packet Decomposition to each series and quantifies sub-series similarity by overall activity and evolutionary trend, grouping repetitive patterns into structured clusters. Second, an inverted Transformer captures multivariate correlations within clusters by treating time points of individual sub-series as variate tokens, enabling self-attention to focus on multivariate correlations rather than temporal dependencies. On two real-world offshore wind datasets (horizons 8–48 h), our proposed framework reduces MSE/MAE by 14.11% and outperforms 12 recognised baselines (e.g., PatchTST, TimesNet), with the advantage persisting even when the TFC component is applied to the baselines. Moreover, our method demonstrates remarkable generalisability on three public datasets (Solar-Energy, Traffic, and ECL), reducing MSE/MAE by 7.36%. These results indicate that associating repetitive patterns with attention to cross-variate structure materially improves multivariate offshore wind power forecasting.
海上风电短期预测对电力系统的稳定运行至关重要。然而,产生多尺度重复模式和模糊的交叉变量相关性的多变量相互作用阻碍了准确的预测。在本文中,我们提出了一种分层框架,即时频聚类逆变器,用于多元海上风电预测。首先,时频聚类组件对每个序列应用小波包分解,并根据整体活动和进化趋势量化子序列的相似性,将重复模式分组到结构化的聚类中。其次,倒置的Transformer通过将单个子序列的时间点作为变量标记来捕获集群内的多变量相关性,从而使自关注集中于多变量相关性而不是时间依赖性。在两个真实的海上风电数据集(8-48小时)上,我们提出的框架将MSE/MAE降低了14.11%,优于12个公认的基线(例如PatchTST, TimesNet),即使将TFC组件应用于基线,其优势也会持续存在。此外,我们的方法在三个公共数据集(Solar-Energy, Traffic和ECL)上显示出显著的通用性,将MSE/MAE降低了7.36%。这些结果表明,将重复模式与对交叉变量结构的关注联系起来,可以有效地改善多元海上风电预测。
{"title":"A novel method for multivariate short-term offshore wind forecasting via time–frequency clustering and inverted attention","authors":"Keqi Chen ,&nbsp;Tianshuai Pei ,&nbsp;Lina Yang ,&nbsp;Thomas Wu ,&nbsp;Yunxuan Dong","doi":"10.1016/j.egyai.2025.100654","DOIUrl":"10.1016/j.egyai.2025.100654","url":null,"abstract":"<div><div>Short-term offshore wind power forecasting is crucial for stable power system operations. However, accurate forecasting is hindered by multivariate interactions that generate multi-scale repetitive patterns and obscure cross-variate correlations. In this paper, we propose a hierarchical framework, the Time–Frequency Clustering Inverted Transformer, for multivariate offshore wind power forecasting. First, a Time–Frequency Clustering component applies Wavelet Packet Decomposition to each series and quantifies sub-series similarity by overall activity and evolutionary trend, grouping repetitive patterns into structured clusters. Second, an inverted Transformer captures multivariate correlations within clusters by treating time points of individual sub-series as variate tokens, enabling self-attention to focus on multivariate correlations rather than temporal dependencies. On two real-world offshore wind datasets (horizons 8–48 h), our proposed framework reduces MSE/MAE by 14.11% and outperforms 12 recognised baselines (e.g., PatchTST, TimesNet), with the advantage persisting even when the TFC component is applied to the baselines. Moreover, our method demonstrates remarkable generalisability on three public datasets (Solar-Energy, Traffic, and ECL), reducing MSE/MAE by 7.36%. These results indicate that associating repetitive patterns with attention to cross-variate structure materially improves multivariate offshore wind power forecasting.</div></div>","PeriodicalId":34138,"journal":{"name":"Energy and AI","volume":"22 ","pages":"Article 100654"},"PeriodicalIF":9.6,"publicationDate":"2025-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145680875","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Fast and generalisable parameter-embedded neural operators for lithium-ion battery simulation 用于锂离子电池仿真的快速、通用参数嵌入神经算子
IF 9.6 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-12-01 Epub Date: 2025-12-02 DOI: 10.1016/j.egyai.2025.100647
Amir Ali Panahi , Daniel Luder , Billy Wu , Gregory Offer , Dirk Uwe Sauer , Weihan Li
Digital twins of lithium-ion batteries are increasingly used to enable predictive monitoring, control, and design at system scale. Increasing their capabilities involves improving their physical fidelity while maintaining sub-millisecond computational speed. In this work, we introduce machine learning surrogates that learn physical dynamics. Specifically, we benchmark three operator-learning surrogates for the Single Particle Model (SPM): Deep Operator Networks (DeepONets), Fourier Neural Operators (FNOs) and a newly proposed parameter-embedded Fourier Neural Operator (PE-FNO), which conditions each spectral layer on particle radius and solid-phase diffusivity. We extend the comparison to classical machine-learning baselines by including U-Nets. Models are trained on simulated trajectories spanning four current families (constant, triangular, pulse-train, and Gaussian-random-field) and a full range of State-of-Charge (SOC) (0 % to 100 %). DeepONet accurately replicates constant-current behaviour but struggles with more dynamic loads. The basic FNO maintains mesh invariance and keeps concentration errors below 1 %, with voltage mean-absolute errors under 1.7 mV across all load types. Introducing parameter embedding marginally increases error but enables generalisation to varying radii and diffusivities. PE-FNO executes approximately 200 times faster than a 16-thread SPM solver. Consequently, PE-FNO’s capabilities in inverse tasks are explored in a parameter estimation task with Bayesian optimisation, recovering anode and cathode diffusivities with 1.14 % and 8.4 % mean absolute percentage error, respectively, and 0.5918 percentage points higher error in comparison with classical methods. These results pave the way for neural operators to meet the accuracy, speed and parametric flexibility demands of real-time battery management, design-of-experiments and large-scale inference. PE-FNO outperforms conventional neural surrogates, offering a practical path towards high-speed and high-fidelity electrochemical digital twins.
锂离子电池的数字孪生体越来越多地用于系统规模的预测监测、控制和设计。提高它们的能力需要提高它们的物理保真度,同时保持亚毫秒的计算速度。在这项工作中,我们引入了学习物理动力学的机器学习代理。具体来说,我们对单粒子模型(SPM)的三种算子学习替代方法进行了基准测试:深度算子网络(DeepONets)、傅立叶神经算子(FNOs)和新提出的参数嵌入傅立叶神经算子(PE-FNO),该算子根据粒子半径和固相扩散率来约束每个光谱层。我们通过包括U-Nets将比较扩展到经典的机器学习基线。模型在模拟轨迹上进行训练,这些轨迹跨越四个电流族(常量、三角形、脉冲序列和高斯随机场)和全范围的充电状态(SOC)(0%至100%)。DeepONet精确地复制了恒流行为,但在处理更多动态负载时遇到了困难。基本FNO保持网格不变性,将浓度误差保持在1%以下,所有负载类型的电压平均绝对误差低于1.7 mV。引入参数嵌入会略微增加误差,但可以泛化到不同的半径和扩散系数。PE-FNO的执行速度大约是16线程SPM求解器的200倍。因此,在贝叶斯优化参数估计任务中探索了PE-FNO在逆任务中的能力,回收阳极和阴极扩散系数的平均绝对百分比误差分别为1.14%和8.4%,与经典方法相比误差提高了0.5918个百分点。这些结果为神经算子满足实时电池管理、实验设计和大规模推理的准确性、速度和参数灵活性需求铺平了道路。PE-FNO优于传统的神经替代物,为实现高速高保真的电化学数字孪生提供了切实可行的途径。
{"title":"Fast and generalisable parameter-embedded neural operators for lithium-ion battery simulation","authors":"Amir Ali Panahi ,&nbsp;Daniel Luder ,&nbsp;Billy Wu ,&nbsp;Gregory Offer ,&nbsp;Dirk Uwe Sauer ,&nbsp;Weihan Li","doi":"10.1016/j.egyai.2025.100647","DOIUrl":"10.1016/j.egyai.2025.100647","url":null,"abstract":"<div><div>Digital twins of lithium-ion batteries are increasingly used to enable predictive monitoring, control, and design at system scale. Increasing their capabilities involves improving their physical fidelity while maintaining sub-millisecond computational speed. In this work, we introduce machine learning surrogates that learn physical dynamics. Specifically, we benchmark three operator-learning surrogates for the Single Particle Model (SPM): Deep Operator Networks (DeepONets), Fourier Neural Operators (FNOs) and a newly proposed parameter-embedded Fourier Neural Operator (PE-FNO), which conditions each spectral layer on particle radius and solid-phase diffusivity. We extend the comparison to classical machine-learning baselines by including U-Nets. Models are trained on simulated trajectories spanning four current families (constant, triangular, pulse-train, and Gaussian-random-field) and a full range of State-of-Charge (SOC) (0<!--> <!-->% to 100<!--> <!-->%). DeepONet accurately replicates constant-current behaviour but struggles with more dynamic loads. The basic FNO maintains mesh invariance and keeps concentration errors below 1<!--> <!-->%, with voltage mean-absolute errors under 1.7<!--> <!-->mV across all load types. Introducing parameter embedding marginally increases error but enables generalisation to varying radii and diffusivities. PE-FNO executes approximately 200 times faster than a 16-thread SPM solver. Consequently, PE-FNO’s capabilities in inverse tasks are explored in a parameter estimation task with Bayesian optimisation, recovering anode and cathode diffusivities with 1.14<!--> <!-->% and 8.4<!--> <!-->% mean absolute percentage error, respectively, and 0.5918 percentage points higher error in comparison with classical methods. These results pave the way for neural operators to meet the accuracy, speed and parametric flexibility demands of real-time battery management, design-of-experiments and large-scale inference. PE-FNO outperforms conventional neural surrogates, offering a practical path towards high-speed and high-fidelity electrochemical digital twins.</div></div>","PeriodicalId":34138,"journal":{"name":"Energy and AI","volume":"22 ","pages":"Article 100647"},"PeriodicalIF":9.6,"publicationDate":"2025-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145680996","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Whale algorithm optimized anode pressure controller for fuel cell systems in ejector recirculation mode 鲸鱼算法优化了燃料电池系统在喷射器再循环模式下的阳极压力控制器
IF 9.6 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-12-01 Epub Date: 2025-09-02 DOI: 10.1016/j.egyai.2025.100611
Wenjun Guo , Renkang Wang , Yu Qiu , Linhong Wu , Kai Li , Hao Tang
The anode pressure control in proton exchange membrane fuel cells (PEMFCs) significantly influences the stable operation of the hydrogen supply system and the internal gas circulation within the fuel cell. An efficient anode pressure control strategy is imperative for enhancing the overall system efficiency and mitigating lifespan degradation. Effective anode pressure control can prevent hydrogen starvation and instability in output performance under rapid load changes and purge disturbances. Fuzzy control has been extensively employed in anode pressure control studies. However, creating fuzzy rules in the control parameter’s tuning process in existing studies is predominantly dependent on expert knowledge, resulting in concerns about control accuracy. This study investigates the potential of employing the whale optimization algorithm to optimize the selection of fuzzy parameters. We first developed a control-oriented model to address the nonlinearity, coupling, and uncertainty in the hydrogen supply system. Then, based on the model and considering load variations and purge disturbances, we integrated feedforward compensation and fuzzy control into the conventional Proportional-Integral (PI) controller to suppress input disturbances, enhance control accuracy, and reduce the pressure response lag. Finally, an innovative fuzzy PI controller with the whale optimization algorithm is proposed to optimize the fuzzy parameter selection, thereby achieving precise anode pressure control. Simulation tests demonstrate that the whale-optimization-based fuzzy PI control (WFLPIF) reduces a root mean square error by 14.3 % (0.636 vs. 0.742) and a mean absolute percentage error by 28.8 % (0.037 vs. 0.052) compared to conventional PI control, while also outperforming feedforward-compensated fuzzy PI control (FLPIF) by 9.5 % in RMSE and 17.8 % in MAPE. This study substantiates the efficacy of the whale optimization algorithm in addressing the anode pressure stability control challenge of fuel cell hydrogen supply systems.
质子交换膜燃料电池(pemfc)的阳极压力控制对供氢系统的稳定运行和燃料电池内部气体循环有着重要的影响。有效的阳极压力控制策略对于提高系统整体效率和减少寿命退化是必不可少的。有效的阳极压力控制可以防止在负载快速变化和吹扫干扰下的氢饥饿和输出性能不稳定。模糊控制在阳极压力控制研究中得到了广泛应用。然而,在现有的研究中,在控制参数整定过程中模糊规则的创建主要依赖于专家知识,导致对控制精度的担忧。本研究探讨了采用鲸鱼优化算法优化模糊参数选择的潜力。我们首先开发了一个面向控制的模型来解决氢供应系统中的非线性、耦合和不确定性。然后,在此基础上,考虑负载变化和吹扫干扰,将前馈补偿和模糊控制集成到传统的比例积分(PI)控制器中,以抑制输入干扰,提高控制精度,减小压力响应滞后。最后,提出了一种创新的模糊PI控制器,采用鲸鱼优化算法对模糊参数选择进行优化,从而实现精确的阳极压力控制。仿真测试表明,与传统PI控制相比,基于鲸鱼优化的模糊PI控制(WFLPIF)的均方根误差降低了14.3% (0.636 vs. 0.742),平均绝对百分比误差降低了28.8% (0.037 vs. 0.052),同时在RMSE和MAPE方面也优于前馈补偿模糊PI控制(FLPIF) 9.5%和17.8%。本研究证实了鲸鱼优化算法在解决燃料电池供氢系统阳极压力稳定性控制挑战方面的有效性。
{"title":"Whale algorithm optimized anode pressure controller for fuel cell systems in ejector recirculation mode","authors":"Wenjun Guo ,&nbsp;Renkang Wang ,&nbsp;Yu Qiu ,&nbsp;Linhong Wu ,&nbsp;Kai Li ,&nbsp;Hao Tang","doi":"10.1016/j.egyai.2025.100611","DOIUrl":"10.1016/j.egyai.2025.100611","url":null,"abstract":"<div><div>The anode pressure control in proton exchange membrane fuel cells (PEMFCs) significantly influences the stable operation of the hydrogen supply system and the internal gas circulation within the fuel cell. An efficient anode pressure control strategy is imperative for enhancing the overall system efficiency and mitigating lifespan degradation. Effective anode pressure control can prevent hydrogen starvation and instability in output performance under rapid load changes and purge disturbances. Fuzzy control has been extensively employed in anode pressure control studies. However, creating fuzzy rules in the control parameter’s tuning process in existing studies is predominantly dependent on expert knowledge, resulting in concerns about control accuracy. This study investigates the potential of employing the whale optimization algorithm to optimize the selection of fuzzy parameters. We first developed a control-oriented model to address the nonlinearity, coupling, and uncertainty in the hydrogen supply system. Then, based on the model and considering load variations and purge disturbances, we integrated feedforward compensation and fuzzy control into the conventional Proportional-Integral (PI) controller to suppress input disturbances, enhance control accuracy, and reduce the pressure response lag. Finally, an innovative fuzzy PI controller with the whale optimization algorithm is proposed to optimize the fuzzy parameter selection, thereby achieving precise anode pressure control. Simulation tests demonstrate that the whale-optimization-based fuzzy PI control (WFLPIF) reduces a root mean square error by 14.3 % (0.636 vs. 0.742) and a mean absolute percentage error by 28.8 % (0.037 vs. 0.052) compared to conventional PI control, while also outperforming feedforward-compensated fuzzy PI control (FLPIF) by 9.5 % in RMSE and 17.8 % in MAPE. This study substantiates the efficacy of the whale optimization algorithm in addressing the anode pressure stability control challenge of fuel cell hydrogen supply systems.</div></div>","PeriodicalId":34138,"journal":{"name":"Energy and AI","volume":"22 ","pages":"Article 100611"},"PeriodicalIF":9.6,"publicationDate":"2025-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145007631","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Intelli-Dispatch-SQL: An LLM-based agent for reliable Text-to-SQL in power dispatching Intelli-Dispatch-SQL:一个基于llm的代理,用于电力调度中可靠的Text-to-SQL
IF 9.6 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-12-01 Epub Date: 2025-08-26 DOI: 10.1016/j.egyai.2025.100591
Binye Ni , Xinlei Cai , Zhijun Shen , Zijie Meng , Junhua Zhao , Yuheng Cheng , Xuanang Gui
The increasing complexity of modern power systems, driven by factors such as the large-scale integration of renewable energy and the proliferation of distributed generation, has placed unprecedented demands on power dispatching operations. Ensuring grid stability and safety in this new environment requires real-time monitoring and swift, data-driven decision-making. Consequently, efficient and accurate data querying capabilities have become paramount. This study introduces Intelli-Dispatch-SQL, a novel agent-based Text-to-SQL framework that leverages the Large Language Model (LLM) to enhance the accuracy and reliability of generated SQL queries in the context of power dispatching. By integrating intent recognition and SQL validation modules, Intelli-Dispatch-SQL ensures that generated queries are not only syntactically correct but also semantically aligned with user intent and executable within the operational context. Through comprehensive experiments, including ablation studies and cross-model evaluations, we demonstrate that Intelli-Dispatch-SQL significantly outperforms existing Text-to-SQL models, achieving substantial improvements in both Exact Match (EM) and Execution Accuracy (EX). Notably, the incorporation of intent recognition and SQL validation modules is shown to be critical for performance enhancement. The framework’s effectiveness was further validated across various LLMs, confirming its robustness and applicability across diverse scenarios. Intelli-Dispatch-SQL offers a high-performance and generalizable solution for Text-to-SQL in power dispatching, paving the way for more efficient and intelligent power system management.
在可再生能源大规模并网和分布式发电普及等因素的推动下,现代电力系统日益复杂化,对电力调度业务提出了前所未有的要求。在这种新环境下,确保电网的稳定和安全需要实时监控和快速的、数据驱动的决策。因此,高效和准确的数据查询功能变得至关重要。本研究介绍了一种新的基于代理的文本到SQL框架,它利用大语言模型(LLM)来提高电力调度环境中生成的SQL查询的准确性和可靠性。通过集成意图识别和SQL验证模块,Intelli-Dispatch-SQL确保生成的查询不仅在语法上正确,而且在语义上与用户意图一致,并且在操作上下文中可执行。通过综合实验,包括烧消研究和跨模型评估,我们证明了Intelli-Dispatch-SQL显著优于现有的Text-to-SQL模型,在精确匹配(EM)和执行精度(EX)方面都取得了实质性的改进。值得注意的是,意图识别和SQL验证模块的结合对于性能增强至关重要。该框架的有效性在不同的法学硕士中得到进一步验证,证实了其在不同场景中的鲁棒性和适用性。Intelli-Dispatch-SQL为电力调度中的文本到sql提供了一种高性能和通用的解决方案,为更高效和智能的电力系统管理铺平了道路。
{"title":"Intelli-Dispatch-SQL: An LLM-based agent for reliable Text-to-SQL in power dispatching","authors":"Binye Ni ,&nbsp;Xinlei Cai ,&nbsp;Zhijun Shen ,&nbsp;Zijie Meng ,&nbsp;Junhua Zhao ,&nbsp;Yuheng Cheng ,&nbsp;Xuanang Gui","doi":"10.1016/j.egyai.2025.100591","DOIUrl":"10.1016/j.egyai.2025.100591","url":null,"abstract":"<div><div>The increasing complexity of modern power systems, driven by factors such as the large-scale integration of renewable energy and the proliferation of distributed generation, has placed unprecedented demands on power dispatching operations. Ensuring grid stability and safety in this new environment requires real-time monitoring and swift, data-driven decision-making. Consequently, efficient and accurate data querying capabilities have become paramount. This study introduces Intelli-Dispatch-SQL, a novel agent-based Text-to-SQL framework that leverages the Large Language Model (LLM) to enhance the accuracy and reliability of generated SQL queries in the context of power dispatching. By integrating intent recognition and SQL validation modules, Intelli-Dispatch-SQL ensures that generated queries are not only syntactically correct but also semantically aligned with user intent and executable within the operational context. Through comprehensive experiments, including ablation studies and cross-model evaluations, we demonstrate that Intelli-Dispatch-SQL significantly outperforms existing Text-to-SQL models, achieving substantial improvements in both Exact Match (EM) and Execution Accuracy (EX). Notably, the incorporation of intent recognition and SQL validation modules is shown to be critical for performance enhancement. The framework’s effectiveness was further validated across various LLMs, confirming its robustness and applicability across diverse scenarios. Intelli-Dispatch-SQL offers a high-performance and generalizable solution for Text-to-SQL in power dispatching, paving the way for more efficient and intelligent power system management.</div></div>","PeriodicalId":34138,"journal":{"name":"Energy and AI","volume":"22 ","pages":"Article 100591"},"PeriodicalIF":9.6,"publicationDate":"2025-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144908072","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A method for lost circulation risk identification: Labeling, LSTM transfer learning recognition, and delayed matching verification 一种漏失风险识别方法:标记、LSTM迁移学习识别和延迟匹配验证
IF 9.6 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-12-01 Epub Date: 2025-10-17 DOI: 10.1016/j.egyai.2025.100632
Yang Bai , Chen Yang , Mao Li , Pingya Luo , Haochen Han
Accurate identification and prediction of lost circulation (LC) are critical for ensuring drilling safety and reducing production costs. Traditional LC detection methods rely heavily on expert knowledge, which inherently suffers from limitations such as subjective bias, low operational efficiency, and insufficient precision. In this context, data-driven prediction approaches have shown promising potential. This study develops a novel LC risk prediction framework that integrates transfer learning with deep learning. By leveraging the mud pit volume from acquired drilling parameters and defining three distinct step intervals, LC risk categories were efficiently labeled. An optimized LSTM-based predictive architecture was constructed using three distribution-alignment transfer learning techniques. Comparative experiments under varying numbers of input features confirmed the effectiveness of transfer learning in improving LC prediction performance. To address the class imbalance issue commonly observed in LC risk prediction, a delayed matching verification (DMV) strategy—customized for drilling operations—was introduced. This method mitigates the impact of class imbalance and enhances the evaluation of LC risk recognition capabilities. Experimental results from five test wells demonstrate that the proposed method can effectively label LC risk categories and promptly identify risk types, thereby offering valuable insights to support safe and efficient drilling operations.
准确识别和预测漏失(LC)对于确保钻井安全和降低生产成本至关重要。传统的LC检测方法严重依赖专家知识,存在主观偏差、操作效率低、精度不足等局限性。在这种情况下,数据驱动的预测方法显示出了很大的潜力。本研究开发了一种新的LC风险预测框架,将迁移学习与深度学习相结合。通过利用从获得的钻井参数中获得的泥浆坑体积,并定义三个不同的步骤间隔,可以有效地标记LC风险类别。利用三种分布对齐迁移学习技术,构建了一种优化的基于lstm的预测体系结构。不同输入特征数下的对比实验证实了迁移学习在提高LC预测性能方面的有效性。为了解决LC风险预测中常见的类不平衡问题,引入了针对钻井作业定制的延迟匹配验证(DMV)策略。该方法减轻了类不平衡的影响,增强了对LC风险识别能力的评价。五口测试井的实验结果表明,该方法可以有效地标记LC风险类别并及时识别风险类型,从而为安全高效的钻井作业提供有价值的见解。
{"title":"A method for lost circulation risk identification: Labeling, LSTM transfer learning recognition, and delayed matching verification","authors":"Yang Bai ,&nbsp;Chen Yang ,&nbsp;Mao Li ,&nbsp;Pingya Luo ,&nbsp;Haochen Han","doi":"10.1016/j.egyai.2025.100632","DOIUrl":"10.1016/j.egyai.2025.100632","url":null,"abstract":"<div><div>Accurate identification and prediction of lost circulation (LC) are critical for ensuring drilling safety and reducing production costs. Traditional LC detection methods rely heavily on expert knowledge, which inherently suffers from limitations such as subjective bias, low operational efficiency, and insufficient precision. In this context, data-driven prediction approaches have shown promising potential. This study develops a novel LC risk prediction framework that integrates transfer learning with deep learning. By leveraging the mud pit volume from acquired drilling parameters and defining three distinct step intervals, LC risk categories were efficiently labeled. An optimized LSTM-based predictive architecture was constructed using three distribution-alignment transfer learning techniques. Comparative experiments under varying numbers of input features confirmed the effectiveness of transfer learning in improving LC prediction performance. To address the class imbalance issue commonly observed in LC risk prediction, a delayed matching verification (DMV) strategy—customized for drilling operations—was introduced. This method mitigates the impact of class imbalance and enhances the evaluation of LC risk recognition capabilities. Experimental results from five test wells demonstrate that the proposed method can effectively label LC risk categories and promptly identify risk types, thereby offering valuable insights to support safe and efficient drilling operations.</div></div>","PeriodicalId":34138,"journal":{"name":"Energy and AI","volume":"22 ","pages":"Article 100632"},"PeriodicalIF":9.6,"publicationDate":"2025-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145362269","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deep kernel Bayesian optimisation for closed-loop electrode microstructure design with user-defined properties 深核贝叶斯优化闭环电极微结构设计与用户自定义的属性
IF 9.6 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-12-01 Epub Date: 2025-09-10 DOI: 10.1016/j.egyai.2025.100608
Andrea Gayon-Lombardo , Ehecatl A. del Rio-Chanona , Catalina A. Pino-Muñoz , Nigel P. Brandon
The generation of multiphase porous electrode microstructures with optimum morphological and transport properties is essential in the design of improved electrochemical energy storage devices, such as lithium-ion batteries. Electrode characteristics directly influence battery performance by acting as the main sites where the electrochemical reactions coupled with transport processes occur. This work presents a generation-optimisation closed-loop algorithm for the design of microstructures with tailored properties. A deep convolutional Generative Adversarial Network is used as a deep kernel and employed to generate synthetic three-phase three-dimensional images of a porous lithium-ion battery cathode material. A Gaussian Process Regression uses the latent space of the generator and serves as a surrogate model to correlate the morphological and transport properties of the synthetic microstructures. This surrogate model is integrated into a deep kernel Bayesian optimisation framework, which optimises cathode properties as a function of the latent space of the generator. A set of objective functions were defined to perform the maximisation of morphological properties (e.g., volume fraction, specific surface area) and transport properties (relative diffusivity). We demonstrate the ability to perform simultaneous maximisation of correlated properties (specific surface area and relative diffusivity), as well as constrained optimisation of these properties. This is the maximisation of morphological or transport properties constrained by constant values of the volume fraction of the phase of interest. Visualising the optimised latent space reveals its correlation with morphological properties, enabling the fast generation of visually realistic microstructures with customised properties.
生成具有最佳形态和输运特性的多相多孔电极微结构对于改进电化学储能装置(如锂离子电池)的设计至关重要。电极特性作为电化学反应和输运过程发生的主要场所,直接影响电池的性能。这项工作提出了一种生成优化闭环算法,用于设计具有定制特性的微结构。采用深度卷积生成对抗网络作为深度核,合成多孔锂离子电池正极材料的三相三维图像。高斯过程回归使用生成器的潜在空间,并作为代理模型来关联合成微观结构的形态和传输特性。该代理模型集成到一个深度核贝叶斯优化框架中,该框架将阴极特性作为发生器潜在空间的函数进行优化。我们定义了一组目标函数,以实现形态特性(如体积分数、比表面积)和输运特性(相对扩散率)的最大化。我们展示了同时最大化相关属性(比表面积和相对扩散率)以及这些属性的约束优化的能力。这是受感兴趣的相的体积分数恒定值约束的形态或输运性质的最大化。可视化优化的潜在空间揭示了其与形态特性的相关性,从而能够快速生成具有定制特性的视觉逼真的微结构。
{"title":"Deep kernel Bayesian optimisation for closed-loop electrode microstructure design with user-defined properties","authors":"Andrea Gayon-Lombardo ,&nbsp;Ehecatl A. del Rio-Chanona ,&nbsp;Catalina A. Pino-Muñoz ,&nbsp;Nigel P. Brandon","doi":"10.1016/j.egyai.2025.100608","DOIUrl":"10.1016/j.egyai.2025.100608","url":null,"abstract":"<div><div>The generation of multiphase porous electrode microstructures with optimum morphological and transport properties is essential in the design of improved electrochemical energy storage devices, such as lithium-ion batteries. Electrode characteristics directly influence battery performance by acting as the main sites where the electrochemical reactions coupled with transport processes occur. This work presents a generation-optimisation closed-loop algorithm for the design of microstructures with tailored properties. A deep convolutional Generative Adversarial Network is used as a deep kernel and employed to generate synthetic three-phase three-dimensional images of a porous lithium-ion battery cathode material. A Gaussian Process Regression uses the latent space of the generator and serves as a surrogate model to correlate the morphological and transport properties of the synthetic microstructures. This surrogate model is integrated into a deep kernel Bayesian optimisation framework, which optimises cathode properties as a function of the latent space of the generator. A set of objective functions were defined to perform the maximisation of morphological properties (e.g., volume fraction, specific surface area) and transport properties (relative diffusivity). We demonstrate the ability to perform simultaneous maximisation of correlated properties (specific surface area and relative diffusivity), as well as constrained optimisation of these properties. This is the maximisation of morphological or transport properties constrained by constant values of the volume fraction of the phase of interest. Visualising the optimised latent space reveals its correlation with morphological properties, enabling the fast generation of visually realistic microstructures with customised properties.</div></div>","PeriodicalId":34138,"journal":{"name":"Energy and AI","volume":"22 ","pages":"Article 100608"},"PeriodicalIF":9.6,"publicationDate":"2025-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145096068","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Meta-heuristic federated learning aggregation methods for load forecasting 负荷预测的元启发式联合学习聚合方法
IF 9.6 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-12-01 Epub Date: 2025-08-20 DOI: 10.1016/j.egyai.2025.100594
Efstathios Sarantinopoulos , Vasilis Michalakopoulos , Elissaios Sarmas , Vangelis Marinakis , Liana Toderean , Tudor Cioara
Federated learning (FL) is essential to energy transition as it leverages decentralized energy data and machine learning to collaborative train global energy predictive models across distributed energy resources while preserving data privacy. This paper introduces one of the first FL frameworks that efficiently integrates swarm intelligence-based aggregation methods to large-scale energy consumption forecasting, by extending the TensorFlow Federated Core framework with specialized functional enhancements. The primary objective is to enhance forecasting accuracy in decentralized learning settings. We investigated the effectiveness of various nature-inspired metaheuristics for optimizing the aggregation of local model updates from distributed energy resource nodes into a global model for load forecasting tasks, including Grey Wolf Optimization (GWO), Particle Swarm Optimization (PSO), and Firefly Algorithm (FFA) against the standard Federated Averaging (FedAvg) algorithm. Using a real-world dataset comprising of 4,438 distinct energy consumers, we demonstrate that metaheuristic aggregators consistently outperform the most well-known method, Federated Averaging in predictive accuracy. Among these approaches, GWO emerges as the superior performer achieving up to 23.6% error reduction. Our findings underscore the significant potential of metaheuristic-based aggregation mechanisms in improving FL outcomes, particularly in energy forecasting applications involving large-scale distributed data scenarios.
联邦学习(FL)对能源转型至关重要,因为它利用分散的能源数据和机器学习来跨分布式能源协作训练全球能源预测模型,同时保护数据隐私。本文介绍了第一个FL框架之一,该框架通过扩展TensorFlow联邦核心框架和专门的功能增强,有效地将基于群体智能的聚合方法集成到大规模能源消耗预测中。主要目标是提高分散学习环境下的预测准确性。我们研究了各种自然启发的元启发式算法,包括灰狼优化(GWO)、粒子群优化(PSO)和萤火虫算法(FFA)对标准联邦平均(FedAvg)算法的有效性,用于将分布式能源节点的局部模型更新聚合到负荷预测任务的全局模型中。使用包含4,438个不同能源消费者的真实数据集,我们证明了元启发式聚合器在预测准确性方面始终优于最知名的方法联邦平均。在这些方法中,GWO表现优异,实现了高达23.6%的错误减少。我们的研究结果强调了基于元启发式的聚合机制在改善FL结果方面的巨大潜力,特别是在涉及大规模分布式数据场景的能源预测应用中。
{"title":"Meta-heuristic federated learning aggregation methods for load forecasting","authors":"Efstathios Sarantinopoulos ,&nbsp;Vasilis Michalakopoulos ,&nbsp;Elissaios Sarmas ,&nbsp;Vangelis Marinakis ,&nbsp;Liana Toderean ,&nbsp;Tudor Cioara","doi":"10.1016/j.egyai.2025.100594","DOIUrl":"10.1016/j.egyai.2025.100594","url":null,"abstract":"<div><div>Federated learning (FL) is essential to energy transition as it leverages decentralized energy data and machine learning to collaborative train global energy predictive models across distributed energy resources while preserving data privacy. This paper introduces one of the first FL frameworks that efficiently integrates swarm intelligence-based aggregation methods to large-scale energy consumption forecasting, by extending the TensorFlow Federated Core framework with specialized functional enhancements. The primary objective is to enhance forecasting accuracy in decentralized learning settings. We investigated the effectiveness of various nature-inspired metaheuristics for optimizing the aggregation of local model updates from distributed energy resource nodes into a global model for load forecasting tasks, including Grey Wolf Optimization (GWO), Particle Swarm Optimization (PSO), and Firefly Algorithm (FFA) against the standard Federated Averaging (FedAvg) algorithm. Using a real-world dataset comprising of 4,438 distinct energy consumers, we demonstrate that metaheuristic aggregators consistently outperform the most well-known method, Federated Averaging in predictive accuracy. Among these approaches, GWO emerges as the superior performer achieving up to 23.6% error reduction. Our findings underscore the significant potential of metaheuristic-based aggregation mechanisms in improving FL outcomes, particularly in energy forecasting applications involving large-scale distributed data scenarios.</div></div>","PeriodicalId":34138,"journal":{"name":"Energy and AI","volume":"22 ","pages":"Article 100594"},"PeriodicalIF":9.6,"publicationDate":"2025-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145007633","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deep reinforcement learning for joint dispatch of battery storage and gas turbines in renewable-powered microgrids 可再生微电网中电池储能与燃气轮机联合调度的深度强化学习
IF 9.6 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-12-01 Epub Date: 2025-11-29 DOI: 10.1016/j.egyai.2025.100653
Manuel Sage , Khalil Al Handawi , Yaoyao Fiona Zhao
This study introduces a novel deep reinforcement learning (DRL) framework for the joint dispatch of Gas Turbines (GTs) and Battery Energy Storage Systems (BESs) in microgrids that face the variability of renewable energy sources and demands. BESs can store surplus renewable energy for nearly instantaneous use, while GTs offer sustained energy output over longer periods, offering complementary benefits. Previous studies often oversimplified GT operations, neglecting critical factors such as ramp-up times and increased degradation from frequent starts. This research addresses these gaps by proposing an advanced modeling framework that accurately captures the dynamic interaction between GTs and BESs, including GT ramp-up times and maintenance costs associated with operational cycles. Through extensive case studies involving diverse microgrid configurations, we demonstrate that DRL effectively learns dispatch policies directly from historical data, outperforming traditional optimization techniques. Deploying DRL to our framework yields more realistic dispatch policies, reducing GT maintenance costs by avoiding frequent starts. The proposed framework has significant potential to improve energy management strategies and to streamline the planning of hybrid energy systems. To encourage further research, we have released our codebase to the public, enabling the scientific community to build upon our findings.
本研究引入了一种新的深度强化学习(DRL)框架,用于面对可再生能源和需求变化的微电网中燃气轮机(gt)和电池储能系统(BESs)的联合调度。BESs可以储存多余的可再生能源,几乎可以即时使用,而GTs可以在更长的时间内提供持续的能源输出,提供互补的好处。以前的研究往往过于简化了GT操作,忽略了一些关键因素,如加速时间和频繁启动导致的性能下降。本研究通过提出一种先进的建模框架来解决这些差距,该框架准确地捕获了GT和BESs之间的动态交互,包括GT的启动时间和与操作周期相关的维护成本。通过涉及不同微电网配置的广泛案例研究,我们证明了DRL直接从历史数据中有效地学习调度策略,优于传统的优化技术。将DRL部署到我们的框架中可以产生更现实的调度策略,通过避免频繁启动来降低GT维护成本。提出的框架在改善能源管理战略和简化混合能源系统规划方面具有重大潜力。为了鼓励进一步的研究,我们向公众发布了我们的代码库,使科学界能够在我们的发现的基础上进行构建。
{"title":"Deep reinforcement learning for joint dispatch of battery storage and gas turbines in renewable-powered microgrids","authors":"Manuel Sage ,&nbsp;Khalil Al Handawi ,&nbsp;Yaoyao Fiona Zhao","doi":"10.1016/j.egyai.2025.100653","DOIUrl":"10.1016/j.egyai.2025.100653","url":null,"abstract":"<div><div>This study introduces a novel deep reinforcement learning (DRL) framework for the joint dispatch of Gas Turbines (GTs) and Battery Energy Storage Systems (BESs) in microgrids that face the variability of renewable energy sources and demands. BESs can store surplus renewable energy for nearly instantaneous use, while GTs offer sustained energy output over longer periods, offering complementary benefits. Previous studies often oversimplified GT operations, neglecting critical factors such as ramp-up times and increased degradation from frequent starts. This research addresses these gaps by proposing an advanced modeling framework that accurately captures the dynamic interaction between GTs and BESs, including GT ramp-up times and maintenance costs associated with operational cycles. Through extensive case studies involving diverse microgrid configurations, we demonstrate that DRL effectively learns dispatch policies directly from historical data, outperforming traditional optimization techniques. Deploying DRL to our framework yields more realistic dispatch policies, reducing GT maintenance costs by avoiding frequent starts. The proposed framework has significant potential to improve energy management strategies and to streamline the planning of hybrid energy systems. To encourage further research, we have released our codebase to the public, enabling the scientific community to build upon our findings.</div></div>","PeriodicalId":34138,"journal":{"name":"Energy and AI","volume":"22 ","pages":"Article 100653"},"PeriodicalIF":9.6,"publicationDate":"2025-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145680874","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Energy and AI
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1