Fixed all jacks code

This commit is contained in:
danielwilczak101
2020-09-23 21:58:48 -04:00
parent eaa90ecd2a
commit 994bdb164c
7 changed files with 87 additions and 58 deletions

View File

@ -11,6 +11,7 @@ new_chromosome = ga.make_chromosome()
# Makes a Population to store chromosomes in
new_population = ga.make_population()
# Creating population
ga.initialize()
print(ga.population)