Size of the population.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public int Size { get; } |
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.