Update EasyGA.py

This commit is contained in:
danielwilczak101
2020-09-20 16:14:59 -04:00
committed by GitHub
parent 67b41cb3b7
commit 70c9e443a5

View File

@ -20,7 +20,7 @@ class gene:
def get_value(self):
return self.value
# Should the gene creation of the genes veriation be
# Should the gene creation of the genes-veriation be
# included in the gene class or should the use just
# assign value to the gene and we move on?