《1. 引言》
1. 引言
几十年来,火力发电是造成环境污染和碳排放的主要因素之一[1]。据报道,2018年发电行业的碳排放占碳排放增长的近三分之二,其中燃煤发电所占比重最大(约占总排放量的30%)[2]。考虑到日益严重的气候变化问题,世界主要国家被迫确定“将全球平均气温的上升幅度控制在工业化前水平以上低于2 ℃之内”[3]的目标。为了实现这一目标,需要对发电行业进行改革,具体包括优化目前流行的火力发电的效率,扩大可持续能源(包括水电、太阳能和风能)的比例。
控制和优化发电系统对于其高效和安全运行至关重要[4]。由于发电系统中各部分存在多时间尺度的特征,发电系统通常采用分层控制框架[5-6],以完成各层的主要任务,如图1所示。在最低的测量过程层,必须保证重要变量测量和监控的可见性。根据这些变量,将调节控制器放置在现场,以使每个单回路(如温度、压力和水位)控制在上级监控层指定的工作点上。基于此,本文将调节控制水平的性能称为“机动性”,它描述了目标回路在需要时如何快速和稳定地行动。监控层采用先进的控制算法,在满足操作约束的同时,通过考虑多变量耦合,最大限度地提高许多交互回路的灵活性[8]。在最高级别的经济规划中,制定和优化总体效率或利润指标,为较低层次的动态控制提供稳态工作点[9]。除了自下而上的控制水平外,故障检测和诊断(FDD)对于安全运行和维持更长的发电厂寿命至关重要[10]。图1中的层次结构可用于管理完整的发电系统(如燃料电池单元)或子系统(如燃煤发电厂的锅炉燃烧炉)。
《图1》
《图1》

