+

CN118246351A - A deep learning method for solving unit commitment problems considering unit confidence - Google Patents

A deep learning method for solving unit commitment problems considering unit confidence Download PDF

Info

Publication number
CN118246351A
CN118246351A CN202410671988.8A CN202410671988A CN118246351A CN 118246351 A CN118246351 A CN 118246351A CN 202410671988 A CN202410671988 A CN 202410671988A CN 118246351 A CN118246351 A CN 118246351A
Authority
CN
China
Prior art keywords
unit
time
confidence
deep learning
solving
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202410671988.8A
Other languages
Chinese (zh)
Other versions
CN118246351B (en
Inventor
董吉哲
郑丹辰
陈沛光
王梓蘅
孙洋
韩顺杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Changchun University of Technology
Original Assignee
Changchun University of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Changchun University of Technology filed Critical Changchun University of Technology
Priority to CN202410671988.8A priority Critical patent/CN118246351B/en
Publication of CN118246351A publication Critical patent/CN118246351A/en
Application granted granted Critical
Publication of CN118246351B publication Critical patent/CN118246351B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/27Design optimisation, verification or simulation using machine learning, e.g. artificial intelligence, neural networks, support vector machines [SVM] or training a model
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/17Mechanical parametric or variational design
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • G06N3/0442Recurrent networks, e.g. Hopfield networks characterised by memory or gating, e.g. long short-term memory [LSTM] or gated recurrent units [GRU]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • General Physics & Mathematics (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • Artificial Intelligence (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Biophysics (AREA)
  • Mathematical Physics (AREA)
  • Biomedical Technology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Computational Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Medical Informatics (AREA)
  • Supply And Distribution Of Alternating Current (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to a solution method for a deep learning unit combination problem considering unit confidence, and belongs to the technical field of power system planning. Aiming at the problem that the solving time is overlong in solving the unit combination problem by using mixed integer linear programming at present, a deep learning unit combination problem model considering the unit confidence is provided. The model is divided into two stages, firstly, a solution of a binary decision variable of the start-stop state of the unit is obtained by training a long-short-time memory network; and secondly, setting a confidence threshold on the basis of determining the confidence unit, setting a non-confidence unit decision meeting the confidence threshold condition as a hot start initial value of the model, and carrying the non-confidence unit decision into a solver for solving. The result shows that the method remarkably improves the solving efficiency of the unit combination problem. The method is beneficial to reducing the waste of power resources and maintaining the stability of the power system, and has important significance for the development of the unit combination problem.

Description

一种考虑机组置信度的深度学习机组组合问题求解方法A deep learning method for solving unit commitment problems considering unit confidence

技术领域Technical Field

本发明涉及电力系统规划技术领域,具体涉及一种考虑机组置信度的深度学习机组组合问题求解方法。The present invention relates to the technical field of power system planning, and in particular to a method for solving a deep learning unit combination problem taking unit confidence into consideration.

背景技术Background technique

机组组合是电力系统日常重要工作之一。随着混合整数线性规划(Mixed-integerlinear programming,MILP)理论的日趋完善及商用求解器的不断发展,越来越多电力公司转向使用MILP解决此问题。虽然MILP模型求解结果稳定,且与最优值的距离可观测,但其计算时间对机组数量增加敏感。Unit combination is one of the important daily tasks of power systems. With the continuous improvement of mixed-integer linear programming (MILP) theory and the continuous development of commercial solvers, more and more power companies are turning to MILP to solve this problem. Although the solution of the MILP model is stable and the distance from the optimal value is observable, its calculation time is sensitive to the increase in the number of units.

随着机器学习的发展,采用机器学习,尤其以深度神经网络为代表的深度学习,求解机组组合问题成为目前研究的前沿领域。With the development of machine learning, the use of machine learning, especially deep learning represented by deep neural networks, to solve unit combination problems has become a frontier research area.

为了解决计算时间过长的问题,本发明提出一种考虑机组置信度的深度学习机组组合问题模型,模型的核心之处在于既保证了求解的成功率,又提升了求解机组组合问题的速度。In order to solve the problem of long calculation time, the present invention proposes a deep learning unit combination problem model that takes into account the unit confidence. The core of the model is that it not only ensures the success rate of the solution, but also improves the speed of solving the unit combination problem.

发明内容Summary of the invention

针对当前求解机组组合问题时间过长的缺陷,本发明的目的是提出一种考虑机组置信度的深度学习机组组合问题的求解方法。该方法能够在保证求解准确度的前提下,有效的缩短求解时间。In view of the defect that the current solution time of the unit commitment problem is too long, the purpose of the present invention is to propose a deep learning method for solving the unit commitment problem taking into account the unit confidence. The method can effectively shorten the solution time while ensuring the accuracy of the solution.

本方法主要分为两个阶段:This method is mainly divided into two stages:

第一个阶段是训练长短时记忆网络(Long Short-Term Memory,LSTM)获得机组组合启停决策对应的二进制解(0-1)。The first stage is to train the Long Short-Term Memory (LSTM) network to obtain the binary solution (0-1) corresponding to the unit combination start-stop decision.

第二个阶段是在确定置信机组(Trusted-generators set,TGS)的前提下,通过设置机组置信度阈值,判断非置信机组的机组决策是否满足置信度阈值的要求。在满足要求的情况下,将其设置为热启动初值,带入商业求解器中参与求解。The second stage is to determine whether the unit decision of the untrusted unit meets the confidence threshold requirement by setting the unit confidence threshold under the premise of determining the trusted-generators set (TGS). If it meets the requirement, it is set as the initial value of the hot start and brought into the commercial solver for solution.

附图说明BRIEF DESCRIPTION OF THE DRAWINGS

图1 考虑机组置信度的深度学习机组组合问题求解策略流程;Figure 1. The process of solving the deep learning unit commitment problem considering unit confidence;

图2 神经网络结构图。Figure 2: Neural network structure diagram.

具体实施方式Detailed ways

首先是通过训练长短时记忆网络获得机组组合启停决策对应的二进制解(0-1)。本发明选择用电负荷作为神经网络的输入。将用电负荷输入进长短时记忆网络之后,通过一个辍学率为0.5的辍学层,对其中的节点进行随机的剔除。随后与全连接层进行连接,网络中的全连接层使用了Sigmoid函数作为激活函数。接下来对输出结果进行判断,大于等于0.5的结果被输出为1,小于0.5的结果被输出为0。最后得到机组在每个时刻对应的启停决策的解。First, the binary solution (0-1) corresponding to the start-stop decision of the unit combination is obtained by training the long short-term memory network. The present invention selects the power load as the input of the neural network. After the power load is input into the long short-term memory network, the nodes therein are randomly removed through a dropout layer with a dropout rate of 0.5. It is then connected to the fully connected layer, and the fully connected layer in the network uses the Sigmoid function as the activation function. Next, the output result is judged, and the result greater than or equal to 0.5 is output as 1, and the result less than 0.5 is output as 0. Finally, the solution of the start-stop decision corresponding to the unit at each moment is obtained.

接下来是确定置信机组与设定机组置信度阈值。置信机组的确定如下所示:The next step is to determine the confidence group and set the confidence threshold of the group. The determination of the confidence group is as follows:

为数学规划模型求解的机组启停决策;/>为神经网络输出的机组启停决策;/>为二者的绝对差值。 Solving the mathematical programming model for unit start and stop decision making;/> The start and stop decision of the unit is output by the neural network; /> is the absolute difference between the two.

,即某一台机组在所有时刻数学规划模型求解的机组启停决策与神经网络输出结果绝对差值之和等于0,这样的机组被认定为置信机组,即TGS=1。/>,即数学规划模型求解的启停决策与神经网络输出结果存在误差,这样的机组被设定为非置信机组,即TGS=0。在带入求解器中进行求解运算的时候,置信机组的二进制变量将被设置为固定值。 , that is, the sum of the absolute differences between the start-stop decision of a unit solved by the mathematical programming model at all times and the output of the neural network is equal to 0. Such a unit is identified as a trusted unit, that is, TGS=1. /> , that is, there is an error between the start-stop decision solved by the mathematical programming model and the output result of the neural network. Such a unit is set as an untrusted unit, that is, TGS = 0. When it is brought into the solver for solution calculation, the binary variable of the trusted unit will be set to a fixed value.

对于不满足置信机组条件的非置信机组,并不是将其二进制决策变量(从神经网络中获得)舍弃,在机组组合数学规划模型中设置为未知量。而是通过设置置信度条件来判断非置信机组决策变量是否满足此条件,对于满足条件的非置信机组决策变量,将其设置为热启动初值带入机组组合数学规划模型,并使用求解器求解。置信度阈值公式如下所示:For non-confident units that do not meet the confidence unit conditions, their binary decision variables (obtained from the neural network) are not discarded and set as unknown quantities in the unit combination mathematical programming model. Instead, the confidence condition is set to determine whether the non-confident unit decision variables meet this condition. For non-confident unit decision variables that meet the condition, they are set as the hot start initial value and brought into the unit combination mathematical programming model, and solved using the solver. The confidence threshold formula is as follows:

N表示的是样本的数量;T表示的是时刻数量;是设置的置信度。N represents the number of samples; T represents the number of moments; is the confidence level of the setting.

最后是带入机组组合数学规划模型并使用求解器进行求解。机组组合数学规划模型如下所示:Finally, the unit combination mathematical programming model is brought in and solved using the solver. The unit combination mathematical programming model is as follows:

模型的目标函数包括启动类型费用,启动阶段费用及生产费用:The objective function of the model includes startup type cost, startup phase cost and production cost:

式中:是系统内所有火电机组的集合;/>是所有时刻的集合;/>是机组g在时刻t的启动类型费用;/>是机组g在时刻t的启动阶段费用;/>是机组g在时刻t的生产费用;/>是机组g的热启动费用;/>是机组g的冷启动费用;/>是直到时刻t机组g已经关闭的时间;/>是机组g最小关机时间;/>是机组g冷启动需要的时间;/>是机组g的成本系数;/>是机组g启动过程中第i个阶段的功率大小;/>是机组启动方法的索引;/>是机组g的启动过程;/>是机组g在第t个时刻的启动类型s(二进制变量,1表示机组g采用了类型s的启动方式;0表示机组g未采用类型s的启动方式);/>是机组g在时刻t的真实功率大小;/>是机组g在时刻t的状态(二进制变量,1代表机组g在时刻t处于在线状态;0代表机组g在时刻t处于离线状态)。Where: It is the collection of all thermal power units in the system; /> is the set of all moments; /> is the startup type cost of unit g at time t; /> is the startup cost of unit g at time t; /> is the production cost of unit g at time t; /> is the hot start cost of unit g; /> is the cold start cost of unit g; /> is the time until time t when unit g has been shut down; /> is the minimum shutdown time of unit g; /> is the time required for cold start of unit g; /> is the cost coefficient of unit g; /> is the power size of the i-th stage during the startup process of unit g; /> is the index of the unit startup method; /> This is the startup process of unit g; /> is the startup type s of unit g at time t (a binary variable, 1 indicates that unit g adopts the startup method of type s; 0 indicates that unit g does not adopt the startup method of type s);/> is the actual power of unit g at time t; /> is the state of unit g at time t (a binary variable, 1 represents that unit g is online at time t; 0 represents that unit g is offline at time t).

火电机组负荷约束:Load constraints of thermal power units:

式中:为每个时刻t的负荷大小。Where: is the load size at each moment t.

火电机组功率约束:Power constraints of thermal power units:

式中:为机组g的最大输出功率;/>为机组g的最小输出功率;/>为机组g在时刻t位于机组最小输出功率之上的功率大小;/>是机组g在时刻t的关机状态(二进制变量,1表示机组g处于关闭状态;0表示机组g处于非关闭状态);/>是机组g关闭过程中第i个阶段的功率大小;/>是机组的关闭过程。Where: is the maximum output power of unit g; /> is the minimum output power of unit g; /> is the power level of unit g at time t when it is above the minimum output power of the unit; /> is the shutdown state of unit g at time t (binary variable, 1 means unit g is in shutdown state; 0 means unit g is in non-shutdown state);/> is the power size of the i-th stage during the shutdown process of unit g; /> It is the shutdown process of the unit.

火电机组爬坡约束:Thermal power unit climbing constraints:

式中:是机组g在时刻t的上旋转备用容量;/>是机组g在时刻t的下旋转备用容量;/>是机组g的爬坡能力;/>是机组g的下坡能力;/>是机组g在时刻t的开启状态(二进制变量,1表示机组g处于开机状态;0表示机组g处于非开机状态)。Where: is the upper spinning reserve capacity of unit g at time t; /> is the lower spinning reserve capacity of unit g at time t; /> is the gradeability of unit g; /> is the downhill capability of unit g; /> is the startup state of unit g at time t (a binary variable, 1 indicates that unit g is in the startup state; 0 indicates that unit g is in the non-startup state).

对于第一个时刻的爬坡约束是单独考虑的:The climbing constraint for the first moment is considered separately:

式中:是机组g在初始时刻(即前一天的最后一个时刻)的功率大小。Where: It is the power of unit g at the initial moment (i.e. the last moment of the previous day).

火电机组旋转备用约束:Spinning reserve constraints for thermal power units:

式中:是时刻t需要的上旋转备用容量;/>是时刻t需要的下旋转备用容量。Where: is the upper spinning reserve capacity required at time t; /> is the lower spinning reserve capacity required at time t.

火电机组最小启动/关闭时间约束:Minimum start/shutdown time constraints for thermal power units:

式中:是机组g的最小启动时间;/>是机组g的初始时刻状态(二进制变量,1表示机组g初始时刻处于在线状态;0表示机组g初始时刻处于离线状态);/>是机组g在调度开始前,机组必须保持运行的时间;/>是机组g在调度开始前,机组必须保持关闭的时间;/>是在调度之前机组g已经保持开启的时间;/>是在调度之前机组g已经保持关闭的时间。Where: is the minimum start-up time of unit g; /> is the initial state of unit g (binary variable, 1 means that unit g is online at the initial moment; 0 means that unit g is offline at the initial moment);/> is the time that unit g must remain in operation before scheduling begins; /> is the time that unit g must remain shut down before scheduling begins; /> is the time that unit g has been turned on before being dispatched; /> is the time that unit g has remained shut down before being dispatched.

启动/关闭逻辑约束:Enable/disable logic constraints:

机组启动类型选择:Unit start type selection:

为了清楚的说明本专利提出方法的优势,表1将本专利对于机组组合问题的求解时间与纯数学规划模型的求解时间进行了对比。In order to clearly illustrate the advantages of the method proposed in this patent, Table 1 compares the solution time of the unit combination problem in this patent with the solution time of the pure mathematical programming model.

表1模型结果对比Table 1 Comparison of model results

测试系统Test system 3机组3 units 10机组10 units 20机组20 units 32机组32 units 方案1(秒)Solution 1 (seconds) 27.027.0 798.1798.1 1214.31214.3 7948.17948.1 方案2(秒)Solution 2 (seconds) 27.627.6 2144.82144.8 2489.72489.7 11527.011527.0

如表1所示,方案1为本专利所提的一种考虑机组置信度的深度学习机组组合问题求解方法所需的时间。方案2为纯数学规划模型的求解时间。结果表明,方案1在求解时间上有了显著的提升。As shown in Table 1, Scheme 1 is the time required for a deep learning unit commitment problem solving method considering unit confidence proposed in this patent. Scheme 2 is the solution time of a pure mathematical programming model. The results show that Scheme 1 has significantly improved the solution time.

上述实施例仅是为充分说明本发明而举的较佳的实施例,本发明的保护范围不限于此。本技术领域的技术人员在本发明基础上所作的等同替代或者交换,均在本发明的保护范围之内。本发明的保护范围以权利要求书为准。The above embodiments are only preferred embodiments for fully illustrating the present invention, and the protection scope of the present invention is not limited thereto. Equivalent substitutions or exchanges made by technicians in the technical field based on the present invention are all within the protection scope of the present invention. The protection scope of the present invention shall be subject to the claims.

Claims (4)

1.一种考虑机组置信度的深度学习机组组合问题求解方法,其特征在于,所述方法包括以下操作:首先构建基于长短时记忆网络的深度学习模型,将用电负荷作为深度学习模型输入,输出是机组启停决策的解;其次是在确定置信机组的情况下,对非置信机组启停决策解的误差设置置信度阈值,在满足置信度阈值的情况下,将这部分解设置为机组组合数学规划模型的热启动初值,带入求解器中进行求解,得到符合机组组合问题约束条件的机组功率大小以及启停决策解。1. A deep learning method for solving unit commitment problems considering unit confidence, characterized in that the method comprises the following operations: first, a deep learning model based on a long short-term memory network is constructed, the power load is used as the input of the deep learning model, and the output is the solution of the unit start-stop decision; secondly, when a confident unit is determined, a confidence threshold is set for the error of the start-stop decision solution of the unconfident unit, and when the confidence threshold is met, this part of the decomposition is set as the hot start initial value of the unit combination mathematical programming model, and is brought into the solver for solving, so as to obtain the unit power size and the start-stop decision solution that meet the constraints of the unit combination problem. 2.根据权利要求1所述的一种考虑机组置信度的深度学习机组组合问题求解方法,其特征在于,所述的方法还包括一种神经网络模型的构建:将用电负荷作为神经网络的输入,将负荷输入进长短时记忆网络之后,通过一个辍学率为0.5的辍学层,对其中的节点进行剔除;随后与全连接层进行连接,网络中的全连接层使用了sigmoid函数作为激活函数;接下来对输出结果进行判断,大于等于0.5的结果被输出为1,小于0.5的结果被输出为0;最后得到机组在每个时刻对应的启停决策的解。2. According to a deep learning unit commitment problem solving method considering unit confidence according to claim 1, it is characterized in that the method also includes the construction of a neural network model: taking the power load as the input of the neural network, after the load is input into the long short-term memory network, the nodes therein are removed through a dropout layer with a dropout rate of 0.5; then connected with the fully connected layer, the fully connected layer in the network uses the sigmoid function as the activation function; then the output result is judged, and the result greater than or equal to 0.5 is output as 1, and the result less than 0.5 is output as 0; finally, the solution of the start and stop decision corresponding to the unit at each time is obtained. 3.根据权利要求1所述的一种考虑机组置信度的深度学习机组组合问题求解方法,其特征在于,所述方法还包括设置机组置信度阈值,对于不满足置信机组条件的非置信机组,并不是将其启停决策变量舍弃,在数学规划模型中设置为未知量;而是通过设置置信度阈值来判断非置信机组启停决策变量是否满足置信度阈值条件,对于满足条件的非置信机组启停决策变量,将其设置为热启动初值带入机组组合数学规划模型,并使用求解器求解;置信度阈值要求如下所示:3. According to a deep learning unit commitment problem solving method considering unit confidence according to claim 1, it is characterized in that the method further comprises setting a unit confidence threshold. For non-confident units that do not meet the confidence unit conditions, their start-stop decision variables are not discarded and set as unknown quantities in the mathematical programming model; instead, the confidence threshold is set to determine whether the start-stop decision variables of the non-confident units meet the confidence threshold conditions. For the start-stop decision variables of the non-confident units that meet the conditions, they are set as hot start initial values and brought into the unit combination mathematical programming model, and solved using a solver; the confidence threshold requirements are as follows: 上述式中:N表示的是样本数量;T表示的是时刻数量;是设置的置信度;g是机组/>的索引;t是时刻/>的索引;/>是神经网络输出的二进制决策变量的解与数学规划模型求解的二进制决策变量的解的绝对差值。In the above formula: N represents the number of samples; T represents the number of moments; is the confidence level of the setting; g is the unit /> The index of ; t is the time /> The index of; /> It is the absolute difference between the solution of the binary decision variables output by the neural network and the solution of the binary decision variables solved by the mathematical programming model. 4.根据权利要求1所述的一种考虑机组置信度的深度学习机组组合问题求解方法,其特征在于,所述方法还包括机组组合数学规划模型的构建;数学规划模型的目标函数的表达式为:4. According to a deep learning unit commitment problem solving method considering unit confidence level in claim 1, the method further comprises constructing a unit commitment mathematical programming model; the objective function of the mathematical programming model is expressed as: 式中:是系统内所有火电机组的集合;/>是所有时刻的集合;/>是机组g在时刻t的启动类型费用;/>是机组g在时刻t的启动阶段费用;/>是机组g在时刻t的生产费用;/>是机组g的热启动费用;/>是机组g的冷启动费用;/>是直到时刻t机组g已经关闭的时间;/>是机组g最小关机时间;/>是机组g冷启动需要的时间;/>是机组g的成本系数;/>是机组g启动过程中第i个阶段的功率大小;/>是机组启动方法的索引;/>是机组g的启动过程;/>是机组g在第t个时刻选择的启动类型s:二进制变量,1表示机组g在第t个时刻采用了类型s的启动方式;0表示机组g在第t个时刻未采用类型s的启动方式;/>是机组g在时刻t的真实功率大小;/>是机组g在时刻t的状态:二进制变量,1代表机组g在时刻t处于在线状态;0代表机组g在时刻t处于离线状态。Where: It is the collection of all thermal power units in the system; /> is the set of all moments; /> is the startup type cost of unit g at time t; /> is the startup cost of unit g at time t; /> is the production cost of unit g at time t; /> is the hot start cost of unit g; /> is the cold start cost of unit g; /> is the time until time t when unit g has been shut down; /> is the minimum shutdown time of unit g; /> is the time required for cold start of unit g; /> is the cost coefficient of unit g; /> is the power size of the i-th stage during the startup process of unit g; /> is the index of the unit startup method; /> This is the startup process of unit g; /> is the startup type s selected by unit g at time t: a binary variable, 1 means that unit g adopts the startup method of type s at time t; 0 means that unit g does not adopt the startup method of type s at time t; /> is the actual power of unit g at time t; /> is the state of unit g at time t: a binary variable, 1 represents that unit g is online at time t; 0 represents that unit g is offline at time t.
CN202410671988.8A 2024-05-28 2024-05-28 A deep learning method for solving unit commitment problems considering unit confidence Active CN118246351B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410671988.8A CN118246351B (en) 2024-05-28 2024-05-28 A deep learning method for solving unit commitment problems considering unit confidence

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410671988.8A CN118246351B (en) 2024-05-28 2024-05-28 A deep learning method for solving unit commitment problems considering unit confidence

Publications (2)

Publication Number Publication Date
CN118246351A true CN118246351A (en) 2024-06-25
CN118246351B CN118246351B (en) 2024-08-16

Family

ID=91559293

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410671988.8A Active CN118246351B (en) 2024-05-28 2024-05-28 A deep learning method for solving unit commitment problems considering unit confidence

Country Status (1)

Country Link
CN (1) CN118246351B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118735309A (en) * 2024-09-04 2024-10-01 长春工业大学 A deep learning method for solving unit commitment problems considering confidence intervals

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108897954A (en) * 2018-06-29 2018-11-27 龙源(北京)风电工程技术有限公司 Wind turbines temperature pre-warning method and its system based on BootStrap confidence calculations
CN113408648A (en) * 2021-07-07 2021-09-17 华北电力大学 Unit combination calculation method combined with deep learning
CN114926009A (en) * 2022-05-16 2022-08-19 广西大学 Unit combination two-stage rapid solving method based on improved Transformer neural network
US20230297842A1 (en) * 2022-03-21 2023-09-21 Shandong University Method and system for event-triggered distributed reinforcement learning for unit commitment optimization and dispatch
CN117117989A (en) * 2023-08-29 2023-11-24 清华大学深圳国际研究生院 Deep reinforcement learning solving method for unit combination

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108897954A (en) * 2018-06-29 2018-11-27 龙源(北京)风电工程技术有限公司 Wind turbines temperature pre-warning method and its system based on BootStrap confidence calculations
CN113408648A (en) * 2021-07-07 2021-09-17 华北电力大学 Unit combination calculation method combined with deep learning
US20230297842A1 (en) * 2022-03-21 2023-09-21 Shandong University Method and system for event-triggered distributed reinforcement learning for unit commitment optimization and dispatch
CN114926009A (en) * 2022-05-16 2022-08-19 广西大学 Unit combination two-stage rapid solving method based on improved Transformer neural network
CN117117989A (en) * 2023-08-29 2023-11-24 清华大学深圳国际研究生院 Deep reinforcement learning solving method for unit combination

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
李佩杰等: ""定制化求解机组组合混合整数线性规划模型的固定——推断法"", 《电力系统保护与控制》, 16 January 2023 (2023-01-16), pages 11 - 21 *
杨楠等: ""基于数据驱动具有自我学习能力的机组组合智能决策方法研究"", 《中国电机工程学报》, 15 January 2019 (2019-01-15), pages 1 - 11 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118735309A (en) * 2024-09-04 2024-10-01 长春工业大学 A deep learning method for solving unit commitment problems considering confidence intervals

Also Published As

Publication number Publication date
CN118246351B (en) 2024-08-16

Similar Documents

Publication Publication Date Title
CN102479347B (en) Wind power plant short-term wind speed prediction method and system based on data driving
CN118246351B (en) A deep learning method for solving unit commitment problems considering unit confidence
CN115425668B (en) Energy storage capacity optimal configuration method based on power system time sequence production simulation
CN117574218B (en) A data-driven method for power and electricity balance under multi-dimensional uncertain conditions
CN117977568A (en) Power load prediction method based on nested LSTM and quantile calculation
CN116154875A (en) Photovoltaic power station active power optimization distribution method based on TCN and error function
CN116128243B (en) Multi-dimensional safety intelligent control method for cascade hydropower station
CN117394444A (en) A robust optimization dispatch method for DC distribution network distribution based on deep learning assistance
CN117557019A (en) Heat supply system scheduling method of heat pump-containing cluster based on model predictive control
CN115857338B (en) Safety rule extraction and optimization method for improving toughness of urban energy system
CN117638859A (en) Unit combination quick solving method based on dynamic interaction of adjoint model
CN116245019A (en) A load forecasting method, system, device and storage medium based on Bagging sampling and improved random forest algorithm
CN118367556B (en) Accelerated optimization method of power system unit commitment based on redundant constraint identification
CN115967128A (en) A Robust Day-ahead Scheduling Method for Cascaded Water-light Complementary Systems Considering the Vibration Region
CN109888788B (en) Method for solving optimal power flow of power system
Du et al. Globally optimal distributed operation of integrated electric and heating systems
CN114528771A (en) New energy consumption measuring and calculating method and system based on hybrid particle swarm optimization
CN113852069A (en) Regional power grid economic dispatching optimization method and system containing source load uncertainty
CN117117858B (en) Wind turbine generator power prediction method, device and storage medium
CN118428524A (en) Island micro-grid distribution optimization method and device considering wind and light limit scenes
CN117808269A (en) Flexible heat source scheduling method, device and medium for regional heating system
CN115660187B (en) Low-carbon town ground source heat pump capacity optimization configuration method
CN117811095A (en) Method and system for generating multi-resource collaborative adjustment strategy of power system
CN113222216B (en) Cold and hot electric load prediction method, device and system
CN115833240A (en) Capacity allocation optimization method of wind-solar-water complementary system considering cascade hydropower station connection

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载