Interpolating Local and Global Search by Controlling the Variance of Standard Bit Mutation
Furong Ye, Carola Doerr, Thomas B\"ack

TL;DR
This paper introduces normalized standard bit mutation, replacing binomial with normal distribution to interpolate between global and local search, and demonstrates its effectiveness on benchmark problems with self-adjusting variance.
Contribution
It proposes a novel mutation operator controlling variance to balance global and local search in evolutionary algorithms, with adaptive variance adjustment.
Findings
Effective on LeadingOnes and OneMax benchmarks
Self-adjusting variance improves search performance
Bridges the gap between fixed-radius and global search methods
Abstract
A key property underlying the success of evolutionary algorithms (EAs) is their global search behavior, which allows the algorithms to `jump' from a current state to other parts of the search space, thereby avoiding to get stuck in local optima. This property is obtained through a random choice of the radius at which offspring are sampled from previously evaluated solutions. It is well known that, thanks to this global search behavior, the probability that an EA using standard bit mutation finds a global optimum of an arbitrary function tends to one as the number of function evaluations grows. This advantage over heuristics using a fixed search radius, however, comes at the cost of using non-optimal step sizes also in those regimes in which the optimal rate is stable for a long time. This downside results in significant performance losses for many standard…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Evolutionary Algorithms and Applications · Advanced Multi-Objective Optimization Algorithms
