algorithmicsuperintelligence/openevolve

Open-source implementation of AlphaEvolve

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 28 minutes ago
Added to GitGenius on September 9th, 2026
Created on May 15th, 2025
Open Issues & Pull Requests: 118 (+0)
GitHub issues: Enabled
Number of forks: 1,152
Total Stargazers: 7,340 (+0)
Total Subscribers: 58 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.7 hours
Mean response time: 7.1 days
90th percentile: 12.2 days
Tracked items: 177

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 93% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 86% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 7% of issues opened in the past year have been closed. Three people close 81% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 73
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 296 days
Stale 30+ days: 69
Stale 90+ days: 66

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (37)
  • enhancement (28)
  • question (24)
  • good first issue (15)
  • help wanted (10)
  • documentation (5)

Detailed Description

OpenEvolve is an evolutionary coding agent that uses large language models to autonomously discover and optimize algorithms through iterative refinement and genetic algorithms.

The tool addresses the challenge of algorithm optimization by treating code generation and improvement as an evolutionary process. Rather than relying on manual optimization or human creativity, OpenEvolve deploys LLMs as autonomous agents that generate candidate solutions, evaluate them against fitness criteria, and iteratively breed improved versions. The system applies distributed evolutionary algorithms across multiple islands, enabling parallel exploration of the solution space. It supports multi-objective optimization with automatic Pareto frontier discovery and works across multiple programming languages including Python, Rust, R, and Metal shaders.

OpenEvolve suits researchers and engineers working on computationally intensive problems where algorithmic breakthroughs matter: GPU kernel optimization, mathematical problems like circle packing, adaptive algorithm design, and scientific computing tasks. The tool is particularly valuable when the solution space is too large for manual exploration or when discovering novel approaches matters more than incremental improvements. It provides full reproducibility and research-grade evaluation pipelines, distinguishing it from ad-hoc optimization approaches. The README positions it as faster than manual optimization, offering solutions in hours rather than days or weeks, with broader exploration enabled by LLM creativity rather than human intuition alone.

The project shows active development with regular updates to its codebase and maintains comprehensive documentation including quick-start guides, multiple worked examples across different domains, and configuration templates for various LLM providers. The repository includes extensive examples demonstrating real-world applications such as MLX Metal kernel optimization, circle packing solutions, Rust adaptive sorting, and signal processing filter design. The project provides Docker support and library-based usage patterns alongside command-line interfaces, indicating attention to different deployment scenarios.