# `GEPA.OptimizeAnything.OptimizationState`
[🔗](https://github.com/nshkrdotcom/gepa_ex/blob/v0.3.0/lib/gepa/optimize_anything.ex#L82)

Historical per-example context injected into optimize-anything evaluators.

`best_example_evals` contains the top-K prior evaluations for the same
example, sorted by score descending. Evaluators can use it to warm-start
expensive searches or avoid repeating known failures.

# `t`

```elixir
@type t() :: %GEPA.OptimizeAnything.OptimizationState{best_example_evals: [map()]}
```

---

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