Crossover Mutations
- Pick a member of the population at random.
- Decide whether to do crossover according to the crossover probability. If we are doing crossover, pick another random member of the current population, and combine the "genes" of those individuals. If we aren't doing crossover, just copy the bits of the original individual.
- Go through each bit of the bit string, and mutate it with some small probability.
Notes:
No notes for slide 67