CN112966717A - Adjustable potential aggregation method for adjustable resources of power distribution network - Google Patents

Adjustable potential aggregation method for adjustable resources of power distribution network Download PDF

Info

Publication number
CN112966717A
CN112966717A CN202110157037.5A CN202110157037A CN112966717A CN 112966717 A CN112966717 A CN 112966717A CN 202110157037 A CN202110157037 A CN 202110157037A CN 112966717 A CN112966717 A CN 112966717A
Authority
CN
China
Prior art keywords
data
adjustable
power distribution
distribution network
potential
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.)
Pending
Application number
CN202110157037.5A
Other languages
Chinese (zh)
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.)
Beijing Zhizhong Energy Technology Development Co ltd
Tsinghua University
State Grid Zhejiang Electric Power Co Ltd
Electric Power Research Institute of State Grid Zhejiang Electric Power Co Ltd
Original Assignee
Tsinghua University
State Grid Zhejiang Electric Power Co Ltd
Electric Power Research Institute of State Grid Zhejiang Electric Power Co Ltd
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 Tsinghua University, State Grid Zhejiang Electric Power Co Ltd, Electric Power Research Institute of State Grid Zhejiang Electric Power Co Ltd filed Critical Tsinghua University
Priority to CN202110157037.5A priority Critical patent/CN112966717A/en
Publication of CN112966717A publication Critical patent/CN112966717A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • G06F18/232Non-hierarchical techniques
    • G06F18/2321Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions
    • G06F18/23213Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions with fixed number of clusters, e.g. K-means clustering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • G06F18/232Non-hierarchical techniques
    • G06F18/2321Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions
    • 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
    • H02J3/38Arrangements for parallely feeding a single network by two or more generators, converters or transformers
    • H02J3/46Controlling of the sharing of output between the generators, converters, or transformers

