晨光
暗夜
晨光
极光
Bilingual Paper Reading · 中英对照精读

自主船舶混合可再生能源调度的数据驱动演化博弈模型预测控制(EG-MPC)

准大一 · 轮机工程 × 船舶电力系统 × 智能控制 —— 混合能源调度精读材料
原文:arXiv:2504.14750 2025年4月20日发布 arXiv 预印本(eess.SY) 混合能源 × 模型预测控制 × 演化博弈 附英文摘要朗读音频

一、论文档案

英文标题Data-Driven Evolutionary Game-Based Model Predictive Control for Hybrid Renewable Energy Dispatch in Autonomous Ships
中文标题自主船舶混合可再生能源调度的数据驱动演化博弈模型预测控制
作者刘耀泽, 田震, 杨金明, 林志豪(机构未在素材中标注)
发布时间2025年4月20日(v1)|分类:eess.SY(系统与控制)
一句话概括为自主船舶(离岸养殖平台)的「光伏+风电+电池+柴油备用」混合能源系统设计 EG-MPC 调度框架:把演化博弈动力学装进滚动时域优化里,用真实数据训练的线性模型预测光伏出力与负荷,实时给出近最优的能源分配——比规则策略和标准 MPC 更省钱、更抗不确定性。
💡 为什么选这篇给你:① 自主船舶是轮机工程最前沿的交叉方向——「船舶电力系统 + 机器学习 + 控制理论」三合一;② 思路直观:MPC 负责「滚动优化」,演化博弈负责「智能搜索」,各取所长;③ 应用场景很具体(离岸养殖平台的供电),有真实数据支撑,不是空中楼阁。

二、核心术语表(先扫一遍再读正文)

英文术语中文大白话解释
hybrid renewable energy system混合可再生能源系统光伏、风电、电池储能、柴油备用电源组合起来的船舶供电系统。
energy dispatch能源调度每个时刻决定「电从哪来、给谁用、电池充还是放」的分配策略。
MPC (Model Predictive Control)模型预测控制每个控制周期滚动求解一个带约束的优化问题,只执行第一步,下周期重来。
receding-horizon滚动时域(后退时域)预测窗口随时间不断前移,「走一步看几步」的优化方式。
evolutionary game dynamics演化博弈动力学模仿生物种群进化(复制、变异、选择)的搜索机制,用历史经验引导寻优。
EGT (Evolutionary Game Theory)演化博弈论研究策略在群体中如何随「适者生存」演化的理论,本文用它做实时自适应搜索。
battery degradation cost电池老化成本充放电循环会损耗电池寿命,这部分「隐性损耗」也要计入调度成本。
diesel backup柴油备用电源可再生能源不够时兜底的发电机组,贵且排放高,应尽量少用。
rule-based strategy规则式策略按固定优先级(先用新能源→再用电池→最后柴油)调度的简单方法。
photovoltaic (PV)光伏发电太阳能电池板发电,出力随光照强度变化,波动大。
autonomous ship自主船舶可无人或少人操控的船舶/海上平台,本文具体指离岸养殖平台。
linear regression-based model基于线性回归的模型用真实数据拟合的「光照、风速 → 发电量」「时段 → 负荷」简化模型,快而稳。
site-specific data场地特定数据从目标海域/站点实测采集的数据,让模型贴合真实场景。
near-optimal近最优接近全局最优但不保证最优——实时性的代价,工程上完全可接受。

三、摘要中英对照(精读核心)

🎧 音频在文末,可先听一遍原文再读;每个英文句都配了逐句翻译。

摘要 Abstract

