# GLS and VNS Based Heuristics for Conflict-Free Minimum-Latency   Aggregation Scheduling in WSN

**Authors:** Roman Plotnikov, Adil Erzin, and Vyacheslav Zalyubovskiy

arXiv: 1904.09802 · 2019-04-23

## TL;DR

This paper introduces new heuristic algorithms based on genetic local search and variable neighborhood search to efficiently solve a conflict-free, minimum-latency data aggregation problem in wireless sensor networks, outperforming previous methods.

## Contribution

The paper develops novel heuristic algorithms using genetic local search and variable neighborhood search for a complex NP-hard problem in wireless sensor networks.

## Key findings

- The proposed heuristics outperform previous approaches in simulations.
- The algorithms effectively reduce aggregation schedule length.
- The methods handle conflict constraints efficiently.

## Abstract

We consider a conflict-free minimum latency data aggregation problem that occurs in different wireless networks. Given a network that is presented as an undirected graph with one selected vertex (a sink), the goal is to find a spanning aggregation tree rooted in the sink and to define a conflict-free aggregation minimum length schedule along the arcs of the tree directed to the sink. Herewith, at the same time slot, each element of the network can either send or receive at most one message. Only one message should be sent by each network element during the whole aggregation session, and the conflicts caused by signal interference should be excluded. This problem is NP-hard and remains NP-hard even in the case when the aggregation tree is given. Therefore, the development of efficient approximate algorithms is very essential for this problem. In this paper, we present new heuristic algorithms based on the genetic local search and the variable neighborhood search metaheuristics. We conducted an extensive simulation that demonstrates the superiority of our algorithms compared with the best of the previous approaches.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.09802/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1904.09802/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1904.09802/full.md

---
Source: https://tomesphere.com/paper/1904.09802