Landscapes

  • Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Artificial Intelligence (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Power Engineering (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses an adjustable potential aggregation method for adjustable resources of a power distribution network, belongs to the field of power grid allocation, and aims to solve the problem that the existing method has limitation in numerical value extraction, and adopts the following technical scheme: a method for aggregating the adjustable potential of the adjustable resources of a power distribution network comprises the following steps: step 1, selecting adjustable potential data; step 2, classifying the adjustable potential data obtained in the step 1 according to an ADPC-kmeans clustering algorithm; step 3, based on the clustering result, carrying out grade division on the adjustable potential according to an adjustable potential grade division method to form an adjustable potential resource pool; and 4, positioning resources corresponding to the resource pool, and superposing the adjustable potentials of various power distribution network power utilization users to realize reasonable aggregation and realize the calling and adjustment of the power distribution network power utilization users. The invention avoids the problems that the traditional density peak value clustering algorithm clustering center can not be automatically identified and the traditional k-means clustering initial clustering algorithm center and the clustering number can not be determined.

Description

Adjustable potential aggregation method for adjustable resources of power distribution network
Technical Field
The invention belongs to the field of power grid allocation, and particularly relates to an adjustable potential aggregation method for adjustable resources of a power distribution network.
Background
The proportion of multiple adjustable resources in a power grid is continuously improved, and various adjustable resources have the characteristics of large quantity and scattered layout and are difficult to be directly called by the power grid, so that in order to deal with the development trend of a power market and improve the operation efficiency of the power grid, the adjustable potential and the potential aggregation method of the adjustable resources in the power distribution grid need to be researched. Meanwhile, with the development of a power grid communication technology, real-time data of a power distribution network can be acquired by using a communication link, and communication between a power system and a load is developed into a bidirectional link. Therefore, historical data information of the power distribution network is fully utilized, the generality of the historical data is extracted, and an adjustable potential resource pool convenient to call can be formed, so that various adjustable resources can participate in multi-scene business requirements of a power grid company for consuming new energy, optimizing and scheduling the power distribution network, responding to requirements, performing emergency coordination control, assisting service and the like after being reasonably aggregated.
The multiple adjustable resources in the distribution network have the characteristics of large quantity and scattered layout, so that the multiple adjustable resources are required to be extracted to be related adjustable commonalities so as to facilitate the application of a power grid. For the extraction of data commonality, clustering is one of them. Clustering is an important unsupervised machine learning method, is a non-convex discrete optimization problem, and plays an important role in various fields. Most of the clustering algorithms, the clustering algorithm based on the partitions is most widely applied, and includes a clustering method based on square error, a clustering method based on density, a clustering method based on distribution and the like. The commonly used k-means clustering algorithm depends on the setting of initial conditions and is likely to converge to a suboptimal solution; PDC and its improved algorithm CFSFDP can predict cluster number by identifying cluster centroids in a two-dimensional decision graph whose coordinate axes are density values and corresponding minimum distance values, respectively. But the clustering center of the algorithm should be manually selected in the strategy map.
Disclosure of Invention
Aiming at the problem that the existing method has limitation in numerical value extraction, the invention provides an adjustable potential aggregation method for adjustable resources of a power distribution network, which combines an automatic clustering center recognition technology with the basic ideas of PDC and k-means, improves a k-means clustering algorithm, and avoids the problems that the traditional density peak value clustering algorithm cannot automatically recognize the clustering center and the traditional k-means initial clustering algorithm center and the clustering number cannot be determined.
The technical scheme adopted by the invention is as follows: a method for aggregating the adjustable potential of the adjustable resources of a power distribution network comprises the following steps:
step 1, selecting adjustable potential data of N power distribution network power users;
step 2, classifying the adjustable potential data obtained in the step 1 according to an ADPC-kmeans clustering algorithm:
step 2.1, normalizing the adjustable potential data according to time scale, calculating the distance between any two data points, and performing ascending sequence arrangement on the distance;
step 2.2, calculating the local density of each data point, and arranging all the local densities in a descending order;
step 2.3, calculating the minimum distance of each data point;
step 2.4, a joint probability density function is established according to the density and the minimum distance of each data point, the expectation and the variance of the minimum distance of each data point under the corresponding local density are calculated according to the joint probability density function,
step 2.5, establishing a threshold function, calculating a cluster center discrimination threshold of each data point and determining a cluster center;
step 2.6, clustering the determined clustering center and N sample points to be clustered by adopting a K-means core idea to obtain a clustering result;
step 3, grading the time-interval adjustable potentials of the resident users of the various types of power distribution networks according to an adjustable potential grading method based on the clustering result to form an adjustable potential resource pool of the resident users of the power distribution networks;
and 4, positioning resources corresponding to the resource pool according to the types of the services participating in the power distribution network, reasonably aggregating various power distribution network power users through the adjustable potential superposition of the various power distribution network power users, and then calling and adjusting several types of power distribution network power users successively according to the grading result.
The invention analyzes and excavates the adjustable potential of the multi-element adjustable resources of the power distribution network based on the massive historical data of the power distribution network, then, an ADPC-Kmeans (automatic Density Peak Cluster Kmeans Algorithm) automatic Density Peak value confirmation K mean value clustering algorithm is adopted, the automatic clustering center identification technology is combined with the basic ideas of PDC and K-means, extracting and classifying the adjustable potential commonalities of the adjustable resources of the power distribution network to obtain the adjustable potential characteristics of the adjustable resources of each type of power distribution network represented by a clustering center, meanwhile, the adjustable potential grades of each type of power distribution network adjustable resources are divided into time intervals to form an adjustable potential resource pool which is convenient to call, therefore, the priority selection of the integral regulation after the adjustable resources of each type of power distribution network are aggregated can be realized, and the problems that the clustering center of the traditional density peak value clustering algorithm cannot be automatically identified and the center and the clustering number of the traditional k-means clustering initial clustering algorithm cannot be determined can be solved.
Further, the specific operation process in step 2.1 is as follows: normalizing the adjustable potential data according to time scale to form a data set X to be clustered separated by time scale, wherein the data set X is { X }i}NThe corresponding index set IxN, the index set has a corresponding set of features as xiWherein x isi=(xi,1,xi,2,...,xi,t,...,xi,24),xiHas a data length of 24, and represents the maximum adjustable potential power value of the user in 24 time periods in a day; calculate any two data points xi、xjDistance d ofijThe data set X to be clustered has a total of D distance values, where D ═ N (N-1)/2,
Figure BDA0002934081310000021
and D distance values are arranged in ascending order to form a corresponding distance value sequence of the serial numbers 1-D.
Further, the specific operation process of step 2.2 is as follows: calculate each data point xiLocal density of (p)iForm a
Figure BDA0002934081310000022
Wherein the content of the first and second substances,
Figure BDA0002934081310000023
dcfor truncating the distance, i.e. the distance value d corresponding to the mth sequence number in the distance sequencem(ii) a And all data points xiCorresponding local density values are arranged in descending order and fixed text
Figure BDA0002934081310000024
For local density data sets
Figure BDA0002934081310000025
The subscript data sets in descending order, wherein,
Figure BDA0002934081310000026
the purpose of the ascending order arrangement and the descending order arrangement is to facilitate subsequent calculation and quickly find the required data value.
Further, in step 2.3, the specific operation process of calculating the minimum distance of each data point is as follows:
step 2.3.1, calculate qiMinimum distance index under data points
Figure BDA0002934081310000031
Figure BDA0002934081310000032
Step 2.3.2, mixing
Figure BDA0002934081310000033
Corresponding to before no sorting
Figure BDA0002934081310000034
Under the boundary number, so as to quickly find the required data value as each data point xiMinimum distance value deltai
Further, the specific operation process in step 2.4 is as follows: from each data point xiDensity of (p)iAnd a minimum distance deltaiEstablishing a joint probability density function
Figure BDA0002934081310000035
And calculating each data point x according to the joint probability density functioniMinimum distance delta at its corresponding local densityiIs expected to
Figure BDA0002934081310000036
Sum variance
Figure BDA0002934081310000037
Wherein:
Figure BDA0002934081310000038
Figure BDA0002934081310000039
Figure BDA00029340813100000310
Figure BDA00029340813100000311
Figure BDA00029340813100000312
alpha and beta are relation coefficients, and alpha and beta belong to 0-1.
Further, the specific operation process in step 2.5 is as follows: establishing a threshold function TH (i), calculating a cluster center discrimination threshold of each data point xi, and determining a cluster center: data point xiIs a threshold value TH (i) of (d) and a minimum distance delta thereofiBy contrast, if δiIf more than TH (i), the point is the candidate clustering center MkThe number is marked as Y, wherein,
Figure BDA00029340813100000313
further, step 2.6, clustering the determined clustering center and the N sample points to be clustered by adopting the K-means core idea, wherein the specific operation process for obtaining the clustering result is as follows:
step 2.6.1, calculate each data point xiWith each cluster center MkDistance ofFrom dikAnd according to the distance minimum principle, the data point x isiIs divided to form a partition containing NkCluster of data points Ck,k=1,2,...,Y;NkRepresenting the number of data points of each class, N being used because each class contains different data pointskRepresents; class cluster refers to the cluster with MkIs a cluster center, contains NkCluster of data points CkI.e. into the Y class;
step 2.6.2, calculate each class CkMean value of all data points and using the mean value as updated cluster center Mk′:
Figure BDA0002934081310000041
And step 2.6.3, returning to step 2.6.1 until the clustering center is not changed any more and clustering is finished.
Further, the operation process of acquiring the adjustable potential data in step 1 includes:
step 1.1, acquiring reference daily electricity load data of N power distribution network electricity users respectively;
step 1.2, respectively acquiring peak load daily power load data of N power distribution network power users;
and step 1.3, subtracting the reference daily power load data obtained by the user corresponding to the step 1.1 from the peak load daily power load data obtained in the step 1.2 to obtain adjustable potential data of N power distribution network power users.
Further, the specific operation process of acquiring the reference daily electricity load data of the N power distribution network electricity users in step 1.1 is as follows: determining time periods which are close to summer, have basically unchanged load, have basically no air conditioner load to be started and have cool weather, selecting 24-point load data of each user in the time period, and averaging the selected load data to obtain a reference load curve.
Further, in step 1.2, the peak load daily electricity load data is 24 load data per user maximum load day.
The invention has the following beneficial effects: the invention analyzes and excavates the adjustable potential of the multi-element adjustable resources of the power distribution network based on the massive historical data of the power distribution network, then, an automatic density peak value confirmation K-means clustering algorithm is adopted, an automatic clustering center identification technology is combined with the basic ideas of PDC and K-means, extracting and classifying the adjustable potential commonalities of the adjustable resources of the power distribution network to obtain the adjustable potential characteristics of the adjustable resources of each type of power distribution network represented by a clustering center, meanwhile, the adjustable potential grades of each type of power distribution network adjustable resources are divided into time intervals to form an adjustable potential resource pool which is convenient to call, therefore, the priority selection of the integral regulation after the adjustable resources of each type of power distribution network are aggregated can be realized, and the problems that the clustering center of the traditional density peak value clustering algorithm cannot be automatically identified and the center and the clustering number of the traditional k-means clustering initial clustering algorithm cannot be determined can be solved.
Drawings
FIG. 1 is a flow chart of a tunable potential aggregation method for tunable resources of a power distribution network;
FIG. 2 is a flow chart of step 1;
FIG. 3 is a graph of adjustable potential of sample points included in six types of adjustable potential of power users of the power distribution network obtained in the embodiment;
fig. 4(1) is a graph of cluster center adjustable potential of class I power distribution network power users;
fig. 4(2) is a graph of the aggregated adjustable potential of users of the class I distribution network;
fig. 5(1) is a graph of cluster center adjustable potential of class II distribution network power users;
fig. 5(2) is a graph of the aggregated adjustable potential of users of the class II distribution network;
fig. 6(1) is a graph showing the cluster center adjustable potential of class III power distribution network power users;
fig. 6(2) is a graph of the aggregated adjustable potential of class III power distribution network users;
fig. 7(1) is a graph of cluster center adjustable potential of class IV power distribution network power users;
fig. 7(2) is a graph of the aggregated adjustable potential of users of class IV power distribution network;
fig. 8(1) is a graph of cluster center adjustable potential of power users of a V-th power distribution network;
fig. 8(2) is a graph of the aggregated adjustable potential of power users of the class V distribution network;
fig. 9(1) is a graph showing cluster center adjustable potential of users of class VI power distribution network;
fig. 9(2) is a graph of the adjustable potential after aggregation of power users of the class VI distribution network.
Detailed Description
The technical solutions of the embodiments of the present invention are explained and explained below with reference to the drawings of the present invention, but the following embodiments are only preferred embodiments of the present invention, and not all embodiments. Based on the embodiments in the implementation, other embodiments obtained by those skilled in the art without any creative effort belong to the protection scope of the present invention.
The adjustable potential aggregation method for the adjustable resources of the power distribution network, as shown in fig. 1, includes the following steps:
step 1, selecting adjustable potential data of 50 power distribution network power utilization users; as shown in fig. 2;
step 1.1, acquiring reference daily electricity load data of 50 power distribution network electricity users respectively; determining time periods which are close to summer, have basically unchanged load, have basically no air conditioner load to be started and have cool weather, selecting 24-point load data of each user in the time period, and averaging the selected load data to obtain a reference load curve;
step 1.2, respectively acquiring peak load daily power load data of 50 power distribution network power users; the peak load daily electricity load data is 24-point load data of each user maximum load day;
step 1.3, subtracting the standard daily power load data obtained by the user corresponding to the step 1.1 from the peak load daily power load data obtained in the step 1.2 to obtain adjustable potential data of 50 power distribution network power users;
and 2, classifying the adjustable potential data obtained in the step 1 according to an ADPC-kmeans clustering algorithm: will be provided withNormalizing the potential modulation data according to time scale to form a data set X ═ X to be clustered separated by time scalei}50The corresponding index set Ix1, 2, 50, the index set has a corresponding set of features as xiWherein x isi=(xi,1,xi,2,...,xi,t,...,xi,24),xiHas a data length of 24, and represents the maximum adjustable potential power value of the user in 24 time periods in a day; calculate any two data points xi、xjDistance d ofijThere are D distance values between 50 sample points,
Figure BDA0002934081310000051
d distance values are arranged in ascending order to form a corresponding distance value sequence of serial numbers 1-1225;
step 2.2, calculate each data point xiLocal density of (p)iForm a
Figure BDA0002934081310000052
Wherein the content of the first and second substances,
Figure BDA0002934081310000053
dcfor truncating the distance, i.e. the distance value d corresponding to the mth sequence number in the distance sequencemIn this example, let m be [ 3% D ═ D]When the distance is 37, the truncation distance is 0.3729, which is the distance value corresponding to the sorted serial number 37; and all data points xiCorresponding local density value descending order, defining
Figure BDA0002934081310000054
For local density data sets
Figure BDA0002934081310000055
The subscript data sets in descending order, wherein,
Figure BDA0002934081310000061
the purpose of the ascending order arrangement and the descending order arrangement is to facilitate subsequent calculation and quickly find the required data value.
Step 2.3, calculate the minimum distance for each data point:
step 2.3.1, calculate qiMinimum distance index under data points
Figure BDA0002934081310000062
Figure BDA0002934081310000063
Step 2.3.2, mixing
Figure BDA0002934081310000064
Corresponding to before no sorting
Figure BDA0002934081310000065
Under the index to quickly find the desired data value as each data point xiMinimum distance value deltai
Step 2.4, according to each data point xiDensity of (p)iAnd a minimum distance deltaiEstablishing a joint probability density function
Figure BDA0002934081310000066
And calculating each data point x according to the joint probability density functioniMinimum distance delta at its corresponding local densityiIs expected to
Figure BDA0002934081310000067
Sum variance
Figure BDA0002934081310000068
Wherein:
Figure BDA0002934081310000069
Figure BDA00029340813100000610
Figure BDA00029340813100000611
Figure BDA00029340813100000612
Figure BDA00029340813100000613
α=β=0.5;
step 2.5, establishing a threshold function TH (i), and calculating each data point xiAnd (3) judging a threshold value and determining a clustering center: data point xiIs a threshold value TH (i) of (d) and a minimum distance delta thereofiBy contrast, if δiIf more than TH (i), the point is the candidate clustering center MkThe number is marked as Y, wherein,
Figure BDA00029340813100000614
step 2.6, clustering centers determined by adopting K-means core thought clustering and 50 sample points to be clustered, wherein the specific operation process for obtaining a clustering result is as follows:
step 2.6.1, calculate each data point xiWith each cluster center MkDistance d ofikAnd according to the distance minimum principle, the data point x isiIs divided to form a partition containing NkCluster of data points Ck,k=1,2,...,Y;NkRepresenting the number of data points of each class, N being used because each class contains different data pointskRepresents; class cluster refers to the cluster with MkIs a cluster center, contains NkCluster of data points CkI.e. into the Y class;
step 2.6.2, calculate each class CkMean value of all data points and using the mean value as updated cluster center Mk′:
Figure BDA0002934081310000071
Step 2.6.3, returning to step 2.6.1 until the clustering center is not changed any more, and finishing clustering;
according to the steps, 6 types of adjustable potential types of the power utilization users of the power distribution network are obtained, and an adjustable potential curve of each type of the included sample points is shown in fig. 3.
And performing clustering comparison on the potential curves adjustable by 50 power distribution network resident users by adopting the traditional K-means and DPC clustering algorithms, and taking three indexes of CHI (Calinski-Harabasz Index), DBI (Davies-Bouldin Index) and VCVI (variance based clustering variance Index) as standards for judging the clustering effectiveness. Because the initial clustering centers and the clustering numbers of the traditional k-means clustering cannot be determined, the clustering results have great relation with the determination of the initial clustering centers, the fast search density peak value clustering algorithm is used for distribution, and the clustering centers cannot be automatically identified, each evaluation index is shown in table 1.
TABLE 1
ADPC-kmeans DPC k-means
CHI 38.04153 18.7283 25.97063
DBI 0.92299 0.9581 1.141662
VCVI 0.412388 0.6018 0.522962
The larger the CHI index is, the smaller the DBI index and the VCVI index are, and the clustering effect of the algorithm is better. As can be seen from the table, the indexes CHI, DBI and VCVI of the improved ADPC-kmeans algorithm are higher than the clustering effectiveness of DPC and kmeans.
As can be seen from comparison of fig. 4 to fig. 9, the cluster center adjustable potential curve of each class is substantially consistent with the fluctuation and shape of the adjustable potential curve after aggregation of each class. Therefore, the clustering center is used as a representative of the adjustable potential curve of each power distribution network electricity user type, and the characteristics of the adjustable potential curve of each type are analyzed.
1. Stationary analysis of tunable potential curves of various types
Calculating the stationarity index of the adjustable potential curve of each cluster center according to the peak-valley load difference and the average load of each cluster center,
Figure BDA0002934081310000072
wherein P isp-v,iPeak to valley load difference, P, for the ith cluster centera,iIs the average load of the ith cluster center. The stability index is only used for stability analysis of the adjustable potential curve, and is used for analyzing results obtained after a clustering method is adopted. When the stationarity index approaches 1, the more stable the adjustable potential curve. According to the clustering result, the stationarity indexes of each class are 1.536, 1.1605, 2.0836, 1.2836, 1.1379 and 1.6080 respectively, so that the adjustable potential stationarity of 6 classes of power distribution network resident users in one day is V class > II class > IV class > I class > VI class > III class. Taking class V as an example, the class usesThe adjustable potential of the household at 0 point to 7 points is obviously lower than that of the household at 7 points to 24 points, and the adjustable potential of the household at 7 points to 24 points is more than 4 kW. Due to the load characteristics and the electricity consumption habits of the users, the electricity consumption loads in the period have obvious adjustable potential peaks at 9 and 18 points, so that the inferred electricity consumption loads can be used as adjustable loads such as interruptible loads, transferable loads and reducible loads to participate in demand response projects.
2. Tunable total potential analysis for each type
The adjustable potential curves of the adjustable potential total amount of each type of distribution network resident users obtained by superposing the adjustable potentials of each type of distribution network resident users are shown in fig. 4(2), fig. 5(2), fig. 6(2), fig. 7(2) and fig. 8(2), fig. 9 (2). According to the clustering result and the adjustable potential curve of each type of adjustable potential total amount, the adjustable potential total amount of 24 points of each type is 922.17kW, 940.98kW, 319.16kW, 927.7069kW, 1120kW and 412.83kW, so that the adjustable potential total amount in one day is V type, II type, IV type, I type, VI type and III type.
And 3, grading the time-interval adjustable potential of each type of power distribution network resident users by using an electricity consumption peak time interval adjustable potential grading method, an electricity consumption valley time interval adjustable potential grading method and an electricity consumption time interval adjustable potential grading method based on the clustering result to form an adjustable potential resource pool of the power distribution network resident users. The specific grading method comprises the following steps:
A. adjustable potential division according to peak hours of electricity utilization
Taking the Zhejiang power saving demand response time as an example, the peak time of power consumption is divided into early peak: 10 to 11 pm, peak at noon: from point 13 to point 17. And for the early peak and the mid-day peak, calculating the average value of the adjustable potential of each clustering center in the time period, and performing adjustable grade division on each class of users according to the principle that the larger the average value is, the higher the grade is, so as to form adjustable potential division grades I, II, III, IV, V and VI in the early peak and mid-day peak. According to the clustering result, the average value of the adjustable potential in the early peak period of each type is 5.21kW, 4.31kW, 3.81kW, 3.13kW, 4.88kW and 2.64kW respectively, and the corresponding adjustable potential grades are I, III, IV, V, II and VI respectively. The average value of the adjustable potential in the peak noon period of each type is 5.02kW, 4.55kW, 3.52kW, 3.58kW, 5.35kW and 4.03kW respectively, and the corresponding adjustable potential grades are II, III, VI, V, I and IV respectively.
B. Potential division adjustable according to power consumption valley time period
Taking the Zhejiang power saving demand response period as an example, the low valley period is divided into the early morning low valley: 0 to 6 o' clock, noon valley: from point 11 to point 12. For the early morning low valley period and the midday low valley period, the average value of the adjustable potential of each clustering center in the period is calculated, and each class of users is subjected to adjustable grade division according to the principle that the larger the average value is, the higher the grade is, so that grades I, II, III, IV, V and VI of the adjustable potential in the early morning low valley period and the midday low valley period are formed. According to the clustering result, the average value of the adjustable potential of each type in the early morning valley period is respectively 2.91kW, 3.33kW, 1.81kW, 2.99kW, 2.95kW and 2.48kW, and the corresponding adjustable potential grades are respectively IV, I, VI, II, III and V. The average value of the adjustable potential of each type of the midday valley period is 5.02kW, 3.54kW, 4.86kW, 2.81kW, 5.463kW and 3.77kW respectively, and the corresponding adjustable potential grades are II, V, III, VI, I and IV respectively.
C. Segment-tunable potential partitioning by usage level
Taking the Zhejiang power saving demand response time period as an example, except the early peak: 10 to 11 pm, peak at noon: 13 o 'clock to 17 o' clock, early morning low trough: 0 to 6 o' clock, noon valley: the period other than 11 to 12 points is regarded as the usage level period, i.e., the morning flat period: 6 o 'clock to 10 o' clock, evening period: point 17 to point 0. And for the morning leveling period and the evening leveling period, calculating the average value of the adjustable potential of each clustering center in the time period, and performing adjustable grade division on each class of users according to the principle that the larger the average value is, the higher the grade is, so as to form adjustable potential division grades I, II, III, IV, V and VI in the morning leveling period and the evening leveling period. According to the clustering result, the average values of the adjustable potential in the morning leveling period of each type are respectively 4.16kW, 4.58kW, 3.59kW, 3.06kW, 5.44kW and 3.22kW, and the corresponding adjustable potential grades are respectively III, II, IV, VI, I and V. The average value of the adjustable potential of each type in the late leveling period is 1.86kW, 1.44kW, 1.77kW, 1.4kW, 1.56kW and 1.45kW respectively, and the corresponding adjustable potential grades are I, V, II, VI, III and IV respectively.
And 4, according to the types of the services participating in the power distribution network, if a peak-eliminating demand response is carried out, preferentially positioning and calling a classification result according to the grade of the adjustable potential of the power distribution network at the peak time period, calling the residents of the power distribution networks of the first type, the fifth type, the second type, the third type, the fourth type and the sixth type in sequence for the peak-eliminating demand response at the early peak time period, calling the residents of the power distribution networks of the fifth type, the first type, the second type, the sixth type, the fourth type and the third type in sequence for the peak-eliminating demand response at the peak time period, superposing the adjustable potentials of the residents of the power distribution networks, effectively aggregating the power users of the power distribution networks, and then realizing the reduction calling and the adjustment of the power users of several types of the power distribution networks according to the classification result.
If valley filling demand response is carried out, locking the result of potential grade division adjustable according to the peak period of electricity utilization and the result of potential grade division adjustable according to the middle period of electricity utilization in the resource pool, combining load types used by resident users of various power distribution networks, and realizing sequential calling of resident users of the power distribution networks with adjustable potential grades from the peak period of electricity utilization to the middle period of electricity utilization, thereby achieving the purpose of effective aggregation after the adjustable potentials of various resident users of the power distribution networks are superposed.
If real-time demand response is carried out, the adjustable potential grade division results of the corresponding time periods are positioned from the adjustable potential resource pool of the power distribution network resident users, and the power distribution network resident users with the adjustable potential grades are sequentially called by combining the load types used by the various power distribution network resident users, so that the purpose of effective aggregation after the adjustable potentials of the various power distribution network resident users are superposed is achieved.
While the invention has been described with reference to specific embodiments, the scope of the invention is not limited thereto, and those skilled in the art will appreciate that the invention includes, but is not limited to, the accompanying drawings and the description of the embodiments above. Any modification which does not depart from the functional and structural principles of the present invention is intended to be included within the scope of the claims.

