FusionBrainLab/gigaevo-core
Evolutionary algorithm that uses Large Language Models (LLMs) to automatically improve programs through iterative mutation and selection
This tool helps software developers automatically improve their Python code. You provide an initial set of Python functions and a way to measure how well they perform, and the system uses large language models to iteratively generate and test better versions. It's designed for developers looking to optimize or evolve code for specific tasks without manual trial and error.
111 stars.
Use this if you are a software developer looking to automatically evolve and optimize Python functions based on defined performance metrics.
Not ideal if you need to optimize non-Python code, or if you don't have a clear, automated way to measure your program's performance.
Stars
111
Forks
15
Language
Python
License
MIT
Category
Last pushed
Mar 04, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/FusionBrainLab/gigaevo-core"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ai4co/reevo
[NeurIPS 2024] ReEvo: Large Language Models as Hyper-Heuristics with Reflective Evolution
SALT-NLP/collaborative-gym
Framework and toolkits for building and evaluating collaborative agents that can work together...
Gen-Verse/LatentMAS
Latent Collaboration in Multi-Agent Systems
lean-dojo/LeanCopilot
LLMs as Copilots for Theorem Proving in Lean
WooooDyy/AgentGym-RL
Code and implementations for the paper "AgentGym-RL: Training LLM Agents for Long-Horizon...