Changes from meeting

This commit is contained in:
danielwilczak101
2020-09-30 19:33:23 -04:00
parent 625143da7d
commit 8377650c58
6 changed files with 31 additions and 22 deletions

View File

@ -8,6 +8,8 @@ ga.max_generations = 5
# If the user wants to use a domain
ga.gene_impl = [random.randrange,1,10]
ga.generation = 36
# Run Everyhting
ga.evolve()