pub fn tournament_select( population: &[(Genome, Fitness)], tournament_size: usize, ) -> &Genome
Select parents from a population based on fitness (tournament selection)