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

Stops after a maximum number of proposal iterations.

# `t`

```elixir
@type t() :: %GEPA.StopCondition.MaxCandidateProposals{max_proposals: pos_integer()}
```

# `new`

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

---

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