[SciPy-user] About Genetic Algorithms

zunzun at zunzun.com zunzun at zunzun.com
Wed May 23 15:44:12 EDT 2007


On Wed, May 23, 2007 at 01:58:16PM -0500, Robert Kern wrote:
> Gabriel Gellner wrote:
> > I think I have ported the GA module to numpy

I used weave to implement the C++ version of
Differential Evolution (DE):
http://www.icsi.berkeley.edu/~storn/code.html
since my Python code was so slow.  DE requires
bit-shifting, if this is not slow in Python
anymore we might add the Python version.

     James Phillips




More information about the SciPy-User mailing list