Next: Genetic Algorithm
Up: Genetic Algorithms
Previous: Genetic Algorithms
- On each iteration:
- All members of the population are evaluated according to the
fitness function.
- A new population is generated by probabilistically
selecting the most fit individuals from the current population.
- Some of these individuals are carried forward into the next generation
population intact.
- Others are used for the basis for creating new
offspring individuals by applying genetic operations such as crossover
and mutation.
Patricia Riddle
Fri May 15 13:00:36 NZST 1998