Selects two individuals completely at random from the population. *
The type of object representing an individual. Must extend WithFitness.
The current population of individuals.
A promise that resolves to a tuple containing two randomly chosen individuals.
This method ignores fitness values entirely, which maximizes genetic diversity but completely eliminates selection pressure (equivalent to a random search). *
If the population has fewer than 2 individuals.
Selects two individuals completely at random from the population. *