Improving performances of the GA by caching

Improving Performances of the Genetic Algorithm by Caching

Jozef Kratica

Abstract

In this paper we optimize run-time performance of the genetic algorithm by caching. We are caching the genetic algorithm procedure for evaluation of an objective function. Least Recently Used (LRU) caching strategy is used, that is simple but efective. This approach is good for problems that have a relatively small length of item string, and a large evaluation time of objective function. We present results of the caching to genetic algorithm for solving one such problem - the simple plant location problem (SPLP).

Keywords: Genetic algorithms, caching, simple plant location problem.

Back to Jozef's Papers Home Page | Back to Jozef's Home Page

Hosted by www.Geocities.ws

1