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

Tags

MIT Hex.pm

Installation

Add gepa_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:gepa_ex, "~> 0.3.0"}
  ]
end

Then run:

mix deps.get

Resources