EN · 原文
In this paper, we propose a data-driven Evolutionary Game-Based Model Predictive Control (EG-MPC) framework for the energy dispatch of a hybrid renewable energy system powering an autonomous ship.
CN · 翻译
本文提出一个数据驱动的演化博弈模型预测控制(EG-MPC)框架,用于为自主船舶供电的混合可再生能源系统的能源调度。
EN · 原文
The system integrates solar photovoltaic and wind turbine generation with battery energy storage and diesel backup power to ensure reliable operation.
CN · 翻译
该系统集成光伏与风力发电,配合电池储能与柴油备用电源,以保证可靠运行。
EN · 原文
Given the uncertainties in renewable generation and dynamic energy demands, an optimal dispatch strategy is crucial to minimize operational costs while maintaining system reliability.
CN · 翻译
鉴于可再生能源出力与动态负荷的不确定性,最优调度策略对「在保持系统可靠性的同时最小化运行成本」至关重要。
EN · 原文
To address these challenges, we formulate a cost minimization problem that considers both battery degradation costs and diesel fuel expenses, leveraging real-world data to enhance modeling accuracy.
CN · 翻译
为应对这些挑战,我们构建了一个同时考虑电池老化成本与柴油燃料费用的成本最小化问题,并利用真实数据提升建模精度。
EN · 原文
The EG-MPC approach integrates evolutionary game dynamics within a receding-horizon optimization framework, enabling adaptive and near-optimal control solutions in real time.
CN · 翻译
EG-MPC 方法把演化博弈动力学融入滚动时域优化框架,实现实时、自适应、近最优的控制方案。
EN · 原文
Simulation results based on site-specific data demonstrate that the proposed method achieves cost-effective, reliable, and adaptive energy dispatch, outperforming conventional rule-based and standard MPC approaches, particularly under uncertainty.
CN · 翻译
基于场地特定数据的仿真结果表明,所提方法实现了经济、可靠、自适应的能源调度,在不确定性下尤其优于传统的规则式与标准 MPC 方法。

关键词 Keywords:Autonomous Ships 自主船舶 | Hybrid Energy System 混合能源系统 | Model Predictive Control 模型预测控制 | Evolutionary Game 演化博弈 | Energy Dispatch 能源调度

四、引言精选(为什么这个问题重要)

① 离岸场景的供电难题

EN · 原文
Offshore aquaculture farms, which rely on floating structures, require a continuous and cost-effective power supply for various operational needs, including aeration, lighting, monitoring equipment, dead fish handling system, and feeding systems [9, 10]. Given their offshore location, these facilities have limited access to grid electricity and often rely on diesel generators, which introduce high fuel costs and carbon emissions [11].
CN · 翻译
依托浮式结构的离岸养殖场需要持续、经济的电力,用于增氧、照明、监控设备、死鱼处理系统与投喂系统等。由于地处离岸,这些设施几乎无法接入电网,常依赖柴油发电机——带来高昂燃料成本与碳排放。

② 为什么规则式调度不够好,MPC 又不够聪明

EN · 原文
Conventional rule-based optimization approaches prioritize one energy source at a time (e.g., using renewable energy first, followed by batteries, and then diesel), leading to suboptimal results [16]. More advanced methods such as Model Predictive Control (MPC) have been widely used for energy dispatch due to their ability to optimize multi-variable control problems with constraints [17]. However, MPC can be computationally demanding and may struggle with uncertainty and nonlinearity in renewable generation [18].
CN · 翻译
传统规则式优化一次只优先一种能源(如先用新能源、再用电池、最后柴油),结果次优。更先进的 MPC 因能优化带约束的多变量控制问题而被广泛用于能源调度;但 MPC 计算负担大,且面对可再生能源的不确定性与非线性时可能吃力。

③ 演化博弈:自带历史经验的「活」搜索

