[go: up one dir, main page]

CN119997036A - A method for constructing wireless sensor network communication links with redundant nodes - Google Patents

A method for constructing wireless sensor network communication links with redundant nodes Download PDF

Info

Publication number
CN119997036A
CN119997036A CN202510433623.6A CN202510433623A CN119997036A CN 119997036 A CN119997036 A CN 119997036A CN 202510433623 A CN202510433623 A CN 202510433623A CN 119997036 A CN119997036 A CN 119997036A
Authority
CN
China
Prior art keywords
iteration
node
network
algorithm
solution
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
CN202510433623.6A
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.)
Chengdu University of Information Technology
Original Assignee
Chengdu University of Information Technology
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 Chengdu University of Information Technology filed Critical Chengdu University of Information Technology
Priority to CN202510433623.6A priority Critical patent/CN119997036A/en
Publication of CN119997036A publication Critical patent/CN119997036A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Mobile Radio Communication Systems (AREA)

Abstract

The invention relates to the technical field of Internet of things and wireless communication, and discloses a method for constructing a wireless sensor network communication link of a redundant node, which comprises the steps of defining a node deployment area and setting a sensor node set in the node deployment area; initializing algorithm parameters, calculating a network maximum link by adopting a maximum flow algorithm, initially deploying the network based on a sensor node set to generate an initial solution, determining an algorithm optimization target according to the maximum flow network link, performing loop iteration of redundant node position optimization by adopting a teaching and learning optimization algorithm based on quantum entropy, obtaining a better target solution set by each iteration, outputting the solution set of the current iteration as the optimal redundant node deployment when the maximum loop iteration is reached or a stop condition is met, and otherwise repeating the previous step. The invention not only improves the stability of the network and the continuity of data transmission under the condition of partial node failure, but also realizes the effective balance of global and local search and accelerates the convergence speed of the algorithm.

Description

