Source: cirosantilli/alphaevolve

= AlphaEvolve
{c}
{title2=2025}

Blog post: https://deepmind.google/discover/blog/alphaevolve-a-gemini-powered-coding-agent-for-designing-advanced-algorithms/

<Whitepaper>: https://storage.googleapis.com/deepmind-media/DeepMind.com/Blog/alphaevolve-a-gemini-powered-coding-agent-for-designing-advanced-algorithms/AlphaEvolve.pdf

Basically they require users to hand-code a metric and provide a program skeleton with some parts of the code marked to be replaced, and then the system focuses on modifying the code regions in question to optimize the metric.

All the novel results they announced were in <constraint satisfaction problems> or <optimization problem>. Their results are still awesome, but it's not very different from <AlphaGo> style things.