+

CN107528312B - Power system state estimation method - Google Patents

Power system state estimation method Download PDF

Info

Publication number
CN107528312B
CN107528312B CN201710574224.7A CN201710574224A CN107528312B CN 107528312 B CN107528312 B CN 107528312B CN 201710574224 A CN201710574224 A CN 201710574224A CN 107528312 B CN107528312 B CN 107528312B
Authority
CN
China
Prior art keywords
power system
system state
individual
state estimation
objective function
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.)
Expired - Fee Related
Application number
CN201710574224.7A
Other languages
Chinese (zh)
Other versions
CN107528312A (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.)
Tongji University
Original Assignee
Tongji University
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 Tongji University filed Critical Tongji University
Priority to CN201710574224.7A priority Critical patent/CN107528312B/en
Publication of CN107528312A publication Critical patent/CN107528312A/en
Application granted granted Critical
Publication of CN107528312B publication Critical patent/CN107528312B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H02GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
    • H02JCIRCUIT ARRANGEMENTS OR SYSTEMS FOR SUPPLYING OR DISTRIBUTING ELECTRIC POWER; SYSTEMS FOR STORING ELECTRIC ENERGY
    • H02J3/00Circuit arrangements for AC mains or AC distribution networks
    • HELECTRICITY
    • H02GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
    • H02JCIRCUIT ARRANGEMENTS OR SYSTEMS FOR SUPPLYING OR DISTRIBUTING ELECTRIC POWER; SYSTEMS FOR STORING ELECTRIC ENERGY
    • H02J2203/00Indexing scheme relating to details of circuit arrangements for AC mains or AC distribution networks
    • H02J2203/20Simulating, e g planning, reliability check, modelling or computer assisted design [CAD]

Landscapes

  • Engineering & Computer Science (AREA)
  • Power Engineering (AREA)
  • Supply And Distribution Of Alternating Current (AREA)

Abstract

The invention relates to a power system state estimation method, which comprises the following steps: 1) establishing a power system state estimation model; 2) establishing an estimation objective function based on the power system state estimation model; 3) and introducing derivative information of the estimation objective function, and solving the estimation objective function by using an evolutionary algorithm to obtain the optimal power system state. Compared with the prior art, the method combines the evolutionary algorithm with the derivative information, and introduces the derivative information of the objective function in a structural framework of heuristic search of the evolutionary algorithm to guide search, so that the high-efficiency and accurate state estimation result of the power system is obtained, and the solution goodness can be ensured.

Description

