[SciPy-dev] Scipy ga module on Windows

Robert Kern robert.kern at gmail.com
Mon Apr 24 18:57:59 EDT 2006


Duane Kaufman wrote:
> Hi,
> 
> I am looking to utilize a genetic algorithm  for a project I am working
> on. 
> 
> I noticed Scipy had this advertised as included, but cannot find it (I
> downloaded the latest for Python 2.4)
> 
> Is this module not available?

It has been moved to the sandbox because it has not been completely ported to
use numpy, yet. You will have to build scipy from source and uncomment the
appropriate line in Lib/sandbox/setup.py to have it install as part of the scipy
package. However, it is pure Python, so you can just copy it from the source
distribution to the appropriate location, too.

We should probably strike that item from the description until we get it in the
main package again.

-- 
Robert Kern
robert.kern at gmail.com

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco




More information about the SciPy-Dev mailing list