GEPA.OptimizeAnything.OptimizationState (GEPA v0.3.0)

Copy Markdown View Source

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.

Summary

Types

t()

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