0
566views
written 3.6 years ago by |
Crossover:
Crossover is one of the most important part of genetic algorithm
Following are the types of crossover types:
Matrix crossover
In this type a crossover point is selected after which bits are echanged.
In this type 2 crossover points are selected and the bits between them are exchanged,
In this type there are 2 cases:
Odd number of cross points
Uniform crossover:
It is an extreme point of multipoint crossover in which bits at equal interval are exchanged.
Normally strings are stored as one dimension array but in this case they are partitioned into 2D form
Mutation: