CN114297811B - Low-voltage area topology identification method based on constraint multi-objective optimization - Google Patents

Low-voltage area topology identification method based on constraint multi-objective optimization Download PDF

Info

Publication number
CN114297811B
CN114297811B CN202111669638.0A CN202111669638A CN114297811B CN 114297811 B CN114297811 B CN 114297811B CN 202111669638 A CN202111669638 A CN 202111669638A CN 114297811 B CN114297811 B CN 114297811B
Authority
CN
China
Prior art keywords
individual
electric quantity
function
individuals
population
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.)
Active
Application number
CN202111669638.0A
Other languages
Chinese (zh)
Other versions
CN114297811A (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.)
Yantai Oriental Weston Electric Power Equipment Co ltd
State Grid Jibei Electric Power Co Ltd
Yantai Dongfang Wisdom Electric Co Ltd
Original Assignee
Yantai Oriental Weston Electric Power Equipment Co ltd
Yantai Dongfang Wisdom Electric 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 Yantai Oriental Weston Electric Power Equipment Co ltd, Yantai Dongfang Wisdom Electric Co Ltd filed Critical Yantai Oriental Weston Electric Power Equipment Co ltd
Priority to CN202111669638.0A priority Critical patent/CN114297811B/en
Publication of CN114297811A publication Critical patent/CN114297811A/en
Application granted granted Critical
Publication of CN114297811B publication Critical patent/CN114297811B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a low-voltage station topology identification method based on constraint multi-objective optimization, which comprises the following steps: preprocessing electric quantity data; performing initial topology feasibility calculation to obtain a next-stage topology structure set of a total table of the station area; constructing constraint and multi-objective function models; forming an initial population according to the initial topology feasibility; and optimizing the multi-objective function by using a genetic algorithm to obtain a topological structure of the low-voltage transformer area. According to the invention, a constraint and multi-objective function model is constructed according to the electric quantity conservation relation and the line loss increment relation of the low-voltage transformer area, the genetic algorithm is utilized for optimization, the optimal solution is analyzed to obtain the transformer area topology relation, the topology identification is carried out by a software method, and the accuracy and the adaptability of the low-voltage transformer area topology identification are improved on the basis of not increasing the hardware cost.

Description

