Mutation and its types with example in genetic algorithm
Answers
Answered by
1
Answer:
Mutation is a genetic operator used to maintain genetic diversity from one generation of a population of genetic algorithm chromosomes to the next. It is analogous to biological mutation. ... A common method of implementing the mutation operator involves generating a random variable for each bit in a sequence.
Similar questions