Speciation (genetic algorithm): Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Date/fix the maintenance tags
Note that content from the article history was merged into Genetic algorithm#Methodology
 
(17 intermediate revisions by 12 users not shown)
Line 1:
#REDIRECT [[Genetic algorithm#Methodology]]
{{Orphan|date=November 2006}}
{{R from related topic}}
'''[[Speciation]]''' is a [[process]] that occurs naturally in [[evolution]] and is modeled explicitly in some [[genetic algorithms]].
{{R from merge}}
 
Speciation in nature occurs when two similar reproducing beings evolve to become too dissimilar to share genetic information effectively or correctly. In the case of living [[organisms]], they are incapable of mating to produce [[offspring]]. Interesting special cases of different species being able to breed exist, such as a [[horse]] and a [[donkey]] mating to produce a [[mule]]. However in this case the Mule is usually infertile, and so the genetic isolation of the two parent species is maintained.
 
In implementations of genetic search algorithms, the event of speciation is defined by some mathematical function that describes the similarity between two [[candidate solutions]] (usually described as individuals) in the population. If the result of the similarity is too low, the [[chromosomal crossover|crossover]] [[operator]] is disallowed between those individuals.
 
==See also==
[[NeuroEvolution of Augmented Topologies]]
 
[[Category:Evolutionary algorithms]]
[[Category:Genetic algorithms]]