Article ID: | iaor20126407 |
Volume: | 54 |
Issue: | 3 |
Start Page Number: | 449 |
End Page Number: | 483 |
Publication Date: | Nov 2012 |
Journal: | Journal of Global Optimization |
Authors: | Charalampakis Aristotelis |
Keywords: | heuristics: genetic algorithms |
We examine the concept of storing all evaluated chromosomes and directly reuse them in Genetic Algorithms (GAs). This is achieved by a fully encapsulated operator, called Registrar, which is effortlessly placed between the GA and the objective function. The Registrar does not approximate the objective function. Instead, it replaces the chromosomes requested by the GA with similar ones taken from the registry, bypassing the function evaluation. Unlike other methods that use external memory to increase genetic diversity, our simple implementation encourages revisits in order to avoid evaluations in an aggressive manner. Significant increase in performance is observed which is present even at the early stages of evolution, in accordance with the Birthday Problem of probability theory. Implementation with Standard GA shows great promise, while the encapsulation of the code facilitates implementation with other Evolutionary Algorithms.