Sorts a given iterable of genomes, fitness scores, and phenome rows in descending order of their fitness scores.
An iterable containing tuples of genomes, their fitness scores, and their associated phenome rows.
An array of sorted tuples of genomes, fitness scores, and phenome rows.
Sorts a given iterable of genomes, fitness scores, and phenome rows in descending order of their fitness scores.
Param: input
An iterable containing tuples of genomes, their fitness scores, and their associated phenome rows.
Returns
An array of sorted tuples of genomes, fitness scores, and phenome rows.