gilbert189 — 3/5/2025, 3:45:42 PM
...
	# Elitism
	l33ts = sorted_pop[:round(POPULATION_SIZE * ELITE_PORTION)]
	n00bs = sorted_pop[round(POPULATION_SIZE * ELITE_PORTION):]
...

Oh wait this isn’t 2006 anymore

♥ 2 ↩ 0 💬 0 comments

comments

no comments