chance of moving inside the convex hull and closer to the center of mass (average of the
agents’ positions) by a strictly positive amount, if it is the only agent which wakes up.
By our strong asynchronicity assumption, the chance that this will happen is also strictly
positive (bounded by ε). This, in turn, will make the variance (sum of squared distances
from the center of mass) decrease by a strictly positive amount. Thus, with time, the
variance will decrease arbitrarily with probability 1. As the variance gets smaller, the
diameter must too, so at some point, the diameter will be V or less, which implies that
the visibility graph is a clique. By Lemma 1, it will remain a clique, and therefore the
diameter will remain bounded by V .
3.3 Evaluation of the Mean Cluster Diameter
Theorem 2 guarantees gathering to diameter V . However, the simulations clearly show
further contraction to a mean diameter of about 0.8µ during the wandering phase
5
, fairly
indifferently to the choice of n. With the deterministic algorithm, the mean diameter
typically settles at about 1.04µ.
When the agents are scattered (i.e., the diameter is much larger than µ) the diameter
is much more likely to decrease, and when the agents are gathered in a small cluster, it is
likelier to increase (e.g., consider a limit case of an infinitesimally small cluster). Thus,
we infer that there exists a probabilistically stable equilibrium point for the diameter.
This point is the expected mean diameter.
An exact calculation of the expected mean diameter seems to be difficult, yet the
following rough estimate for large n provides a surprisingly good prediction of the
measured results. Given a dense cluster P with diameter D(P ) ≪ V , we first approxi-
mate its convex hull shape as a disc of diameter D(P ). The corner agents reside on its
boundary, with their wedge bisectors pointing to its center. We assume that σ ≪ V and
n is large, so that the allowable region of each corner agent is approximately a narrow
sector (i.e., a “pizza slice”) of a disc of radius µ. Now, we approximate the expected
mean diameter as that for which, for each corner agent, the probability of moving into
the convex hull equals the probability of leaping over it. Geometrically, it means that
the intersection of the narrow sector and the disc should contain half of the sector’s area.
This holds when the disc’s diameter is about µ/
√
2, which is quite close to the observed
typical mean diameter of 0.8µ.
In the deterministic variant of the algorithm, assuming that σ is small enough, the
agent simply moves a step of size µ on the bisector (i.e., along the disc’s diameter in our
approximation). Thus, the expected mean diameter is simply µ. Again, it agrees well
with the measured typical mean diameter of 1.04µ.
3.4 Composite Random Walking
The random wandering of the cluster is composed of the movements of the individual
agents in it (hence we term it a composite random walk). An interesting question is
5
Although we determined the moment of phase transition subjectively, it is evident from Fig. 3
that this moment is very clear. We calculated the average diameter from about 20 time steps
ahead of that moment until the end of the simulation (several hundred steps later).