Added initilization functionality. Add necessary method to access,genes,chromosomes and the population.

This commit is contained in:
Daniel Wilczak
2020-09-20 18:46:02 -04:00
parent 67b41cb3b7
commit 97af1af852
5 changed files with 65 additions and 9 deletions

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setup(
name='EasyGA',
version='0.0.6',
version='0.0.7',
description='A ubiquitous or general purpuse GA',
py_modules=["EasyGA"],
package_dir={'':'src'},