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

Stops once the best aggregate validation score reaches a threshold.

# `t`

```elixir
@type t() :: %GEPA.StopCondition.ScoreThreshold{threshold: number()}
```

# `new`

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

---

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