《图1》
图1 发电系统或子系统的分层结构,用于监测、控制、优化和故障检测。
一般图1中的每个层级都有一个精确的模型,这对于实现多个目标至关重要。监控层的内部变量通常由状态观测器或基于状态空间(SS)模型的卡尔曼滤波器实现,如电池芯温度估计[11]。用于调节层的则是广泛使用的比例-积分-微分(PID)控制器——通常需要一个参数整定的过程模型[12]。就灵活性层级而言,模型预测控制(MPC)占监控算法的最大份额。MPC采用基于模型的输出预测,将多变量约束优化问题转化为一个滚动时域二次优化框架。参考文献[13]展示了在太阳能联合循环电厂中的MPC的典型应用。对于经济规划层,动态规划是一种非常流行的算法,用于调度不同电源之间的能量流需求,通常以每小时运行成本来计算,如复杂第三代发电厂的能量成本优化[14]或混合发电厂的运行成本优化[15]。故障检测通常使用的是先验模型,就像最近在燃料电池空气供给系统中的应用[16]一样。近年来一个重要的发展趋势是基于经济模型预测控制(EMPC)框架,将经济性规划与监控水平结合形成集成EMPC。该框架能够根据系统模型和各种约束条件直接制定经济指标,同时实现经济优化和动态运行。已有研究[17-18]表明,可以利用EMPC减少锅炉-汽轮机机组的节流损失以及提高建筑物热电联产系统的舒适性。
传统的基于模型的方法虽然有效,但其终将无法处理规模不断增长且具有各种不确定性的能源系统。本文总结了图1中每个层级上通常遇到的几种典型不确定性。这些不确定性将在下一节中逐一讨论。21世纪是机器学习(ML)和数据科学[19]蓬勃发展的时代;机器学习和数据科学的发展可能是解决可扩展性和不确定性方面困难的关键。在这个大数据时代,许多学科,如粒子物理学[20]、材料学[21]和过程系统工程[22],已经逐渐产生了研究方法从基于模型的分析到机器学习和基于数据驱动(DD)研究的巨大转变。机器学习和基于数据驱动的研究技术彻底改变了现代能源系统的监测、控制和优化的方法,包括传统化石燃料发电厂和可再生能源系统。常见的机器学习算法包括无监督学习、监督学习和强化学习(RL)[23],每一种算法都被应用于不同层次的能源系统,以解决不同的问题。数据驱动技术通常使用实时或历史数据直接控制过程,包括迭代反馈调节(IFT)[24]、迭代学习控制(ILC)和自抗扰控制(ADRC)[25-26]。数据驱动方法通常比机器学习方法具有更大的适用范围和更快的运行速度,它能满足监管控制层级的高实时性要求,应用广泛。
本文并不试图对所有能源系统应用中的每种方法进行全面的讨论,相反,本文旨在展示如何适当运用机器学习和基于数据驱动的方法,以提高发电系统的可见性、机动性、灵活性、经济性和安全性(简称“五性”),来应对各个层级所出现的不确定性挑战。根据图1,“五性”可定义如下:
•可见性——可测量变量的测量和传输以及内部不可测量变量的估计。
•机动性——底层调节控制响应的快速性和准确性,主要是在单回路过程中。
•灵活性——多变量协调在监督控制水平上可以达到的程度。
•经济性——整个系统或重要子系统的经济成本或效益。
•安全性——系统的FDD,防止对发电系统造成危险。
在智慧发电中,可见性层级是其他层级的基础,因为它涉及感知用于控制、优化和诊断的内部参数。强大的机动性级别是实现灵活性和经济性的有力保证,而安全级别是保护整个系统安全的基本保障。
本文全面回顾了机器学习和数据驱动方法在电力行业的应用:从传统火力发电到新兴的可再生能源领域;从确定性场景到不确定性场景;从整个运行管理框架的底层到顶层。
本文选择不确定性处理视角的原因如下:
•不确定性广泛存在于发电系统的各个层面。正如Roger Brockett所说,“如果系统、控制或环境中没有不确定性,那么反馈控制在很大程度上是不必要的。”[27]
•不确定性的性质在不同层级上有所不同,所以需要各个层级单独考虑。例如,应估计并抵消灵活性层级上的干扰不确定性,而经济性上的环境不确定性应建模为随机过程,然后将其考虑在内在经济优化过程中。
本文侧重于发电方面,将不讨论电网方面的文献。本文的其余部分组织如下:第2节讨论了底层可见性和机动性,其中数据驱动和机器学习算法必须快速响应监管要求;第3节回顾了基于数据驱动模型的预测控制、在能源系统规划层面的监管灵活性以及各种无监管和RL方法,计算时间从数分钟到数小时不等;第4节对发电系统的数据驱动的FDD方法进行了回顾,并与基于模型的方法进行了比较;第5节总结了调查结果,并阐述了智慧发电的未来研究方向。
《2. 可见性和机动性》
2. 可见性和机动性
可见性要求涉及变量测量、定量过程表征和隐藏变量软测量。测量信号中不可避免的随机噪声是在这一层级上的主要的不确定性。机动性是基于过程识别和可见性层级的测量或估计信号实现的,主要目标是抑制不确定性干扰。
《2.1. 动态特性》
2.1. 动态特性
系统辨识是一种用于动态系统的经典数据驱动的方法。由于物理建模的困难,它通常被视为一个黑箱。自20世纪60年代以来,该学科受到了广泛关注并取得了巨大成功,甚至早于机器学习的兴盛[28]。通过将某些激励作为控制输入,用于辨识发电过程输入/输出数据背后的基本结构和参数。基于经典阶跃响应的传递函数识别是发电厂中最常用的方法。阶跃响应识别在能源系统中的应用包括再热器中的水位控制[29]、燃料电池的温度控制[30]和多变量流化床燃烧室控制[31]。已有研究表明,经典的阶跃响应方法无法辨识存在测量噪声的高阶过程[32]。为了缓解这一问题,参考文献[33]针对换热器(能源系统中常见的高阶设备)开发了一种混合时域和频域的辨识方法。
传感器噪声是现代系统辨识方法需要解决的核心问题。加性高斯白噪声(AWGN)主要来源于热噪声,是发电系统中最常见的传感器噪声。目前已经开发出多种成熟的数据驱动的方法来解决能源系统中的AWGN,最常用的方法是使用最小标准,如平方误差[34]。对于单输入单输出系统(SISO),参考文献[35]给出了一个示例,其中使用自适应递归最小二乘法(ARL)实时识别燃料电池混合系统模型的回归参数,即具有AWGN的线性差分方程或具有额外输入的自回归(ARX)模型。该ARX模型基于递归最小二乘法(RLS)识别方法,是几乎所有发电行业最常用的抵消AWGN的方法之一,包括风力发电行业[36]、太阳能发电行业[37-38]、火力发电行业[39]和储能系统行业[40-41]。而对于非高斯有色噪声,参考文献[42]中的电池参数识别研究引入了一种辅助变量方法,该方法改进了最小二乘识别方法,优于传统RLS。
当涉及SS模型描述的多状态系统时,噪声问题变得更加棘手。对于具有未知参数(即灰盒)的SS物理模型,Cramer-Rao界分析用于电池[43]和混合储能系统[44]的参数识别,以处理电池电压测量中的AWGN。为了避免理论解中的分析困难,启发式优化方法被广泛用于识别能源系统,如燃料电池[45]、太阳能电池[46]和水轮机[47]的SS模型参数。对于没有任何物理机制和SS模型的黑箱系统,通常采用子空间识别(SID)。此类系统的示例包括燃料电池[48]、电厂再热器[49]和流化床燃烧器[50]。
上述系统识别方法通常需要特定类型的输入激励信号,并且主要作用于线性系统。随着机器学习方法的发展,这一惯例发生了变化,机器学习方法能够识别基于大量数据记录的复杂非线性系统。浅层神经网络(NN)是能源系统中最常用的方法之一,如燃料电池的动态建模[51-52]、锅炉-涡轮机组[53-54]和太阳能发电[55]。为了降低结构风险,支持向量机(SVM)也广泛用于能源系统识别[56,58]。在过去10年中,随着深度学习的重新兴起,长短期记忆网络(LSTM)变得越来越普遍,因为它能更好地处理发电系统的时间序列数据[59]。
《2.2. 软测量》
2.2. 软测量
由于能源系统中的一些关键变量可能无法直接测量,软测量技术,包括基于模型的状态估计[60]和数据驱动的相关[61]算法,可以有效地观测系统内部的情况,并为控制层提供反馈信号。基于模型的状态估计通常存在随机噪声的不确定性和传感器的不精确性等问题。一些数据驱动的方法已被用来弥补这一不足,如基于状态增强和反馈校正的电池芯温度估计[11]。
基于数据驱动代数相关的软测量方法旨在通过测量次要变量来估计不可测量变量(也称为主要变量)[62]。虽然在系统运行时无法直接测量,但主要变量可以脱机测量和(或)间歇性访问,每个样本的成本很高。所以,软测量的基本任务是根据有限的观测数据,确定主要变量和次要变量之间的关系。为此,可以使用回归或曲线拟合。例如,学习证据回归模型,将其作为软传感器来监测磨煤机中的粉末浓度[63];训练偏最小二乘(PLS)回归来预测1000 MW级发电厂中NO的排放[64]。
《2.3. 监管控制》
2.3. 监管控制
为了实现强大的灵活性,许多反馈控制器被部署在调节控制层级。该层级接收来自可见性层级的信号和来自上层的参考命令。其主要目标是减轻不可测量和不确定性干扰的影响[65]。对每个回路进行建模和设计单独的反馈控制器既十分耗时又很昂贵。因此,数据驱动的控制方法在工业调节控制中起着核心作用[26]。本文回顾了PID控制、自抗扰控制和ILC在一些典型扰动中的应用。
PID控制仍然是发电系统中的主要控制器,因为它易于使用,在要求快速反应的环境中,计算时间可以忽略不计[12]。PID控制使用比例、积分和实时误差数据推导的组合,而不是物理模型,来调整执行器并在最佳条件下保持设备运行。困难通常在于调整控制器参数。工程师有时采用机器学习技术来提高性能,如神经网络增强PID控制在火力发电厂[66]、燃料电池[67]、太阳能发电厂[68]和风力涡轮机[69]中的应用。此外,模糊逻辑在风力涡轮机[70]、燃料电池[71]、太阳能发电[72]和联合循环发电厂[73]中非常流行,用于在线调整PID参数。为了能充分利用历史数据的潜力,还对IFT进行了研究,以调整锅炉-汽轮机机组的PID参数[74]。IFT是一种有趣的方法,通过学习以前任务的性能来迭代地提高控制性能。
由于PID控制在处理非线性和模型不确定性方面的局限性,自抗扰控制正在成为一种突破性的数据驱动控制技术。与PID控制相同,自抗扰控制器的设计不需要物理模型[75]。与PID控制相比,自抗扰控制的主要优点在于它具有两个自由度,在设定点跟踪和干扰抑制方面都能产生令人满意的性能。自抗扰控制的数据驱动补偿机制如图2所示。首先设计一个扩展状态观测器来估计未知动态和外部干扰,然后通过分析输入和输出数据直接补偿控制输入中的未知动态和外部干扰。增强型设备,即图2中的灰色块,可以作为串级积分器过程进行近似补偿,从而可以容易地设计外环控制器。参考文献[29]表明,自抗扰控制器具有抗积分饱和能力,适用于1000 MW级发电厂的再热器。通过锅炉炉膛控制中的实验应用,讨论了自抗扰控制器的整定[76]。通过引入串级自抗扰控制结构,电厂过热温度的波动显著降低[77]。最近,自抗扰控制器还被引入风力涡轮机[78]、光伏发电[79]和燃料电池[80-81]的监管控制中。
《图2》
《图2》

