Diversified Late Acceptance Search

06/25/2018
by   Majid Namazi, et al.
0

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 the straightforward strategy followed by LAHC has proven effective, there are nevertheless situations where LAHC can unfortunately behave in a similar manner to HC, even when using a large fitness array. For example, when the same fitness value is stored many times in the array, particularly when a new local optimum is found. To address this shortcoming, we propose to improve both the diversity of the accepted solutions and the diversity of values in the array through new acceptance and replacement strategies. The proposed Diversified Late Acceptance Search approach is shown to outperform the current state-of-the-art LAHC method on benchmark sets of Travelling Salesman Problem and Quadratic Assignment Problem instances.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
12/05/2019

Is perturbation an effective restart strategy?

Premature convergence can be detrimental to the performance of search me...
research
09/16/2011

Roulette-wheel selection via stochastic acceptance

Roulette-wheel selection is a frequently used method in genetic and evol...
research
09/26/2018

PeSOA: Penguins Search Optimisation Algorithm for Global Optimisation Problems

This paper develops Penguin search Optimisation Algorithm (PeSOA), a new...
research
02/01/2023

Evolving Flying Machines in Minecraft Using Quality Diversity

Minecraft is a great testbed for human creativity that has inspired the ...
research
05/07/2021

An Extended Jump Function Benchmark for the Analysis of Randomized Search Heuristics

Jump functions are the most studied non-unimodal benchmark in the theory...
research
10/12/2020

Exploiting Local Optimality in Metaheuristic Search

A variety of strategies have been proposed for overcoming local optimali...
research
08/03/2020

Bet and Run for Test Case Generation

Anyone working in the technology sector is probably familiar with the qu...

Please sign up or login with your details

Forgot password? Click here to reset