Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

public
  property OnReproduction: TRSMutationEvent read FOnReproduction write FOnReproduction;
 

Value

Type: TRSMutationEvent

expandingSee Also

Comments (0)