Gets or sets the initial Population size.
The default value is 100.
This value determines the size (number of Individuals) of the initial random Population generated by the GPEngine when a new run is started.
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when value is less than or equal to zero. |
EngineOptions Class | GeneticProgrammingEngine.Internal Namespace | Population Class