Alot of name changes and file name changes

This commit is contained in:
danielwilczak101
2020-10-04 23:56:51 -04:00
parent 80ebe8ca0c
commit 68db360b94
29 changed files with 166 additions and 161 deletions

View File

@ -3,7 +3,7 @@ def check_gene(value):
assert value != "" , "Gene can not be empty"
return value
class gene:
class Gene:
def __init__(self, value):
"""Initialize a gene with fitness of value None and the input value"""