Movatterモバイル変換


[0]ホーム

URL:


CN119448128A - Intelligent control method and system for distribution network fault location and rapid reliability recovery - Google Patents

Intelligent control method and system for distribution network fault location and rapid reliability recovery
Download PDF

Info

Publication number
CN119448128A
CN119448128ACN202411596475.1ACN202411596475ACN119448128ACN 119448128 ACN119448128 ACN 119448128ACN 202411596475 ACN202411596475 ACN 202411596475ACN 119448128 ACN119448128 ACN 119448128A
Authority
CN
China
Prior art keywords
fault
network
node
data
distribution network
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
CN202411596475.1A
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.)
Pucheng Power Supply Co of State Grid Fujian Electric Power Co Ltd
Original Assignee
Pucheng Power Supply Co of State Grid Fujian 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 Pucheng Power Supply Co of State Grid Fujian Electric Power Co LtdfiledCriticalPucheng Power Supply Co of State Grid Fujian Electric Power Co Ltd
Priority to CN202411596475.1ApriorityCriticalpatent/CN119448128A/en
Publication of CN119448128ApublicationCriticalpatent/CN119448128A/en
Pendinglegal-statusCriticalCurrent

Links

Landscapes

Abstract

The invention provides an intelligent control method and system for fault location and quick reliability recovery of a power distribution network, and relates to the technical field of power grids, wherein the intelligent control method comprises the steps of collecting real-time data of all nodes of the power distribution network, inputting the real-time data into a pre-trained deep learning model, and quickly identifying fault types and accurately locating fault points; the method comprises the steps of generating a preliminary fault evaluation report, starting a multi-objective optimization algorithm based on the generated preliminary fault evaluation report, simulating multiple possible fault isolation and power grid reconstruction schemes by using reinforcement learning technology, selecting the optimal fault isolation and power grid reconstruction schemes, continuously monitoring the recovery state of a system after the fault isolation and power grid reconstruction are completed, and generating detailed event reports and optimization suggestions, so as to provide data support for future fault prevention and system improvement.

Description

