I'm currently looking for a mature GA library for python 3.x. But the only GA library can be found are pyevolve
and pygene
. They both support python 2.x only. I'd appreciate if anyone could help.
DEAP: Distributed Evolutionary Algorithms supports both Python 2 and 3: http://code.google.com/p/deap
Disclaimer : I am one of the developers of DEAP.