|
PopulationSize Property
|
Size of the population.
Namespace:
Accord.Genetic
Assembly:
Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax Remarks The property keeps initial (minimal) size of population.
Population always returns to this size after selection operator was applied,
which happens after
Selection or
RunEpoch methods
call.
See Also