Skip to content

Instantly share code, notes, and snippets.

@fedden
Last active October 12, 2017 17:52
Show Gist options
  • Save fedden/bb69c61729c3981d673c861457e3c648 to your computer and use it in GitHub Desktop.
Save fedden/bb69c61729c3981d673c861457e3c648 to your computer and use it in GitHub Desktop.
dfo_elitism
for i, p in enumerate(self.population):
if elitism > 0 and i in n_fittest:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment