Next: Fitness Function and Selection
Up: Genetic Algorithms
Previous: Genetic Operators
- Single-point crossover: n chosen randomly each time the
crossover operator is applied
- Two-point crossover: & chosen randomly each
time applied
- Uniform crossover: each bit chosen at random and independent of
the others
- Mutation: Flip one random bit
- Some systems add new operators that do specialization or generalization
Patricia Riddle
Fri May 15 13:00:36 NZST 1998