English

A variant of the multi-agent rendezvous problem

Multiagent Systems 2013-06-24 v1 Computational Geometry Data Structures and Algorithms Robotics Probability

Abstract

The classical multi-agent rendezvous problem asks for a deterministic algorithm by which nn points scattered in a plane can move about at constant speed and merge at a single point, assuming each point can use only the locations of the others it sees when making decisions and that the visibility graph as a whole is connected. In time complexity analyses of such algorithms, only the number of rounds of computation required are usually considered, not the amount of computation done per round. In this paper, we consider Ω(n2logn)\Omega(n^2 \log n) points distributed independently and uniformly at random in a disc of radius nn and, assuming each point can not only see but also, in principle, communicate with others within unit distance, seek a randomised merging algorithm which asymptotically almost surely (a.a.s.) runs in time O(n), in other words in time linear in the radius of the disc rather than in the number of points. Under a precise set of assumptions concerning the communication capabilities of neighboring points, we describe an algorithm which a.a.s. runs in time O(n) provided the number of points is o(n3)o(n^3). Several questions are posed for future work.

Keywords

Cite

@article{arxiv.1306.5166,
  title  = {A variant of the multi-agent rendezvous problem},
  author = {Peter Hegarty and Anders Martinsson and Dmitry Zhelezov},
  journal= {arXiv preprint arXiv:1306.5166},
  year   = {2013}
}

Comments

18 pages, 3 figures. None of the authors has any previous experience in this area of research (multi-agent systems), hence we welcome any feedback from specialists

R2 v1 2026-06-22T00:38:11.477Z