**Problem:** Tracking Boids that are outside the `CohesionRadius` is wasting instruction cycles. **Solution:** The Boids that are tracked for `Alignment` by an arbitrary Boid should only be the ones that are already inside the `CohesionRadius`.