Genetic Operators
- Single-point crossover splits the strings into
two parts and merges them.
- Two-point crossover splits the strings into
three parts and merges them.
- Uniform crossover each bit is chosen with equal
and independent probability.
- Point mutation makes small random changes to the string.
José M. Vidal
.
4 of 18