TL;DR
This paper introduces a new evolutionary optimization algorithm inspired by natural selection and population genetics, leveraging the natural gradient for efficient search on fitness landscapes, with performance comparable to existing methods.
Contribution
It formulates a novel algorithm combining natural selection, population recombination, and adaptive strategies, avoiding complex matrix operations and providing a simple, effective optimization approach.
Findings
Algorithm performs similarly to covariance matrix adaptation and natural evolutionary strategies.
No matrix inversion or covariance matrix storage required, simplifying implementation.
Intermediate selection yields the most informative insights into the fitness landscape.
Abstract
Evolutionary algorithms, inspired by natural evolution, aim to optimize difficult objective functions without computing derivatives. Here we detail the relationship between population genetics and evolutionary optimization and formulate a new evolutionary algorithm. Optimization of a continuous objective function is analogous to searching for high fitness phenotypes on a fitness landscape. We summarize how natural selection moves a population along the non-euclidean gradient that is induced by the population on the fitness landscape (the natural gradient). Under normal approximations common in quantitative genetics, we show how selection is related to Newton's method in optimization. We find that intermediate selection is most informative of the fitness landscape. We describe the generation of new phenotypes and introduce an operator that recombines the whole population to generate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
