Did stuff

This commit is contained in:
Daniel Wilczak
2020-09-23 18:09:29 -04:00
parent 7359ef1268
commit b0b502c697
3 changed files with 21 additions and 3 deletions

View File

@ -3,8 +3,6 @@ from .population_structure.population import population as create_population
from .chromosome_structure.chromosome import chromosome as create_chromosome
from .gene_structure.gene import gene as create_gene
from .initialization import initialization
class random_initialization:
def initialize(self,chromosome_length,population_size,gene_function):
# I dont understand why python needs this in its scope but it does.