Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Mutation_(genetic_algorithm)> ?p ?o. }
Showing items 1 to 31 of
31
with 100 items per page.
- Mutation_(genetic_algorithm) abstract "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. Mutation alters one or more gene values in a chromosome from its initial state. In mutation, the solution may change entirely from the previous solution. Hence GA can come to better solution by using mutation. Mutation occurs during evolution according to a user-definable mutation probability. This probability should be set low. If it is set too high, the search will turn into a primitive random search.The classic example of a mutation operator involves a probability that an arbitrary bit in a genetic sequence will be changed from its original state. A common method of implementing the mutation operator involves generating a random variable for each bit in a sequence. This random variable tells whether or not a particular bit will be modified. This mutation procedure, based on the biological point mutation, is called single point mutation. Other types are inversion and floating point mutation. When the gene encoding is restrictive as in permutation problems, mutations are swaps, inversions and scrambles.The purpose of mutation in GAs is preserving and introducing diversity. Mutation should allow the algorithm to avoid local minima by preventing the population of chromosomes from becoming too similar to each other, thus slowing or even stopping evolution. This reasoning also explains the fact that most GA systems avoid only taking the fittest of the population in generating the next but rather a random (or semi-random) selection with a weighting toward those that are fitter.For different genome types, different mutation types are suitable: Bit string mutationThe mutation of bit strings ensue through bit flips at random positions.Example:The probability of a mutation of a bit is , where is the length of the binary vector. Thus, a mutation rate of per mutation and individual selected for mutation is reached. Flip BitThis mutation operator takes the chosen genome and inverts the bits.(i.e. if the genome bit is 1,it is changed to 0 and vice versa) BoundaryThis mutation operator replaces the genome with either lower or upper bound randomly.This can be used for integer and float genes. Non-UniformThe probability that amount of mutation will go to 0 with the next generation is increased by using non-uniform mutation operator.It keeps the population from stagnating in the early stages of the evolution.It tunes solution in later stages of evolution.This mutation operator can only be used for integer and float genes. UniformThis operator replaces the value of the chosen gene with a uniform random value selected between the user-specified upper and lower bounds for that gene. This mutation operator can only be used for integer and float genes. GaussianThis operator adds a unit Gaussian distributed random value to the chosen gene. If it falls outside of the user-specified lower or upper bounds for that gene,the new gene value is clipped. This mutation operator can only be used for integer and float genes.".
- Mutation_(genetic_algorithm) wikiPageID "555213".
- Mutation_(genetic_algorithm) wikiPageRevisionID "601585672".
- Mutation_(genetic_algorithm) hasPhotoCollection Mutation_(genetic_algorithm).
- Mutation_(genetic_algorithm) subject Category:Genetic_algorithms.
- Mutation_(genetic_algorithm) type Abstraction100002137.
- Mutation_(genetic_algorithm) type Act100030358.
- Mutation_(genetic_algorithm) type Activity100407535.
- Mutation_(genetic_algorithm) type Algorithm105847438.
- Mutation_(genetic_algorithm) type Event100029378.
- Mutation_(genetic_algorithm) type GeneticAlgorithms.
- Mutation_(genetic_algorithm) type Procedure101023820.
- Mutation_(genetic_algorithm) type PsychologicalFeature100023100.
- Mutation_(genetic_algorithm) type Rule105846932.
- Mutation_(genetic_algorithm) type YagoPermanentlyLocatedEntity.
- Mutation_(genetic_algorithm) comment "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. Mutation alters one or more gene values in a chromosome from its initial state. In mutation, the solution may change entirely from the previous solution. Hence GA can come to better solution by using mutation. Mutation occurs during evolution according to a user-definable mutation probability.".
- Mutation_(genetic_algorithm) label "Mutación (computación evolutiva)".
- Mutation_(genetic_algorithm) label "Mutacja w algorytmie ewolucyjnym".
- Mutation_(genetic_algorithm) label "Mutation (evolutionärer Algorithmus)".
- Mutation_(genetic_algorithm) label "Mutation (genetic algorithm)".
- Mutation_(genetic_algorithm) label "突變 (遺傳演算法)".
- Mutation_(genetic_algorithm) sameAs Mutation_(evolutionärer_Algorithmus).
- Mutation_(genetic_algorithm) sameAs Χρωμοσωμική_μετάλλαξη.
- Mutation_(genetic_algorithm) sameAs Mutación_(computación_evolutiva).
- Mutation_(genetic_algorithm) sameAs Mutacja_w_algorytmie_ewolucyjnym.
- Mutation_(genetic_algorithm) sameAs m.02phkp.
- Mutation_(genetic_algorithm) sameAs Q610425.
- Mutation_(genetic_algorithm) sameAs Q610425.
- Mutation_(genetic_algorithm) sameAs Mutation_(genetic_algorithm).
- Mutation_(genetic_algorithm) wasDerivedFrom Mutation_(genetic_algorithm)?oldid=601585672.
- Mutation_(genetic_algorithm) isPrimaryTopicOf Mutation_(genetic_algorithm).