Merge branch 'Dans_devel' into Jack_domain

This commit is contained in:
danielwilczak101
2020-09-25 16:56:59 -04:00
committed by GitHub
2 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import EasyGA
import random
# Create the Genetic algorithm
ga = EasyGA.GA()
@ -22,3 +23,4 @@ ga.domain = user_gene_domain
ga.initialize()
#ga.population.print_all()