Intelligent control method and system for fault location and reliability quick recovery of power distribution network
Technical Field
The invention relates to the power grid technology, in particular to an intelligent control method and system for fault location and quick reliability recovery of a power distribution network.
Background
With the rapid development of smart grids and the continuous increase of electricity demand, the reliability and the power supply quality of a power distribution network face higher and higher requirements. The distribution network is used as an important component of the power system and is directly oriented to the end user, and the running state of the distribution network directly influences the electricity utilization experience of the user and the normal running of the socioeconomic activities. However, since the power distribution network has a complex structure and wide distribution, and is easily affected by external factors, occurrence of faults is unavoidable. Therefore, the method and the system quickly and accurately locate faults and realize quick recovery of power supply reliability, and become a key problem in the operation management of the current power distribution network.
The traditional power distribution network fault processing method mainly depends on manual inspection and experience judgment, and has the following defects:
the fault locating time is long, and a great amount of time is needed for manual inspection, so that the fault processing efficiency is seriously affected especially in severe weather or night conditions. The positioning accuracy is low, and misjudgment is easy to be caused by depending on experience judgment, so that the fault range is enlarged or mishandling is caused.
The restoration strategy is not optimized enough, and manually formulating the restoration scheme is difficult to consider all factors in a short time, possibly leading to less preferred. Complex faults are difficult to deal with, and errors are easy to occur in manual decision when multiple faults or cascade faults are faced. And the information transmission is delayed, so that the on-site situation is difficult to transmit to the control center in real time, and the timeliness and accuracy of decision making are affected.
In addition, the existing power distribution network automation system improves the management efficiency of the power distribution network to a certain extent, but has the problems of low reaction speed, poor adaptability and the like when facing complex and changeable fault conditions. Particularly, under the background of large-scale distributed energy access and dynamic change of electricity load, the traditional centralized control strategy is difficult to meet the requirements of quick and flexible control.
Therefore, there is a need to develop an intelligent control system for fault location and rapid reliability recovery of a power distribution network with higher degree of intelligence, quicker response and more optimal decision.
Disclosure of Invention
The embodiment of the invention provides an intelligent control method and system for fault location and quick reliability recovery of a power distribution network, which can solve the problems in the prior art.
In a first aspect of an embodiment of the present invention,
The intelligent control method for positioning the faults and quickly recovering the reliability of the power distribution network comprises the following steps:
the method comprises the steps of collecting real-time data of each node of a power distribution network, including voltage, current and power data, inputting the real-time data into a pre-trained deep learning model, rapidly identifying fault types and accurately positioning fault points by analyzing time sequence features and space distribution features of the real-time data based on a mixed architecture of a convolutional neural network and a long-short-time memory network;
Based on the generated preliminary fault evaluation report, starting a multi-objective optimization algorithm which comprehensively considers factors such as power supply reliability, economy, user importance and the like, simulating a plurality of possible fault isolation and power grid reconstruction schemes by using reinforcement learning technology, and carrying out simulation evaluation on each scheme;
The method comprises the steps of sending a formulated intelligent control instruction sequence to related intelligent terminal equipment through a safe encryption channel, gradually executing control operation according to a preset safety protocol after the intelligent terminal equipment receives the instruction, collecting state information of each node in real time in the execution process, feeding the information back to a central control system, rapidly processing feedback information by the central control system locally through an edge computing technology, evaluating the implementation effect of a scheme in real time, immediately triggering an emergency response mechanism if abnormal conditions or poor implementation effect are detected, dynamically adjusting a control strategy, continuously monitoring the recovery state of the system after fault isolation and power grid reconstruction are completed, generating detailed event reports and optimization suggestions, and providing data support for future fault prevention and system improvement.
In an alternative embodiment of the present invention,
The deep learning model is based on a mixed architecture of a convolutional neural network and a long-short-term memory network, and the rapid identification of fault types and accurate positioning of fault points by analyzing time sequence features and spatial distribution features of the real-time data comprises the following steps:
the method comprises the steps of acquiring voltage, current and power data in real time at a sampling frequency of 100 times per second through intelligent sensors deployed at key nodes of a power distribution network, preprocessing the data, including denoising, standardization and time window segmentation, to form a data format suitable for deep learning model input;
Inputting the preprocessed data into a deep learning model with a multi-channel structure, wherein the multi-channel structure respectively corresponds to voltage, current and power data, the data of each channel firstly passes through a series of convolution layers and pooling layers, the convolution layers use convolution kernels with three sizes of 3×3, 5×5 and 7×7, 64 filters are arranged in each size, and each convolution operation is followed by a maximum pooling layer;
Remodelling the feature images output by the convolution layer and the pooling layer and inputting the remodelling feature images into a long-short-time memory network layer, wherein the long-short-time memory network layer comprises 128 hidden units;
adding a self-attention layer after the long-short-term memory network layer, so that the model can adaptively pay attention to the most relevant time steps and characteristics;
the output of the self-attention layer passes through a full-connection layer, and finally the probability distribution of the fault type is output through a softmax classifier;
training the deep learning model by adopting a method of combining large-scale simulation data and actual fault data, using a cross entropy loss function and an Adam optimizer, setting the learning rate to be 0.001 initially, adopting a learning rate attenuation strategy, and simultaneously applying a dropout technology to prevent overfitting, wherein the discarding rate is set to be 0.5;
And analyzing the input real-time data by using the trained deep learning model, completing fault identification and positioning within millisecond level, and outputting fault type and fault position information, wherein the identification accuracy of the fault type is not lower than 98.5%, and the average error of fault positioning is less than 50 meters.
In an alternative embodiment of the present invention,
According to the identified fault type and fault point position, and combining preset power distribution network topological structure information, evaluating the influence range and severity of the fault, and generating a preliminary fault evaluation report comprises the following steps:
Constructing a digital twin model of a power distribution network, wherein the digital twin model of the power distribution network is based on a graph database technology, transformers, switches, lines, loads and power generation equipment in the power distribution network are represented as nodes, and connection relations among the nodes are represented as directed edges, wherein the directed edges represent power flow directions;
setting attribute information for the node, wherein the attribute information comprises equipment identification, rated capacity, current load, voltage level, position coordinates, equipment type, rated current, equipment state, line length, impedance parameters, load type and importance level;
Importing the topological structure and equipment information of the power distribution network into the graph database through a data interface with a power distribution network management system, and establishing a real-time data updating mechanism with a monitoring and data acquisition system to dynamically update the attribute information of the nodes;
Receiving fault node identification and fault type information, and positioning a fault starting point in the digital twin model of the power distribution network based on the fault node identification;
adopting a depth-first search algorithm, and gradually exploring a region affected by the fault along the power flow direction represented by the directed edge by taking the fault starting point as a starting point;
In the searching process of the depth-first searching algorithm, based on attribute information of the current access node and the adjacent node, judging whether the fault can be transmitted to the adjacent node or not by combining the fault type;
Checking whether the non-triggered protection equipment exists between the current node and the adjacent node or not when the fault type is a short circuit fault;
adding the nodes which are judged to be affected by the faults into an affected area list, and recording the father node of each affected node for reconstructing a fault propagation path;
generating a fault impact assessment result comprising an affected node list and a fault propagation order based on the affected region list and a fault propagation path;
Converting the fault influence assessment result into a visual graph by using a graph visualization technology, and intuitively displaying a fault influence range and a propagation path;
Verifying the method based on historical fault data, comparing the predicted influence range with the actual situation, and optimizing propagation judgment logic and parameters in a depth-first search algorithm according to the verification result;
And realizing a self-adaptive learning mechanism, and automatically adjusting and optimizing the judgment parameters and logic of the method according to the feedback information of each actual fault.
In an alternative embodiment of the present invention,
Based on the generated preliminary fault assessment report, a multi-objective optimization algorithm is started, wherein the algorithm comprehensively considers factors of power supply reliability, economy and user importance, and the factors comprise:
receiving a preliminary fault assessment report, wherein the preliminary fault assessment report comprises an affected area, a fault type, a fault position and an estimated influence degree;
Starting a multi-objective optimization algorithm based on the preliminary fault evaluation report, wherein the multi-objective optimization algorithm adopts an improved non-dominant ranking genetic algorithm II so as to balance three objectives of power supply reliability, economy and user importance;
For the power supply reliability target, calculating a system average interrupt frequency index and a system average interrupt duration index, and minimizing the two indexes; for the economic goal, consider the equipment replacement cost, cost of labor and cost of electric energy consumption, and minimize the total cost;
setting the population scale as 100, the evolution algebra as 500, adopting single-point cross operation, the cross probability as 0.8, adopting uniform mutation operation and the mutation probability as 0.1;
Introducing a self-adaptive crossover and mutation probability adjustment mechanism, calculating an average fitness value of a population every 10 generations, and increasing crossover probability by 0.05 and mutation probability by 0.01 when the average fitness value calculated for three continuous times changes by less than 1 percent until the average fitness value reaches a preset upper limit;
Setting network topology constraint, voltage constraint and current constraint, wherein the voltage constraint requires that the voltage deviation of each node is not more than +/-7% of rated voltage, the current constraint requires that the line current is not more than 80% of rated capacity, punishing individuals violating constraint by adopting a penalty function method, layering the individuals by adopting a rapid non-dominant sorting method in each generation of evolution process, and using crowding degree distance calculation to maintain population diversity, and outputting a group of non-dominant solutions as a pareto optimal solution set for a decision maker to select the most suitable fault recovery scheme.
In an alternative embodiment of the present invention,
Simulating a plurality of possible fault isolation and power grid reconstruction schemes by using reinforcement learning technology, and carrying out simulation evaluation on each scheme, wherein the selection of the optimal fault isolation and power grid reconstruction scheme through iterative optimization comprises the following steps:
The method comprises the steps of constructing a power distribution network environment model, defining an environment state, setting an action space, defining a specific fault isolation and network reconstruction scheme for each action, designing a reward function, wherein the environment state is represented by a high-dimensional vector and comprises voltage, current and power factor parameters of each node and the on-off state of a switch;
constructing a deep Q network, wherein the deep Q network comprises a plurality of layers of convolutional neural networks and a full-connection layer, an input layer receives the environment state, and an output layer corresponds to the Q value of each possible action;
Setting an experience playback mechanism, storing a transfer sample by using an experience pool with fixed capacity, setting a target network updating mechanism, updating target network parameters once every fixed training step, adopting an epsilon-greedy strategy to perform action selection, setting the initial epsilon value of the epsilon-greedy strategy to be 1, attenuating fixed proportion in each round until reaching the minimum value, and executing a training process, wherein the method comprises the following substeps:
Resetting an environment model of the power distribution network to obtain an initial state, selecting actions according to an epsilon-greedy strategy, executing the selected actions to obtain rewards and a next state, storing a transfer sample into an experience pool, randomly extracting a batch of samples from the experience pool for training, updating a depth Q network parameter by using a mean square error loss function and an Adam optimizer, and periodically updating a target network;
Performing test evaluation on the trained deep Q network, wherein the test evaluation comprises single fault, multiple faults and cascading failure scenes; and selecting an optimal fault isolation and power grid reconstruction scheme based on the test evaluation result.
In an alternative embodiment of the present invention,
The method comprises the steps of sending a formulated intelligent control instruction sequence to related intelligent terminal equipment through a secure encryption channel, gradually executing control operation according to a preset security protocol after the intelligent terminal equipment receives the instruction, collecting state information of each node in real time in the execution process, feeding the information back to a central control system, rapidly processing feedback information by the central control system locally by using an edge computing technology, evaluating an executing effect of a scheme in real time, and immediately triggering an emergency response mechanism if abnormal conditions or poor executing effect are detected, wherein the dynamic adjustment control strategy comprises the following steps:
performing test evaluation on the trained deep Q network, wherein the test evaluation comprises single fault, multiple faults and cascading failure scenes;
Based on the test evaluation result, selecting an optimal fault isolation and power grid reconstruction scheme;
Converting the selected optimal scheme into an intelligent control instruction sequence, and transmitting the intelligent control instruction sequence to related intelligent terminal equipment through a secure encryption channel based on elliptic curve cryptography;
After receiving the instruction, the intelligent terminal device gradually executes control operation according to a preset safety protocol, wherein the safety protocol comprises environment inspection before operation, operation interval time control and operation sequence forced execution;
in the execution process, the state information of each node is collected in real time through a high-precision sensor network, and the information is fed back to a central control system through a multi-level data convergence structure;
the central control system utilizes a layered edge computing architecture to rapidly process feedback information locally and evaluate the scheme execution effect in real time;
if abnormal conditions or poor execution effects are detected, an emergency response mechanism is immediately triggered, and a multi-objective optimization algorithm is adopted to dynamically adjust a control strategy.
In a second aspect of an embodiment of the present invention,
An intelligent control system for providing fault location and fast reliability recovery of a power distribution network, comprising:
The first unit is used for collecting real-time data of each node of the power distribution network, including voltage, current and power data, and inputting the real-time data into a pre-trained deep learning model; the deep learning model is based on a mixed architecture of a convolutional neural network and a long-short-time memory network, and rapidly identifies fault types and accurately positions fault points by analyzing time sequence features and space distribution features of the real-time data;
The second unit is used for starting a multi-objective optimization algorithm based on the generated preliminary fault evaluation report, wherein the algorithm comprehensively considers factors such as power supply reliability, economy, user importance and the like, simulating a plurality of possible fault isolation and power grid reconstruction schemes by using a reinforcement learning technology, and carrying out simulation evaluation on each scheme;
The third unit is used for sending the formulated intelligent control instruction sequence to the related intelligent terminal equipment through the safe encryption channel, the intelligent terminal equipment gradually executes control operation according to a preset safe protocol after receiving the instruction, collects the state information of each node in real time in the execution process and feeds the information back to the central control system, the central control system rapidly processes the feedback information locally by utilizing the edge computing technology, evaluates the execution effect of the scheme in real time, immediately triggers an emergency response mechanism if abnormal conditions or poor execution effect are detected, dynamically adjusts the control strategy, continuously monitors the recovery state of the system after fault isolation and power grid reconstruction are completed, and generates detailed event reports and optimization suggestions to provide data support for future fault prevention and system improvement.
In a third aspect of an embodiment of the present invention,
There is provided an electronic device including:
A processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to invoke the instructions stored in the memory to perform the method described previously.
In a fourth aspect of an embodiment of the present invention,
There is provided a computer readable storage medium having stored thereon computer program instructions which, when executed by a processor, implement the method as described above.
The method can complete influence evaluation within a few seconds after the fault occurs, and provides accurate decision basis for fault isolation and system recovery. For a typical urban distribution network, which comprises 5000 nodes and 7500 edges, the method can complete one-time complete fault influence evaluation within 3 seconds, and the accuracy rate is more than 95%. The high-efficiency and accurate evaluation capability has important significance for quickly responding to faults of the power distribution network, minimizing the influence range of the faults and improving the reliability and toughness of the power distribution network.
Drawings
FIG. 1 is a schematic flow chart of an intelligent control method for fault location and reliability quick recovery of a power distribution network according to an embodiment of the present invention;
Fig. 2 is a schematic structural diagram of an intelligent control system for fault location and rapid reliability recovery of a power distribution network according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The technical scheme of the invention is described in detail below by specific examples. The following embodiments may be combined with each other, and some embodiments may not be repeated for the same or similar concepts or processes.
Fig. 1 is a schematic flow chart of an intelligent control method for fault location and reliability quick recovery of a power distribution network according to an embodiment of the present invention, as shown in fig. 1, the method includes:
S101, collecting real-time data of each node of a power distribution network, including voltage, current and power data, and inputting the real-time data into a pre-trained deep learning model, wherein the deep learning model is based on a mixed architecture of a convolutional neural network and a long-short-time memory network, and rapidly identifies fault types and accurately positions fault points by analyzing time sequence features and space distribution features of the real-time data;
S102, starting a multi-objective optimization algorithm based on the generated preliminary fault evaluation report, wherein the algorithm comprehensively considers factors such as power supply reliability, economy, user importance and the like, simulating a plurality of possible fault isolation and power grid reconstruction schemes by using a reinforcement learning technology, and carrying out simulation evaluation on each scheme;
S103, sending a formulated intelligent control instruction sequence to related intelligent terminal equipment through a secure encryption channel, gradually executing control operation according to a preset security protocol after the intelligent terminal equipment receives the instruction, collecting state information of each node in real time in the execution process, feeding the information back to a central control system, rapidly processing feedback information by the central control system locally by using an edge computing technology, evaluating the execution effect of a scheme in real time, triggering an emergency response mechanism immediately if abnormal conditions or poor execution effect are detected, dynamically adjusting a control strategy, continuously monitoring the recovery state of the system after fault isolation and power grid reconstruction are completed, generating detailed event reports and optimization suggestions, and providing data support for future fault prevention and system improvement.
In an alternative embodiment of the present invention,
The deep learning model is based on a mixed architecture of a convolutional neural network and a long-short-term memory network, and the rapid identification of fault types and accurate positioning of fault points by analyzing time sequence features and spatial distribution features of the real-time data comprises the following steps:
the method comprises the steps of acquiring voltage, current and power data in real time at a sampling frequency of 100 times per second through intelligent sensors deployed at key nodes of a power distribution network, preprocessing the data, including denoising, standardization and time window segmentation, to form a data format suitable for deep learning model input;
Inputting the preprocessed data into a deep learning model with a multi-channel structure, wherein the multi-channel structure respectively corresponds to voltage, current and power data, the data of each channel firstly passes through a series of convolution layers and pooling layers, the convolution layers use convolution kernels with three sizes of 3×3, 5×5 and 7×7, 64 filters are arranged in each size, and each convolution operation is followed by a maximum pooling layer;
Remodelling the feature images output by the convolution layer and the pooling layer and inputting the remodelling feature images into a long-short-time memory network layer, wherein the long-short-time memory network layer comprises 128 hidden units;
adding a self-attention layer after the long-short-term memory network layer, so that the model can adaptively pay attention to the most relevant time steps and characteristics;
the output of the self-attention layer passes through a full-connection layer, and finally the probability distribution of the fault type is output through a softmax classifier;
training the deep learning model by adopting a method of combining large-scale simulation data and actual fault data, using a cross entropy loss function and an Adam optimizer, setting the learning rate to be 0.001 initially, adopting a learning rate attenuation strategy, and simultaneously applying a dropout technology to prevent overfitting, wherein the discarding rate is set to be 0.5;
And analyzing the input real-time data by using the trained deep learning model, completing fault identification and positioning within millisecond level, and outputting fault type and fault position information, wherein the identification accuracy of the fault type is not lower than 98.5%, and the average error of fault positioning is less than 50 meters.
Illustratively, in order to achieve rapid identification and accurate positioning of power distribution network faults, the present study proposes a hybrid deep learning architecture based on Convolutional Neural Networks (CNNs) and long and short term memory networks (LSTM). The model fully utilizes the advantages of CNN in space feature extraction and the capability of LSTM in time sequence analysis, thereby effectively processing complex fault modes in the power distribution network.
Firstly, voltage, current and power data are collected in real time through intelligent sensors deployed at key nodes of a power distribution network. These data are sampled at a high frequency (e.g., 100 times per second) to capture transient fault signatures. The collected original data is preprocessed, including denoising, standardization and time window segmentation, so that a data format suitable for deep learning model input is formed.
And adopting a multichannel structure at an input layer of the model, wherein the multichannel structure corresponds to voltage, current and power data respectively. The data for each channel is first passed through a series of convolution and pooling layers to extract the spatial distribution features. The size and number of convolution kernels are optimized to maximize capture of the fault signature. Specifically, convolution kernels of 3×3,5×5, and 7×7 are used, and 64 filters are set for each size. Each convolution operation is followed by a maximum pooling layer to reduce feature dimensions and increase translational invariance of the model.
The feature map of the convolution layer output is then reshaped and input to the LSTM layer. The LSTM layer contains 128 hidden units for analysis of time series features. Through gating mechanisms, LSTM is able to effectively capture long-term dependencies, which is critical for identifying certain slowly evolving fault types. The output of the LSTM layer passes through a full connection layer, and finally the probability distribution of the fault type is output through a softmax classifier.
In order to improve the positioning accuracy of the model, attention mechanisms are introduced. After the LSTM layer, a self-attention layer is added to enable the model to adaptively focus on the most relevant time steps and features. The mechanism remarkably improves the positioning capability of the model in complex fault scenes.
The training of the model adopts a method of combining large-scale simulation data and limited actual fault data. A large number of samples containing various fault types and locations were generated by the power system simulation software, while a historical fault record was collected as a supplement. The training process uses a cross entropy loss function and an Adam optimizer, the learning rate is initially set to 0.001, and a learning rate decay strategy is adopted. To prevent overfitting, a dropout technique was applied, with the discard rate set to 0.5.
Finally, trained models are able to accomplish fault identification and localization within milliseconds. On the test set, the accuracy rate of the model in identifying the fault type reaches 98.5%, and the average error of fault positioning is less than 50 meters. The high-efficiency accurate fault diagnosis provides a reliable basis for subsequent fault isolation and system recovery, so that the reliability and recovery speed of the power distribution network are remarkably improved.
In an alternative embodiment of the present invention,
According to the identified fault type and fault point position, and combining preset power distribution network topological structure information, evaluating the influence range and severity of the fault, and generating a preliminary fault evaluation report comprises the following steps:
Constructing a digital twin model of a power distribution network, wherein the digital twin model of the power distribution network is based on a graph database technology, transformers, switches, lines, loads and power generation equipment in the power distribution network are represented as nodes, and connection relations among the nodes are represented as directed edges, wherein the directed edges represent power flow directions;
setting attribute information for the node, wherein the attribute information comprises equipment identification, rated capacity, current load, voltage level, position coordinates, equipment type, rated current, equipment state, line length, impedance parameters, load type and importance level;
Importing the topological structure and equipment information of the power distribution network into the graph database through a data interface with a power distribution network management system, and establishing a real-time data updating mechanism with a monitoring and data acquisition system to dynamically update the attribute information of the nodes;
Receiving fault node identification and fault type information, and positioning a fault starting point in the digital twin model of the power distribution network based on the fault node identification;
adopting a depth-first search algorithm, and gradually exploring a region affected by the fault along the power flow direction represented by the directed edge by taking the fault starting point as a starting point;
In the searching process of the depth-first searching algorithm, based on attribute information of the current access node and the adjacent node, judging whether the fault can be transmitted to the adjacent node or not by combining the fault type;
Checking whether the non-triggered protection equipment exists between the current node and the adjacent node or not when the fault type is a short circuit fault;
adding the nodes which are judged to be affected by the faults into an affected area list, and recording the father node of each affected node for reconstructing a fault propagation path;
generating a fault impact assessment result comprising an affected node list and a fault propagation order based on the affected region list and a fault propagation path;
Converting the fault influence assessment result into a visual graph by using a graph visualization technology, and intuitively displaying a fault influence range and a propagation path;
Verifying the method based on historical fault data, comparing the predicted influence range with the actual situation, and optimizing propagation judgment logic and parameters in a depth-first search algorithm according to the verification result;
And realizing a self-adaptive learning mechanism, and automatically adjusting and optimizing the judgment parameters and logic of the method according to the feedback information of each actual fault.
Illustratively, the fault influence assessment method based on the digital twin model of the power distribution network and the depth-first search algorithm is an innovative power distribution network fault analysis technology. According to the method, by constructing an accurate digital twin model and combining an efficient searching algorithm, quick and accurate fault influence range evaluation and propagation path tracking are realized. The following is the detailed technical content of the method:
The digital twin model construction of the power distribution network is the basis of the method. Neo4j is selected as a graph database platform, and the complex power distribution network structure is represented by utilizing the efficient graph traversal performance of the graph database platform. In Neo4j, a variety of node types are created, including transformer nodes, switch nodes, line nodes, load nodes, and power generation nodes. Each node type defines a specific set of attributes. For example, the transformer node contains ID, rated capacity, current load, voltage level, position coordinates, etc., the switch node contains ID, type (breaker/disconnector), rated current, status (on/off), etc., the line node contains ID, length, impedance parameters, rated current, etc., and the load node contains ID, type (resident/commercial/industrial), importance level, current power, etc.
The connection relationship between the nodes is represented by directed edges, the direction of which represents the flow of power, the properties of which include the connection type, the direction of current, etc. For example, an edge from a transformer node to a line node represents the flow of power from the transformer to the line. This configuration enables the system to quickly track power flow direction and fault propagation paths.
Data import is a key step in model construction. And extracting complete power distribution network topology and equipment information through a data interface with the existing power distribution network management system. These data are efficiently imported into the graph database using Neo4 j's batch import tool. For example, for a medium-scale distribution network comprising 1000 nodes and 1500 edges, the batch importation may be completed in a matter of minutes.
In order to maintain the real-time performance of the model, a real-time data updating mechanism of the SCADA system is designed. Every 5 seconds, the system automatically acquires the latest equipment state data, such as the current load of the transformer, the on-off state of the switch and the like, from the SCADA, and updates the attribute of the corresponding node. This ensures that the digital twin model accurately reflects the dynamic state of the actual distribution network.
Depth First Search (DFS) algorithms are central to fault impact assessment. When the fault node ID and fault type information are received, the algorithm first locates the fault starting point in the digital twin model. DFS is then implemented using the stack data structure, progressively exploring the affected area along the power flow direction, starting from the point of failure.
In the DFS process, it is critical to determine whether a fault will propagate to neighboring nodes. This decision logic varies depending on the type of fault and node characteristics. For example, for a short circuit fault, the algorithm checks if there is an un-triggered protection device between the current node and the neighboring node. If there is an un-triggered protection device, the fault will propagate to the neighboring node. For open circuit faults, the algorithm determines whether the neighboring node depends on the current node for power. If a dependency exists, the neighboring nodes may be affected.
The algorithm uses the aggregate data structure to record the accessed nodes, avoiding repeated accesses. Meanwhile, parent node information of each affected node is stored using a dictionary structure for subsequent reconstruction of the fault propagation path. This approach both ensures that no affected nodes are missed and efficiently tracks the exact path of fault propagation.
In order to improve the processing efficiency of the large-scale network, a parallel DFS algorithm is realized. The power distribution network is divided into a plurality of subgraphs, and each subgraph can independently perform DFS. For example, for a large power distribution network comprising 10000 nodes, the power distribution network can be divided into 10 subgraphs, and 10 parallel threads are used for simultaneous processing, so that the calculation time is remarkably reduced.
The outcome output and visualization is to facilitate the decision maker's understanding and use of the assessment results. The system generates an output in JSON format containing the affected node list and fault propagation paths. For example, a typical output may contain 50 affected nodes and 35 propagation relationships between them. The NetworkX library is used for converting the data into a visual graph, and the fault influence range and the propagation path are visually displayed. The nodes may be represented in different colors and sizes to indicate their type and importance, and the thickness of the edges may indicate the current magnitude.
Model verification and optimization are key to ensuring method accuracy and adaptability. And verifying the model by using the historical fault data, and comparing the predicted influence range of the model with the actual situation. For example, a backtracking test is performed on 100 failure events occurring in the past year, and the accuracy of model prediction is calculated. If the accuracy is below 90%, the propagation decision logic and weight parameters in the DFS algorithm need to be adjusted.
And an adaptive learning mechanism is realized, and model parameters are automatically optimized according to feedback of actual faults each time. For example, if the model underestimates the scope of influence of a certain type of fault multiple times, the system will automatically increase the weight of the corresponding propagation determination logic. The mechanism enables the model to be continuously learned and improved, and is suitable for dynamic changes of the power distribution network.
Through the detailed technical steps, the method can complete influence evaluation within a few seconds after the fault occurs, and provides accurate decision basis for fault isolation and system recovery. For a typical urban distribution network, which comprises 5000 nodes and 7500 edges, the method can complete one-time complete fault influence evaluation within 3 seconds, and the accuracy rate is more than 95%. The high-efficiency and accurate evaluation capability has important significance for quickly responding to faults of the power distribution network, minimizing the influence range of the faults and improving the reliability and toughness of the power distribution network.
In an alternative embodiment of the present invention,
Based on the generated preliminary fault assessment report, a multi-objective optimization algorithm is started, wherein the algorithm comprehensively considers factors of power supply reliability, economy and user importance, and the factors comprise:
receiving a preliminary fault assessment report, wherein the preliminary fault assessment report comprises an affected area, a fault type, a fault position and an estimated influence degree;
Starting a multi-objective optimization algorithm based on the preliminary fault evaluation report, wherein the multi-objective optimization algorithm adopts an improved non-dominant ranking genetic algorithm II so as to balance three objectives of power supply reliability, economy and user importance;
For the power supply reliability target, calculating a system average interrupt frequency index and a system average interrupt duration index, and minimizing the two indexes; for the economic goal, consider the equipment replacement cost, cost of labor and cost of electric energy consumption, and minimize the total cost;
setting the population scale as 100, the evolution algebra as 500, adopting single-point cross operation, the cross probability as 0.8, adopting uniform mutation operation and the mutation probability as 0.1;
Introducing a self-adaptive crossover and mutation probability adjustment mechanism, calculating an average fitness value of a population every 10 generations, and increasing crossover probability by 0.05 and mutation probability by 0.01 when the average fitness value calculated for three continuous times changes by less than 1 percent until the average fitness value reaches a preset upper limit;
Setting network topology constraint, voltage constraint and current constraint, wherein the voltage constraint requires that the voltage deviation of each node is not more than +/-7% of rated voltage, the current constraint requires that the line current is not more than 80% of rated capacity, punishing individuals violating constraint by adopting a penalty function method, layering the individuals by adopting a rapid non-dominant sorting method in each generation of evolution process, and using crowding degree distance calculation to maintain population diversity, and outputting a group of non-dominant solutions as a pareto optimal solution set for a decision maker to select the most suitable fault recovery scheme.
Illustratively, a multi-objective optimization algorithm is initiated based on the generated preliminary fault assessment report that comprehensively considers factors of power supply reliability, economy, and user importance to provide key inputs to the multi-objective optimization algorithm, including affected area, fault type, fault location, and estimated extent of impact. Based on this information, a multi-objective optimization algorithm is designed to generate an optimal failure recovery scheme. The algorithm employs an improved non-dominant ranking genetic algorithm II (NSGA-II) to balance the three conflicting goals of power supply reliability, economy, and user importance.
First, for a power supply reliability target, the algorithm considers a System Average Interrupt Frequency Index (SAIFI) and a System Average Interrupt Duration Index (SAIDI). The SAIFI calculation method is that the annual user power outage times are divided by the total number of users, and SAIDI is that the annual user power outage time sum is divided by the total number of users. For example, if 10 power failure accidents occur within a certain regional year, the total number of users is 1000, the cumulative power failure time is 500 hours, the SAIFI is 0.01 times per user/year, and the SAIDI is 0.5 hours per user/year. The algorithm aims at minimizing the two indexes and improving the overall power supply reliability.
Second, economic goals primarily consider cost factors in the fault recovery process. This includes equipment replacement costs, labor costs, power consumption costs, etc. For example, the cost of replacing a 10kV/400V transformer is about 10 ten thousand yuan, and the labor cost of one emergency repair is about 5000 yuan/hour. The algorithm achieves the economic goal by minimizing the total cost.
Third, the user importance goal reflects the difference in the needs of different users for power supply continuity. The algorithm adopts five-level importance classification, namely particularly important users (such as hospitals and data centers), important users (such as large industrial enterprises), important users (such as small and medium-sized enterprises), general users (such as residential areas) and non-important users (such as temporary electricity utilization). Each class of users is given a different weight, e.g. a particularly important user weight of 1.0, whereas the non-important user weight is 0.2. The algorithm preferably ensures the restoration of power to the high weight user.
In the implementation process, the chromosome coding of the NSGA-II algorithm adopts an integer coding mode, and each gene represents the state of a controllable switch (0 represents open and 1 represents closed). The population size was set at 100 and the algebra of evolution was 500. The crossover operation adopts single-point crossover, the crossover probability is 0.8, the mutation operation adopts uniform mutation, and the mutation probability is 0.1.
In order to speed up convergence and improve the quality of the solution, adaptive crossover and mutation probability adjustment mechanisms are introduced. When the population diversity is reduced, the crossover and mutation probability is increased, otherwise, the crossover and mutation probability is reduced. Specifically, the average fitness value of the population is calculated every 10 generations, if the average fitness value of three continuous calculation changes by less than 1%, the crossover probability is increased by 0.05, and the mutation probability is increased by 0.01 until the preset upper limit is reached.
Constraints of the algorithm include network topology constraints, voltage constraints, and current constraints. The network topology constraint ensures that the recovered network structure is radial, the voltage constraint requires that the voltage deviation of each node is not more than +/-7% of rated voltage, and the current constraint ensures that the line current is not more than 80% of rated capacity. Individuals who violate the constraint punish through a penalty function method, and the selected probability of the individuals is reduced.
During each generation of evolution, individuals are stratified by a rapid non-dominant ranking method, and crowd diversity is maintained by using crowding distance calculation. Finally, the algorithm outputs a set of non-dominant solutions, i.e., pareto optimal solution sets. The decision maker may choose the most suitable failure recovery scheme from the set of solutions according to the actual situation.
In order to verify the effectiveness of the algorithm, simulation tests are performed on the urban distribution network. The distribution network comprises 200 distribution transformers, 300 lines and 500 customer nodes. Medium-scale faults involving 30 user nodes together were simulated. The algorithm runs on an Intel Core i7 processor, a computer with 16GB memory, and takes about 2 minutes to get the optimal solution set. The final selected recovery scheme reduces SAIDI by 15%, SAIDI by 20%, while controlling recovery costs to within 90% of the budget and ensuring that all particularly important users and 95% of the important users resume power within 30 minutes.
Through the multi-objective optimization method, not only can the fault recovery scheme for balancing factors in all aspects be rapidly made, but also a plurality of alternatives are provided for a decision maker, and the flexibility of decision making is enhanced. With continuous optimization of the algorithm and application of more practical cases, the method is expected to become a powerful tool for fault recovery decision of the power distribution network, and the overall reliability and toughness of the power distribution network are improved.
In an alternative embodiment of the present invention,
Simulating a plurality of possible fault isolation and power grid reconstruction schemes by using reinforcement learning technology, and carrying out simulation evaluation on each scheme, wherein the selection of the optimal fault isolation and power grid reconstruction scheme through iterative optimization comprises the following steps:
The method comprises the steps of constructing a power distribution network environment model, defining an environment state, setting an action space, defining a specific fault isolation and network reconstruction scheme for each action, designing a reward function, wherein the environment state is represented by a high-dimensional vector and comprises voltage, current and power factor parameters of each node and the on-off state of a switch;
constructing a deep Q network, wherein the deep Q network comprises a plurality of layers of convolutional neural networks and a full-connection layer, an input layer receives the environment state, and an output layer corresponds to the Q value of each possible action;
Setting an experience playback mechanism, storing a transfer sample by using an experience pool with fixed capacity, setting a target network updating mechanism, updating target network parameters once every fixed training step, adopting an epsilon-greedy strategy to perform action selection, setting the initial epsilon value of the epsilon-greedy strategy to be 1, attenuating fixed proportion in each round until reaching the minimum value, and executing a training process, wherein the method comprises the following substeps:
Resetting an environment model of the power distribution network to obtain an initial state, selecting actions according to an epsilon-greedy strategy, executing the selected actions to obtain rewards and a next state, storing a transfer sample into an experience pool, randomly extracting a batch of samples from the experience pool for training, updating a depth Q network parameter by using a mean square error loss function and an Adam optimizer, and periodically updating a target network;
Performing test evaluation on the trained deep Q network, wherein the test evaluation comprises single fault, multiple faults and cascading failure scenes; and selecting an optimal fault isolation and power grid reconstruction scheme based on the test evaluation result.
Illustratively, a power distribution network environment model is first constructed. The model contains key information such as network topology, load distribution, generator position, switch state and the like. Taking a medium-scale distribution network as an example, the network comprises 200 nodes, 300 lines, 50 controllable switches and 10 distributed generators. The network topology is represented by a graph structure, and each node stores its connection relationship, type (load, generator or transformer) and parameters. The load distribution is generated according to the historical data and the load prediction model, and the daily load curve and the seasonal variation are considered. The generator position and capacity are input according to actual configuration, including renewable energy sources such as photovoltaic, wind power and the like. The switch state is initialized to a normal operating state.
The environmental state is defined next. The environmental state is represented by a high-dimensional vector, which contains the voltage, current, power factor, etc. parameters of each node, and the open and close states of all switches. For the 200 node distribution network described above, the state vector dimension is 800 (3 parameters per node plus 50 switch states). The voltage is expressed in per unit value, typically ranging between 0.95 and 1.05. The current is also normalized by the rated capacity using per unit value. The power factor range is typically between 0.8 and 1. The switch states are indicated by 0 and 1 for closed and open.
Setting the action space is the next step. The action space is defined as the combination of the operations of all controllable switches. For 50 controllable switches, there are theoretically 2≡50 combinations. However, considering practical operational constraints and network security constraints, invalid actions may be reduced by preprocessing, such as disabling simultaneous operation of adjacent switches. A discrete motion space is finally obtained comprising about 10000 effective motions. Each action corresponds to a particular fault isolation and network reconfiguration scheme.
Designing the bonus function is critical to reinforcement learning. The bonus function takes into account four aspects of power restoration, network loss, voltage quality, and number of operations. The power supply restoration degree is represented by a load ratio of restoration power supply, and ranges from 0 to 1. Network loss is expressed as the rate of increase of loss relative to normal operating conditions, and should ideally be close to 1. The voltage quality is expressed as the maximum value of the voltage deviation of all nodes, and the smaller the deviation is, the better the deviation is. The number of operations is expressed in terms of the ratio of the number of switching actions to the maximum number of allowed operations, encouraging the reconstruction to be completed with a minimum of operations. The four indexes are weighted and summed to obtain a final rewarding value, and the weights are adjusted according to actual requirements and can be set to be 0.4, 0.3, 0.2 and 0.1.
Constructing a deep Q network is the core for implementing decisions. The network structure comprises three layers of convolutional neural networks and two layers of full-connection layers. The input layer receives the 800-dimensional state vector, and the output layer corresponds to 10000 possible Q values of actions. The method comprises the following specific structures that a first convolution layer uses 32 3x3 convolution kernels with a step length of 1, a second convolution layer uses 64 3x3 convolution kernels with a step length of 1, a third convolution layer uses 64 3x3 convolution kernels with a step length of 1, a first full connection layer comprises 256 neurons, a second full connection layer comprises 128 neurons, and an output layer comprises 10000 neurons. All hidden layers use a ReLU activation function, and the output layer uses a linear activation function.
To improve learning efficiency and stability, an experience playback mechanism is provided. A pool of experience with a capacity of 100000 is used to store transition samples, each sample containing current state, actions performed, rewards earned and next state. When the experience pool is full, the old samples are replaced with a first-in first-out strategy.
The target network update mechanism is used to stabilize the training process. And updating the target network parameters once every 1000 training steps, and directly copying the parameters of the main network to the target network. And adopting epsilon-greedy strategy to select the action. The initial epsilon value was set to 1, decaying 0.995 per training round, and the minimum value was set to 0.01. Thus, more exploration is performed in the initial stage of training, and learned knowledge is gradually utilized as learning progresses.
Performing the training process includes a number of sub-steps. First, the distribution network environment model is reset, and an initial fault state is randomly generated. Then selecting the action according to epsilon-greedy strategy, randomly selecting epsilon probability, and selecting the action with the largest Q value according to 1-epsilon probability. And executing the selected action, obtaining a new network state through load flow calculation, and calculating a reward value. This transfer sample is stored in an experience pool. 256 samples were randomly drawn from the experience pool to form a batch for training. Using the mean square error as a loss function, the Adam optimizer is used to update the depth Q network parameters with a learning rate set to 0.001. The target network is updated every 1000 steps. Repeating the above steps until reaching the preset termination condition, such as training round number reaching 10000 or average rewarding value becoming stable.
And testing and evaluating the trained deep Q network. Multiple fault scenarios are set, including single faults (e.g., single line tripping), multiple faults (e.g., multiple lines tripping simultaneously), and cascading faults (one fault triggering a cascading reaction). The test is repeated 100 times for each scene, and indexes such as average recovery time, recovery rate, network loss, voltage quality and the like are recorded.
And finally, selecting an optimal fault isolation and power grid reconstruction scheme based on the test evaluation result. A scheme which shows balance on various indexes is generally selected, if fault isolation and reconstruction can be completed within 10 seconds, more than 95% of load is recovered, network loss is controlled within 105% of the original level, and voltage deviation of all nodes is not more than +/-5% of rated voltage. The scheme can quickly restore power supply and ensure the economical efficiency and the safety of the reconstructed network.
In an alternative embodiment of the present invention,
The method comprises the steps of sending a formulated intelligent control instruction sequence to related intelligent terminal equipment through a secure encryption channel, gradually executing control operation according to a preset security protocol after the intelligent terminal equipment receives the instruction, collecting state information of each node in real time in the execution process, feeding the information back to a central control system, rapidly processing feedback information by the central control system locally by using an edge computing technology, evaluating an executing effect of a scheme in real time, and immediately triggering an emergency response mechanism if abnormal conditions or poor executing effect are detected, wherein the dynamic adjustment control strategy comprises the following steps:
performing test evaluation on the trained deep Q network, wherein the test evaluation comprises single fault, multiple faults and cascading failure scenes;
Based on the test evaluation result, selecting an optimal fault isolation and power grid reconstruction scheme;
Converting the selected optimal scheme into an intelligent control instruction sequence, and transmitting the intelligent control instruction sequence to related intelligent terminal equipment through a secure encryption channel based on elliptic curve cryptography;
After receiving the instruction, the intelligent terminal device gradually executes control operation according to a preset safety protocol, wherein the safety protocol comprises environment inspection before operation, operation interval time control and operation sequence forced execution;
in the execution process, the state information of each node is collected in real time through a high-precision sensor network, and the information is fed back to a central control system through a multi-level data convergence structure;
the central control system utilizes a layered edge computing architecture to rapidly process feedback information locally and evaluate the scheme execution effect in real time;
if abnormal conditions or poor execution effects are detected, an emergency response mechanism is immediately triggered, and a multi-objective optimization algorithm is adopted to dynamically adjust a control strategy.
Illustratively, to ensure secure transmission of control instructions, an encryption scheme based on elliptic curve cryptography is employed. First, the central control system exchanges a public key with each intelligent terminal apparatus in advance. Upon sending the instruction, the central system encrypts the instruction content using the AES-256 algorithm, the key being generated by the ECDH key exchange protocol. The encrypted content is digitally signed using the ECDSA algorithm to ensure instruction integrity and non-repudiation.
The transport channel employs TLS 1.3 protocol to provide end-to-end encryption protection. In order to prevent man-in-the-middle attacks, a certificate fixing technology is implemented, and a public key certificate of a legal server is pre-arranged in a terminal device. In addition, a bidirectional authentication mechanism is introduced, and the terminal equipment is required to provide certificates, so that the security is further improved.
In view of the complexity of the distribution network, a distributed instruction issuing strategy is employed. The central system first breaks the global instruction into a plurality of local instructions and then sends the local instructions to the relevant terminals through multiplexing and parallel transmission. Each instruction contains a unique sequence number and time stamp for subsequent synchronous execution and audit trails.
After receiving the instruction, the intelligent terminal equipment gradually executes control operation according to a preset safety protocol;
After receiving the encryption instruction, the intelligent terminal equipment firstly performs decryption and signature verification operations. After verification is passed, the device will check the timeliness and sequence integrity of the instruction, preventing replay attacks and instruction tampering. For the distributed instruction, the device waits for all relevant instructions to arrive and then processes the instructions, so that the consistency of the operation is ensured.
When the control operation is executed, the terminal device strictly follows a preset security protocol. The protocol comprises the mechanisms of environment checking before operation, operation interval time control, operation sequence enforcement and the like. For example, before performing a switching operation, the device checks whether the line current is within a safe range, the operation interval of adjacent switches is not less than 100 ms to prevent grid oscillations, and for a multi-step operation, it is necessary to perform in a predetermined order, no skip or repetition is allowed.
The terminal device also implements limited local decision-making capability in order to cope with possible communication interruption situations. When an interruption in communication with the central system is detected to exceed a preset threshold (e.g., 5 seconds), the device may autonomously perform a portion of the critical operations according to a locally stored emergency plan to maintain the system substantially stable.
In the execution process, the state information of each node is collected in real time, and the information is fed back to a central control system;
In order to realize real-time monitoring of the state of the power distribution network, a high-precision sensor network is deployed at key nodes. The sensors comprise a voltage transformer, a current transformer, a power factor meter and the like, and the sampling frequency can reach 60 times per second, so that transient changes are ensured to be captured. Meanwhile, the intelligent switch equipment also has a state monitoring function, and can provide information such as switch positions, operation times, operation time and the like.
The collected data is transmitted to a central control system through a multi-stage data convergence structure after being locally preprocessed. And an edge computing technology is adopted, an edge server is deployed at a position close to a data source, primary analysis and compression are carried out on the original data, and the transmission bandwidth requirement is reduced. The data transmission adopts a publish-subscribe mode, and the MQTT protocol is used to ensure the real-time performance and reliability of the data.
To cope with large-scale data flows, a distributed flow processing framework, such as APACHE FLINK, is adopted at the central control system end to realize millisecond-level data processing delay. The system also integrates a data quality control module, and ensures the accuracy of feedback information through methods such as data consistency check, abnormal value detection and the like.
The central control system utilizes an edge computing technology to rapidly process feedback information locally and evaluate the scheme execution effect in real time;
The central control system adopts a hierarchical architecture to distribute data processing tasks to computing nodes of different levels. At the edge layer, a lightweight neural network model, such as a compressed version of a convolutional neural network, is deployed for quickly identifying abnormal patterns of grid parameters. The models can adapt to the power grid characteristics of different areas through optimization of the transfer learning technology.
The middle layer adopts fog calculation nodes and is responsible for more complex analysis tasks such as short-term load prediction and tide calculation. The integrated learning method is used, and the prediction accuracy is improved by combining the output of a plurality of machine learning models (such as random forests, gradient lifting trees and the like). And comparing the predicted result with actual feedback data for evaluating the executing effect of the scheme.
The core layer implements global optimization and decision making. And adopting reinforcement learning technology, such as a depth deterministic strategy gradient algorithm (DDPG), and dynamically adjusting parameters of a control strategy according to historical data and current states. The system also integrates a digital twin model, can perform quick simulation, and predicts potential influences of different control strategies.
If abnormal conditions or poor execution effects are detected, an emergency response mechanism is immediately triggered, a control strategy is dynamically adjusted, and a multi-dimensional and multi-scale method is adopted for abnormality detection. In the time dimension, using a long-short-term memory network (LSTM) to detect anomalies in the time-series data, and in the space dimension, using a graph neural network to analyze anomaly correlations between nodes. The system also integrates rule-based expert systems, which encode the empirical knowledge of the power expert, for identifying complex failure modes.
When an anomaly is detected, the system triggers different levels of emergency response based on the severity and scope of the anomaly. For local minor anomalies, the system may make small adjustments, such as fine tuning the timing of operation of certain switches, under the current control strategy framework. For extensive or severe anomalies, the system may initiate a predefined emergency plan, such as a fast switch to backup power or performing load shedding.
When the control strategy is dynamically adjusted, the system can comprehensively consider a plurality of targets, including power supply reliability, power quality, economy and the like. A group of pareto optimal adjustment schemes are rapidly generated by adopting a multi-objective optimization algorithm, such as NSGA-III. And then selecting the most suitable scheme to execute by combining the weight of each target under the current condition through a fuzzy comprehensive evaluation method.
The whole process forms a closed loop control system. The system can continuously monitor the effect of the regulated control strategy and further optimize the regulated control strategy according to new feedback information, so that the power distribution network can keep a stable and efficient running state when facing various abnormal conditions.
Fig. 2 is a schematic structural diagram of an intelligent control system for fault location and rapid reliability recovery of a power distribution network according to an embodiment of the present invention, as shown in fig. 2, where the system includes:
The first unit is used for collecting real-time data of each node of the power distribution network, including voltage, current and power data, and inputting the real-time data into a pre-trained deep learning model; the deep learning model is based on a mixed architecture of a convolutional neural network and a long-short-time memory network, and rapidly identifies fault types and accurately positions fault points by analyzing time sequence features and space distribution features of the real-time data;
The second unit is used for starting a multi-objective optimization algorithm based on the generated preliminary fault evaluation report, wherein the algorithm comprehensively considers factors such as power supply reliability, economy, user importance and the like, simulating a plurality of possible fault isolation and power grid reconstruction schemes by using a reinforcement learning technology, and carrying out simulation evaluation on each scheme;
The third unit is used for sending the formulated intelligent control instruction sequence to the related intelligent terminal equipment through the safe encryption channel, the intelligent terminal equipment gradually executes control operation according to a preset safe protocol after receiving the instruction, collects the state information of each node in real time in the execution process and feeds the information back to the central control system, the central control system rapidly processes the feedback information locally by utilizing the edge computing technology, evaluates the execution effect of the scheme in real time, immediately triggers an emergency response mechanism if abnormal conditions or poor execution effect are detected, dynamically adjusts the control strategy, continuously monitors the recovery state of the system after fault isolation and power grid reconstruction are completed, and generates detailed event reports and optimization suggestions to provide data support for future fault prevention and system improvement.
In a third aspect of an embodiment of the present invention,
There is provided an electronic device including:
A processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to invoke the instructions stored in the memory to perform the method described previously.
In a fourth aspect of an embodiment of the present invention,
There is provided a computer readable storage medium having stored thereon computer program instructions which, when executed by a processor, implement the method as described above.
The present invention may be a method, apparatus, system, and/or computer program product. The computer program product may include a computer readable storage medium having computer readable program instructions embodied thereon for performing various aspects of the present invention.
It should be noted that the above embodiments are merely for illustrating the technical solution of the present invention and not for limiting the same, and although the present invention has been described in detail with reference to the above embodiments, it should be understood by those skilled in the art that the technical solution described in the above embodiments may be modified or some or all of the technical features may be equivalently replaced, and these modifications or substitutions do not make the essence of the corresponding technical solution deviate from the scope of the technical solution of the embodiments of the present invention.

