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

Stops when a reflection LLM's reported cumulative cost reaches a budget.

# `t`

```elixir
@type t() :: %GEPA.StopCondition.MaxReflectionCost{
  max_cost: number(),
  reflection_lm: term()
}
```

# `new`

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

---

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