openevolve-evolutionary-coding
CommunityEvolve optimized code with quantified fitness
Software Engineering#code optimization#llm agent#fitness evaluation#map-elites#artifact debugging#evolutionary coding#cascade evaluation
Authormdnaimul22
Version1.0.0
Installs0
System Documentation
What problem does it solve?
OpenEvolve helps you autonomously optimize code when you can define a measurable fitness function, turning slow trial-and-error into evolutionary search driven by LLM mutations and automated evaluators.
Core Features & Use Cases
- Fitness-driven evolutionary coding: Use an evaluator that returns
EvaluationResult(metrics, artifacts)and includes a requiredcombined_scorefor selection. - Multi-stage evaluation (cascade): Run cheap/quick checks first, then only fully evaluate promising candidates.
- Diverse search with MAP-Elites: Use
feature_dimensionsderived from evaluator metrics to maintain a varied population of elite solutions. - Artifact side-channels for self-correction: Feed stdout/stderr, failure stages, and suggestions back into the next generation to improve iteration quality.
- Domain coverage: Suitable for evolutionary coding, code optimization, algorithm discovery, and “self-improving” programs across tasks you can automatically grade.
Quick Start
Ask your AI to initialize an OpenEvolve project and then run evolution with your config.yaml, initial_program.py, and a custom evaluator.py that returns combined_score plus optional artifacts.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: openevolve-evolutionary-coding Download link: https://github.com/mdnaimul22/human-skills/archive/main.zip#openevolve-evolutionary-coding Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.