Defines the set of genetic operations to perform at each evolutionary step. By default, the genetic component provides crossover, mutation, and inversion operations. You can also specify the chances of each operation occurring every generation using the CrossoverProbability, MutationProbability, and InversionProbability properties.
In addition to the standard genetic operations provided by the TRSCustomGeneticComponent, you can perform your own by writing an
OnReproduction event handler.
Namespace: RSGeneticBase
Delphi |
public |
Property Value
Type: TGAGeneticOperations