EN · 原文
Evolutionary Game Theory (EGT), on the other hand, provides a dynamic approach using historical experience to control optimization by leveraging game-theoretic adaptation mechanisms [23]. It enables a self-adaptive search process that efficiently identifies optimal or near-optimal control actions in real-time. Given the energy cost on autonomous ships both require the robustness of MPC and the proper optimization based on historical control sequences. Therefore, the integration of evolutionary game dynamics with MPC (EG–MPC) offers a robust and computationally efficient strategy for the dispatch of a hybrid energy system dispatch under uncertainty [24, 25].
CN · 翻译
演化博弈论(EGT)提供了一种利用历史经验的动态方法:借助博弈论式的自适应机制来控制优化,实现自适应的搜索过程,实时高效地找到最优或近最优控制动作。自主船舶的能源成本既需要 MPC 的鲁棒性,也需要基于历史控制序列的合理优化。因此,演化博弈动力学与 MPC 的融合(EG-MPC)为不确定性下的混合能源系统调度提供了稳健且计算高效的策略。

④ 用真实数据把「看不见的出力」建模出来

EN · 原文
We propose a linear regression-based model to characterize the hourly energy consumption of a floating aquaculture facility based on real-world data. This model captures variations in energy demand across hours.
CN · 翻译
我们提出一个基于线性回归的模型,用真实数据刻画浮式养殖设施的逐小时能耗,捕捉不同时段负荷的变化规律。
💡 这是全文最有味道的一句“It enables a self-adaptive search process that efficiently identifies optimal or near-optimal control actions in real-time.”——演化博弈的精髓是「用历史经验指导当下决策」,像船长老水手凭经验微调油门,只不过被数学化、自动化了。

五、论文贡献(3 个要点)

EN · 原文
1. 数据驱动的负荷与发电建模。 We propose a linear regression-based model to characterize the hourly energy consumption of a floating aquaculture facility based on real-world data. This model captures variations in energy demand across hours.
CN · 翻译
1. 数据驱动的负荷与发电建模。提出基于真实数据的线性回归模型,刻画浮式养殖设施逐小时能耗与可再生能源出力规律,为优化提供可靠输入。
EN · 原文
2. 演化博弈增强的 MPC 调度框架。 We introduce an EG–MPC approach for energy dispatch, leveraging evolutionary game dynamics to enhance the search process within the receding-horizon optimization framework. This approach balances cost minimization and system reliability while adapting to fluctuating renewable energy availability.
CN · 翻译
2. 演化博弈增强的 MPC 调度框架。在滚动时域优化框架内引入演化博弈动力学增强搜索,在成本最小化与系统可靠性之间取得平衡,并适应波动的可再生能源可用性。
EN · 原文
3. 基于场地数据的系统对比验证。 We evaluate the proposed framework using site-specific data and compare its performance with conventional MPC, optimization-based strategies, and rule-based optimization strategies. The results demonstrate that EG–MPC achieves lower total costs compared to other popular benchmark algorithms.
CN · 翻译
3. 基于场地数据的系统对比验证。用场地特定数据评估框架,并与常规 MPC、基于优化的策略、规则式优化策略对比——结果证明 EG-MPC 总成本更低

六、结论中英对照

