Premature Convergence
In genetic algorithms, premature convergence is defined as the population losing diversity too early such that the search collapses into a suboptimal region.
Symptoms:
- Many identical or near-identical individuals
- No fitness improvement despite crossover and mutation
Common causes:
- Excessive selection pressure
- Small population size
- Strong elitism
Deception
A problem is deceptive when partial patterns look beneficial, but assembling them steers search away from the global optimum.

Selection amplifies locally attractive structure, but reducing diversity makes it harder to escape the trap.
For example, consider this 3-bit deceptive trap:
- Let = number of ones in a 3-bit block.
- Define:
Then, consider the fitness by the number of s:


Selection favors increasing , but the global optimum is at .