pyevolve

"AttributeError: fileno" when attemping to import from pyevolve

I just installed Pyevolve using easy_install and I am getting errors trying to run my first program. I first tried copy and pasting the source code of the first example but this is what I receive when I attempt to run it: Traceback (most recent call last): File "/home/corey/CTest/first_intro.py", line 3, in from pyevolv...

ImportError: No module named _sqlite3

I'm writing for the Google App Engine and my local tests are getting the following error: --> --> --> Traceback (most recent call last): File "C:\Program Files\Google\google_appengine\google\appengine\tools\dev_appserver.py", line 3185, in _HandleRequest self._Dispatch(dispatcher, self.rfile, outfile, env_dict) File "C:\Progra...

PyEvolve Alleles in Multi-Variable Genetic Algorithms

Hey Guys, So I have 2 variables that I want to enter into my scoring function but each variable has its own list of integers that I would like to test. I want my variable x to be an integer from this list: [34,40,45,73,52,64,55,60,65,61,62,63,41,42,43,44] and I want my variable y to be an integer from this list [100,200,300] I ...