Low-voltage area topology identification method based on constraint multi-objective optimization
Technical Field
The invention relates to the technical field of power grid topology identification, in particular to a low-voltage station topology identification method based on constraint multi-objective optimization.
Background
Along with the progress of intelligent construction of the low-voltage transformer area, node equipment such as a transformer area distribution side, a branch box side, a meter box side and the like all have intelligent metering and communication functions so as to meet the collection and transmission of data items such as voltage, current and electric quantity of each node. The current method for realizing the topology identification of the electric network of the distribution area mainly comprises the following three steps: firstly, by utilizing the current low-voltage line power line carrier communication technology (including a narrow-band power line carrier or a broadband power line carrier), a communication topology network is formed through a transmission form of a carrier communication relay node, and the method is characterized by being simple and easy to operate without increasing equipment and cost, but because the carrier communication topology structure is realized through the carrier communication relay node, the real topology of a platform area cannot be accurately reflected, and the carrier communication is influenced by power loads, the topology structure is changeable and complex, and the deep application of power business cannot be accurately supported; secondly, a hardware transmitting circuit is added on a traditional carrier module and used for injecting power frequency signals with higher power, the power frequency signals are injected at outgoing lines and branch nodes of a transformer area, and the transformer area topology is identified by acquiring the power frequency signals; thirdly, the method for automatically analyzing the connection relation between the power supply of the power distribution station and the electric equipment by utilizing the power consumption information of the power distribution station acquired by the power consumption information acquisition system through a voltage data similarity or correlation analysis method does not increase hardware cost, and has the advantages of no need of increasing investment, novel method, but the method has the advantages of improving the topology identification accuracy and poor adaptability under the condition of heavy load of a line or special distribution of the voltage of a distributed power supply access line.
Disclosure of Invention
The invention provides a low-voltage station topology identification method based on constraint multi-objective optimization, which aims at: on the basis of not increasing hardware cost, the low-voltage station topology identification with high accuracy and high adaptability is realized by a software method.
The technical scheme of the invention is as follows:
a low-voltage area topology identification method based on constraint multi-objective optimization comprises the following steps:
s1: preprocessing electric quantity data;
s2: performing initial topology feasibility calculation to obtain a next-stage topology structure set of a total table of the station area;
s3: constructing constraint and multi-objective function models;
s4: forming an initial population according to the initial topology feasibility;
s5: and optimizing the constraint and multi-objective function model by using a genetic algorithm to obtain the topological structure of the low-voltage transformer area.
Further, the genetic algorithm in step S5 specifically includes the following steps:
s51: constructing a coding and decoding function;
s52: constructing a punishment function;
s53: constructing an fitness function, setting the iteration times to zero, and randomly selecting an individual from the current population as a history optimal individual;
s54: calculating an individual model value according to the constraint and the multi-objective function model, processing the individual model value through the punishment function, sequentially calculating the fitness of individuals in the current population according to the fitness function, taking the individual with the highest fitness as an optimal solution, and replacing the historical optimal individual with the current optimal solution if the fitness of the current optimal solution is higher than that of the historical optimal individual; judging whether the iteration times reach a preset value, if so, outputting a current optimal solution, and turning to a step S56; otherwise, individual selection is carried out to form a new population;
s55: crossing and mutating individuals in the population to generate a new population, adding one to the iteration times, and returning to the step S54;
s56: and analyzing the current optimal solution, and constructing a topological structure by using a decoding function.
Further, the penalty function in step S52 is:
0<x<1
wherein H (T) i ) As a constrained discrimination factor, f' (T i ) L' (T) is the function value processed by the punishment function i ) The model is constructed according to the electric quantity conservation relation, x is the satisfaction degree of individual constraint, and c is a penalty factor;
where n is L' (T) satisfying constraints in the individual i ) N is the number of all L' (T) in the individual i ) A is a constant.
Further, the intersecting method in step S55 is as follows:
s551-1: generating a first random number of [0,1] by each individual in the population, and if the first random number is smaller than the crossover probability P1, participating in two-by-two crossover according to steps S551-2 to S551-5 to generate a new individual;
s551-2: two individuals participating in the crossover are taken as parent individuals, and a function f' (T) corresponding to the coding information in the individuals is calculated i ) To obtain the optimal f' (T) of each of the two parent individuals i );
S551-3: creating an empty individual as a new individual, and randomly defining the number of codes of each layer in the new individual codes;
s551-4: the two parent individuals are intersected in a hierarchical mode, codes are randomly extracted from the two parent individuals and filled into new individuals, and if the extracted codes are the optimal f' (T) of the individuals i ) Corresponding to the upper node in the coded information, inserting the lower node into a new individual;
s551-5: and performing conflict detection on the new individual, if the conflict exists, using random codes in the parent individual to correspondingly replace conflict code parts in the new individual, and if the conflict does not exist, performing cross completion, and determining the new individual codes.
Further, the mutation method in step S55 is as follows:
s552-1: generating a second random number of [0,1] by each individual in the population, and executing step S552-2 if the second random number is smaller than the variation probability P2;
s552-2: calculating a function f' (T) corresponding to the encoded information in the individual i ) Randomly generates a positive integer p, selects the first p optimal f' (T) i ) For the selected p function values f' (T i ) Performing mutation according to steps S552-3 to S552-5 respectively;
s552-3: at f' (T i ) Randomly selecting two coding positions from the corresponding coding information;
s552-4: the first code value is mutated according to the second code value according to a set rule;
s552-5: and judging whether the individuals have conflict or cross the boundary, if so, randomly selecting a second coding position again, returning to the step S552-4, and if not, indicating that the mutation is finished, and forming a new individual.
Further, in step S54, the method for selecting individuals to form a new population is as follows: firstly, creating a new population with the number of M, randomly extracting M individuals from the current population for comparison in a put-back way, putting the individuals with the highest fitness into the new population, and repeating the put-back extraction operation until the number of the individuals in the new population reaches M;
then, replacing the individuals with the worst fitness in the new population with the historic optimal individuals;
finally, the new population is used in place of the current population.
Further, the initial topology feasibility calculating method in step S2 is as follows:
firstly, constructing a loss function model according to the electric quantity conservation relation:
s.t.0≤a j ≤1+ε j ,j=1,2,...,n
ε j ≥0
wherein the method comprises the steps of
Y i =a 1 (X 1 ) i +a 2 (X 2 ) i +...+a n (X n ) i
i=1, 2..m represents the power moment, j=1, 2..n represents the equipment subscript involved in regression, D i Y being the actual electric quantity of the total table of the station area i Is the sum of the electric quantity of the lower nodes, (X) j ) i For the electric quantity of the subordinate nodeC is a constant, ε j To compensate line loss, a 1 ,a 2 ,...,a n Is the upper and lower topological relation coefficient;
then, constructing a plurality of initial points to perform gradient descent optimization, traversing all local optimal solutions, and obtaining a next topological structure set of the total table of the platform area, wherein the next topological structure set is used for constructing an initial population of a genetic algorithm.
Further, the constraint and multi-objective function model in step S3 is:
min{L'((T 1 ) a ),L'((T 2 ) a ),...,L'((T k ) a )}
wherein L' (a) is a model constructed according to the electric quantity conservation relation, T 1 ,...,T k For the coding information contained in the individual, L' ((T) 1 ) a ) L' ((T) as a model of the total table of the region 2 ) a ),...,L'((T k ) a ) I=1, 2, for a model of a lower node, m represents a power time, θ Superior electric quantity Represents the electric quantity of the upper node in a model, theta Lower level electric quantity Representing the power of the lower nodes in the model.
Further, the method for forming the initial population in step S4 is as follows: sequencing and numbering all devices in a low-voltage station area, and maintaining a mapping list of the devices and the numbers; traversing the next topological structure set obtained in the step S2, and obtaining the corresponding number of the equipment through a mapping list; the numbers are written into the individual genotypes according to rules, the rest parts are generated in a random mode and written into the individual genotypes, and the initial population is formed after the traversal is completed.
Further, the preprocessing of the electrical quantity data in step S1 includes one or more of the following:
a. adopting electric quantity data of all devices in a station for a plurality of days, deleting the electric quantity data of a non-power-consumption period and a low-load period, and if the processed data quantity is not more than the number of station devices participating in the topology, increasing the value period of the electric quantity data to ensure that the number of the electric quantity data is more than the number of station devices participating in the topology;
b. if the difference of the corresponding electric quantity data values of the two devices in the same time period is in a set range, judging that the two devices are serial devices, merging the serial devices, and recording the corresponding relation;
c. filling missing values in the electric quantity data by using a moving weighted average method;
d. the unified dimension normalizes the electrical quantity data.
Compared with the prior art, the invention has the following beneficial effects:
(1) Constructing a constraint and multi-objective function model according to the electric quantity conservation relation and the line loss increment relation of the low-voltage transformer area, optimizing by utilizing a genetic algorithm, and analyzing the optimal solution to obtain a transformer area topological relation;
(2) Compared with the carrier communication technology identification method and the hardware-added transmitting circuit identification method, the method does not need to add hardware, is low in implementation cost, saves more energy, and does not impact a power grid.
Drawings
FIG. 1 is a schematic diagram of a topology of a cell of the present invention;
FIG. 2 is a schematic diagram of topologically multiple collinearity;
FIG. 3 is a diagram of generating T for parsing encoded information i A schematic diagram;
FIG. 4 is a schematic diagram of sequence number encoding;
FIG. 5 is a schematic diagram of an initial population construction;
FIG. 6 is a schematic diagram of penalty function processing constraints.
Detailed Description
The technical scheme of the invention is described in detail below with reference to the accompanying drawings:
as shown in fig. 1, it can be obtained through accumulation of electrical quantity data of each node at the power distribution side of the transformer area and analysis of the architecture of the transformer area, each branch outgoing line at the power distribution side of the transformer area corresponds to an incoming line of a lower branch box, each branch outgoing line corresponds to one or more incoming lines of a meter box at the lower end, and theoretically, the outgoing line electric quantity of the node at the upper layer in the same time period is equal to the incoming line electric quantity of each node at the lower end. The method utilizes the electric quantity conservation relation and combines the incremental relation that the line loss of the lower end of the platform area is larger than that of the upper end to realize the platform area topology identification of constraint multi-objective optimization.
A low-voltage area topology identification method based on constraint multi-objective optimization comprises the following steps:
s1: preprocessing the power data, including one or more of:
a. and deleting the power data of the non-power-consumption period and the low-load period (the judgment standard is that the power values of more than 8 continuous power values on the curve are close to 0) by adopting a 15-minute power curve of all the devices under the power supply area within 3-5 days, and if the processed data size is not more than the number of the power devices of the power supply area participating in the topology, increasing the value period of the power data to ensure that the number of the power data is more than the number of the power devices of the power supply area participating in the topology.
b. Merging serial devices under a bay, such as: the total surface of the incoming line of the transformer is connected with the switch of the outgoing line of the transformer, the switch of the outgoing line of the power distribution room and the switch of the incoming line of the branch box. The judging method comprises the following steps: if the difference of each corresponding value of the 15-minute electric quantity curves of the two devices is not more than 1%, judging that the two devices are serial devices, merging the serial devices, reserving one of the serial devices, and recording the corresponding relation;
c. filling missing values in charge data using a moving weighted average method, recordingz j For a valid curve time value, j is the data time and L is the size of the moving window. Filling the missing value by adding and averaging L effective time values near the missing value, wherein L can be between 8 and 12 in consideration of the electricity utilization habit of a low-voltage user.
d. The unified dimension normalizes the electrical quantity data.
S2: and carrying out initial topology feasibility calculation to obtain a next-stage topology structure set of the total table of the station area.
Specifically, according to conservation of electric quantity, the electric quantity of the total surface nodes is equal to the sum of electric quantities of the lower-level equipment nodes connected with the total surface nodes, and accordingly an electric quantity equation of the total surface of the area and other equipment is constructed:
Y i =a 1 (X 1 ) i +a 2 (X 2 ) i +...+a n (X n ) i
constructing a loss function model according to the electric quantity conservation relation:
s.t.0≤a j ≤1+ε j ,j=1,2,...,n
ε j ≥0
where i=1, 2..m represents the power moment, j=1, 2..n represents the equipment subscript to participate in the regression, and all equipment in the default zone participate in the regression; d (D) i Y being the actual electric quantity of the total table of the station area i Is the sum of the electric quantity of the lower nodes, (X) j ) i Is the electric quantity of the lower node, C is a constant, epsilon j For compensating the line loss, the lower electric quantity and the total electric quantity smaller than the total electric quantity caused by the line loss are compensated, a 1 ,a 2 ,...,a n And the upper and lower topological relation coefficients are obtained through regression.
Since there are multiple collinearity of the topological relation, that is, the total electric quantity is equal to the sum of the electric quantities of the connected lower nodes, the electric quantity of the lower nodes is also equal to the sum of the electric quantities of the lower nodes, and therefore, various linear tables exist in the total, as shown in fig. 2.
And constructing a plurality of initial points to perform gradient descent optimization, traversing all local optimal solutions to obtain a next topological structure set of a total table of the platform region, wherein the sets are called initial topological feasibility and are used for constructing an initial population of a genetic algorithm.
S3: and constructing constraint and multi-objective function models.
Specifically, according to conservation of electric quantity, the electric quantity of non-end nodes in the topological structure is equal to the sum of electric quantities of lower nodes, and the electric quantity equation is also satisfied by the nodes in the set obtained in the step S2; according to the progressive loss, the line loss at the tail end of the branch line loss is larger than that at the upper end, and a constraint and multi-objective function model is constructed according to the progressive loss:
min{L'((T 1 ) a ),L'((T 2 ) a ),...,L'((T k ) a )}
wherein L' (a) is a model constructed according to the electric quantity conservation relation, T 1 ,...,T k The encoded information contained for an individual includes the encoded information of the node itself and its lower nodes, as shown in fig. 3. L' ((T) 1 ) a ) L' ((T) as a model of the total table of the region 2 ) a ),...,L'((T k ) a ) The specific number of the models is related to the coding information of individuals in the genetic algorithm, and each individual in the population corresponds to a group of models L' ((T) 1 ) a ),...,L'((T k ) a ) By analyzing the individual code information, T can be calculated i Mapping to a corresponding function L' ((T) ia ). ) The whole coding information contained in the individual, i.e. a set of L' ((T) 1 ) a ),...,L'((T k ) a ) Because each individual code information in the population is different, the corresponding function number and parameters are different; (T) i ) a I.e. the number of devices participating in the model, also the encoded information T comprised by the individual i Confirm, in the same way, when (T i ) a When all the values are close to 1, the exact upper and lower relationships are expressed.
i=1, 2,..m represents the electric quantity moment, θ Superior electric quantity Represents the electric quantity of the upper node in a model, theta Lower level electric quantity Representing the power of the lower nodes in the model,and the terminal line loss is larger than the upper line loss, namely the lower node electric quantity and the upper node electric quantity are smaller than or equal to each other, according to the constraint condition of the model, and the line loss is increased.
S4: and forming an initial population according to the initial topology feasibility.
Specifically, the sequence number coding is performed on the population individuals, and the execution efficiency is considered, the genotypes of the individuals are represented by using sequence number vectors with variable lengths, as shown in fig. 4, and 10 branches, 60 table boxes and 300 user area sizes are supported. The coding rule is: 0 is a sequence number divider, two 0 are upper and lower layer dividers, and redundant 0 in the vector are combined by using a compact coding mode, such as:
individual 1= {33,0,0,7,0,9,0,15,0,0,45,0,78,55,0,123,124,125,126,0,150,151,0,..0, 0}
Sequencing and numbering all devices (intelligent switch, end sensing and electric energy meter) under a low-voltage station area according to the device address from 1, and maintaining a mapping list of the devices and the numbers; as shown in fig. 5, traversing the next topological structure set obtained in step S2, and obtaining the corresponding number of the device through the mapping list; the numbers are written into the individual genotypes according to rules, the rest part is generated by a random mode (random structure, random sequence number) and written into the individual genotypes, and the construction of the initial population is completed after the traversing is completed.
S5: and optimizing the constraint and multi-objective function model by using a genetic algorithm to obtain the topological structure of the low-voltage transformer area.
The genetic algorithm specifically comprises the following steps:
s51: and constructing a coding and decoding function, which is used for completing the conversion of the genotype and the phenotype of the individual, converting the sequence number vector into a topological structure stored in a tree, and outputting an optimal solution when the algorithm is completed.
S52: and constructing a punishment function for obtaining the model value of the punished individual.
Specifically, regression yields L' ((T) i ) a ) Coefficient (T) i ) a Back-up rounding (T) i ) a Obtaining L' ((T) i ) a ) Is a function value of (2); judging whether the constraint condition is satisfied, adjusting the function value according to the condition that the constraint condition is satisfied through a punishment function, and marking the processed function value as f' (T) i ) The method comprises the steps of carrying out a first treatment on the surface of the Since the multi-objective optimal solutions in the topology are non-dominant solutions to each other, f' (T) is used i ) And as a model value f of the individual. The formula is written as:
0<x<1
wherein H (T) i ) As a constrained discrimination factor, f' (T i ) L' (T) is the function value processed by the punishment function i ) For a model constructed according to the conservation of electricity,c is penalty factor, x is the satisfaction degree of individual constraint;
where n is L' (T) satisfying constraints in the individual i ) N is the number of all L' (T) in the individual i ) A is a constant. 0 < x < 1, x near 1 indicates that the individual has a high degree of satisfaction with the constraint, and x near 0 indicates that the individual has a low degree of satisfaction with the constraint.
The model is optimized with a penalty function, as in fig. 6. Since the minimum value is obtained, the f' (T) satisfying the constraint is reduced when the overall satisfaction degree x is equal to or greater than 0.5 i ) When the overall satisfaction degree x < 0.5, f' (T) satisfying the constraint is increased i ) I.e. in the case of (1) (2) in fig. 6, this is part of the implementation of the direct penalty of the constraint; regardless of the value of x, f' (T) that does not satisfy the constraint is increased i ) The values of (3) and (4) in FIG. 6, for reducing crossover and mutation times f' (T) in subsequent genetic algorithms i ) A ranking of the order is performed.
S53: and constructing an fitness function, setting the iteration times to zero, and randomly selecting an individual from the current population as a history optimal individual.
Specifically, the fitness is calculated by means of a linear transformation objective function:
f degree of fitness =f max -f+ε k
f Degree of applicability For the fitness function, f is the objective function, f max Is the maximum value of the individual objective function, f max -f converting the minimum value to the maximum value, avoiding the occurrence of negative numbers. k is an iteration index, ε [0,1]]Is the tail item for avoiding 0 occurrence while ε k Decreasing with increasing k for optimizing the broad search diversity of genetic selection in the early stages of the iteration and the local search convergence in the later stages of the iteration.
S54: calculating an individual model value according to the constraint and the multi-objective function model, processing the individual model value through the punishment function, sequentially calculating the fitness of individuals in the current population according to the fitness function, taking the individual with the highest fitness as an optimal solution, and replacing the historical optimal individual with the current optimal solution if the fitness of the current optimal solution is higher than that of the historical optimal individual; judging whether the iteration times reach a preset value, if so, outputting a current optimal solution, and turning to a step S56; otherwise, individual selection is carried out to form a new population.
The method for forming a new population by individual selection comprises the following steps:
firstly, creating a new population with the number of individuals M (M=30), randomly extracting M (m=3) individuals from the current population in a put-back way for comparison, putting the individuals with the highest fitness into the new population, and repeating the put-back way extraction operation until the number of the individuals of the new population reaches M;
then, replacing the individuals with the worst fitness in the new population with the historic optimal individuals;
finally, the new population is used in place of the current population.
S55: and (4) intersecting and mutating individuals in the population to generate a new population, adding one to the iteration number, and returning to the step S54.
Specifically, the crossing method is as follows:
s551-1: each individual in the population generates a first random number of [0,1], and if the first random number is smaller than the crossover probability P1 (the set value of the crossover probability P1 is 0.9), the steps S551-2 to S551-5 participate in two-by-two crossover to generate new individuals;
s551-2: two individuals participating in the crossover are taken as parent individuals, and a function f' (T) corresponding to the coding information in the individuals is calculated i ) To obtain the optimal f' (T) of each of the two parent individuals i );
S551-3: creating an empty individual as a new individual, and randomly defining the number of codes of each layer in the new individual codes;
s551-4: the two parent individuals are intersected in a hierarchical mode, codes are randomly extracted from the two parent individuals and filled into new individuals, and if the extracted codes are the optimal f' (T) of the individuals i ) The upper node of the new individual is inserted into the lower node of the new individual;
s551-5: and (3) performing conflict detection on the new individual, if the conflict exists, using random codes in the parent individual to correspondingly replace conflict code parts in the new individual, and if the conflict does not exist, indicating that the cross is completed, namely completing the coding of the new individual.
The mutation method comprises the following steps:
s552-1: each individual in the population generates a second random number of [0,1], and if the second random number is smaller than the variation probability P2 (the set value of the variation probability P2 is 0.05), the next step is executed;
s552-2: calculate the numberFunction f' (T) corresponding to encoded information in a volume i ) Randomly generates a positive integer p (p is less than or equal to 3), and selects the first p minimum function values f' (T) i ). Because the codes used by the individual are serial numbers for sorting the device addresses, the probability of the device addresses adjacent to the same branch line is high, and p function values f' (T) are selected i ) Performing multi-point adjacent value variation according to steps S552-3 to S552-5 respectively;
s552-3: at an optimum f' (T i ) Randomly selecting two coding positions from the corresponding coding information;
s552-4: mutating the first code value to a second code value plus one;
s552-5: and judging whether the individuals have conflict or cross the boundary, if so, randomly selecting a second coding position again, returning to the step S552-4, and if not, indicating that the mutation is finished, and forming a new individual.
And forming a new population by crossing and mutating the new individuals after finishing.
S56: analyzing the current optimal solution, restoring the combined serial equipment, determining the upper and lower stages according to the historical electric quantity, constructing the complete topology of the low-voltage transformer area of the transformer-branch box-meter box-ammeter by using a decoding function, and outputting a topological structure.
The method is suitable for the field of 200V/380V low-voltage power distribution, realizes the topological identification of the transformer area by collecting and accumulating the electric quantity of intelligent equipment of the transformer area and combining a terminal side edge transformer area topological constraint multi-objective optimization algorithm, and mainly comprises the steps of preprocessing the electric quantity data of the transformer area, calculating the initial topological feasibility, constructing a constraint and multi-objective function model, optimizing by using a genetic algorithm and the like. The construction of the model utilizes the electric quantity conservation equation relation and the line loss increment relation of the low-voltage station area, the genetic algorithm model is utilized for optimization after the model is constructed, the optimal solution is obtained through data analysis, and the complete topological relation of the low-voltage station area is obtained through further analysis of the optimal solution, so that the accuracy is high.