Claims (10)

1. A method for aggregating the adjustable potential of the adjustable resources of a power distribution network is characterized by comprising the following steps:
step 1, selecting adjustable potential data of N power distribution network power users;
step 2, classifying the adjustable potential data obtained in the step 1 according to an ADPC-kmeans clustering algorithm:
step 2.1, normalizing the adjustable potential data according to time scale, calculating the distance between any two data points, and performing ascending sequence arrangement on the distance;
step 2.2, calculating the local density of each data point, and arranging all the local densities in a descending order;
step 2.3, calculating the minimum distance of each data point;
step 2.4, a joint probability density function is established according to the density and the minimum distance of each data point, the expectation and the variance of the minimum distance of each data point under the corresponding local density are calculated according to the joint probability density function,
step 2.5, establishing a threshold function, calculating a cluster center discrimination threshold of each data point and determining a cluster center;
step 2.6, clustering the determined clustering center and N sample points to be clustered by adopting a K-means core idea to obtain a clustering result;
step 3, grading the time-interval adjustable potentials of the resident users of the various types of power distribution networks according to an adjustable potential grading method based on the clustering result to form an adjustable potential resource pool of the resident users of the power distribution networks;
and 4, positioning resources corresponding to the resource pool according to the types of the services participating in the power distribution network, reasonably aggregating various power distribution network power users through the adjustable potential superposition of the various power distribution network power users, and then calling and adjusting several types of power distribution network power users successively according to the grading result.
2. According to claimThe method for aggregating the adjustable potential of the adjustable resources of the power distribution network is characterized in that the step 2.1 comprises the following specific operation processes: normalizing the adjustable potential data according to time scale to form a data set X to be clustered separated by time scale, wherein the data set X is { X }i}NThe corresponding index set IxN, the index set has a corresponding set of features as xiWherein x isi=(xi,1,xi,2,...,xi,t,...,xi,24),xiHas a data length of 24, and represents the maximum adjustable potential power value of the user in 24 time periods in a day; calculate any two data points xi、xjDistance d ofijThe data set X to be clustered has a total of D distance values, where D ═ N (N-1)/2,
Figure FDA0002934081300000011
and D distance values are arranged in ascending order to form a corresponding distance value sequence of the serial numbers 1-D.
3. The method for aggregating tunable potential of tunable resources of a power distribution network according to claim 2, wherein the specific operation process of step 2.2 is as follows: calculate each data point xiLocal density of (p)iForm a
Figure FDA0002934081300000012
Wherein the content of the first and second substances,
Figure FDA0002934081300000013
dcfor truncating the distance, i.e. the distance value d corresponding to the mth sequence number in the distance sequencem(ii) a And all data points xiCorresponding local density value descending order, defining
Figure FDA0002934081300000014
For local density data sets
Figure FDA0002934081300000015
Descending ordered subscript data setWherein, in the step (A),
Figure FDA0002934081300000016
4. the method for aggregating tunable potential of tunable resources of a power distribution network according to claim 3, wherein in step 2.3, the specific operation process for calculating the minimum distance of each data point is as follows:
step 2.3.1, calculate qiMinimum distance index under data points
Figure FDA00029340813000000213
Figure FDA0002934081300000021
Step 2.3.2, mixing
Figure FDA0002934081300000022
Corresponding to before no sorting
Figure FDA0002934081300000023
Under the index, as each data point xiMinimum distance value deltai
5. The method for aggregating tunable potential of tunable resources of a power distribution network according to claim 4, wherein the specific operation process in step 2.4 is as follows: from each data point xiDensity of (p)iAnd a minimum distance deltaiEstablishing a joint probability density function
Figure FDA0002934081300000024
And calculating each data point x according to the joint probability density functioniMinimum distance delta at its corresponding local densityiIs expected to
Figure FDA0002934081300000025
Sum variance
Figure FDA0002934081300000026
Wherein:
Figure FDA0002934081300000027
Figure FDA0002934081300000028
Figure FDA0002934081300000029
Figure FDA00029340813000000210
Figure FDA00029340813000000211
alpha and beta are relation coefficients, and alpha and beta belong to 0-1.
6. The method for aggregating tunable potential of tunable resources of a power distribution network according to claim 5, wherein the specific operation process in step 2.5 is as follows: establishing a threshold function TH (i), and calculating each data point xiAnd (3) judging a threshold value and determining a clustering center: data point xiIs a threshold value TH (i) of (d) and a minimum distance delta thereofiBy contrast, if δiIf more than TH (i), the point is the candidate clustering center MkThe number is marked as Y, wherein,
Figure FDA00029340813000000212
7. the method for aggregating the adjustable potential of the adjustable resources of the power distribution network according to claim 6, wherein in step 2.6, the clustering center determined by the K-means core idea clustering and the N sample points to be clustered are adopted, and the specific operation process for obtaining the clustering result is as follows:
step 2.6.1, calculate each data point xiWith each cluster center MkDistance d ofikAnd according to the distance minimum principle, the data point x isiIs divided to form a partition containing NkCluster of data points Ck,k=1,2,...,Y;
Step 2.6.2, calculate each class CkMean value of all data points and using the mean value as updated cluster center Mk′:
Figure FDA0002934081300000031
And step 2.6.3, returning to step 2.6.1 until the clustering center is not changed any more and clustering is finished.
8. The method for aggregating tunable potentials of tunable resources of a power distribution network according to claim 1, wherein the operation procedure of obtaining the tunable potential data in step 1 comprises:
step 1.1, acquiring reference daily electricity load data of N power distribution network electricity users respectively;
step 1.2, respectively acquiring peak load daily power load data of N power distribution network power users;
and step 1.3, subtracting the reference daily power load data obtained by the user corresponding to the step 1.1 from the peak load daily power load data obtained in the step 1.2 to obtain adjustable potential data of N power distribution network power users.
9. The method for aggregating the adjustable potential of the adjustable resources of the power distribution network according to claim 8, wherein the specific operation process of acquiring the reference daily power load data of the N power distribution network power users in step 1.1 is as follows: determining time periods which are close to summer, have basically unchanged load, have basically no air conditioner load to be started and have cool weather, selecting 24-point load data of each user in the time period, and averaging the selected load data to obtain a reference load curve.
10. The method for aggregating tunable potential of tunable resources in power distribution network according to claim 8, wherein in step 1.2, the peak load daily electricity load data is 24 point load data of each user's maximum load day.
CN202110157037.5A 2021-02-04 2021-02-04 Adjustable potential aggregation method for adjustable resources of power distribution network Pending CN112966717A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110157037.5A CN112966717A (en) 2021-02-04 2021-02-04 Adjustable potential aggregation method for adjustable resources of power distribution network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110157037.5A CN112966717A (en) 2021-02-04 2021-02-04 Adjustable potential aggregation method for adjustable resources of power distribution network

