GEPA.Strategies.ComponentSelector.RoundRobin (GEPA v0.3.0)

Copy Markdown View Source

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.