AlphaEvolve just went GA on Google Cloud
Google DeepMind's LLM-guided evolutionary coding agent. You give it a program to improve, a goal, and a scoring function and it uses Gemini to rewrite the code, score each candidate, and evolve the best over generations
I tested it to tune LoRA recipe for Gemma 4 on a function-calling task using Ray. But you can use it for algorithm discovery, mathematical search, combinatorial optimization and more.