Glossary · Term

OpenEvolve

← all terms

Definition

Plain language

The open-source reimplementation of AlphaEvolve's LLM-driven evolutionary search.

As stated in the literature

An open-source LLM-driven evolutionary optimizer modeled on AlphaEvolve, used as a head-to-head comparison baseline in optimize-anything's circle-packing experiments.

Why it matters: It gives the community a transparent baseline for LLM-driven evolutionary search, against which new optimization systems can be honestly compared.

For example, OpenEvolve might iterate on small Python programs that try to pack circles tightly in a square, keeping the best variants each generation.

Heard on the show

“… quietly line up five different LLM-based optimization systems — AlphaEvolve, FunSearch, GEPA, ADAS, OpenEvolve — and point out something almost embarrassing. …”
Episode 065 — One Loop to Optimize Them All: A Universal API for LLM-Driven Discovery

Mentioned in 1 episode

  1. 065
    One Loop to Optimize Them All: A Universal API for LLM-Driven Discovery

Related terms