Claims (9)

Translated fromChinese
1.配电网故障定位与可靠性快速恢复的智能控制方法,其特征在于,包括:1. An intelligent control method for fault location and rapid reliability recovery of a distribution network, characterized by comprising:采集配电网各节点的实时数据,包括电压、电流和功率数据,并将所述实时数据输入预先训练的深度学习模型;所述深度学习模型基于卷积神经网络和长短时记忆网络的混合架构,通过分析所述实时数据的时间序列特征和空间分布特征,快速识别故障类型和精确定位故障点;根据所识别的故障类型和故障点位置,结合预设的配电网拓扑结构信息,评估故障影响范围和严重程度,生成初步故障评估报告;Collect real-time data from each node of the distribution network, including voltage, current and power data, and input the real-time data into a pre-trained deep learning model; the deep learning model is based on a hybrid architecture of a convolutional neural network and a long short-term memory network, and quickly identifies the fault type and accurately locates the fault point by analyzing the time series characteristics and spatial distribution characteristics of the real-time data; based on the identified fault type and fault point location, combined with the preset distribution network topology information, evaluate the fault impact scope and severity, and generate a preliminary fault assessment report;基于所生成的初步故障评估报告,启动多目标优化算法,该算法综合考虑供电可靠性、经济性和用户重要度的因素;利用强化学习技术,模拟多种可能的故障隔离和电网重构方案,并对每种方案进行仿真评估;通过迭代优化,选择最优的故障隔离和电网重构方案;根据选定的最优方案,制定详细的智能控制指令序列,包括断路器操作、负荷转移和分布式电源调度的具体措施;Based on the generated preliminary fault assessment report, a multi-objective optimization algorithm is initiated, which comprehensively considers the factors of power supply reliability, economy and user importance; multiple possible fault isolation and grid reconstruction schemes are simulated using reinforcement learning technology, and each scheme is simulated and evaluated; the optimal fault isolation and grid reconstruction scheme is selected through iterative optimization; based on the selected optimal scheme, a detailed intelligent control instruction sequence is formulated, including specific measures for circuit breaker operation, load transfer and distributed power generation scheduling;将制定的智能控制指令序列通过安全加密通道发送至相关的智能终端设备;智能终端设备接收指令后,按照预设的安全协议逐步执行控制操作;在执行过程中,实时采集各节点的状态信息,并将这些信息反馈给中央控制系统;中央控制系统利用边缘计算技术,在本地快速处理反馈信息,实时评估方案执行效果;如检测到异常情况或执行效果不佳,立即触发应急响应机制,动态调整控制策略;完成故障隔离和电网重构后,持续监控系统恢复状态,并生成详细的事件报告和优化建议,为未来的故障预防和系统改进提供数据支持。The formulated intelligent control instruction sequence is sent to the relevant intelligent terminal devices through a secure encrypted channel; after receiving the instructions, the intelligent terminal devices gradually execute the control operations according to the preset security protocol; during the execution process, the status information of each node is collected in real time, and this information is fed back to the central control system; the central control system uses edge computing technology to quickly process feedback information locally and evaluate the execution effect of the plan in real time; if an abnormal situation is detected or the execution effect is poor, the emergency response mechanism is immediately triggered and the control strategy is dynamically adjusted; after completing fault isolation and grid reconstruction, the system recovery status is continuously monitored, and detailed event reports and optimization suggestions are generated to provide data support for future fault prevention and system improvement.2.根据权利要求1所述的方法,其特征在于,所述深度学习模型基于卷积神经网络和长短时记忆网络的混合架构,通过分析所述实时数据的时间序列特征和空间分布特征,快速识别故障类型和精确定位故障点包括:2. The method according to claim 1 is characterized in that the deep learning model is based on a hybrid architecture of a convolutional neural network and a long short-term memory network, and by analyzing the time series characteristics and spatial distribution characteristics of the real-time data, quickly identifying the fault type and accurately locating the fault point includes:通过部署在配电网各关键节点的智能传感器,以每秒100次的采样频率实时采集电压、电流和功率数据,对所述数据进行预处理,包括去噪、标准化和时间窗口分割,形成适合深度学习模型输入的数据格式;By deploying smart sensors at key nodes of the distribution network, voltage, current and power data are collected in real time at a sampling frequency of 100 times per second, and the data is pre-processed, including denoising, standardization and time window segmentation, to form a data format suitable for deep learning model input;将预处理后的数据输入到具有多通道结构的深度学习模型,所述多通道结构分别对应电压、电流和功率数据,每个通道的数据首先通过一系列卷积层和池化层,所述卷积层使用3×3、5×5和7×7三种大小的卷积核,每种大小设置64个滤波器,每次卷积操作后跟随一个最大池化层;The preprocessed data is input into a deep learning model with a multi-channel structure, which corresponds to voltage, current and power data respectively. The data of each channel first passes through a series of convolutional layers and pooling layers. The convolutional layers use three sizes of convolution kernels: 3×3, 5×5 and 7×7, with 64 filters for each size. Each convolution operation is followed by a maximum pooling layer.将卷积层和池化层输出的特征图重塑并输入到长短时记忆网络层,所述长短时记忆网络层包含128个隐藏单元;The feature maps output by the convolution layer and the pooling layer are reshaped and input into the long short-term memory network layer, wherein the long short-term memory network layer contains 128 hidden units;在所述长短时记忆网络层之后添加一个自注意力层,使模型能够自适应地关注最相关的时间步和特征;Adding a self-attention layer after the LSTM layer enables the model to adaptively focus on the most relevant time steps and features;将自注意力层的输出经过一个全连接层,最后通过softmax分类器输出故障类型的概率分布;The output of the self-attention layer passes through a fully connected layer, and finally outputs the probability distribution of the fault type through a softmax classifier;采用大规模的模拟数据和实际故障数据相结合的方法训练所述深度学习模型,使用交叉熵损失函数和Adam优化器,学习率初始设置为0.001,并采用学习率衰减策略,同时应用dropout技术防止过拟合,丢弃率设为0.5;The deep learning model is trained by combining large-scale simulated data with actual fault data. The cross entropy loss function and Adam optimizer are used. The learning rate is initially set to 0.001, and a learning rate decay strategy is adopted. At the same time, the dropout technology is applied to prevent overfitting, and the dropout rate is set to 0.5.利用训练完成的深度学习模型对输入的实时数据进行分析,在毫秒级别内完成故障识别和定位,输出故障类型和故障位置信息,其中故障类型的识别准确率不低于98.5%,故障定位的平均误差小于50米。The trained deep learning model is used to analyze the input real-time data, complete fault identification and location within milliseconds, and output fault type and fault location information. The fault type identification accuracy rate is not less than 98.5%, and the average error of fault location is less than 50 meters.3.根据权利要求1所述的方法,其特征在于,根据所识别的故障类型和故障点位置,结合预设的配电网拓扑结构信息,评估故障影响范围和严重程度,生成初步故障评估报告包括:3. The method according to claim 1 is characterized in that, based on the identified fault type and fault point location, combined with preset distribution network topology information, the fault impact scope and severity are evaluated, and generating a preliminary fault assessment report includes:构建配电网数字孪生模型,所述配电网数字孪生模型基于图数据库技术,将配电网中的变压器、开关、线路、负载和发电设备表示为节点,将所述节点之间的连接关系表示为有向边,其中所述有向边表示电力流向;Constructing a digital twin model of a distribution network, wherein the digital twin model of a distribution network is based on graph database technology, and represents transformers, switches, lines, loads, and power generation equipment in the distribution network as nodes, and represents the connection relationship between the nodes as directed edges, wherein the directed edges represent the direction of power flow;为所述节点设置属性信息,所述属性信息包括设备标识、额定容量、当前负载、电压等级、位置坐标、设备类型、额定电流、设备状态、线路长度、阻抗参数、负载类型和重要性等级;Setting attribute information for the node, the attribute information including device identification, rated capacity, current load, voltage level, location coordinates, device type, rated current, device status, line length, impedance parameter, load type and importance level;通过与配电网管理系统的数据接口,将配电网拓扑结构和设备信息导入所述图数据库,并与监控与数据采集系统建立实时数据更新机制,动态更新所述节点的属性信息;Through the data interface with the distribution network management system, the distribution network topology and equipment information are imported into the graph database, and a real-time data update mechanism is established with the monitoring and data acquisition system to dynamically update the attribute information of the nodes;接收故障节点标识和故障类型信息,基于所述故障节点标识在所述配电网数字孪生模型中定位故障起始点;Receiving a fault node identifier and fault type information, and locating a fault starting point in the distribution network digital twin model based on the fault node identifier;采用深度优先搜索算法,以所述故障起始点为起点,沿所述有向边表示的电力流向,逐步探索受故障影响的区域;Using a depth-first search algorithm, starting from the fault starting point and following the power flow direction represented by the directed edge, the area affected by the fault is gradually explored;在所述深度优先搜索算法的搜索过程中,基于当前访问节点和相邻节点的属性信息,结合所述故障类型,判断故障是否会传播至相邻节点;During the search process of the depth-first search algorithm, based on the attribute information of the currently accessed node and the adjacent nodes and in combination with the fault type, it is determined whether the fault will propagate to the adjacent nodes;所述判断包括:当故障类型为短路故障时,检查当前节点与相邻节点之间是否存在未被触发的保护设备;当故障类型为开路故障时,判断相邻节点是否依赖当前节点供电;The determination includes: when the fault type is a short circuit fault, checking whether there is an untriggered protection device between the current node and the adjacent node; when the fault type is an open circuit fault, determining whether the adjacent node relies on the current node for power supply;将判定会受到故障影响的节点添加到受影响区域列表中,并记录每个受影响节点的父节点,用于重构故障传播路径;Add nodes that are determined to be affected by the fault to the affected area list, and record the parent node of each affected node for reconstructing the fault propagation path;基于所述受影响区域列表和故障传播路径,生成包含受影响节点列表和故障传播顺序的故障影响评估结果;Based on the affected area list and the fault propagation path, generate a fault impact assessment result including an affected node list and a fault propagation sequence;利用图形可视化技术,将所述故障影响评估结果转换为可视化图形,直观展示故障影响范围和传播路径;By using graphic visualization technology, the fault impact assessment result is converted into a visualization graphic to intuitively display the fault impact range and propagation path;基于历史故障数据对所述方法进行验证,比较预测的影响范围与实际情况,并根据验证结果优化深度优先搜索算法中的传播判断逻辑和参数;Verify the method based on historical fault data, compare the predicted impact range with the actual situation, and optimize the propagation judgment logic and parameters in the depth-first search algorithm based on the verification results;实现自适应学习机制,根据每次实际故障的反馈信息,自动调整和优化所述方法的判断参数和逻辑。An adaptive learning mechanism is implemented to automatically adjust and optimize the judgment parameters and logic of the method according to the feedback information of each actual fault.4.根据权利要求1所述的方法,其特征在于,基于所生成的初步故障评估报告,启动多目标优化算法,该算法综合考虑供电可靠性、经济性和用户重要度的因素包括:4. The method according to claim 1 is characterized in that, based on the generated preliminary fault assessment report, a multi-objective optimization algorithm is started, the algorithm comprehensively considering the factors of power supply reliability, economy and user importance including:接收初步故障评估报告,所述初步故障评估报告包括受影响区域、故障类型、故障位置以及预估的影响程度;receiving a preliminary fault assessment report, the preliminary fault assessment report including an affected area, a fault type, a fault location, and an estimated degree of impact;基于所述初步故障评估报告,启动多目标优化算法,所述多目标优化算法采用改进的非支配排序遗传算法II,以平衡供电可靠性、经济性和用户重要度三个目标;Based on the preliminary fault assessment report, a multi-objective optimization algorithm is started, wherein the multi-objective optimization algorithm adopts an improved non-dominated sorting genetic algorithm II to balance the three objectives of power supply reliability, economy and user importance;对于供电可靠性目标,计算系统平均中断频率指数和系统平均中断持续时间指数,并最小化这两个指标;对于经济性目标,考虑设备更换成本、人工成本和电能损耗成本,并最小化总成本;对于用户重要度目标,采用五级重要度分类,并为每级用户赋予不同权重;For the power supply reliability target, the system average interruption frequency index and system average interruption duration index are calculated and minimized. For the economic target, the equipment replacement cost, labor cost and power loss cost are considered and the total cost is minimized. For the user importance target, a five-level importance classification is adopted and different weights are assigned to each level of users.采用整数编码方式进行染色体编码,每个基因代表一个可控开关的状态;设置种群规模为100,进化代数为500,采用单点交叉操作,交叉概率为0.8,采用均匀变异操作,变异概率为0.1;Integer coding is used for chromosome coding, and each gene represents the state of a controllable switch; the population size is set to 100, the evolutionary generations are set to 500, the single-point crossover operation is used, the crossover probability is 0.8, and the uniform mutation operation is used, with a mutation probability of 0.1;引入自适应交叉和变异概率调整机制,每10代计算一次种群的平均适应度值,当连续三次计算的平均适应度值变化小于1%时,将交叉概率提高0.05,变异概率提高0.01,直至达到预设上限;Introduce an adaptive crossover and mutation probability adjustment mechanism, calculate the average fitness value of the population every 10 generations, and when the average fitness value calculated three times changes less than 1%, increase the crossover probability by 0.05 and the mutation probability by 0.01 until the preset upper limit is reached;设置网络拓扑约束、电压约束和电流约束,其中电压约束要求各节点电压偏差不超过额定电压的±7%,电流约束要求线路电流不超过额定容量的80%;采用罚函数方法对违反约束的个体进行惩罚;在每代进化过程中,采用快速非支配排序方法对个体进行分层,并使用拥挤度距离计算来维持种群多样性;输出一组非支配解作为帕累托最优解集,供决策者选择最适合的故障恢复方案。Network topology constraints, voltage constraints and current constraints are set. The voltage constraint requires that the voltage deviation of each node does not exceed ±7% of the rated voltage, and the current constraint requires that the line current does not exceed 80% of the rated capacity. The penalty function method is used to punish individuals that violate the constraints. In each generation of evolution, the fast non-dominated sorting method is used to stratify individuals, and the crowding distance calculation is used to maintain population diversity. A set of non-dominated solutions is output as the Pareto optimal solution set for decision makers to choose the most suitable fault recovery plan.5.根据权利要求1所述的方法,其特征在于,利用强化学习技术,模拟多种可能的故障隔离和电网重构方案,并对每种方案进行仿真评估;通过迭代优化,选择最优的故障隔离和电网重构方案包括:5. The method according to claim 1, characterized in that multiple possible fault isolation and power grid reconstruction schemes are simulated by using reinforcement learning technology, and each scheme is simulated and evaluated; and selecting the optimal fault isolation and power grid reconstruction scheme through iterative optimization comprises:构建配电网环境模型,所述配电网环境模型包括网络拓扑、负荷分布、发电机位置和开关状态信息;定义环境状态,所述环境状态由一个高维向量表示,包含每个节点的电压、电流、功率因数参数,以及开关的开合状态;设置动作空间,所述动作空间定义为所有可控开关的操作组合,每个动作对应一种特定的故障隔离和网络重构方案;设计奖励函数,所述奖励函数考虑供电恢复程度、网络损耗、电压质量和操作次数;Construct a distribution network environment model, which includes network topology, load distribution, generator location and switch status information; define the environment state, which is represented by a high-dimensional vector, including the voltage, current, power factor parameters of each node, and the opening and closing state of the switch; set an action space, which is defined as the combination of operations of all controllable switches, and each action corresponds to a specific fault isolation and network reconstruction scheme; design a reward function, which takes into account the degree of power supply recovery, network loss, voltage quality and number of operations;构建深度Q网络,所述深度Q网络包括多层卷积神经网络和全连接层,输入层接收环境状态,输出层对应每个可能动作的Q值;Constructing a deep Q network, the deep Q network includes a multi-layer convolutional neural network and a fully connected layer, the input layer receives the environment state, and the output layer corresponds to the Q value of each possible action;设置经验回放机制,使用一个固定容量的经验池存储转移样本;设置目标网络更新机制,每隔固定训练步骤更新一次目标网络参数;采用ε-贪心策略进行动作选择,所述ε-贪心策略的初始ε值设为1,每个回合衰减固定比例,直至达到最小值;执行训练过程,包括以下子步骤:An experience replay mechanism is set up, and a fixed-capacity experience pool is used to store transfer samples; a target network update mechanism is set up, and the target network parameters are updated every fixed training step; an ε-greedy strategy is used for action selection, and the initial ε value of the ε-greedy strategy is set to 1, and a fixed ratio is decayed each round until a minimum value is reached; and a training process is executed, including the following sub-steps:重置配电网环境模型,获取初始状态;根据ε-贪心策略选择动作;执行选中的动作,获取奖励和下一个状态;将转移样本存入经验池;从经验池中随机抽取批量样本进行训练;使用均方误差损失函数和Adam优化器更新深度Q网络参数;定期更新目标网络;Reset the distribution network environment model and obtain the initial state; select actions according to the ε-greedy strategy; execute the selected action to obtain the reward and the next state; store the transfer samples in the experience pool; randomly extract batch samples from the experience pool for training; use the mean square error loss function and Adam optimizer to update the deep Q network parameters; regularly update the target network;对训练后的深度Q网络进行测试评估,所述测试评估包括单一故障、多重故障和级联故障场景;基于测试评估结果,选择最优的故障隔离和电网重构方案。The trained deep Q network is tested and evaluated, and the test evaluation includes single fault, multiple fault and cascading fault scenarios; based on the test evaluation results, the optimal fault isolation and power grid reconstruction scheme is selected.6.根据权利要求1所述的方法,其特征在于,将制定的智能控制指令序列通过安全加密通道发送至相关的智能终端设备;智能终端设备接收指令后,按照预设的安全协议逐步执行控制操作;在执行过程中,实时采集各节点的状态信息,并将这些信息反馈给中央控制系统;中央控制系统利用边缘计算技术,在本地快速处理反馈信息,实时评估方案执行效果;如检测到异常情况或执行效果不佳,立即触发应急响应机制,动态调整控制策略包括:6. The method according to claim 1 is characterized in that the formulated intelligent control instruction sequence is sent to the relevant intelligent terminal device through a secure encrypted channel; after receiving the instruction, the intelligent terminal device gradually executes the control operation according to the preset security protocol; during the execution process, the status information of each node is collected in real time, and the information is fed back to the central control system; the central control system uses edge computing technology to quickly process the feedback information locally and evaluate the execution effect of the scheme in real time; if an abnormal situation is detected or the execution effect is not good, the emergency response mechanism is immediately triggered, and the dynamic adjustment of the control strategy includes:对训练后的深度Q网络进行测试评估,所述测试评估包括单一故障、多重故障和级联故障场景;Performing test evaluation on the trained deep Q network, wherein the test evaluation includes single fault, multiple fault and cascading fault scenarios;基于测试评估结果,选择最优的故障隔离和电网重构方案;Select the best fault isolation and grid reconstruction solution based on the test evaluation results;将选择的最优方案转化为智能控制指令序列,通过基于椭圆曲线密码学的安全加密通道发送至相关的智能终端设备;The selected optimal solution is converted into an intelligent control instruction sequence and sent to the relevant intelligent terminal device through a secure encryption channel based on elliptic curve cryptography;智能终端设备接收指令后,按照预设的安全协议逐步执行控制操作,所述安全协议包括操作前的环境检查、操作间隔时间控制和操作顺序强制执行;After receiving the instruction, the intelligent terminal device gradually executes the control operation according to the preset safety protocol, which includes the environment check before the operation, the operation interval time control and the operation sequence enforcement;在执行过程中,通过高精度传感器网络实时采集各节点的状态信息,并通过多级数据汇聚结构将这些信息反馈给中央控制系统;During the execution process, the status information of each node is collected in real time through a high-precision sensor network, and this information is fed back to the central control system through a multi-level data aggregation structure;中央控制系统利用分层边缘计算架构,在本地快速处理反馈信息,实时评估方案执行效果;The central control system uses a layered edge computing architecture to quickly process feedback information locally and evaluate the execution effect of the solution in real time;如检测到异常情况或执行效果不佳,立即触发应急响应机制,采用多目标优化算法动态调整控制策略。If an abnormal situation is detected or the execution effect is poor, the emergency response mechanism will be triggered immediately, and the control strategy will be dynamically adjusted using a multi-objective optimization algorithm.7.配电网故障定位与可靠性快速恢复的智能控制系统,用于实现前述权利要求1-6中任一项所述的方法,其特征在于,包括:7. An intelligent control system for fault location and rapid reliability recovery of a distribution network, used to implement the method described in any one of claims 1 to 6, characterized in that it comprises:第一单元,用于采集配电网各节点的实时数据,包括电压、电流和功率数据,并将所述实时数据输入预先训练的深度学习模型;所述深度学习模型基于卷积神经网络和长短时记忆网络的混合架构,通过分析所述实时数据的时间序列特征和空间分布特征,快速识别故障类型和精确定位故障点;根据所识别的故障类型和故障点位置,结合预设的配电网拓扑结构信息,评估故障影响范围和严重程度,生成初步故障评估报告;The first unit is used to collect real-time data of each node of the distribution network, including voltage, current and power data, and input the real-time data into a pre-trained deep learning model; the deep learning model is based on a hybrid architecture of a convolutional neural network and a long short-term memory network, and quickly identifies the fault type and accurately locates the fault point by analyzing the time series characteristics and spatial distribution characteristics of the real-time data; based on the identified fault type and fault point location, combined with the preset distribution network topology information, the fault impact scope and severity are evaluated, and a preliminary fault assessment report is generated;第二单元,用于基于所生成的初步故障评估报告,启动多目标优化算法,该算法综合考虑供电可靠性、经济性和用户重要度等因素;利用强化学习技术,模拟多种可能的故障隔离和电网重构方案,并对每种方案进行仿真评估;通过迭代优化,选择最优的故障隔离和电网重构方案;根据选定的最优方案,制定详细的智能控制指令序列,包括断路器操作、负荷转移和分布式电源调度等具体措施;The second unit is used to start a multi-objective optimization algorithm based on the generated preliminary fault assessment report, which comprehensively considers factors such as power supply reliability, economy and user importance; uses reinforcement learning technology to simulate multiple possible fault isolation and power grid reconstruction schemes, and conducts simulation evaluation on each scheme; selects the optimal fault isolation and power grid reconstruction scheme through iterative optimization; and formulates a detailed intelligent control instruction sequence based on the selected optimal scheme, including specific measures such as circuit breaker operation, load transfer and distributed power generation scheduling;第三单元,用于将制定的智能控制指令序列通过安全加密通道发送至相关的智能终端设备;智能终端设备接收指令后,按照预设的安全协议逐步执行控制操作;在执行过程中,实时采集各节点的状态信息,并将这些信息反馈给中央控制系统;中央控制系统利用边缘计算技术,在本地快速处理反馈信息,实时评估方案执行效果;如检测到异常情况或执行效果不佳,立即触发应急响应机制,动态调整控制策略;完成故障隔离和电网重构后,持续监控系统恢复状态,并生成详细的事件报告和优化建议,为未来的故障预防和系统改进提供数据支持。The third unit is used to send the formulated intelligent control instruction sequence to the relevant intelligent terminal devices through a secure encrypted channel; after receiving the instructions, the intelligent terminal devices gradually execute the control operations according to the preset security protocol; during the execution process, the status information of each node is collected in real time and this information is fed back to the central control system; the central control system uses edge computing technology to quickly process feedback information locally and evaluate the execution effect of the plan in real time; if an abnormal situation is detected or the execution effect is poor, the emergency response mechanism is immediately triggered and the control strategy is dynamically adjusted; after completing fault isolation and power grid reconstruction, the system recovery status is continuously monitored, and detailed event reports and optimization suggestions are generated to provide data support for future fault prevention and system improvement.8.一种电子设备,其特征在于,包括:8. An electronic device, comprising:处理器;processor;用于存储处理器可执行指令的存储器;a memory for storing processor-executable instructions;其中,所述处理器被配置为调用所述存储器存储的指令,以执行权利要求1至6中任意一项所述的方法。The processor is configured to call the instructions stored in the memory to execute the method according to any one of claims 1 to 6.9.一种计算机可读存储介质,其上存储有计算机程序指令,其特征在于,所述计算机程序指令被处理器执行时实现权利要求1至6中任意一项所述的方法。9. A computer-readable storage medium having computer program instructions stored thereon, wherein the computer program instructions, when executed by a processor, implement the method according to any one of claims 1 to 6.
CN202411596475.1A2024-11-112024-11-11 Intelligent control method and system for distribution network fault location and rapid reliability recoveryPendingCN119448128A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202411596475.1ACN119448128A (en)2024-11-112024-11-11 Intelligent control method and system for distribution network fault location and rapid reliability recovery

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202411596475.1ACN119448128A (en)2024-11-112024-11-11 Intelligent control method and system for distribution network fault location and rapid reliability recovery

