Genetic operator
From Wikipedia, the free encyclopedia
A genetic operator is an operator used in genetic algorithms to maintain genetic diversity, known as Mutation (genetic algorithm) and to combine existing solutions into others, Crossover (genetic algorithm). The main difference between them is that the mutation operators operate on one chromosome, that is, they are unary, while the crossover operators are binary operators.
Genetic variation is a necessity for the process of evolution. Genetic operators used in genetic algorithms are analogous to those in the natural world: survival of the fittest, or selection; reproduction (crossover, also called recombination); and mutation.
[edit] Types of Operators
1. Mutation (genetic algorithm)
2. Crossover (genetic algorithm)
| This artificial intelligence-related article is a stub. You can help Wikipedia by expanding it. |