TL;DR
This paper addresses the challenge of re-optimizing solutions for the LeadingOnes problem under frequent changes, proposing a modified algorithm that improves performance over existing methods in dynamic environments.
Contribution
The authors introduce a smoothed re-optimization algorithm that better handles frequent problem changes, outperforming previous approaches and standard restart strategies.
Findings
The original re-optimization approach gets stuck with frequent changes.
The proposed smoothing method improves re-optimization performance.
Empirical results show the new method outperforms existing algorithms.
Abstract
In real-world optimization scenarios, the problem instance that we are asked to solve may change during the optimization process, e.g., when new information becomes available or when the environmental conditions change. In such situations, one could hope to achieve reasonable performance by continuing the search from the best solution found for the original problem. Likewise, one may hope that when solving several problem instances that are similar to each other, it can be beneficial to ``warm-start'' the optimization process of the second instance by the best solution found for the first. However, it was shown in [Doerr et al., GECCO 2019] that even when initialized with structurally good solutions, evolutionary algorithms can have a tendency to replace these good solutions by structurally worse ones, resulting in optimization times that have no advantage over the same algorithms…
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.