Publications (1)

Publication NumberPublication Date
CN119448128Atrue CN119448128A (en)2025-02-14

Family

ID=94511137

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202411596475.1APendingCN119448128A (en)2024-11-112024-11-11 Intelligent control method and system for distribution network fault location and rapid reliability recovery

Country Status (1)

CountryLink
CN (1)CN119448128A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN119695900A (en)*2025-02-242025-03-25华能煤炭技术研究有限公司 A method and system for intelligent fault diagnosis and recovery of coal mine power supply network
CN119727890A (en)*2025-02-282025-03-28浙江亨特科技有限公司 Optical fiber sensor network multiple fault protection method and system
CN119742934A (en)*2025-03-052025-04-01国网甘肃省电力公司电力科学研究院 A monitoring method, device and storage medium for power distribution station
CN120073717A (en)*2025-04-272025-05-30国网安徽省电力有限公司黄山供电公司Automatic power distribution control system based on fault positioning
CN120262695A (en)*2025-06-032025-07-04杭州世创电子技术股份有限公司 Ring main unit control method, device, equipment and storage medium
CN120278676A (en)*2025-06-032025-07-08国网山西省电力公司信息通信分公司6G and deep learning-based intelligent management method and system for power grid resources
CN120405321A (en)*2025-06-272025-08-01成都航空职业技术学院 A systematic monitoring method for cable electrical safety performance

