Changes

Jump to navigation Jump to search
26 bytes added ,  00:34, 21 April 2016
no edit summary
Line 177: Line 177:     
=== Crossing over ===
 
=== Crossing over ===
Merging two genes is called crossing over. It is only used in sexual reproduction. Genetic algorithm can be implemented only with mutation operations. The advantage of crossing over is that the successor gene can take profit from both parent genes. Crossing over is a list operation. The new merged gene list is created by copying elements from both list step by step. At every step a random generator decides between continuing with the current list or changing to the other list as a source for the copying. This leads to multiple crossing over points per gene sequence.
+
Merging two genes is called crossing over. It is only used in sexual reproduction. Genetic algorithm can be implemented only with mutation operations. The advantage of crossing over is that the successor gene can take profit from both parent genes. Crossing over is a list operation. The new merged gene list is created by copying elements from both lists step by step. At every step a random generator decides between continuing with the current list or changing to the other list as a source for the copying. This leads to multiple crossing over points per gene sequence.
 
      
= Releases, translation and known bugs =  
 
= Releases, translation and known bugs =  
Line 209: Line 208:  
=== v2: December 2009 ===
 
=== v2: December 2009 ===
 
* first public release
 
* first public release
 +
 +
 +
[[Category:Activities]]

Navigation menu