GenerationNumberTermination Constructor (Int32) | GeneticSharp |
Initializes a new instance of the GenerationNumberTermination class.
Namespace: GeneticSharp.Domain.TerminationsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- expectedGenerationNumber
- Type:
System Int32
The generation number to consider the termination has been reached.
See Also