<!-- Please do not remove or change this AfD message until the discussion has been closed. -->
{{R from related topic}}
{{Article for deletion/dated|page=Speciation (genetic algorithm)|timestamp=20170813201606|year=2017|month=August|day=13|substed=yes}}
{{R from merge}}
<!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=Speciation (genetic algorithm)|date=13 August 2017|result='''keep'''}} -->
<!-- End of AfD message, feel free to edit beyond this point -->
{{unreferenced|date=December 2007}}
'''[[Speciation]]''' is a process that occurs naturally in [[evolution]] and is modeled explicitly in some [[genetic algorithms]].
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]] [[Operation (mathematics)|operator]] is disallowed between those individuals.