1 Repo
Frameworks that use gene expression programming to autonomously evolve agent behaviors through mutation and selection loops.
Distinct from Differential Gene Expression Tests: No candidate covers gene expression programming for agent evolution; closest are biological gene expression tests or general expression engines.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Gene Expression Programming Engines. Refine with filters or upvote what's useful.
Evolver is a self-evolving AI agent framework that uses gene expression programming to autonomously improve agent behaviors through a continuous five-step loop of scanning, selecting, mutating, validating, and solidifying. It functions as an auditable evolution system that records every mutation and selection step, and can translate natural-language problems into executable Python code for automated grading and evaluation. The framework distinguishes itself through a distributed architecture that enables multiple agents to collaborate and share learned experiences across a network. It operate
Uses gene expression programming to autonomously evolve agent behaviors through a five-step evolution loop.