Power system state estimation method
Technical Field
The invention relates to the technical field of power system operation and control, in particular to a power system state estimation method.
Background
The power system state estimation is to estimate the state of each node in the power grid for guiding the scheduling and control of the power system.
Existing power system state estimation methods can be classified into least-squares-based gauss-newton method, semi-positive definite relaxation method, and intelligent algorithm. Each method has certain defects:
based on the least square Gauss Newton method, the global optimum point is difficult to be obtained due to the sensitivity of the Gauss Newton method to the initial point;
a semi-positive definite relaxation method in which the solution obtained does not have a goodness (the first derivative is not 0);
the power system estimation based on the intelligent algorithm is only suitable for small power grids, and as the scale of the power grids becomes larger, the precision and the solving time of the power system estimation cannot meet the requirements.
Therefore, it is necessary to develop a new power system state estimation method.
Disclosure of Invention
The present invention is directed to a method for estimating a state of an electric power system, which overcomes the above-mentioned drawbacks of the prior art.
The purpose of the invention can be realized by the following technical scheme:
a method of power system state estimation, the method comprising the steps of:
1) establishing a power system state estimation model;
2) establishing an estimation objective function based on the power system state estimation model;
3) and introducing derivative information of the estimation objective function, and solving the estimation objective function by using an evolutionary algorithm to obtain the optimal power system state.
In the step 1), the power system state estimation model is as follows:
z=h(v)+e
wherein z is measurement data, v is power system state, e is measurement error, and h (-) is measurement equation.
In step 2), the estimation objective function is expressed as:
Figure BDA0001350495800000021
wherein M belongs to M, M is a measurement set, wmTo correspond to the metrology data weight, ZmFor corresponding measured data, hmThe equation for the corresponding measurement.
The step 3) is specifically as follows:
301) setting the number N of populationpIteration end condition and selection probability PG、PM
302) Making the iteration number k equal to 1;
303) a generation step: sequentially judging whether the random generation probability of each individual i is less than PGIf yes, execute the Nidk(i)=idk(i)+u1·Dxk(i) Wherein idk(i) Represents an individual i in the k-th iteration, representing the power system state, Dxk(i) Representing the derivative, u, of the individual i of the kth iteration1Is a weight factor, if not, execute the Nidk(i)=idk(i)+u2·pdgk(i) Wherein pdgk(i)=pgbestk-idk(i),pgbestkRepresents the best of the k-th generation of individuals, u2Is a weight factor;
304) a mutation step: sequentially judging whether the random generation probability of each individual i is less than PMIf yes, execute Uidk(i)=Nidk(i)+u3Pdr (i), where pdr (i) is a random vector, u3Is the weighting factor, if not, step 305) is executed;
305) comparison of Individual nidsk(i) And Uidk(i) Taking the individual with smaller value as the individual of the next generation;
306) judging whether iteration termination conditions are met, if so, executing step 307), otherwise, making k equal to k +1, and returning to step 303);
307) and obtaining the optimal individual and the corresponding power system state.
The weighting factor u1、u2、u3Are all obeyed to [0,1]A uniform probability distribution.
The iteration termination condition includes reaching a maximum number of iterations or a solution convergence.
Compared with the prior art, the invention has the following advantages:
1) the method combines the evolutionary algorithm with the derivative information, introduces the derivative information of the objective function in a structural framework of heuristic search of the evolutionary algorithm to guide search, overcomes the defect that the global optimum point is difficult to obtain due to the sensitivity of the least square Gaussian Newton method to the initial point, and obtains the efficient and accurate state estimation result of the power system.
2) Different from the problem that the solution of the state of the power system cannot guarantee the solution goodness by solving the power system state through semi-positive definite relaxation, the method guarantees the solution goodness.
3) The method can also carry out rapid and accurate state estimation under a large power system.
4) In the evolutionary algorithm, the generation step aims to generate the next generation of individuals by analyzing derivative information or heuristic information, and the variation step aims to enlarge the search range and avoid precocity, so that the accuracy of the evolutionary algorithm is improved.
Drawings
FIG. 1 is a schematic flow chart of the present invention.
Detailed Description
The invention is described in detail below with reference to the figures and specific embodiments. The present embodiment is implemented on the premise of the technical solution of the present invention, and a detailed implementation manner and a specific operation process are given, but the scope of the present invention is not limited to the following embodiments.
The invention provides a power system state estimation method, which comprises the following steps:
1) establishing a power system state estimation model: z is measurement data, v is the state of the power system, e is a measurement error, and h (-) is a measurement equation;
2) establishing an estimation objective function based on the power system state estimation model:
Figure BDA0001350495800000031
wherein M belongs to M, M is a measurement set, wmTo correspond to the metrology data weight, ZmFor corresponding measured data, hm(. cndot.) is the corresponding measurement equation;
3) and introducing derivative information of the estimation objective function, and solving the estimation objective function by using an evolutionary algorithm to obtain the optimal power system state.
As shown in fig. 1, the step 3) specifically includes:
301) setting the number N of populationpIteration termination conditions (e.g., maximum number of iterations reached or solution convergence, etc.), and selection probability PG、PM
302) Making the iteration number k equal to 1;
303) a generation step: sequentially judging whether the random generation probability of each individual i is less than PGIf yes, execute the Nidk(i)=idk(i)+u1·Dxk(i) Wherein idk(i) Represents an individual i in the k-th iteration, representing the power system state, Dxk(i) Representing the derivative, u, of the individual i of the kth iteration1Obey [0,1 ] for the weighting factor]If not, then executing the Nidk(i)=idk(i)+u2·pdgk(i) Wherein pdgk(i)=pgbestk-idk(i),pgbestkRepresents the best of the k-th generation of individuals, u2As a weighting factor, u2Same u1
304) A mutation step: sequentially judging whether the random generation probability of each individual i is less than PMIf yes, execute Uidk(i)=Nidk(i)+u3Pdr (i), where pdr (i) is a random vector, u3As a weighting factor, u3Same u2And u1If not, go to step 305);
305) comparison of Individual nidsk(i) And Uidk(i) Taking the individual with smaller value as the individual of the next generation;
306) judging whether iteration termination conditions are met, if so, executing step 307), otherwise, making k equal to k +1, and returning to step 303);
307) and obtaining the optimal individual and the corresponding power system state.
In the case of testing IEEE 30, 57, and 118 node standard power systems, the above methods are compared with least squares-based gauss-newton method and intelligent algorithms (e.g., Genetic Algorithm (GA), particle swarm algorithm (PSO), and differential evolution algorithm (DE)), and the accuracy is compared, as shown in table 1.
TABLE 1 accuracy comparison
Figure BDA0001350495800000041
In table 1, 1.5999E +005 is a scientific notation, equal to 159990, which indicates the objective function value corresponding to the solved power system state. The smaller the value of the objective function, the more accurate the estimated power system state is represented.
At present, in a state estimation method of a power system, a semi-positive definite relaxation method and an intelligent algorithm (such as a Genetic Algorithm (GA), a particle swarm algorithm (PSO), and a differential evolution algorithm (DE)) are used for calculating for a long time, and a least square-based gauss-newton method is used for calculating for a shortest time. As can be seen from table 1, in a large system, the estimation effect of the intelligent algorithm cannot meet the accuracy requirement, so that the calculation time is ignored, and table 2 shows the comparison result of the calculation time of each method.
TABLE 2 calculation time comparison (unit: seconds)
Test system Method for producing a composite material Semi-positive definite relaxation method Gauss-newton method
IEEE 30 0.1958 1.62 0.0974
IEEE 57 0.5956 4.32 0.1460
IEEE 118 4.4398 21.6 0.5284
As can be seen from tables 1 and 2, the most accurate estimation result of the power system state can be obtained within an acceptable time by the method.
The foregoing detailed description of the preferred embodiments of the invention has been presented. It should be understood that numerous modifications and variations could be devised by those skilled in the art in light of the present teachings without departing from the inventive concepts. Therefore, the technical solutions available to those skilled in the art through logic analysis, reasoning and limited experiments based on the prior art according to the concept of the present invention should be within the scope of protection defined by the claims.

