alphaevolve-on-googlecloud
Evolve and optimize algorithms automatically on Google Cloud
All Skills in This Repository (6)
Pure Emerald Level Indicatorsalpha-evolve-post-experiment
Analyzes completed AlphaEvolve experiments and generates HTML/PNG visual reports.
alpha-evolve-consultant
Answer AlphaEvolve consulting questions using the official reference guide.
alpha-evolve-runner
Automate configuration, verification, and launching of AlphaEvolve experiments via the 'ae' CLI.
alpha-evolve-experiment-design
Automate AlphaEvolve experiment design with problem definition and program generation.
alpha-evolve-orchestrator
Orchestrates AlphaEvolve experiments from design to post-exam via four sub-skills.
alpha-evolve-monitor
Monitor AlphaEvolve experiments and manage the evaluation control loop.
Frequently Asked Questions
FAQPage SchemaHow to install alphaevolve-on-googlecloud?โผ
Run `npx skills add Google-Cloud-AI/alphaevolve-on-googlecloud --all -g -y` in your terminal to install all skills globally.
What problems can AlphaEvolve solve?โผ
It optimizes any code you can score, such as sorting routines, circle packing, traveling salesman routes, signal filters, and LLM fine-tuning hyperparameters.
How does AlphaEvolve improve my code?โผ
You provide a seed program and a scoring function. Gemini proposes code changes, each candidate is evaluated, and the population evolves toward better solutions over many generations.
Do I need Google Cloud to use these skills?โผ
Yes. You need a Google Cloud project with AlphaEvolve provisioned and the ae CLI installed, since the evolutionary search runs as a managed cloud service.
Can I use it without writing evaluation code?โผ
The experiment design skill builds the evaluator and seed program for you from a plain-English problem description, then tests everything before launch.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core