Preview v0.3.0
Gepa Ex
Elixir implementation of the GEPA (Genetic-Pareto) optimizer that combines LLM-powered reflection with Pareto search to evolve text-based system components.
Stats & Info
- Latest release: v0.3.0
- Recent downloads: 49
- All-time downloads: 190
- Maintainers: nshkrdotcom
Installation
Add gepa_ex to your list of dependencies in mix.exs:
def deps do
[
{:gepa_ex, "~> 0.3.0"}
]
endThen run:
mix deps.get