Claims (8)

1. A low-voltage station topology identification method based on constraint multi-objective optimization is characterized by comprising the following steps:
s1: preprocessing electric quantity data;
s2: performing initial topology feasibility calculation to obtain a next-stage topology structure set of a total table of the station area;
the initial topology feasibility calculating method in the step S2 is as follows:
firstly, constructing a loss function model according to the electric quantity conservation relation:
s.t.0≤a j ≤1+ε j ,j=1,2,...,n
ε j ≥0
wherein the method comprises the steps of
Y i =a 1 (X 1 ) i +a 2 (X 2 ) i +...+a n (X n ) i
i=1, 2..m represents the power moment, j=1, 2..n represents the equipment subscript involved in regression, D i Y being the actual electric quantity of the total table of the station area i Is the sum of the electric quantity of the lower nodes, (X) j ) i Is the electric quantity of the lower node, C is a constant, epsilon j To compensate line loss, a 1 ,a 2 ,...,a n Is the upper and lower topological relation coefficient;
then constructing a plurality of initial points to perform gradient descent optimization, traversing all local optimal solutions to obtain a next topological structure set of a total table of the platform area, and constructing an initial population of a genetic algorithm;
s3: constructing constraint and multi-objective function models;
the constraint and multi-objective function model in step S3 is as follows:
min{L'((T 1 ) a ),L'((T 2 ) a ),...,L'((T k ) a )}
wherein L' (a) is a model constructed according to the electric quantity conservation relation, T 1 ,...,T k For the coding information contained in the individual, L' ((T) 1 ) a ) L' ((T) as a model of the total table of the region 2 ) a ),...,L'((T k ) a ) A model of a lower node; θ Superior electric quantity Represents the electric quantity of the upper node in a model, theta Lower level electric quantity Representing the electric quantity of a lower node in the model;
s4: forming an initial population according to the initial topology feasibility;
s5: and optimizing the constraint and multi-objective function model by using a genetic algorithm to obtain the topological structure of the low-voltage transformer area.
2. The constrained multi-objective optimization-based low-voltage zone topology identification method of claim 1, wherein: the genetic algorithm in step S5 specifically includes the following steps:
s51: constructing a coding and decoding function;
s52: constructing a punishment function;
s53: constructing an fitness function, setting the iteration times to zero, and randomly selecting an individual from the current population as a history optimal individual;
s54: calculating an individual model value according to the constraint and the multi-objective function model, processing the individual model value through the punishment function, sequentially calculating the fitness of individuals in the current population according to the fitness function, taking the individual with the highest fitness as an optimal solution, and replacing the historical optimal individual with the current optimal solution if the fitness of the current optimal solution is higher than that of the historical optimal individual; judging whether the iteration times reach a preset value, if so, outputting a current optimal solution, and turning to the step
S56, performing S56; otherwise, individual selection is carried out to form a new population;
s55: crossing and mutating individuals in the population to generate a new population, adding one to the iteration times, and returning to the step S54;
s56: and analyzing the current optimal solution, and constructing a topological structure by using a decoding function.
3. The constrained multi-objective optimization-based low-voltage zone topology identification method of claim 2, wherein: the penalty function in step S52 is:
wherein H (T) i' ) As a constrained discrimination factor, f' (T i' ) L' (T) is the function value processed by the punishment function i' ) The model is constructed according to the electric quantity conservation relation, x is the satisfaction degree of individual constraint, and c is a penalty factor;
where n 'is L' (T) satisfying constraints in the individual i' ) N is the number of all L' (T) in the individual i' ) A is a constant.
4. The constrained multi-objective optimization-based low-voltage zone topology identification method of claim 2, wherein: the intersecting method in step S55 is as follows:
s551-1: generating a first random number of [0,1] by each individual in the population, and if the first random number is smaller than the crossover probability P1, participating in two-by-two crossover according to steps S551-2 to S551-5 to generate a new individual;
s551-2: two individuals participating in the crossover are taken as parent individuals, and a function f' (T) corresponding to the coding information in the individuals is calculated i' ) To obtain the optimal f' (T) of each of the two parent individuals i' );f'(T i' ) The function value is the function value processed by the punishment function;
s551-3: creating an empty individual as a new individual, and randomly defining the number of codes of each layer in the new individual codes;
s551-4: the two parent individuals are intersected in a hierarchical mode, codes are randomly extracted from the two parent individuals and filled into new individuals, and if the extracted codes are the optimal f' (T) of the individuals i' ) Corresponding to the upper node in the coded information, inserting the lower node into a new individual;
s551-5: and performing conflict detection on the new individual, if the conflict exists, using random codes in the parent individual to correspondingly replace conflict code parts in the new individual, and if the conflict does not exist, performing cross completion, and determining the new individual codes.
5. The constrained multi-objective optimization-based low-voltage zone topology identification method of claim 2, wherein: the mutation method in step S55 is as follows:
s552-1: generating a second random number of [0,1] by each individual in the population, and executing step S552-2 if the second random number is smaller than the variation probability P2;
s552-2: calculating a function f' (T) corresponding to the encoded information in the individual i' ) Randomly generates a positive integer p, selects the first p optimal f' (T) i' ) For the selected p function values f' (T i' ) Performing mutation according to steps S552-3 to S552-5 respectively; f' (T) i' ) The function value is the function value processed by the punishment function;
s552-3: at f' (T i' ) Randomly selecting two coding positions from the corresponding coding information;
s552-4: the first code value is mutated according to the second code value according to a set rule;
s552-5: and judging whether the individuals have conflict or cross the boundary, if so, randomly selecting a second coding position again, returning to the step S552-4, and if not, indicating that the mutation is finished, and forming a new individual.
6. The constrained multi-objective optimization-based low-voltage zone topology identification method of claim 2, wherein: the method for selecting individuals to form a new population in step S54 is as follows: firstly, creating a new population with the number of M, randomly extracting M individuals from the current population for comparison in a put-back way, putting the individuals with the highest fitness into the new population, and repeating the put-back extraction operation until the number of the individuals in the new population reaches M;
then, replacing the individuals with the worst fitness in the new population with the historic optimal individuals;
finally, the new population is used in place of the current population.
7. The constrained multi-objective optimization-based low-voltage zone topology identification method of claim 1, wherein: the method for forming the initial population in the step S4 is as follows: sequencing and numbering all devices in a low-voltage station area, and maintaining a mapping list of the devices and the numbers; traversing the next topological structure set obtained in the step S2, and obtaining the corresponding number of the equipment through a mapping list; the numbers are written into the individual genotypes according to rules, the rest parts are generated in a random mode and written into the individual genotypes, and the initial population is formed after the traversal is completed.
8. The constrained multi-objective optimization-based low-voltage zone topology identification method of any one of claims 1 to 7, wherein: the preprocessing of the electrical quantity data in step S1 includes one or more of the following:
a. adopting electric quantity data of all devices in a station for a plurality of days, deleting the electric quantity data of a non-power-consumption period and a low-load period, and if the processed data quantity is not more than the number of station devices participating in the topology, increasing the value period of the electric quantity data to ensure that the number of the electric quantity data is more than the number of station devices participating in the topology;
b. if the difference of the corresponding electric quantity data values of the two devices in the same time period is in a set range, judging that the two devices are serial devices, merging the serial devices, and recording the corresponding relation;
c. filling missing values in the electric quantity data by using a moving weighted average method;
d. the unified dimension normalizes the electrical quantity data.
CN202111669638.0A 2021-12-31 2021-12-31 Low-voltage area topology identification method based on constraint multi-objective optimization Active CN114297811B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111669638.0A CN114297811B (en) 2021-12-31 2021-12-31 Low-voltage area topology identification method based on constraint multi-objective optimization

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111669638.0A CN114297811B (en) 2021-12-31 2021-12-31 Low-voltage area topology identification method based on constraint multi-objective optimization

