EC is parallel search (many balls in the landscape). Want to prevent all individuals from converging to the same solution (premature convergence – a common problem) The task of mutation is to prevent this – to maintain diversity in the population. To inject ne…