11am - 12 noon

Friday 28 January 2022

Pattern search design informed by fitness landscape analysis

Free

Online
back to all events

This event has passed

Overview

In evolutionary biology, the term "fitness landscape" refers to the correlation between genotypes and reproduction success. In computer science, this concept is abstracted to general multi-variate functions in the context of optimisation and refers to the changes in the objective function values between neighbouring solutions. Intuitively, for a function in two variables, the 3D  visualisation of the objective function displays "valleys", "peaks", "ridges", "plateaus", etc. thus identifying a "landscape". In multi-variate problems, since we cannot visualise the fitness landscape we must perform tests to analyse the features of the landscape and then understand/imagine it.

Fitness landscape analysis is important in Explainable AI since it produces precious pieces of information to design a successful optimiser. In the past decade, multiple studies about tests and metrics to analyse fitness landscapes have been proposed. However, how these metrics can be used to design a successful optimiser is still a mostly unaddressed topic. This talk presents some recent results about the design of Pattern Search algorithms based on fitness landscape analysis. The proposed analysis deals with the epistasis of the problem and searches for preferential search directions within the search space and presents three algorithmic implementations informed by this analysis. The relative advantages and disadvantages of each approach are highlighted and their results against traditional and modern optimisers are presented.