link

July 1, Wednesday
12:00 – 13:30

Evolving Efficient List Search Algorithms
Graduate seminar
Lecturer : Mr. Kfir Wolfson
Affiliation : CS, BGU
Location : 201/37
Host : Graduate Seminar
The talk will begin with some intro to Evolutionary Algorithms and Genetic Programming, so no related background is required.

We peruse the idea of algorithmic design through Darwinian evolution, focusing on the problem of evolving list search algorithms. Specifically, we employ genetic programming (GP) to evolve iterative algorithms for searching for a given key in an array of integers. Our judicious design of an evolutionary language renders the evolution of linear-time search algorithms easy. We then turn to the far more difficult problem of logarithmic-time search, and show that our evolutionary system successfully handles this case. Subsequently, because our setup might be perceived as being geared towards the emergence of binary search, we generalize our genomic representation, allowing evolution to assemble its own useful functions via the mechanism of automatically defined functions (ADFs). We show that our approach routinely and repeatedly evolves general and correct efficient algorithms.