Wireless sensor network communication link construction method of redundant node
Technical Field
The invention relates to the technical fields of the Internet of things and wireless communication, in particular to a method for constructing a communication link of a wireless sensor network of a redundant node.
Background
The wireless sensing network (Wireless Sensor Network, WSN) is a multi-hop self-organizing information sensing, collecting and transmitting system, and can acquire detailed and accurate data in various environments. In order to ensure stable operation of WSNs, it is critical to ensure reliability of their communication links, conventional maximum flow algorithms may be used to evaluate and optimize traffic distribution in the network, but fail to adequately consider node placement within three-dimensional space and its impact on overall network performance. Furthermore, in complex environments, it is difficult to guarantee sufficient link reliability of the network by means of only existing nodes. Therefore, it is necessary to introduce additional redundant nodes and to rationally deploy the locations of the redundant nodes to improve the fault tolerance and robustness of the network.
Disclosure of Invention
The invention aims to solve the problem of insufficient communication connectivity and reliability of the existing wireless sensor network in a complex environment, and the maximum communication capacity of the network is estimated and optimized by introducing a maximum flow algorithm, and the number of network links is maximized by dynamically and reasonably adding the number of proper redundant nodes by combining teaching and learning algorithms and quantum entropy estimation technology.
In order to achieve the above purpose, the technical scheme adopted by the invention is as follows:
A method for constructing a communication link of a wireless sensor network of a redundant node comprises the following steps:
S1, defining a node deployment area, and setting a sensor node set in the node deployment area;
S2, initializing algorithm parameters;
s3, calculating a maximum flow network link by adopting a maximum flow algorithm;
s4, deploying a network based on the sensor node set, and generating an initial solution;
S5, determining an algorithm optimization target according to the maximum flow network link;
S6, performing cyclic iteration of redundant node position optimization by adopting a teaching and learning optimization algorithm based on quantum entropy, and obtaining a better target solution set by each iteration;
and S7, outputting the solution set of the current iteration as the optimal redundant node deployment when the maximum loop iteration is reached or the stop condition is met, otherwise, repeating the step S6.
Further, in the step S1, a node deployment area is defined asWherein l, w, h respectively represent the dividing number in the length, width and height directionsWhereinRepresenting a preset node point of the network,Representing redundant nodes to be deployed.
Further, in S4, randomly selectingMultiple location deployment redundancy nodeConstitute an initial solution set
Further, the step S3 comprises the steps of calculating any two nodes in the sensor node set by adopting a maximum flow algorithmMaximum flow between,And obtaining the optimal communication path set, namely the maximum flow network link.
Further, in S5, the minimum value of the maximum flow network link is taken as the algorithm optimization target fit i (t), which is specifically as follows:
further, in the step S2, the initialization algorithm parameters comprise an initialization population size, a maximum iteration number, a random number between the initial value of the initialization teaching factor and the initial value of the learning step length of [0, 1], the initial value of the quantum entropy weight coefficient of 1 and the initial value of the iteration number of 0.
Further, the step S6 includes:
S61, generating a new solution, namely a redundant node position set with a larger link number, by mutual cooperation of a teacher stage and a learning stage of the teaching and learning optimization algorithm:
In the teacher stage, for each of the initial solutions Generating a new solution:
;
Wherein, Is the optimal solution among the initial solutions,Is the average of all the solutions in the initial solution,Is the learning step size of the learning step,Is a teaching factor;
During the learning phase, two solutions are randomly selected from the initial solutions AndLearning each other to generate new solution:
;
Wherein f is a fitness function;
s62, calculating Euclidean probability p (x ' i) of a new solution x ' i through Euclidean distance measurement:
;
Wherein, Representing a new solutionAndA Euclidean distance metric between N represents the number of individuals in the population;
s63, collecting all new solutions into a new solution set Calculate the new solution set after each round of iterationQuantum entropy of (2):
;
Wherein, W q is a quantum entropy weight coefficient, W q linearly decreases with the number of iterations, and the decreasing formula is:
;
Wherein, Is the initial value of the initial quantum entropy weight coefficient, and the weight is set to be 1; is the final value of the quantum entropy weight coefficient, and the weight is 0.1; Maxitr is the maximum iteration number;
S64, dynamically optimizing teaching factors and learning step sizes through quantum entropy:
dynamic optimization teaching factor :
;
Wherein round is a rounding function;
dynamic optimization of learning step size :
;
S65, updating the optimized teaching factors and learning step sizes, and performing loop iteration to obtain a solution set meeting the algorithm optimization target after each iteration, namely the node layout scheme with the best current iteration
Further, in the step S7, when the maximum iteration number is reached or the stop condition that the entropy of the continuous 50 iterations has no significant change is satisfied, the solution set of the current iteration is output as the optimal redundant node deployment, otherwise, the step S6 is repeated to continue the iteration.
Compared with the prior art, the invention has the following beneficial effects:
1. The invention enhances the connectivity and reliability of the network by introducing a maximum flow algorithm to evaluate the connectivity of the existing network and combining with the addition of a strategy of redundant nodes. The invention enhances the number of communication links of the wireless sensor network in a complex environment. The enhancement not only improves the success rate of data transmission, but also increases the tolerance of the network to faults, and ensures that the whole network can still maintain high-efficiency operation even if part of nodes fail.
2. The invention realizes the effective balance of global and local search, and can automatically adjust the balance between global exploration and local development in the search process by combining teaching and learning optimization algorithm and quantum entropy optimization technology. Specifically, in the early stage of the algorithm, the higher quantum entropy encourages wide exploration behaviors, helps to avoid trapping in a local optimal solution, gradually weakens the influence of the quantum entropy along with the increase of iteration times, turns to finer local search, accelerates the convergence speed and improves the probability of finding a global optimal solution. The method effectively solves the problem that the traditional optimization algorithm is easy to converge in premature ripening, and provides a more robust solution.
3. The invention improves the resource utilization efficiency, pays attention to reasonable deployment of redundant nodes, and aims to maximize the number of links. The influence of the position of the redundant node set on the construction of the whole network link is calculated, and the quality of the solution is evaluated according to the quantum entropy, so that the newly added redundant node can be ensured to be capable of improving the network connectivity most effectively. In addition, the method is also beneficial to prolonging the service life of the network, reducing the maintenance cost and providing powerful support for large-scale deployment in practical application.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings, in order to make the objects, technical solutions and advantages of the present invention more apparent. It will be apparent that the described embodiments are only some, but not all, embodiments of the invention. 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.
As shown in fig. 1, the method for constructing a communication link of a wireless sensor network of a redundant node provided by the invention is characterized by comprising the following steps:
S1, defining a node deployment area, and setting a sensor node set in the node deployment area;
S2, initializing algorithm parameters;
S3, calculating a network maximum link by adopting a maximum flow algorithm;
s4, initially deploying a network based on the sensor node set, and generating an initial solution;
S5, determining an algorithm optimization target according to the maximum flow network link;
S6, performing cyclic iteration of redundant node position optimization by adopting a teaching and learning optimization algorithm based on quantum entropy, and obtaining a better target solution set by each iteration;
and S7, outputting the solution set of the current iteration as the optimal redundant node deployment when the maximum loop iteration is reached or the stop condition is met, otherwise, repeating the step S6.
The method not only improves the stability of the network and the continuity of data transmission under the condition of partial node failure, but also realizes the effective balance of global and local search, accelerates the algorithm convergence speed and improves the probability of finding the global optimal solution. In addition, the invention pays attention to the utilization efficiency of resources, ensures that the newly added redundant node can most effectively improve the network performance, and simultaneously minimizes the energy consumption and other resource costs, thereby prolonging the service life of the network and reducing the maintenance cost.
The invention discloses a three-dimensional space node deployment, wherein the S1 is a three-dimensional space node deployment area which is divided into l multiplied by w multiplied by h pixel points to form a point set R a, sensor nodes monitor the area in the node deployment area,Wherein l, w, h respectively represent the dividing number in the length, width and height directionsWhereinRepresenting a preset node point of the network,Representing redundant nodes to be deployed.
The invention S2 is the initialization of algorithm parameters, namely initializing population size PS, maximum iteration number Maxitr and initializing teaching factorsInitial value of 1, learning step lengthThe initial value of (2) is a random number between [0,1], and the quantum entropy weight coefficientThe initial value of (1) and the initial value of the iteration number t is 0. Teaching factorAnd generating a new solution for the teacher stage, wherein the value of the new solution changes along with the iteration times. Learning step sizeThe new solution for the learning phase is generated with values that also vary with the number of iterations. Quantum entropy weight coefficientThe value of (2) decreases linearly with the number of iterations to achieve a natural transition from exploration to development.
The S4 is the initial deployment of the network and the generation of the initial solution, namely, the initial solution is deployed in the networkThe existing nodes, i.e. preset nodesRandomly selectingMultiple location deployment redundancy nodeConstitute an initial solution setThereby ensuring the maximum connectivity of the network.
The invention S3 is the calculation of the maximum flow network link, which adopts the maximum flow algorithm (Edmonds-Karp method) to calculate any two nodes in the sensor node setMaximum flow between,And obtaining the optimal communication path set, namely the maximum flow network link. Thereby calculating the overall connectivity of the network.
The S5 is the determination of an algorithm optimization target, wherein the overall optimization target takes the minimum value of the maximum current value aggregate between any two nodes as an optimization target fit i (t), and the method specifically comprises the following steps:
The calculating of the solution set with the highest fitness value in the S6 of the invention comprises the following steps:
S61, generating a new solution, namely a redundant node position set with a larger link number, by mutual cooperation of a teacher stage and a learning stage of the teaching and learning optimization algorithm:
In the teacher stage, for each of the initial solutions Generating a new solution:
;
Wherein, Is the optimal solution among the initial solutions,Is the average of all the solutions in the initial solution,Is the learning step size of the learning step,Is a teaching factor;
During the learning phase, two solutions are randomly selected from the initial solutions AndLearning each other to generate new solution:
;
Wherein f is a fitness function;
s62, calculating Euclidean probability p (x ' i) of a new solution x ' i through Euclidean distance measurement:
;
Wherein, Representing a new solutionAndA Euclidean distance metric between N represents the number of individuals in the population;
The probability is calculated based on the Euclidean distance metric between the solutions. If two solutions are very close, they may be considered similar and given a lower probability, whereas a farther solution is given a higher probability to encourage exploration of a wider solution space.
S63, collecting all new solutions into a new solution setCalculate the new solution set after each round of iterationQuantum entropy of (2):
;
Wherein, W q is a quantum entropy weight coefficient, W q linearly decreases with the number of iterations, and the decreasing formula is:
;
Wherein, Is the initial value of the initial quantum entropy weight coefficient, and the weight is set to be 1; is the final value of the quantum entropy weight coefficient, and the weight is 0.1; Maxitr is the maximum iteration number;
s64, dynamically optimizing teaching factors and learning step sizes through quantum entropy, so that the algorithm highlights global searching capability in the early stage and highlights local searching capability in the later stage, and global and local searching balance is achieved:
dynamic optimization teaching factor :
;
Wherein round is a rounding function;
dynamic optimization of learning step size :
;
S65, updating the optimized teaching factors and learning step sizes, and performing loop iteration to obtain a solution set meeting the algorithm optimization target after each iteration, namely the node layout scheme with the best current iteration
According to the invention, S6 adopts a teaching and learning optimization algorithm based on quantum entropy, and the quantum entropy is introduced into the teaching and learning optimization algorithm to serve as a key factor for guiding new solution generation and step length control, so that more efficient global and local search balance is realized. In addition, a proper amount of redundant nodes are added through a quantum entropy teaching and learning optimization algorithm, the number of links is maximized, and the reliability of the network is enhanced.
The method comprises the steps of S7, when the maximum iteration times are reached or the stop condition that the entropy of the continuous 50 iterations is not changed significantly is met, outputting a solution set of the current iteration as the optimal redundant node deployment, otherwise repeating S6, and continuing iteration.
It should be noted that the foregoing embodiments are merely preferred embodiments of the present invention, and are not intended to limit the scope of the present invention, but are not intended to limit the scope of the present invention, and although the present invention has been described in detail with reference to the foregoing embodiments, it should be understood by those skilled in the art that the technical solutions described in the foregoing embodiments may be modified or some or all of the technical features may be replaced, and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the scope of the technical solutions of the embodiments of the present invention, that is, the technical problems solved by the present invention are still consistent with the main design concept and spirit of the present invention, and all technical solutions are included in the scope of the present invention.

Claims (8)

1. A method for constructing a communication link of a wireless sensor network of a redundant node is characterized by comprising the following steps:
S1, defining a node deployment area, and setting a sensor node set in the node deployment area;
S2, initializing algorithm parameters;
s3, calculating a maximum flow network link by adopting a maximum flow algorithm;
s4, initially deploying a network based on the sensor node set, and generating an initial solution;
S5, determining an algorithm optimization target according to the maximum flow network link;
S6, performing cyclic iteration of redundant node position optimization by adopting a teaching and learning optimization algorithm based on quantum entropy, and obtaining a better target solution set by each iteration;
and S7, outputting the solution set of the current iteration as the optimal redundant node deployment when the maximum loop iteration is reached or the stop condition is met, otherwise, repeating the step S6.
2. The method for constructing a communication link of a wireless sensor network of a redundant node according to claim 1, wherein in S1, a node deployment area is defined asWherein l, w, h respectively represent the dividing number in the length, width and height directionsWhereinRepresenting a preset node point of the network,Representing redundant nodes to be deployed.
3. The method for constructing a communication link of a wireless sensor network of a redundant node according to claim 2, wherein in S4, the method is selected randomlyMultiple location deployment redundancy nodeConstitute an initial solution set
4. The method for constructing a communication link of a wireless sensor network of a redundant node according to claim 2, wherein S3 comprises calculating any two nodes in the set of sensor nodes by using a maximum flow algorithmMaximum flow between,And obtaining the optimal communication path set, namely the maximum flow network link.
5. The method for constructing a communication link of a wireless sensor network of a redundant node according to claim 4, wherein in S5, a minimum value of a maximum flow network link is used as an algorithm optimization target fit i (t), specifically as follows:
6. The method for constructing a communication link of a wireless sensor network of a redundant node according to claim 3, wherein in S2, the initialization algorithm parameters include an initialization population size, a maximum iteration number, an initial value of an initialization teaching factor of 1, an initial value of a learning step of [0, 1], an initial value of a quantum entropy weight coefficient of 1, and an initial value of an iteration number of 0.
7. The method for constructing a communication link of a wireless sensor network of a redundant node according to claim 6, wherein S6 comprises:
S61, generating a new solution, namely a redundant node position set with a larger link number, by mutual cooperation of a teacher stage and a learning stage of the teaching and learning optimization algorithm:
In the teacher stage, for each of the initial solutions Generating a new solution:
;
Wherein, Is the optimal solution among the initial solutions,Is the average of all the solutions in the initial solution,Is the learning step size of the learning step,Is a teaching factor;
During the learning phase, two solutions are randomly selected from the initial solutions AndLearning each other to generate new solution:
;
Wherein f is a fitness function;
s62, calculating Euclidean probability p (x ' i) of a new solution x ' i through Euclidean distance measurement:
;
Wherein, Representing a new solutionAndA Euclidean distance metric between N represents the number of individuals in the population;
s63, collecting all new solutions into a new solution set Calculate the new solution set after each round of iterationQuantum entropy of (2):
;
Wherein, W q is a quantum entropy weight coefficient, W q linearly decreases with the number of iterations, and the decreasing formula is:
;
Wherein, Is the initial value of the initial quantum entropy weight coefficient, and the weight is set to be 1; is the final value of the quantum entropy weight coefficient, and the weight is 0.1; Maxitr is the maximum iteration number;
S64, dynamically optimizing teaching factors and learning step sizes through quantum entropy:
dynamic optimization teaching factor :
;
Wherein round is a rounding function;
dynamic optimization of learning step size :
;
S65, updating the optimized teaching factors and learning step sizes, and performing loop iteration to obtain a solution set meeting the algorithm optimization target after each iteration, namely the node layout scheme with the best current iteration
8. The method for constructing a communication link of a wireless sensor network of a redundant node according to claim 6, wherein in S7, when the maximum iteration number is reached or a stop condition that the entropy of 50 consecutive iterations has no significant change is satisfied, the solution set of the current iteration is output as the optimal redundant node deployment, otherwise, repeating S6 to continue iteration.
CN202510433623.6A 2025-04-08 2025-04-08 A method for constructing wireless sensor network communication links with redundant nodes Pending CN119997036A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202510433623.6A CN119997036A (en) 2025-04-08 2025-04-08 A method for constructing wireless sensor network communication links with redundant nodes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202510433623.6A CN119997036A (en) 2025-04-08 2025-04-08 A method for constructing wireless sensor network communication links with redundant nodes

Publications (1)

Publication Number Publication Date
CN119997036A true CN119997036A (en) 2025-05-13

Family

ID=95649561

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202510433623.6A Pending CN119997036A (en) 2025-04-08 2025-04-08 A method for constructing wireless sensor network communication links with redundant nodes

Country Status (1)

Country Link
CN (1) CN119997036A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150339570A1 (en) * 2014-05-22 2015-11-26 Lee J. Scheffler Methods and systems for neural and cognitive processing
CN108491922A (en) * 2018-03-21 2018-09-04 华南理工大学 Active distribution network Intelligent Hybrid reconstructing method based on teaching and particle cluster algorithm
CN113891355A (en) * 2021-09-28 2022-01-04 成都盛科信息技术有限公司 WSN connectivity maximization supplementary node optimization deployment method based on improved teaching and learning algorithm
CN114064235A (en) * 2021-10-26 2022-02-18 西安理工大学 Multi-task teaching and learning optimization method, system and device
CN117336813A (en) * 2023-11-03 2024-01-02 绍兴文理学院 A wireless sensor network optimization method based on TLBO
CN119066944A (en) * 2024-07-18 2024-12-03 南京航空航天大学 Spacecraft attitude control parameter optimization method considering dynamic partitioning and sorting model assistance

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150339570A1 (en) * 2014-05-22 2015-11-26 Lee J. Scheffler Methods and systems for neural and cognitive processing
CN108491922A (en) * 2018-03-21 2018-09-04 华南理工大学 Active distribution network Intelligent Hybrid reconstructing method based on teaching and particle cluster algorithm
CN113891355A (en) * 2021-09-28 2022-01-04 成都盛科信息技术有限公司 WSN connectivity maximization supplementary node optimization deployment method based on improved teaching and learning algorithm
CN114064235A (en) * 2021-10-26 2022-02-18 西安理工大学 Multi-task teaching and learning optimization method, system and device
CN117336813A (en) * 2023-11-03 2024-01-02 绍兴文理学院 A wireless sensor network optimization method based on TLBO
CN119066944A (en) * 2024-07-18 2024-12-03 南京航空航天大学 Spacecraft attitude control parameter optimization method considering dynamic partitioning and sorting model assistance

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
KURUVA LAKSHMANNA ET AL.: "Improved Metaheuristic-Driven Energy-Aware Cluster-Based Routing Scheme for IoT-Assisted Wireless Sensor Networks", 《MDPI》, 30 December 2022 (2022-12-30) *
欧阳海滨等: "动态协同和声搜索算法及其在无线传感器网络覆盖中的优化", 广州大学学报(自然科学版), no. 03, 15 June 2018 (2018-06-15) *

Similar Documents

Publication Publication Date Title
Yen et al. A genetic algorithm for energy-efficient based multicast routing on MANETs
Hu et al. TMSE: A topology modification strategy to enhance the robustness of scale-free wireless sensor networks
CN103354642A (en) Method for improving mobile sensor network coverage rate
CN107277889A (en) A kind of network clustering method of wireless sensor based on k means
Raval et al. Optimization of clustering process for WSN with hybrid harmony search and K-means algorithm
Li et al. BIM2RT: BWAS-immune mechanism based multipath reliable transmission with fault tolerance in wireless sensor networks
CN105959912B (en) Sink Node Location Method Based on Improved Discrete Difference Algorithm
Gudla et al. A reliable routing mechanism with energy-efficient node selection for data transmission using a genetic algorithm in wireless sensor network
CN111935734A (en) Wireless sensor network clustering method based on improved AP clustering
CN119997036A (en) A method for constructing wireless sensor network communication links with redundant nodes
CN115883577A (en) Block chain network clustering and data transmission method
CN118400788B (en) Adaptive steady-state networking method and device for heterogeneous unmanned platform clusters
CN119766310A (en) A satellite network service routing deployment method based on Transformer combined with swarm intelligence
Peng et al. Energy-efficient and fault-tolerant evolution models for large-scale wireless sensor networks: A complex networks-based approach
Zou et al. An improved weight-based clustering algorithm in MANETs
Hou et al. Novel routing algorithms in space information networks based on timeliness-aware data mining and time-space graph
Chen et al. Constructing load-balanced degree-constrained data gathering trees in wireless sensor networks
Shehab et al. Self-organizing single-hop wireless sensor network using a genetic algorithm: Longer lifetimes and maximal throughputs
Townsend Wireless sensor network clustering with machine learning
Asaad et al. ECR-IoT: Energy-efficient and cluster-based routing method for WSN-based IoT using Harris hawk’s and whale optimization algorithms
Khalil et al. CDS based reliable topology control in WSNs
Kim et al. A study on the advanced inference routing network scheme for RODMRP
CN111988181A (en) A network topology control method based on trust mechanism in UASNs
CN105722173A (en) Large-scale WSNs topology control method based on two-way attraction mechanism
Zhang et al. A distributed approach of WCA in ad-hoc network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination