MIT researchers formalize ML-driven genetic algorithms with optimization operators
Annealed mutation and recombination improve optimization but demand careful diversity management.
Brandenberger, Doron-Arad, and Mossel introduce a formal query-complexity model for genetic algorithms where mutations and recombinations use optimization (not randomness). Using reinforcement learning, they show some problems require generation, mutation, and recombination to be solved. They achieve qualitatively tight algorithms that capture diversity's nontrivial roleβa key feature of practical ML genetic algorithms. The 18-page paper presents a mathematical perspective on optimization-guided operators.
- Mutation and recombination operators are now optimization-guided (not random), increasing computational cost but improving objective progress.
- The paper models these algorithms as query-complexity problems using reinforcement learning, proving some problems need all three operators.
- They achieve tight optimality bounds that mathematically capture solution diversity's critical role in ML genetic algorithms.
Why It Matters
Formalizes how ML-driven evolution works, guiding design of faster inference-time optimizers for complex problems.