Pyevolve icon indicating copy to clipboard operation
Pyevolve copied to clipboard

Pyevolve

Results 46 Pyevolve issues
Sort by recently updated
recently updated
newest added

There are small typos in: - docs/source/getstarted.rst - docs/source/intro.rst - pyevolve/Consts.py - pyevolve/DBAdapters.py - pyevolve/G1DBinaryString.py - pyevolve/G1DList.py - pyevolve/G2DBinaryString.py - pyevolve/G2DList.py - pyevolve/GAllele.py - pyevolve/GPopulation.py - pyevolve/GSimpleGA.py - pyevolve/GTree.py -...

https://github.com/perone/Pyevolve/blob/589b6a9b92ed1fd9ef00987bf4bfe807c4a7b7e0/pyevolve/Consts.py#L369 ERROR: Command errored out with exit status 1: command: 'C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\acarlton\\AppData\\Local\\Temp\\pip-install-vow2i4bj\\pyevolve\\setup.py'"'"'; __file__='"'"'C:\\Users\\acarlton\\AppData\\Local\\Temp\\pip-install-vow2i4bj\\pyevolve\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info...

It would be great if python 3 is supported. I made some changes as a first attempt https://github.com/greole/Pyevolve/tree/master maybe it could be merged into a python3-development branch.

Hi, it would help a lot to tell the user community about production quality releases if you would consider tagging released versions. In Debian we would observe what you consider...

Now module support both Python 2.7 and 3.5+

Can someone take a look and merge? Thanks!

How does the elitism work in this project ? The elite subject is copied to the next generation or is used as a parent? I'm asking because when I set...

1. New genome type including operators for cartesian genetic programming with tests and usage example. 2. Network data exchange in Migration modification for large genomes (like CGP ones). 3. Added...

The version of pyevolve available through pip doesn't join or close the processing pool in `GPopulation.evaluate()`. This results in an EXPLOSION of RAM usage, so much so that it becomes...

Makes a simple change to add a processes parameter to the multiprocessing method calls. The number of processes could be more or less than CPU_COUNT for specific applications so this...