Publications (1)

Publication Number Publication Date
CN112966717A true CN112966717A (en) 2021-06-15

Family

ID=76274056

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110157037.5A Pending CN112966717A (en) 2021-02-04 2021-02-04 Adjustable potential aggregation method for adjustable resources of power distribution network

Country Status (1)

Country Link
CN (1) CN112966717A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114358207A (en) * 2022-01-12 2022-04-15 国网浙江省电力有限公司电力科学研究院 Improved k-means abnormal load detection method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110046801A (en) * 2019-03-25 2019-07-23 国网江苏省电力有限公司经济技术研究院 A kind of typical scene generation method of power distribution network electric system
CN110276374A (en) * 2019-05-10 2019-09-24 浙江工业大学 User behavior log density peak value clustering method for automatically determining clustering center
CN111489188A (en) * 2020-03-11 2020-08-04 国网天津市电力公司电力科学研究院 Resident adjustable load potential mining method and system
CN111523819A (en) * 2020-04-28 2020-08-11 重庆涪陵电力实业股份有限公司 Energy-saving potential evaluation method considering distributed power supply output uncertainty
CN111915211A (en) * 2020-08-11 2020-11-10 广东电网有限责任公司广州供电局 Power resource scheduling method and device and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110046801A (en) * 2019-03-25 2019-07-23 国网江苏省电力有限公司经济技术研究院 A kind of typical scene generation method of power distribution network electric system
CN110276374A (en) * 2019-05-10 2019-09-24 浙江工业大学 User behavior log density peak value clustering method for automatically determining clustering center
CN111489188A (en) * 2020-03-11 2020-08-04 国网天津市电力公司电力科学研究院 Resident adjustable load potential mining method and system
CN111523819A (en) * 2020-04-28 2020-08-11 重庆涪陵电力实业股份有限公司 Energy-saving potential evaluation method considering distributed power supply output uncertainty
CN111915211A (en) * 2020-08-11 2020-11-10 广东电网有限责任公司广州供电局 Power resource scheduling method and device and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
郭佳等: "自动确定聚类中心的比较密度峰值聚类算法", 《计算机应用》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114358207A (en) * 2022-01-12 2022-04-15 国网浙江省电力有限公司电力科学研究院 Improved k-means abnormal load detection method and system