Claims (5)

1.一种电力系统状态估计方法,其特征在于,该方法包括以下步骤:1. A power system state estimation method, characterized in that the method comprises the following steps: 1)建立电力系统状态估计模型;1) Establish a power system state estimation model; 2)基于所述电力系统状态估计模型建立估计目标函数;2) establishing an estimation objective function based on the power system state estimation model; 3)引入所述估计目标函数的导数信息,利用进化算法对所述估计目标函数进行求解,获得最优的电力系统状态;3) introducing the derivative information of the estimated objective function, and using an evolutionary algorithm to solve the estimated objective function to obtain the optimal power system state; 所述步骤3)具体为:Described step 3) is specifically: 301)设定种群个数Np、迭代终止条件以及选择概率PG、PM301) Set the population number N p , the iteration termination condition and the selection probabilities P G , P M ; 302)令迭代次数k=1;302) Set the number of iterations k=1; 303)生成步骤:依次对每个个体i,判断随机生成概率是否小于PG,若是,则执行Nidk(i)=idk(i)+u1·Dxk(i),其中idk(i)表示第k次迭代中的个体i,代表电力系统状态,Dxk(i)表示第k次迭代个体i的导数,u1为权重因子,若否,则执行Nidk(i)=idk(i)+u2·pdgk(i),其中pdgk(i)=pgbestk-idk(i),pgbestk表示第k代个体中最好的个体,u2为权重因子;303) Generation step: for each individual i in turn, determine whether the random generation probability is less than P G , and if so, execute Nid k (i)=id k (i)+u 1 ·Dx k (i), where id k ( i) represents the individual i in the k-th iteration, representing the state of the power system, Dx k (i) represents the derivative of the individual i in the k-th iteration, u 1 is the weight factor, if not, execute Nid k (i)=id k (i)+u 2 ·pdg k (i), where pdg k (i)=pgbest k -id k (i), pgbest k represents the best individual among the k-th generation individuals, and u 2 is the weight factor; 304)变异步骤:依次对每个个体i,判断随机生成概率是否小于PM,若是,则执行Uidk(i)=Nidk(i)+u3·pdr(i),其中pdr(i)为随机向量,u3为权重因子,若否,则执行步骤305);304) Mutation step: for each individual i in turn, determine whether the random generation probability is less than P M , and if so, execute Uid k (i)=Nid k (i)+u 3 ·pdr(i), where pdr(i) is a random vector, u 3 is a weight factor, if not, then execute step 305); 305)比较个体Nidk(i)和Uidk(i)目标函数的值,取值较小的个体作为下一代的个体;305) Compare the values of the objective function of individual Nid k (i) and Uid k (i), and take the individual with the smaller value as the individual of the next generation; 306)判断是否满足迭代终止条件,若是,则执行步骤307),若否,则令k=k+1,返回步骤303);306) Determine whether the iteration termination condition is met, if so, execute step 307), if not, set k=k+1, and return to step 303); 307)获得最优个体和其对应的电力系统状态。307) Obtain the optimal individual and its corresponding power system state. 2.根据权利要求1所述的电力系统状态估计方法,其特征在于,所述步骤1)中,电力系统状态估计模型为:2. The power system state estimation method according to claim 1, wherein in the step 1), the power system state estimation model is: z=h(v)+ez=h(v)+e 其中,z为量测数据,v为电力系统状态,e为量测误差,h(·)为量测方程。Among them, z is the measurement data, v is the state of the power system, e is the measurement error, and h(·) is the measurement equation. 3.根据权利要求1所述的电力系统状态估计方法,其特征在于,所述步骤2)中,估计目标函数表示为:3. The power system state estimation method according to claim 1, wherein, in the step 2), the estimation objective function is expressed as:
Figure FDA0002297508170000021
Figure FDA0002297508170000021
其中,m∈M,M为量测集合,wm为对应量测数据权重,Zm为对应量测数据,hm(·)为对应量测方程。Among them, m∈M, M is the measurement set, w m is the corresponding measurement data weight, Z m is the corresponding measurement data, and h m (·) is the corresponding measurement equation.
4.根据权利要求1所述的电力系统状态估计方法,其特征在于,所述权重因子u1、u2、u3均服从[0,1]的均匀概率分布。4 . The power system state estimation method according to claim 1 , wherein the weighting factors u 1 , u 2 , and u 3 all obey the uniform probability distribution of [0, 1]. 5 . 5.根据权利要求1所述的电力系统状态估计方法,其特征在于,所述迭代终止条件包括达到最大迭代次数或解收敛。5 . The power system state estimation method according to claim 1 , wherein the iteration termination condition includes reaching the maximum number of iterations or solution convergence. 6 .
CN201710574224.7A 2017-07-14 2017-07-14 Power system state estimation method Expired - Fee Related CN107528312B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710574224.7A CN107528312B (en) 2017-07-14 2017-07-14 Power system state estimation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710574224.7A CN107528312B (en) 2017-07-14 2017-07-14 Power system state estimation method