EN · 原文
This work addresses the critical challenge of optimizing energy dispatch in hybrid renewable energy systems for autonomous applications, focusing on minimizing costs while ensuring reliability. The importance of this problem lies in the increasing reliance on renewable energy sources and the need to reduce dependency on non-renewable backup power, which is both costly and environmentally unsustainable.
CN · 翻译
本文解决了自主应用场景中混合可再生能源系统能源调度的关键挑战——在保证可靠性的同时最小化成本。问题的重要性在于:我们越来越依赖可再生能源,必须减少对既昂贵又不可持续的非可再生备用电源的依赖。
EN · 原文
To tackle this issue, we proposed a novel EG-MPC framework. The rationale behind EG-MPC lies in its ability to dynamically optimize energy dispatch in real-time, leveraging evolutionary game dynamics to efficiently search the solution space and adapt to changing conditions [25, 34]. A key component of our approach is the integration of a linear model derived from real-world data, capturing the relationship between renewable energy generation, solar irradiance, and wind speed. This linear model enables computational efficiency and accurate predictions, forming the foundation of our optimization framework.
CN · 翻译
为此我们提出全新的 EG-MPC 框架:其原理在于借助演化博弈动力学高效搜索解空间、适应环境变化,实现实时动态优化。方法的关键组件,是从真实数据中提炼的线性模型——刻画可再生能源发电、太阳辐照与风速之间的关系,兼顾计算效率与预测精度,构成优化框架的基础。
EN · 原文
The simulation results demonstrated the effectiveness of EG-MPC across multiple scenarios. Using real-world data, the linear model was shown to closely approximate renewable energy generation, providing reliable input for the control strategy. Compared to benchmark strategies, including Renewable-First, Battery-First, 50/50 Split, MPC, and AC-MPC, EG-MPC achieved the lowest energy costs while minimizing backup power usage.
CN · 翻译
多场景仿真证明了 EG-MPC 的有效性:线性模型能很好地逼近可再生能源发电,为控制策略提供可靠输入;与 Renewable-First、Battery-First、50/50 Split、MPC、AC-MPC 等基准策略相比,EG-MPC 实现了最低的能源成本,同时把备用电源的使用压到最低。
EN · 原文
The 24-hour total cost analysis further highlighted its superiority, outperforming static and less adaptive approaches by dynamically balancing renewable utilization, battery cycling, and backup reliance. Further works could be building up the cooperated energy strategies for connected autonomous ships based on current EG-MPC for single autonomous ship.
CN · 翻译
24 小时总成本分析进一步凸显其优势:通过动态平衡新能源利用、电池循环与备用依赖,EG-MPC 胜过静态与自适应不足的方法。未来工作可在单船 EG-MPC 基础上,发展多船协同的能源策略

七、编者解读:这篇论文到底讲了什么(大白话版)

  1. 问题:离岸养殖平台没有电网,只能靠「光伏+风电+电池+柴油机」自己发电。太阳能和风能时有时无,负荷也忽高忽低——怎么分配才最省钱、又不断电?
  2. 做法:把「模型预测控制(MPC)」和「演化博弈」焊在一起:MPC 负责「向前看几步、滚动优化」,演化博弈负责「在每一步里聪明地搜索最优分配」,再用真实数据训练的线性模型预测发电量和负荷。
  3. 结果:在多个仿真场景里,EG-MPC 的总成本最低、柴油备用用得最少——比「先新能源、再电池、后柴油」的规则策略和标准 MPC 都强,尤其在天气不确定时优势更明显。
  4. 最值钱的观点:调度策略的胜负手不是「更聪明的单点优化」,而是「把搜索机制装进滚动框架」——控制理论(MPC)和智能优化(演化博弈)是互补的,不是二选一。
  5. 工程意义:对轮机工程而言,这是「船舶综合电力系统能量管理」的缩影——未来自主船舶、电动船、海上风电平台都离不开这类调度算法;省下的每一滴柴油,都是真金白银和减排量。
🎯 对保研的启示:这篇论文示范了「方法杂交」的科研套路——两个成熟方法(MPC + EGT)的组合也能做出好工作,关键在于「为什么组合、组合后解决了谁的痛点」讲得清楚。复试时展示「我能评估一个方法的短板,并找到补短板的那块拼图」,会非常加分。

八、给准大一的阅读路线图 & 延伸方向

📖 怎么读这篇论文(三遍法)

  1. 第一遍(10 分钟):只读摘要和术语表,回答三个问题——问题是什么?方法是什么?结果是什么?
  2. 第二遍(20 分钟):读引言 + 结论,重点体会「为什么规则式不行、标准 MPC 不够、加上演化博弈才行」这条逻辑链。
  3. 第三遍(30 分钟):读贡献三条 + 仿真文字部分,跳过公式和编号,只看文字描述;遇到不懂的术语回查术语表。

🚀 这个方向你能延伸做什么

九、英文摘要朗读(练听力用)

先盲听一遍→再看对照稿→再听一遍。目标是听出每个术语(EG-MPC、receding-horizon、battery degradation、diesel backup)和逻辑连接词(Given、To address、However、particularly under uncertainty)。