Updated Implementation Framework

Updated to cover changes made by Dan to Master regarding general design changes

Also added remove_two_worst survivor selection method
This commit is contained in:
RyleyGG
2020-10-05 20:46:25 -04:00
parent e05aa7f62b
commit 665062fdf1
24 changed files with 133 additions and 126 deletions

View File

@ -5,8 +5,7 @@ import random
# Create the Genetic algorithm
ga = EasyGA.GA()
#def random_parent_selection(population):
#while ()
ga.gene_impl = [random.randrange,1,100]