# `GEPA.StopCondition.MaxTrackedCandidates`
[🔗](https://github.com/nshkrdotcom/gepa_ex/blob/v0.3.0/lib/gepa/stop_condition.ex#L376)

Stops after a maximum number of tracked candidate programs.

# `t`

```elixir
@type t() :: %GEPA.StopCondition.MaxTrackedCandidates{
  max_tracked_candidates: pos_integer()
}
```

# `new`

```elixir
@spec new(pos_integer()) :: t()
```

---

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