Publications (2)

Publication Number Publication Date
CN114297811A CN114297811A (en) 2022-04-08
CN114297811B true CN114297811B (en) 2023-09-12

Family

ID=80973699

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111669638.0A Active CN114297811B (en) 2021-12-31 2021-12-31 Low-voltage area topology identification method based on constraint multi-objective optimization

Country Status (1)

Country Link
CN (1) CN114297811B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115225509B (en) * 2022-07-07 2023-09-22 天津大学 Internet of things topological structure generation method based on neural evolution
CN115616472B (en) * 2022-11-30 2023-04-18 北京志翔科技股份有限公司 Parameter optimization and error determination method and device for error model of electric energy meter

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101548695B1 (en) * 2014-11-03 2015-09-01 성균관대학교산학협력단 Apparatus and method for topology design of hybrid optical networks on chip
CN111464366A (en) * 2020-04-21 2020-07-28 烟台东方威思顿电力设备有限公司 Power quantity comparison and geographical positioning-based distribution room topology identification method
CN111597668A (en) * 2020-05-28 2020-08-28 江苏蔚能科技有限公司 Power path topology method based on genetic algorithm
CN111651448A (en) * 2020-08-10 2020-09-11 广东电网有限责任公司惠州供电局 Low-voltage topology identification method based on noise reduction differential evolution
CN111814285A (en) * 2020-07-03 2020-10-23 哈尔滨工程大学 Topological optimization design method of submarine cable bending protector
CN112165171A (en) * 2020-10-10 2021-01-01 江苏方天电力技术有限公司 Method for identifying topology of low-voltage distribution station area
CN112241812A (en) * 2020-10-20 2021-01-19 江苏其厚智能电气设备有限公司 Low-voltage distribution network topology identification method based on unilateral optimization and genetic algorithm cooperation
CN112436506A (en) * 2020-10-26 2021-03-02 国网浙江省电力有限公司杭州供电公司 Power distribution network topology reconstruction method based on genetic algorithm
CN112491037A (en) * 2020-11-09 2021-03-12 四川大学 Multi-target multi-stage dynamic reconstruction method and system for urban power distribution network
CN112784475A (en) * 2020-12-28 2021-05-11 云南电网有限责任公司瑞丽供电局 Multi-agent technology-based multi-level voltage coordination control method for power distribution network
CN113193592A (en) * 2021-04-23 2021-07-30 华中科技大学 Optimization method and system for dynamic evolution process of power distribution network topology
WO2021253806A1 (en) * 2020-06-16 2021-12-23 华南理工大学 Voltage association characteristic-based method for identifying phase sequence-user relation in low-voltage transformer area

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7075892B2 (en) * 2000-11-03 2006-07-11 Telecommunications Research Laboratories Topological design of survivable mesh-based transport networks

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101548695B1 (en) * 2014-11-03 2015-09-01 성균관대학교산학협력단 Apparatus and method for topology design of hybrid optical networks on chip
CN111464366A (en) * 2020-04-21 2020-07-28 烟台东方威思顿电力设备有限公司 Power quantity comparison and geographical positioning-based distribution room topology identification method
CN111597668A (en) * 2020-05-28 2020-08-28 江苏蔚能科技有限公司 Power path topology method based on genetic algorithm
WO2021253806A1 (en) * 2020-06-16 2021-12-23 华南理工大学 Voltage association characteristic-based method for identifying phase sequence-user relation in low-voltage transformer area
CN111814285A (en) * 2020-07-03 2020-10-23 哈尔滨工程大学 Topological optimization design method of submarine cable bending protector
CN111651448A (en) * 2020-08-10 2020-09-11 广东电网有限责任公司惠州供电局 Low-voltage topology identification method based on noise reduction differential evolution
CN112165171A (en) * 2020-10-10 2021-01-01 江苏方天电力技术有限公司 Method for identifying topology of low-voltage distribution station area
CN112241812A (en) * 2020-10-20 2021-01-19 江苏其厚智能电气设备有限公司 Low-voltage distribution network topology identification method based on unilateral optimization and genetic algorithm cooperation
CN112436506A (en) * 2020-10-26 2021-03-02 国网浙江省电力有限公司杭州供电公司 Power distribution network topology reconstruction method based on genetic algorithm
CN112491037A (en) * 2020-11-09 2021-03-12 四川大学 Multi-target multi-stage dynamic reconstruction method and system for urban power distribution network
CN112784475A (en) * 2020-12-28 2021-05-11 云南电网有限责任公司瑞丽供电局 Multi-agent technology-based multi-level voltage coordination control method for power distribution network
CN113193592A (en) * 2021-04-23 2021-07-30 华中科技大学 Optimization method and system for dynamic evolution process of power distribution network topology

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于主成分分析和凸优化的低压配电网拓扑识别方法;冯人海 等;《天津大学学报(自然科学与工程技术版)》;全文 *

