Next: Common Operators
Up: l3
Previous: GAs Exhibit Search
- Initialize a population (of solution guesses).
- Do (once for each generation):
- Evaluate each chromosome in the population using a
fitness function .
- Apply GA operators to population to create new population.
- Finish when solution is reached or number of cycles has reached
allowable maximum.