Cited By (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN119695900A (en)*2025-02-242025-03-25华能煤炭技术研究有限公司 A method and system for intelligent fault diagnosis and recovery of coal mine power supply network
CN119695900B (en)*2025-02-242025-05-06华能煤炭技术研究有限公司Intelligent fault diagnosis and recovery method and system for coal mine power supply network
CN119727890A (en)*2025-02-282025-03-28浙江亨特科技有限公司 Optical fiber sensor network multiple fault protection method and system
CN119742934A (en)*2025-03-052025-04-01国网甘肃省电力公司电力科学研究院 A monitoring method, device and storage medium for power distribution station
CN120073717A (en)*2025-04-272025-05-30国网安徽省电力有限公司黄山供电公司Automatic power distribution control system based on fault positioning
CN120262695A (en)*2025-06-032025-07-04杭州世创电子技术股份有限公司 Ring main unit control method, device, equipment and storage medium
CN120278676A (en)*2025-06-032025-07-08国网山西省电力公司信息通信分公司6G and deep learning-based intelligent management method and system for power grid resources
CN120278676B (en)*2025-06-032025-08-19国网山西省电力公司信息通信分公司6G and deep learning-based intelligent management method and system for power grid resources
CN120405321A (en)*2025-06-272025-08-01成都航空职业技术学院 A systematic monitoring method for cable electrical safety performance

Similar Documents

PublicationPublication DateTitle
CN119448128A (en) Intelligent control method and system for distribution network fault location and rapid reliability recovery
Dubey et al.Paving the way for advanced distribution management systems applications: Making the most of models and data
CN119209504B (en) Microgrid energy-saving scheme generation method and system based on energy storage optimization scheduling
CN119398106B (en)Fault processing equipment for electric power distribution network
CN119312250A (en) Substation main equipment self-test system based on multi-source heterogeneous data fusion technology
CN118487276B (en) A method and system for dynamic control of power grid security for power security objects
US12259720B2 (en)Method and supervisory system for monitoring performance of a decision-making logic of a controller
CN118432125A (en)Micro-grid energy storage optimization scheduling system and method based on artificial intelligence
JP6298214B2 (en) System and method for maximizing the expected utility of signal injection test patterns within a utility grid
CN118508597B (en)Emergency power supply method, system and equipment for power system guarantee object
CN119518785A (en) A multi-energy storage participating power dispatching system based on optimal charging demand
Jia et al.Design of an integrated network order system for main distribution network considering power dispatch efficiency
LuoQuantitative Risk Measurement in Power System Risk Management Methods and Applications
CN119965837A (en) A method and system for intelligent dynamic load control in smart grid
CN118037016B (en)Power resource response control method and system based on deep learning
CN113850017A (en)System-level fault analysis system and method based on power flow change map
Raymond et al.Situational Awareness: A Road Map to Generation Plant Modernization and Reliability
Attiwal et al.A Comprehensive Review of Modern Methods for Load Prediction in the Smart Grid
Dai et al.AI-driven resilience analysis of distribution networks under extreme events
CN120317769B (en) Energy management methods, systems, media, and products based on collaboration between AI and energy gateways
CN120144925B (en) Real-time monitoring and optimization method and system for source, grid, load and storage equipment on a virtual power plant platform
HongDDDAS-CRAFTS: A DDDAS-based cyber-resilient and attack-secure framework for trustworthy industrial control systems
RodriguezDigital Twin Dynamics in Smart Energy Grids: Advanced Integration and Practical Implementations
CN120414419A (en) A self-healing method and system for distribution network to cope with ground fault
GhorbaniA Multi-Agent Design for Power Distribution Systems Automation

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination

[8]ページ先頭

©2009-2025 Movatter.jp