Diversified Late Acceptance Search
Majid Namazi, Conrad Sanderson, M.A. Hakim Newton, M.M.A. Polash,, Abdul Sattar

TL;DR
This paper introduces Diversified Late Acceptance Search, an improved variant of LAHC that enhances solution diversity and quality by employing new acceptance and replacement strategies, outperforming LAHC on TSP and QAP benchmarks.
Contribution
It proposes novel acceptance and replacement strategies for LAHC to increase diversity and solution quality in combinatorial optimization.
Findings
Achieves better solution quality than LAHC.
Requires fewer iterations to find optimal solutions.
Effective on TSP and QAP benchmark problems.
Abstract
The well-known Late Acceptance Hill Climbing (LAHC) search aims to overcome the main downside of traditional Hill Climbing (HC) search, which is often quickly trapped in a local optimum due to strictly accepting only non-worsening moves within each iteration. In contrast, LAHC also accepts worsening moves, by keeping a circular array of fitness values of previously visited solutions and comparing the fitness values of candidate solutions against the least recent element in the array. While this straightforward strategy has proven effective, there are nevertheless situations where LAHC can unfortunately behave in a similar manner to HC. For example, when a new local optimum is found, often the same fitness value is stored many times in the array. To address this shortcoming, we propose new acceptance and replacement strategies to take into account worsening, improving, and sideways…
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.