Publications (2)

Publication Number Publication Date
CN107528312A CN107528312A (en) 2017-12-29
CN107528312B true CN107528312B (en) 2020-04-28

Family

ID=60748948

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710574224.7A Expired - Fee Related CN107528312B (en) 2017-07-14 2017-07-14 Power system state estimation method

Country Status (1)

Country Link
CN (1) CN107528312B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113315118B (en) * 2021-04-26 2022-12-30 中国南方电网有限责任公司 Power system state estimation method based on parallel computing and particle swarm optimization

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102280892A (en) * 2011-08-01 2011-12-14 湖南师范大学 Equipment and method for controlling reactive power optimization of distributed power in real time
CN102831315A (en) * 2012-08-23 2012-12-19 清华大学 Accurate linearization method of measurement equation for electric power system state estimation
CN104242304A (en) * 2014-09-09 2014-12-24 清华大学 Power system state estimation method based on phasor measurement
CN105449672A (en) * 2015-12-16 2016-03-30 华南理工大学 Method for estimating total supply capability of 220KV loop ring network

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9627886B2 (en) * 2012-03-27 2017-04-18 Mitsubishi Electric Research Laboratoriies, Inc. State estimation for power system using hybrid measurements

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102280892A (en) * 2011-08-01 2011-12-14 湖南师范大学 Equipment and method for controlling reactive power optimization of distributed power in real time
CN102831315A (en) * 2012-08-23 2012-12-19 清华大学 Accurate linearization method of measurement equation for electric power system state estimation
CN104242304A (en) * 2014-09-09 2014-12-24 清华大学 Power system state estimation method based on phasor measurement
CN105449672A (en) * 2015-12-16 2016-03-30 华南理工大学 Method for estimating total supply capability of 220KV loop ring network

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
拟牛顿信赖域法在非线性状态估计中的应用;黄石,冯蒙霜;《广东电力》;20160225;第29卷(第2期);第70-75页 *

