# `GEPA.Strategies.ComponentSelector.RoundRobin`
[🔗](https://github.com/nshkrdotcom/gepa_ex/blob/v0.3.0/lib/gepa/strategies/component_selector.ex#L9)

Official-style round-robin component selector.

Each candidate tracks its own next component pointer. This lets a candidate
resume where it left off after descendants are accepted, matching the Python
optimizer's per-program component schedule.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
