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:
@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user