Population Properties

GeneticSharp

Population Properties GeneticSharp
The Population type exposes the following members.
Properties

  NameDescription
Public propertyBestChromosome
Gets the best chromosome.
Public propertyCreationDate
Gets the creation date.
Public propertyCurrentGeneration
Gets the current generation.
Public propertyGenerations
Gets the generations.
Remarks

The information of Generations can vary depending of the IGenerationStrategy used.
Public propertyGenerationsNumber
Gets the total number of generations executed.
Remarks

Use this information to know how many generations have been executed, because Generations.Count can vary depending of the IGenerationStrategy used.
Public propertyGenerationStrategy
Gets os sets the generation strategy.
Public propertyMaxSize
Gets the size of the max.
Public propertyMinSize
Gets the minimum size.
Back to Top
See Also