Created
October 3, 2019 09:12
-
-
Save fyr91/3645b82bbed46e3c3a76a6025a4c5e1f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mutates = [] | |
cutoff_score = mutation_pool[-1].score | |
for lineup in mutation_pool: | |
mutates.append(mutate(lineup, cutoff_score)) | |
population.extend(mutates) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment