Click or drag to resize
Accord.NET (logo)

PopulationSize Property

Size of the population.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public int Size { get; }
Request Example View Source

Property Value

Type: Int32
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