CN107528312B - Power system state estimation method - Google Patents
Power system state estimation method Download PDFInfo
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 37
- 238000005259 measurement Methods 0.000 claims description 17
- 230000035772 mutation Effects 0.000 claims description 3
- 238000004364 calculation method Methods 0.000 description 3
- 230000007547 defect Effects 0.000 description 2
- 230000002068 genetic effect Effects 0.000 description 2
- 239000002245 particle Substances 0.000 description 2
- 230000035945 sensitivity Effects 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- 238000004458 analytical method Methods 0.000 description 1
- 239000002131 composite material Substances 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000002474 experimental method Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H02—GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
- H02J—CIRCUIT ARRANGEMENTS OR SYSTEMS FOR SUPPLYING OR DISTRIBUTING ELECTRIC POWER; SYSTEMS FOR STORING ELECTRIC ENERGY
- H02J3/00—Circuit arrangements for AC mains or AC distribution networks
-
- H—ELECTRICITY
- H02—GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
- H02J—CIRCUIT ARRANGEMENTS OR SYSTEMS FOR SUPPLYING OR DISTRIBUTING ELECTRIC POWER; SYSTEMS FOR STORING ELECTRIC ENERGY
- H02J2203/00—Indexing scheme relating to details of circuit arrangements for AC mains or AC distribution networks
- H02J2203/20—Simulating, 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
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:
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: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
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)
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)
| 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)
| 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)
| 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 |
-
2017
- 2017-07-14 CN CN201710574224.7A patent/CN107528312B/en not_active Expired - Fee Related
Patent Citations (4)
| 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)
| 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 |