Also Published As

Publication number Publication date
CN114297811A (en) 2022-04-08

Similar Documents

Publication Publication Date Title
CN114297811B (en) Low-voltage area topology identification method based on constraint multi-objective optimization
Ganguly et al. Multi-objective particle swarm optimization based on fuzzy-Pareto-dominance for possibilistic planning of electrical distribution systems incorporating distributed generation
CN107256441B (en) Power distribution network planning construction scheme design method based on non-dominated sorting genetic algorithm
CN103577679A (en) Real-time computing method for theoretical line loss of low-voltage distribution room
CN110969290A (en) Runoff probability prediction method and system based on deep learning
CN112668129B (en) Space load clustering-based intelligent grid dividing method for power distribution network
CN111626492B (en) Fuzzy multi-target opportunity constraint planning method for electric vehicle charging network
CN112132283B (en) Genetic algorithm-based non-signal injection type household transformer topological relation identification method
CN108155649A (en) A kind of consideration probabilistic distribution network structure Fuzzy Programmings of DG
CN112994017A (en) Distributed photovoltaic power supply site selection optimization method based on power distribution network probability load flow calculation
CN115983710A (en) High-proportion new energy access electric power system infrastructure project decision method and system
Yi et al. Expansion planning of active distribution networks achieving their dispatchability via energy storage systems
CN111460378A (en) Power distribution network accurate investment project optimization method considering risk measure
CN112446175B (en) Distributed power supply site selection optimization method based on power distribution network probability load flow calculation
CN115186882A (en) Clustering-based controllable load spatial density prediction method
CN107784326B (en) Automatic distinguishing method for main wiring type of transformer station based on fuzzy K nearest neighbor classification
CN113673065B (en) Loss reduction method for automatic reconstruction of power distribution network
CN112365035B (en) Optimization method based on GIS map and non-dominated sorting differential evolution algorithm
CN113780440A (en) Low-voltage station area phase identification method for improving data disturbance resistance
CN116307427A (en) Power grid staged expansion planning and solving method for typical power supply structure
CN112036655B (en) Opportunity constraint-based photovoltaic power station and electric vehicle charging network planning method
CN110571791B (en) Optimal configuration method for power transmission network planning under new energy access
CN113806899A (en) Method and device for identifying topological relation of power distribution network and mobile terminal
CN114389261A (en) Distributed photovoltaic power cluster division method considering grid-connected management mode
CN114090961A (en) Method and system for checking topological structure of low-voltage distribution network

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

Effective date of registration: 20231112

Address after: No.6, Jindu Road, Laishan District, Yantai City, Shandong Province

Patentee after: YANTAI DONGFANG WISDOM ELECTRIC Co.,Ltd.

Patentee after: Yantai Oriental Weston Electric Power Equipment Co.,Ltd.

Patentee after: STATE GRID JIBEI ELECTRIC POWER Co.,Ltd.

Address before: No.6, Jindu Road, Laishan District, Yantai City, Shandong Province

Patentee before: YANTAI DONGFANG WISDOM ELECTRIC Co.,Ltd.

Patentee before: Yantai Oriental Weston Electric Power Equipment Co.,Ltd.

TR01 Transfer of patent right