This commit is contained in:
Daniel Wilczak
2020-09-23 18:23:29 -04:00
parent b0b502c697
commit 70bb03bc96
2 changed files with 26 additions and 3 deletions

View File

@ -53,4 +53,7 @@ class GA:
return create_gene(value)
def make_chromosome(self):
pass
return create_chromosome()
def make_population(self):
return create_population()