Thursday, August 7, 2008

Mutation in a GA


Create a neighborhood point of the current
point – to achieve local search.
Mutation is an arbitrary change in a situation. Sometimes it is used to prevent the algorithm from getting stuck.
Bit wise mutation operator mutate the string bit by bit.
Eg: 11010101 == 11011101

No comments: