restart(state) {
    this.previous = state.centroid.averageDistanceTo(state.activePoints);
    this.outgoing.restart();
  }