Last active
October 12, 2017 17:52
-
-
Save fedden/bb69c61729c3981d673c861457e3c648 to your computer and use it in GitHub Desktop.
dfo_elitism
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
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