GeneticAlgorithm PropertiesModulus Evo2
OnlineModulus Evo2The GeneticAlgorithm type exposes the following members.
Properties

  NameDescription
Public propertyArchive
Determines if dead genomes should be stored
Public propertyGenomes
Entire population of Genomes (individuals).
Public propertyInbreedingDistance
Distance in ordinal position between two genomes to prevent interbreeding. Based on Westermarck. The greater the value, the more females must be added in the beginning to exceed the limit.
Public propertyPopulationSize
The maximum size of the genome population. The recommended size is 1,000 or greater.
Public propertyStop
Instructs the Evolve function to stop.
Public propertyTag
Helps identify the the genetic algorithm.
Back to Top
See Also