Scaling Genetic Algorithms using MapReduce
TR No.: 2009007 | Download PDF | Download PS
Abstract: Genetic algorithms(GAs) are increasingly being applied to large scale problems. The traditional MPI-based parallel GAs do not scale very well. MapReduce is a powerful abstraction developed by Google for making scalable and fault tolerant applications. In this paper, we mould genetic algorithms into the the MapReduce model. We describe the algorithm design and implementation of GAs on Hadoop, the open source implementation of MapReduce. Our experiments demonstrate the convergence and scalability upto 105 variable problems. Adding more resources would enable us to solve even larger problems without any changes in the algorithms and implementation.
Posted: October 9th, 2009 under Data-intensive computing, Cloud computing, Genetic algorithms.
Comments: none
Write a comment