No title
Consider n vertices arranged in a circle where each vertex is given a fitness from {0,1}. At each discrete time step, one of the vertices with fitness equal to zero (unless there are none of those, then pick a vertex with fitness equal to one) is selected with equal probability. Then this vertex and the two neighbouring vertices are each given a new fitness from a Bernoulli(p) distribution indepen
