Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > GeneticAlgorithm > RSGeneticBase > Classes > TRSCustomGeneticComponent > Methods

TRSCustomGeneticComponent.Invert(TRSIndividual) Method

Scroll Prev Top Next More

Inverts the DNA of the individual. Inversion for genetic algorithms means flipping the bits of the chromosome. For genetic programs, inversion means a point mutation (replacing a node with another node of the same arity in the tree).

Note that inversion is not guaranteed to occur but is dependent on the    InversionProbability. The function calls the    OnInversion event and then DoInvert method.
 
The Invert method is called by the    Reproduce method. The function returns true if inversion occurred.
 

Namespace: RSGeneticBase

Parameters

Item

Type: TRSIndividual

Return Value

Type: Boolean

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb