Fourth Annual ACIS International Conference on Computer and Information Science (ICIS'05)
Genetic Algorithm Implementation in Python
Jeju Island, South Korea
July 14-July 16
ISBN: 0-7695-2296-3
This paper deals with genetic algorithm implementation in Python. Genetic algorithm is a probabilistic search algorithm based on the mechanics of natural selection and natural genetics. In genetic algorithms, a solution is represented by a list or a string. List or string processing in Python is more productive than in C/C++/Java. Genetic algorithms implementation in Python is quick and easy. In this paper, we introduce genetic algorithm implementation methods in Python. And we discuss various tools for speeding up Python programs.