Also Published As

Publication number Publication date
CN107528312A (en) 2017-12-29

Similar Documents

Publication Publication Date Title
Sun et al. Using Bayesian deep learning to capture uncertainty for residential net load forecasting
CN113805064B (en) Lithium ion battery pack health state prediction method based on deep learning
CN108416695B (en) Power load probability density prediction method, system and medium based on deep learning
CN110807554B (en) Generation method and system based on wind power/photovoltaic classical scene set
CN111193256A (en) Power load prediction method based on variational modal decomposition and gated cyclic unit
CN110334726A (en) A method for identifying and repairing abnormal data of electric load based on density clustering and LSTM
CN108280552A (en) Methods of electric load forecasting and system, storage medium based on deep learning
CN106447098A (en) Photovoltaic ultra-short period power predicting method and device
CN108197837B (en) Photovoltaic power generation prediction method based on KMeans clustering
Chauhan et al. Approximating parameters of photovoltaic models using an amended reptile search algorithm
CN118277935B (en) Distributed photovoltaic abnormal data score decision method based on time series clustering
CN106296434B (en) A Grain Yield Prediction Method Based on PSO-LSSVM Algorithm
CN112596016A (en) Transformer fault diagnosis method based on integration of multiple one-dimensional convolutional neural networks
CN107274015A (en) A kind of method and system of prediction of wind speed
US20220243347A1 (en) Determination method and determination apparatus for conversion efficiency of hydrogen production by wind-solar hybrid electrolysis of water
CN116821832A (en) Abnormal data identification and correction method for high-voltage industrial and commercial user power load
CN110866366A (en) XGboost algorithm-based island detection method for photovoltaic microgrid containing PHEV
CN110991737A (en) Ultra-short-term wind power prediction method based on deep belief network
CN113657030A (en) Method for predicting remaining service life of lithium battery based on Gaussian process regression
CN115392102A (en) Energy consumption prediction model establishment method and device, energy consumption prediction method and system
CN108808657B (en) Short-term prediction method for power load
CN116859255A (en) A method, device, equipment and medium for predicting the health status of energy storage batteries
CN113344245A (en) Hybrid deep learning short-term prediction model, method, storage medium, and computing device
CN103885867A (en) Online evaluation method of performance of analog circuit
CN107528312B (en) Power system state estimation method

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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20200428

CF01 Termination of patent right due to non-payment of annual fee
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载