IGenerationStrategy RegisterNewGeneration Method | GeneticSharp |
Register that a new generation has been created.
Namespace: GeneticSharp.Domain.PopulationsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- population
- Type: GeneticSharp.Domain.Populations Population
The population where the new generation has been created.
See Also