Similar Documents

Publication Publication Date Title
CN107800140B (en) Large user power supply access decision method considering load characteristics
CN110188221B (en) Shape distance-based load curve hierarchical clustering method
CN103577883A (en) Grid-load intelligent interaction method and device
CN106707991B (en) Bottleneck device recognition methods in multiple target job scheduling based on Fuzzy Level Analytic Approach
CN114039370B (en) Electric automobile and intelligent charging and discharging station resource optimization method based on V2G mode
CN110782094B (en) Subentry load prediction method for fine-grained electricity consumption behaviors of residential users
CN103632306A (en) Distribution network power supply area division method based on clustering analysis
CN111950620A (en) User screening method based on DBSCAN and K-means algorithm
CN115550370B (en) Computing power resource optimal scheduling allocation method based on multi-factor strategy
CN110866841A (en) Power consumer industry dimension power consumption pattern identification analysis method and system based on double clustering method
CN112966717A (en) Adjustable potential aggregation method for adjustable resources of power distribution network
CN105867998A (en) Virtual machine cluster deployment algorithm
CN113344449A (en) Method for predicting monthly-scale industrial water demand
CN109034241A (en) Load cluster control method and system based on support vector machines
CN114970660A (en) Power load clustering method
CN110866650B (en) Load optimization method based on load demand coefficient and time-span peak staggering and peak clipping
CN113112177A (en) Transformer area line loss processing method and system based on mixed indexes
CN110161856B (en) Centralized dispatching method for air conditioner load of commercial building
CN110852370A (en) Clustering algorithm-based large-industry user segmentation method
CN113765125B (en) Cluster power distribution method for hydrogen energy storage system
CN114091904A (en) Enterprise migration park recruitment analysis method based on artificial intelligence algorithm
CN115358797A (en) Comprehensive energy user energy behavior analysis method and system based on cluster analysis method and storage medium
CN114401195A (en) Server capacity adjustment method and device, storage medium and electronic device
CN114372835A (en) Comprehensive energy service potential customer identification method, system and computer equipment
CN111768066B (en) Park electric heating load coupling relation analysis method and device based on fusion characteristics

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
TA01 Transfer of patent application right

Effective date of registration: 20220228

Address after: The eight district of Hangzhou city in Zhejiang province 310014 Huadian Zhaohui under No. 1 Lane

Applicant after: STATE GRID ZHEJIANG ELECTRIC POWER COMPANY LIMITED ELECTRIC POWER Research Institute

Applicant after: STATE GRID ZHEJIANG ELECTRIC POWER Co.,Ltd.

Applicant after: BEIJING ZHIZHONG ENERGY TECHNOLOGY DEVELOPMENT CO.,LTD.

Applicant after: TSINGHUA University

Address before: The eight district of Hangzhou city in Zhejiang province 310014 Huadian Zhaohui under No. 1 Lane

Applicant before: STATE GRID ZHEJIANG ELECTRIC POWER COMPANY LIMITED ELECTRIC POWER Research Institute

Applicant before: STATE GRID ZHEJIANG ELECTRIC POWER Co.,Ltd.

Applicant before: TSINGHUA University

TA01 Transfer of patent application right
RJ01 Rejection of invention patent application after publication

Application publication date: 20210615

RJ01 Rejection of invention patent application after publication