Show/Hide Toolbars

RiverSoftAVG Products Help

Defines the different crossover boundaries that can be used in recombination (combining parts of two parent's chromosome to create a new chromosome) for the TRSCustomGeneticAlgorithm component

Crossover is one of the evolutionary biology techniques used by the genetic algorithm component, along with inheritance, mutation, and selection. In crossover, the genetic algorithm component splices out the first random n-bits of one parent and concatenates it with the last chromosomesize-n bits of the other parent. The chromosome size of the child is the same as its parents. The Crossover Method property controls how the break is selected: on a gene boundary, bit boundary, or byte, word, or longword boundary. Note that crossover on a non-gene boundary could possibly cause invalid gene values because the newly combined gene at the crossover point is a random mixture of bits from the 2 parents.
 

Namespace: RSGAConsts

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb