GeneticAlgorithm EventsModulus Evo2
OnlineModulus Evo2The GeneticAlgorithm type exposes the following members.
Events

  NameDescription
Public eventOnBirth
Fires when a new genome is created.
Public eventOnDeath
Fires when a genome is removed from the population.
Public eventOnGenomeSelectionFailed
Fires when a genome could not be selected in the Evolve method. This occurs when the initial population is too small or the InbreedingDistance property is set too high in relation to the population size.
Public eventOnGenomeUpdated
Fires when a genome has been updated, either through creation or mutation.
Back to Top
See Also