《图2》
图2 自抗扰控制器数据驱动干扰补偿结构。kp:比例增益;e:反馈误差;b0:过程增益;ESO:扩展状态观测器。
ILC专门用于解决周期性干扰[82],尽管在发电系统中的应用相对有限,但仍然得到了控制界的广泛关注。通过学习前面序列中相应的时间步,ILC在每个时间步逐步修改控制动作。发电系统中典型的周期性扰动和探索性ILC应用包括燃料电池阳极净化过程[83]和风力涡轮机峰值负荷[84]。
《3. 灵活性和经济性》
3. 灵活性和经济性
灵活性是指监控级别协调多个回路之间操作的能力,构成了盈利能力的基础。为了寻求最大利润和最小成本,盈利水平计算中间层过程变量的最佳条件。因此,更大的灵活性使高度互动的能源系统能更容易、更安全地在选定的几个操作条件下得到维护,并具有最大的经济效益。
《3.1. 灵活性》
3.1. 灵活性
系统灵活性的监控层级主要负责两个基本监管回路的协调。更灵活的多变量控制器设计策略使系统在任何干扰后能快速地转换回经济性最优的状态。
多变量模型仍然很重要,目前在监控应用(包括发电应用)中发挥着基本作用。由于发电过程中严格的安全要求,纯数据驱动控制的研究和应用受到一定限制。没有模型,通常很难保证多变量控制系统的稳定性。然而,基于模型的控制的主要挑战是在条件转换、设备老化和环境变化期间的模型不确定性。为此,机器学习和数据驱动技术可以提高系统对模型不确定性的鲁棒性。
对于计算资源有限的传统监控应用,通常使用模糊逻辑调整参数以提高性能。通过识别电厂主蒸汽压力的一组线性模型,使用模糊逻辑在线调整解耦PID控制器的参数,以适应磨煤机的不确定条件[85]。同样,为光伏/燃料电池发电厂开发了基于平滑度的智能模糊逻辑控制器,以实现对电力系统的快速稳定响应[86]。开发了一种混合经典和模糊控制方法,用于控制电厂锅炉的蒸汽温度和水位[87]。模型信息可用于增强多变量自抗扰控制器的数据驱动控制性能,如水箱中的多变量控制应用[88]和火力发电厂的直接能量平衡控制[89]。
鉴于工业计算能力的快速发展,上述监控方法有些过时,这使得先进的、算力需求较大的控制算法(如MPC)得以应用。当缺少物理模型时,通常使用SID方法为MPC开发数据驱动模型。参考文献[90]中提出了模糊聚类与SID组合的方法,以便在MPC框架下制定和处理锅炉-汽轮机机组的多变量耦合和运行约束。对于没有完全在线测量所有输出变量的燃料电池系统,SID方法直接嵌入MPC,以实现完全数据驱动控制[91]。最近,数据驱动增强型MPC被用于燃煤发电厂的污染控制[92]和碳捕获控制[93]。除了数据驱动方法外,机器学习方法还与MPC相结合。神经网络用于训练MPC模型,并在动态能量管理系统中取得了成功[94]。此外,最小二乘支持向量机(LS-SVM)和偏最小二乘支持向量机分别用于识别燃料电池系统,在此基础上部署MPC,以实现对工作温度有约束的快速功率跟踪[95]。参考文献[96]中针对核电厂过热蒸汽供应系统提出了一种基于多层感知的MPC。基于机器学习的MPC的主要缺点是通常无法保证闭环稳定性。
《3.2. 经济性》
3.2. 经济性
经济性规划是发电系统规划的最高水平。它的时间步长通常为小时或天,因此有足够的时间计算较低级别的经济参考。传统上,数据挖掘的方法用于根据历史数据计算最经济的操作。例如,在最近的无监督学习应用中,首先通过主成分分析(PCA)减小电厂脱硫系统的历史数据的量,然后使用模糊C-均值聚类方法得出具有相似操作条件的多个组。因此,运行系统的经济参考可确定为类似组的最低脱硫成本点[97]。换言之,主成分分析和聚类相结合的方法旨在通过将当前工况与其所属组中类似的运行工况进行比较来寻找最佳点。然而,这种方法只能搜索数据库的现有条件,不能保证最优性。这是一种不同于锅炉燃烧优化的方法[98]。基于最小二乘支持向量机,对锅炉燃烧效率和污染物排放量进行了大量的回归分析。然后采用遗传算法优化条件设置,平衡燃烧效率和污染排放。
当涉及可再生能源发电系统时,由于不确定环境变量的存在,如风和阳光的周期,以及各种负荷的波动,使得经济规划更加困难。为此,对每个不确定变量的合理预测对于下一步的盈利能力决策至关重要。这可能是发电领域最活跃的研究领域,有大量文献研究了各种机器学习算法。以风电预测为例,各种人工神经网络(ANN)结构,包括前馈、时间序列、递归和深度神经网络,已被用于将不同的天气变量映射到一系列不同时间尺度(如每日、每周和每月)的确定性风电预测值[99-100]。风力发电的统计特性通过贝叶斯方法进行评估,如稀疏贝叶斯学习[101]、贝叶斯非参数方法[102]和马尔可夫链蒙特卡罗(MCMC)方法[103],以得出一定范围内的概率分布。最近,开发了一个两层式机器学习模型,以产生确定性和概率性的风电预测,其中天气变量(温度、湿度、压力和风向)通过深度特征选择块进行预处理[104]。如文献[105-106]所述,最先进的太阳能和负荷预测方法与风能的预测方法相似。
随着间歇性可再生能源和不确定负荷的预测,优化混合发电和储能系统的经济规划成为可能。RL似乎是一个很有前途的数据驱动解决方案,因为它即使没有模型也能处理具有不确定性的优化问题。RL继承自马尔可夫决策过程(MDP)框架,由环境中的一组代理状态、每个代理的一组可能操作以及控制动态转换、偏好和观察的规则来描述[107]。通过与宿主环境交互(即接收观察和奖励),RL代理选择适当的操作以最大化奖励。为了克服传统优化方法的分析挑战[108-109],无论是否有物理/仿真模型[110],RL将极端寻求或经济规划转化为发电系统的纯数据学习问题。一个直观的单代理Q-学习示例来自风能转换系统(WECS)的最大功率点跟踪(MPPT)控制,其中RL代理是风力涡轮机,过渡状态是转子速度和电功率输出,动作是速度调整命令,奖励定义为电功率输出的增量[111]。针对多电源分布式发电,提出了一种以燃料电池、柴油发电机、电池、海水淡化装置和电解槽等可调节装置的累积期望折扣回馈最大,来减少系统的油耗装置为主体的多智能体模糊学习方法。通过这些可调元件之间的RL协调行动,可最大化减少耗能,以确保系统可靠性并最大限度地减少化石燃料消耗[112]。深度强化学习(DRL)被引入[113],利用神经网络强大的逼近能力来解决复杂的能源网络问题。关于RL和DRL在发电系统中应用的进一步示例,可在最近的调查[114]中查阅。
《4. 安全性——故障检测和诊断》
4. 安全性——故障检测和诊断
通常,智慧发电中用于FDD的方法分为两类:基于模型的方法和基于实例的方法。基于模型的方法寻求设备的输入、状态和输出之间的定量关系,受潜在设备不确定性的影响。计算目标输出和模型预测之间的残差,如果累计残差大于规定阈值,则检测并隔离故障。以某制粉系统为例,利用SS方程建立了基于观测器的FDD模型,用于监测漏煤、堵磨等故障。实验结果表明,基于观测器的FDD方法在标称情况下表现良好[115-116]。然而,未知干扰或不确定性可能导致基于观测器的FDD模型表现不够好。为防止此类故障,一种数据驱动FDD方法被开发出来[117]。这种方法基于可测过程数据构建鲁棒的残差生成器以检测故障,如应用在存在未知干扰和测量噪声的情况下的风机故障检测与诊断中。此外,数据驱动的FDD方法可能不需要来自工厂的先验信息。在参考文献[118]中可以找到风力涡轮机故障检测的应用,其中比较了神经网络和其他回归方法。
数据驱动基于实例的方法还将具有不同故障类型的历史样本视为位于由输入、输出和(或)状态组成的混合特征空间中的模式。然后将新的观测结果与历史模式进行比较,以确定是否存在断层;如果是,则检测到的故障将被分配到已知的最相似的故障类型。数据驱动的方法是基于案例的方法解决分类问题,而基于模型的方法是解决回归问题。换句话说,任何分类算法都可以重新调整用途并部署为FDD模型。类似地,燃料电池FDD基于分类算法进行[119]。参考文献[120]对支持向量机和自适应神经模糊推理系统(ANFIS)分类器进行了研究,以识别汽轮机机组的故障状态。对于基于能源系统分类算法的其他FDD模型,感兴趣的读者可查阅参考文献[121]及其中的文献。
普遍存在的不确定性阻碍了FDD在发电系统中的应用。阈值通常由用户确定。事实上,几乎所有的FDD模型都对用户给定的阈值敏感:一个小的阈值会导致许多错误警报。目前还没有一种通用且被广泛接受的方法用于处理不精确性和不确定性,或者在FDD中预设用户给定的阈值。除上述两个问题外,发电厂的安全协议使得获取故障样本(即训练样本)的成本过高。因此,必须根据正常操作数据执行FDD。
由于存在不确定性导致的困难,传统的数据驱动基于实例的方法通常难以通过将新观测值与历史运行数据进行比较来识别潜在故障。为了缓解这一困难,证据的Dempster-Shafer(DS)理论[122,125]扩展了概率理论,并通过将所有故障类型/类别的功率集作为识别框架,提供了解释不精确性和不确定性的一般框架。理论上,假设有一个包含c个正常态(或故障)的集合![]()
,概率论定义了概率分布![]()
,DS重新定义这个分布为质量函数![]()
。显然质量方程不仅可以描述概率或观测值属于某个正常情况![]()
的可信度[定义为![]()
],也可以描述属于某一个瞬时态的可信度[定义为![]()
]。特别地,如果一个观测值具有较大的未知度![]()
,比如![]()
,则其将被视作一个新的正常情况(包括从现有正常情况恶化的新情况)或未知故障。总的来说,比起概率论或模糊集理论,DS为FDD提供了一个更强大的工具来处理数据中的不精确性和不确定性。因此,在DS框架中实施基于数据驱动案例的方法可以对FDD作出更有意义的解释,包括检测正常态、瞬时态、新的正常态、恶化案例(来自正常案例)和未知故障案例,如图3所示。DS理论在发电系统中发现了若干FDD应用。例如,参考文献[126]中提出了一种基于DS理论和分类回归树的多传感器融合和决策方法,用于在紧急情况下对保护发电系统的高压断路器(HVCB)进行诊断。通过借鉴参考文献[127-128]的基本思想,基于证据k-最近邻(EKNN)分类规则建立FDD模型,对火力发电厂的两个实际设备单元进行监测和预警[129]。
《图3》
《图3》

