genetic algorithms in Python??

Esmail esmail.js at gmail.com
Wed Apr 8 11:49:57 EDT 2009


Hello Mohammed,

Yes, that would great. While I am comfortable with GAs,
I'm still rather inexperienced with Python so seeing some
implementation examples would be very useful.

Thanks,
Esmail

--

Date: Wed, 8 Apr 2009 17:08:48 +0200
Subject: Re: genetic algorithms in Python?
From: medmediani at gmail.com
To: ebonak at hotmail.com
CC: python-list at python.org

I have done something in this direction. I will be happy to share my 
experience. However, my code is not generic and needs many things to be 
manually introduced. My GA is standard (selection by roulette wheel or 
tournament, single point cross). Let me know if you are interested!


On Wed, Apr 8, 2009 at 3:25 PM, Esmail <ebonak at hotmail.com> wrote:

Hello,

Anyone using Python for coding up genetic algorithms? If
so, would you share your favorite modules/libraries/tools?


Thanks,
Esmail





More information about the Python-list mailing list