... # Elitism l33ts = sorted_pop[:round(POPULATION_SIZE * ELITE_PORTION)] n00bs = sorted_pop[round(POPULATION_SIZE * ELITE_PORTION):] ...
Oh wait this isn’t 2006 anymore
no comments