《图3》
图3 DS理论框架下的数据驱动的故障检测和诊断。
《5. 总结》
5. 总结
机器学习和数据驱动控制方法已被证明是各级智慧发电系统运行中基于传统模型方法的比较有希望的替代方法,尤其是对于不确定性的情况。本文阐述了各层级的目标和主要的不确定性,并回顾了机器学习和数据驱动方法如何帮助提高可见性、机动性、灵活性、经济性和安全性。对于受随机噪声不确定性影响的动态建模,数据驱动系统辨识方法在推导传递函数和SS形式的代数模型方面起着重要作用。此外,当大数据可用时,基于机器学习的回归方法在描述非线性多变量能源系统方面更为有效。除了动态表征外,数据驱动的软测量还可以显著增强内部能量系统的可见性。基于可见度信息,调节控制水平可以通过对特定类型的不确定性干扰使用合适的数据驱动控制方法来提高设备的机动性。基于模型的第一定律方法对于监控多变量控制水平仍然至关重要,但可以将数据驱动方法嵌入MPC框架中,以增强发电系统对模型不确定性的灵活性。经济性规划严重依赖机器学习方法来适应受各种不确定性影响的大规模能源系统优化问题。为了在未知故障情况下提高系统安全性,数据驱动的DS理论只有在正常运行数据可用时,在发电系统故障诊断中显示出巨大的潜力。目前,EMPC仍然严重依赖于过程模型,并且关于将机器学习算法实现为监督和规划级别组合的研究很少。此外,与机器学习和数据科学的蓬勃发展相比,最新的机器学习算法(如深度学习)与当前智慧发电系统中的应用存在很大差距。阻碍EMPC进一步应用的主要困难是在线优化所需的巨大计算时间。EMPC的高效计算是未来研究的一个重要课题。这个被低估但令人兴奋的话题仍处于发展的初级阶段。机器学习和数据驱动方法在提高电力系统效率方面具有巨大潜力,是电力系统实现可持续发展的未来。
参考文献
[1] Ma X, Wang C, Dong B, Gu G, Chen R, Li Y, et al. Carbon emissions from energy consumption in China: its measurement and driving factors. Sci Total Environ 2019;648:1411–510.
链接1
[2] International Energy Agency. Global energy & CO2 status report 2019: emissions [Internet]. Paris: International Energy Agency; 2020 [cited 2020 Jul 12]. Available from: https://www.iea.org/reports/global-energy-co2- status-report-2019/emissions.
链接1
[3] Rogelj J, den Elzen M, Höhne N, Fransen T, Fekete H, Winkler H, et al. Paris Agreement climate proposals need a boost to keep warming well below 2 C. Nature 2016;534(7609):631–9.
链接1
[4] O’Dwyer E, Pan I, Acha S, Shah N. Smart energy systems for sustainable smart cities: current developments, trends and future directions. Appl Energy 2019;237:581–97.
链接1
[5] Kong X, Liu X, Ma L, Lee KY. Hierarchical distributed model predictive control of standalone wind/solar/battery power system. IEEE Trans Syst Man Cybern 2019;49(8):1570–81.
链接1
[6] Wu X, Shen J, Li Y, Lee KY. Steam power plant configuration, design, and control. Wiley Interdiscip Rev Energy Environ 2015;4(6):537–63.
链接1
[7] Mukati K, Rasch M, Ogunnaike BA. An alternative structure for next generation regulatory controllers. Part II: stability analysis, tuning rules and experimental validation. J Process Contr 2009;19(2):272–87.
链接1
[8] Ellis M, Durand H, Christofides PD. A tutorial review of economic model predictive control methods. J Process Contr 2014;24(8):1156–78.
链接1
[9] Bindlish R. Power scheduling and real-time optimization of industrial cogeneration plants. Comput Chem Eng 2016;87:257–66.
链接1
[10] Ma J, Jiang J. Applications of fault detection and diagnosis methods in nuclear power plants: a review. Prog Nucl Energy 2011;53(3):255–66.
链接1
[11] Sun L, Sun W, You F. Core temperature modelling and monitoring of lithiumion battery in the presence of sensor bias. Appl Energy 2020;271:115243.
链接1
[12] Sun L, Li D, Lee KY. Optimal disturbance rejection for PI controller with constraints on relative delay margin. ISA Trans 2016;63:103–11.
链接1
[13] Ponce CV, Saez D, Bordons C, Núñez A. Dynamic simulator and model predictive control of an integrated solar combined cycle plant. Energy 2016;109:974–86.
链接1
[14] Facci AL, Andreassi L, Ubertini S. Optimization of CHCP (combined heat power and cooling) systems operation strategy using dynamic programming. Energy 2014;66:387–400.
链接1
[15] Marano V, Rizzo G, Tiano FA. Application of dynamic programming to the optimal management of a hybrid power plant with wind turbines, photovoltaic panels and compressed air energy storage. Appl Energy 2012;97:849–59.
链接1
[16] Liu J, Luo W, Yang X, Wu L. Robust model-based fault diagnosis for PEM fuel cell air-feed system. IEEE Trans Ind Electron 2016;63(5):3261–70.
链接1
[17] Liu X, Cui J. Economic model predictive control of boiler–turbine system. J Process Contr 2018;66:59–67.
链接1
[18] Kuboth S, Heberle F, König-Haagen A, Brüggemann D. Economic model predictive control of combined thermal and electric residential building energy systems. Appl Energy 2019;240:372–85.
链接1
[19] Zhou T, Song Z, Sundmacher K. Big data creates new opportunities for materials research: a review on methods and applications of machine learning for materials design. Engineering 2019;5(6):1017–26.
链接1
[20] Radovic A, Williams M, Rousseau D, Kagan M, Bonacorsi D, Himmel A, et al. Machine learning at the energy and intensity frontiers of particle physics. Nature 2018;560(7716):41–8.
链接1
[21] Yosipof A, Nahum OE, Anderson AY, Barad HN, Zaban A, Senderowitz H. Data mining and machine learning tools for combinatorial material science of alloxide photovoltaic cells. Mol Inform 2015;34(6–7):367–79.
链接1
[22] Shang C, You F. Data analytics and machine learning for smart process manufacturing: recent advances and perspectives in the big data era. Engineering 2019;5(6):1010–6.
链接1
[23] Dey A. Machine learning algorithms: a review. Int J Comput Sci Inf Technol 2016;7(3):1174–9.
链接1
[24] Liu Q, Jin QB, Huang B, Liu M. Iteration tuning of disturbance observer-based control system satisfying robustness index for FOPTD processes. IEEE Trans Control Syst Technol 2017;25(6):1978–88.
链接1
[25] Hou Z, Gao H, Lewis FL. Data-driven control and learning systems. IEEE Trans Ind Electron 2017;64(5):4070–5.
链接1
[26] Hou ZS, Wang Z. From model-based control to data-driven control: survey, classification and perspective. Inf Sci 2013;235:3–35.
链接1
[27] Brockett R. New issues in the mathematics of control. In: Engquist B, Schmid W, editors. Mathematics unlimited—2001 and beyond. Berlin: Springer; 2001. p. 189–219.
链接1
[28] Unbehauen H, Rao GP. A review of identification in continuous-time systems. Annu Rev Control 1998;22:145–71.
链接1
[29] Sun L, Li D, Hu K, Lee KY, Pan F. On tuning and practical implementation of active disturbance rejection controller: a case study from a regenerative heater in a 1000 MW power plant. Ind Eng Chem Res 2016;55(23):6686–95.
链接1
[30] Sun L, Li G, Hua QS, Jin Y. A hybrid paradigm combining model-based and data-driven methods for fuel cell stack cooling control. Renew Energy 2020;147:1642–52.
链接1
[31] Zhu H, Shen J, Lee KY, Sun L. Multi-model based predictive sliding mode control for bed temperature regulation in circulating fluidized bed boiler. Control Eng Pract 2020;101:104484.
链接1
[32] Åström KJ, Hägglund T. Advanced PID control. Research Triangle Park: The Instrumentation, Systems, and Automation Society; 2006.
链接1
[33] Jin Y, Sun L, Hua Q, Chen S. Experimental research on heat exchanger control based on hybrid time and frequency domain identification. Sustainability 2018;10(8):2667.
链接1
[34] Wu X, Wang M, Liao P, Shen J, Li Y. Solvent-based post-combustion CO2 capture for power plants: a critical review and perspective on dynamic modelling, system identification, process control and flexible operation. Appl Energy 2020;257:113941.
链接1
[35] Ettihir K, Boulon L, Agbossou K. Energy management strategy for a fuel cell hybrid vehicle based on maximum efficiency and maximum power identification. IET Electr Syst Transp 2016;6(4):261–8.
链接1
[36] Belmokhtar K, Ibrahim H, Merabet A. Online parameter identification for a DFIG driven wind turbine generator based on recursive least squares algorithm. In: Proceedings of 2015 IEEE 28th Canadian Conference on Electrical and Computer Engineering (CCECE); 2015 May 3–6; Halifax, NS, Canada. New York: IEEE; 2015. p. 965–9.
链接1
[37] Xiao W, Lind MGJ, Dunford WG, Capel A. Real-time identification of optimal operating points in photovoltaic power systems. IEEE Trans Ind Electron 2006;53(4):1017–26.
链接1
[38] Xu Y, Jin W, Zhu X. Parameter identification of photovoltaic cell based on improved recursive least square method. In: Proceedings of 2017 20th International Conference on Electrical Machines and Systems (ICEMS); 2017 Aug 11–14; Sydney, NSW, Australia. New York: IEEE; 2017. p. 1–5.
链接1
[39] Lu H, Zhang Y, Wu C, Sun W. Dynamic model identification of the main steam temperature for supercritical once-through boiler. Energy Procedia 2012;17 (Pt B):1704–9.
链接1
[40] Dai H, Xu T, Zhu L, Wei X, Sun Z. Adaptive model parameter identification for large capacity Li-ion batteries on separated time scales. Appl Energy 2016;184:119–31.
链接1
[41] Lebbal ME, Lecœuche S. Identification and monitoring of a PEM electrolyser based on dynamical modelling. Int J Hydrogen Energy 2009;34(14): 5992–9.
链接1
[42] Xia B, Zhao X, De Callafon R, Garnier H, Nguyen T, Mi C. Accurate lithium-ion battery parameter estimation with continuous-time system identification methods. Appl Energy 2016;179:426–36.
链接1
[43] Song Z, Hofmann H, Lin X, Han X, Hou J. Parameter identification of lithiumion battery pack for different applications based on Cramer–Rao bound analysis and experimental study. Appl Energy 2018;231:1307–18.
链接1
[44] Song Z, Hou J, Hofmann HF, Lin X, Sun J. Parameter identification and maximum power estimation of battery/supercapacitor hybrid energy storage system based on Cramer–Rao bound analysis. IEEE Trans Power Electron 2019;34(5):4831–43.
链接1
[45] Yang B, Wang J, Zhang M, Shu H, Yu T, Zhang X, et al. A state-of-the-art survey of solid oxide fuel cell parameter identification: modelling, methodology, and perspectives. Energy Convers Manage 2020;213:112856.
链接1
[46] Yang B, Wang J, Zhang X, Yu T, Yao W, Shu H, et al. Comprehensive overview of meta-heuristic algorithm applications on PV cell parameter identification. Energy Convers Manage 2020;208:112595.
链接1
[47] Chen Z, Yuan X, Tian H, Ji B. Improved gravitational search algorithm for parameter identification of water turbine regulation system. Energy Convers Manage 2014;78:306–15.
链接1
[48] Buchholz M, Eswein M, Krebs V. Modelling PEM fuel cell stacks for FDI using linear subspace identification. In: Proceedings of 2008 IEEE International Conference on Control Applications; 2008 Sep 3–5; San Antonio, TX, USA. New York: IEEE; 2008. p. 341–6.
链接1
[49] Chen S, Xi Z, Yong H. Model identification of reheated steam temperature in 600 MW ultra-supercritical unit. In: Proceedings of 2015 International Conference on Industrial Informatics-Computing Technology, Intelligent Technology, Industrial Information Integration; 2015 Dec 3–4; Wuhan, China. New York: IEEE; 2015. p. 148–51.
[50] Hadavand A, Jalali AA, Famouri P. An innovative bed temperature-oriented modeling and robust control of a circulating fluidized bed combustor. Chem Eng J 2008;140(1–3):497–508.
链接1
[51] Buchholz M, Krebs V. Dynamic modelling of a polymer electrolyte membrane fuel cell stack by nonlinear system identification. Fuel Cells 2007;7 (5):392–401.
链接1
[52] Da Costa LF, Watanabe EH, Rolim LGB. A control-oriented model of a PEM fuel cell stack based on NARX and NOE neural networks. IEEE Trans Ind Electron 2015;62(8):5155–63.
链接1
[53] Liu XJ, Kong XB, Hou GL, Wang JH. Modeling of a 1000 MW power plant ultra super-critical boiler system using fuzzy-neural network methods. Energy Convers Manage 2013;65:518–27.
链接1
[54] Kouadri A, Namoun A, Zelmat M. Modelling the nonlinear dynamic behaviour of a boiler–turbine system using a radial basis function neural network. Int J Robust Nonlinear Control 2014;24(13):1873–86.
链接1
[55] Gunasekar N, Mohanraj M, Velmurugan V. Artificial neural network modeling of a photovoltaic–thermal evaporator of solar assisted heat pumps. Energy 2015;93(Pt 1):908–22.
链接1
[56] Kang YW, Li J, Cao GY, Tu HY, Li J, Yang J. Dynamic temperature modeling of an SOFC using least squares support vector machines. J Power Sources 2008;179(2):683–92.
链接1
[57] Marugán AP, Márquez FPG, Perez JMP, Ruiz-Hernández D. A survey of artificial neural network in wind energy systems. Appl Energy 2018;228:1822–36.
链接1
[58] Li CH, Zhu XJ, Cao GY, Sui S, Hu MR. Identification of the Hammerstein model of a PEMFC stack based on least squares support vector machines. J Power Sources 2008;175(1):303–16.
链接1
[59] Tan P, He B, Zhang C, Rao D, Li S, Fang Q, et al. Dynamic modeling of NOX emission in a 660 MW coal-fired boiler with long short-term memory. Energy 2019;176:429–36.
链接1
[60] Patwardhan SC, Prakash J, Shah SL. Soft sensing and state estimation: review and recent trends. IFAC Proc 2007;40(19):65–72.
链接1
[61] Kadlec P, Grbic´ R, Gabrys B. Review of adaptation mechanisms for data-driven soft sensors. Comput Chem Eng 2011;35(1):1–24.
链接1
[62] Kadlec P, Gabrys B, Strandt S. Data-driven soft sensors in the process industry. Comput Chem Eng 2009;33(4):795–814.
链接1
[63] Su Z, Wang P, Shen J, Yu X, Lv Z, Lu L. Multi-model strategy based evidential soft sensor model for predicting evaluation of variables with uncertainty. Appl Soft Comput 2011;11(2):2595–610.
链接1
[64] Gao XH, Su ZG. Artificial bee colony optimization of NOx emission and reheat steam temperature in a 1000 MW boiler. Math Probl Eng 2019;2019:1–13.
链接1
[65] Shinskey FG. Process control: as taught vs as practiced. Ind Eng Chem Res 2002;41(16):3745–50.
链接1
[66] Yang ZK, Liu CY, Song XL, Song ZY, Wang ZS. Application of RBF neural network PID in wet flue gas desulfurization of thermal power plant. In: Proceedings of 2016 International Conference on Machine Learning and Cybernetics (ICMLC). 2016 Jul 10–13; Jeju, Republic of Korea. New York: IEEE; 2016. p. 301–6.
[67] Damour C, Benne M, Lebreton C, Deseure J, Grondin-Perez B. Real-time implementation of a neural model-based self-tuning PID strategy for oxygen stoichiometry control in PEM fuel cell. Int J Hydrogen Energy 2014;39 (24):12819–25.
链接1
[68] Azali S, Sheikhan M. Intelligent control of photovoltaic system using BPSOGSA-optimized neural network and fuzzy-based PID for maximum power point tracking. Appl Intell 2016;44(1):88–110.
链接1
[69] Xing Z, Li Q, Su X, Guo H. Application of BP neural network for wind turbines. In: Proceedings of 2009 Second International Conference on Intelligent Computation Technology and Automation; 2009 Oct 10–11; Changsha, China. New York: IEEE; 2009. p. 42–4.
链接1
[70] Asgharnia A, Shahnazi R, Jamali A. Performance and robustness of optimal fractional fuzzy PID controllers for pitch control of a wind turbine using chaotic optimization algorithms. ISA Trans 2018;79:27–44.
链接1
[71] Ou K, Wang YX, Li ZZ, Shen YD, Xuan DJ. Feedforward fuzzy-PID control for air flow regulation of PEM fuel cell system. Int J Hydrogen Energy 2015;40 (35):11686–95.
链接1
[72] Lygouras JN, Botsaris PN, Vourvoulakis J, Kodogiannis V. Fuzzy logic controller implementation for a solar air-conditioning system. Appl Energy 2007;84 (12):1305–18.
链接1
[73] Haji Haji V, Monje CA. Fractional order fuzzy-PID control of a combined cycle power plant using particle swarm optimization algorithm with an improved dynamic parameters selection. Appl Soft Comput 2017;58:256–64.
链接1
[74] Zhang S, Taft CW, Bentsman J, Hussey A, Petrus B. Simultaneous gains tuning in boiler/turbine PID-based controller clusters using iterative feedback tuning methodology. ISA Trans 2012;51(5):609–21.
链接1
[75] Han J. From PID to active disturbance rejection control. IEEE Trans Ind Electron 2009;56(3):900–6.
链接1
[76] Sun L, Zhang Y, Li D, Lee KY. Tuning of active disturbance rejection control with application to power plant furnace regulation. Control Eng Pract 2019;92:104122.
链接1
[77] Sun L, Hua Q, Shen J, Xue Y, Li D, Lee KY. Multi-objective optimization for advanced superheater steam temperature control in a 300 MW power plant. Appl Energy 2017;208:592–606.
链接1
[78] Chakib R, Cherkaoui M, Essadki A. Inertial response used for a short term frequency control for DFIG wind turbine controlled by ADRC. ARPN J Eng Appl Sci 2016;11(5):2916–22.
链接1
[79] Yu Y, Hu X. Active disturbance rejection control strategy for grid-connected photovoltaic inverter based on virtual synchronous generator. IEEE Access 2019;7:17328–36.
链接1
[80] Sun L, Jin Y, You F. Active disturbance rejection temperature control of opencathode proton exchange membrane fuel cell. Appl Energy 2020;261:114381.
链接1
[81] Sun L, Shen J, Hua Q, Lee KY. Data-driven oxygen excess ratio control for proton exchange membrane fuel cell. Appl Energy 2018;231:866–75.
链接1
[82] Ahn HS, Chen YQ, Moore KL. Iterative learning control: brief survey and categorization. IEEE Trans Syst Man Cybern Part C 2007;37(6): 1099–121.
链接1
[83] Pan T, Shen J, Sun L, Lee KY. Thermodynamic modelling and intelligent control of fuel cell anode purge. Appl Therm Eng 2019;154:196–207.
链接1
[84] Tutty OR, Blackwell M, Rogers E, Sandberg R. Computational fluid dynamics based iterative learning control of peak loads in wind turbines. In: Proceedings of 2012 IEEE 51st IEEE Conference on Decision and Control (CDC); 2012 Dec 10–12; Maui, HI, USA. New York: IEEE; 2012. p. 3948–53.
链接1
[85] Liu H, Li S, Chai T. Intelligent decoupling control of power plant main steam pressure and power output. Int J Electr Power Energy Syst 2003;25 (10):809–19.
链接1
[86] Thounthong P, Luksanasakul A, Koseeyaporn P, Davat B. Intelligent modelbased control of a standalone photovoltaic/fuel cell power plant with supercapacitor energy storage. IEEE Trans Sustain Energy 2013;4(1): 240–9.
链接1
[87] Wang W, Li HX, Zhang J. Intelligence-based hybrid control for power plant boiler. IEEE Trans Control Syst Technol 2002;10(2):280–7.
链接1
[88] Sun L, Dong J, Li D, Lee KY. A practical multivariable control approach based on inverted decoupling and decentralized active disturbance rejection control. Ind Eng Chem Res 2016;55(7):2008–19.
链接1
[89] Sun L, Hua Q, Li D, Pan L, Xue Y, Lee KY. Direct energy balance based active disturbance rejection control for coal-fired power plant. ISA Trans 2017;70:486–93.
链接1
[90] Wu X, Shen J, Li Y, Lee KY. Data-driven modeling and predictive control for boiler–turbine unit using fuzzy clustering and subspace methods. ISA Trans 2014;53(3):699–708.
链接1
[91] Wang X, Huang B, Chen T. Data-driven predictive control for solid oxide fuel cells. J Process Contr 2007;17(2):103–14.
链接1
[92] Wu X, Shen J, Sun S, Li Y, Lee KY. Data-driven disturbance rejection predictive control for SCR denitrification system. Ind Eng Chem Res 2016;55 (20):5923–30.
链接1
[93] Wu X, Shen J, Li Y, Wang M, Lawal A. Flexible operation of post-combustion solvent-based carbon capture for coal-fired power plants using multi-model predictive control: a simulation study. Fuel 2018;220:931–41.
链接1
[94] Zeng P, Li HP, He HB, Li SH. Dynamic energy management of a microgrid using approximate dynamic programming and deep recurrent neural network learning. IEEE Trans Smart Grid 2019;10(4):4435–45.
链接1
[95] Kim TY, Kim BS, Park TC, Yeo YK. Model-based control of a molten carbonate fuel cell (MCFC) process. Korean J Chem Eng 2018;35(1):118–28.
链接1
[96] Dong Z, Zhang Z, Dong Y, Huang X. Multi-layer perception based model predictive control for the thermal power of nuclear superheated-steam supply systems. Energy 2018;151:116–25.
链接1
[97] Liu S, Sun L, Zhu S, Li J, Chen X, Zhong W. Operation strategy optimization of desulfurization system based on data mining. Appl Math Model 2020;81:144–58.
链接1
[98] Gu Y, Zhao W, Wu Z. Online adaptive least squares support vector machine and its application in utility boiler combustion optimization systems. J Process Contr 2011;21(7):1040–8.
链接1
[99] More A, Deo MC. Forecasting wind with neural networks. Mar Struct 2003;16 (1):35–49.
链接1
[100] Li F, Ren G, Lee J. Multi-step wind speed prediction based on turbulence intensity and hybrid deep neural networks. Energy Convers Manage 2019;186:306–22.
链接1
[101] Wang Y, Wang H, Srinivasan D, Hu Q. Robust functional regression for wind speed forecasting based on sparse Bayesian learning. Renew Energy 2019;132:43–60.
链接1
[102] Ning C, You F. Data-driven adaptive robust unit commitment under wind power uncertainty: a Bayesian nonparametric approach. IEEE Trans Power Syst 2019;34(3):2409–18.
链接1
[103] Papaefthymiou G, Klockl B. MCMC for wind power simulation. IEEE Trans Energy Convers 2008;23(1):234–40.
链接1
[104] Feng C, Cui M, Hodge BM, Zhang J. A data-driven multi-model methodology with deep feature selection for short-term wind forecasting. Appl Energy 2017;190:1245–57.
链接1
[105] Yildiz B, Bilbao JI, Sproul AB. A review and analysis of regression and machine learning models on commercial building electricity load forecasting. Renew Sust Energ Rev 2017;73:1104–22.
链接1
[106] Voyant C, Notton G, Kalogirou S, Nivet ML, Paoli C, Motte F, et al. Machine learning methods for solar radiation forecasting: a review. Renew Energy 2017;105:569–82.
链接1
[107] Sutton RS, Barto AG. Reinforcement learning: an introduction. IEEE Trans Neural Netw 1998;9(5):1054.
链接1
[108] Ren Y, Liao Z, Sun J, Jiang B, Wang J, Yang Y, et al. Molecular reconstruction: recent progress toward composition modeling of petroleum fractions. Chem Eng J 2019;357:761–75.
链接1
[109] Liao Z, Hu Y, Wang J, Yang Y, You F. Systematic design and optimization of a membrane–cryogenic hybrid system for CO2 capture. ACS Sustain Chem Eng 2019;7(20):17186–97.
链接1
[110] Jasmin EA, Imthias Ahamed TP, Jagathy Raj VP. Reinforcement learning approaches to economic dispatch problem. Int J Electr Power Energy Syst 2011;33(4):836–45.
链接1
[111] Wei C, Zhang Z, Qiao W, Qu L. Reinforcement-learning-based intelligent maximum power point tracking control for wind energy conversion systems. IEEE Trans Ind Electron 2015;62(10):6360–70.
链接1
[112] Kofinas P, Dounis AI, Vouros GA. Fuzzy Q-learning for multi-agent decentralized energy management in microgrids. Appl Energy 2018;219:53–67.
链接1
[113] Hua H, Qin Y, Hao C, Cao J. Optimal energy management strategies for energy Internet via deep reinforcement learning approach. Appl Energy 2019;239: 598–609.
链接1
[114] Yang T, Zhao L, Li W, Zomaya AY. Reinforcement learning in sustainable energy and electric systems: a survey. Annu Rev Control 2020;49:145–63.
链接1
[115] Odgaard PF, Mataji B. Observer-based fault detection and moisture estimating in coal mills. Control Eng Pract 2008;16(8):909–21.
链接1
[116] Peter O, Lin B, Sten J. Observer-based and regression model-based detection of emerging faults in coal mills. IFAC Proc 2006;39(13):687–92.
链接1
[117] Yin S, Wang G, Karimi HR. Data-driven design of robust fault detection system for wind turbines. Mechanism 2014;24(4):298–306.
链接1
[118] Schlechtingen M, Ferreira SI. Comparative analysis of neural network and regression based condition monitoring approaches for wind turbine fault detection. Mech Syst Signal Process 2011;25(5):1849–75.
链接1
[119] Lowery Natalie LH, Vahdati Maria M, Potthast Roland WE, Holderbaum W. Classification and fault detection methods for fuel cell monitoring and quality control. J Fuel Cell Scl Tech 2013;10(2):021002.
链接1
[120] Salahshoor K, Kordestani M, Khoshro MS. Fault detection and diagnosis of an industrial steam turbine using funsion of SVM (support vector machine) and ANFIS (adaptive neuro-fuzzy inference system) classifiers. Energy 2010;35 (12):5472–82.
链接1
[121] Moradi M, Chaibakhsh A, Ramezani A. An intelligent hybrid technique for fault detection and condition monitoring of a thermal power plant. Appl Math Model 2018;60:34–47.
链接1
[122] Shafer G. A mathematical theory of evidence. Princeton: Princeton University Press; 1976.
链接1
[123] Smets P, Kennes R. The transferable belief model. Artif Intell 1994;66 (2):191–234.
链接1
[124] Denz´ux T. 40 years of Dempster–Shafer theory. Int J Approx Reason 2016;79:1–6.
链接1
[125] Dempster AP. Upper and lower probabilities induced by a multivalued mapping. Ann Math Stat 1967;38(2):325–39.
链接1
[126] Ma S, Jia B, Wu J, Yuan Y, Jiang Y, Li W. Multi-vibration information fusion for detection of HVCB faults using CART and D-S evidence theory. ISA Trans. In press.
[127] Su ZG, Wang PH. Improved adaptive evidential k-NN rule and its application for monitoring level of coal powder filling in ball mill. J Process Contr 2009;19(10):1751–62.
链接1
[128] Su ZG. Research on theory of belief function and modelling for cognizing unmeasured parameters in power system [dissertation]. Nanjing: Southeast University; 2010. Chinese.
链接1
[129] Chen XL, Wang PH, Hao YS, Zhao M. Evidential KNN-based condition monitoring and early warning method with applications in power plant. Neurocomputing 2018;315:18–32.
链接1