crossover {gamesGA} | R Documentation |
This function causes uniform crossing over among loci in a population of agents.
crossover(agents, prob = 0.1)
agents |
A list of agents on which crossing over will be performed |
prob |
The probability that crossing over happens at a locus |
agents The list of agents after crossing over