Occurs when two parent individuals (TRSIndividual) Reproduce to create a new child. The OnReproduction event occurs after the child has been created and then its DNA possibly combined, mutated, and inverted. Use the OnReproduction event to perform some action after reproduction has occurred. The OnReproduction event can also be useful for validation, to verify the various Operations haven't produced an invalid child.
Namespace: RSGeneticBase
Delphi |
public |
Value
Type: TRSMutationEvent