A promise that resolves to a tuple containing the two fittest individuals.
Remarks
Warning: This function expects the population array to be pre-sorted by fitness in descending order.
It is highly efficient but offers no genetic diversity (selection pressure is extremely high).
*
Selects the two fittest individuals from the population. *