Preview v0.1.2
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.1.2
- Recent downloads: 103
- All-time downloads: 153
- Maintainers: nshkrdotcom
Installation
Add gepa_ex to your list of dependencies in mix.exs:
def deps do
[
{:gepa_ex, "~> 0.1.2"}
]
endThen run:
mix deps.get