FitnessStagnationTermination Constructor (Int32) | GeneticSharp |
Initializes a new instance of the FitnessStagnationTermination class.
Namespace: GeneticSharp.Domain.TerminationsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- expectedStagnantGenerationsNumber
- Type:
System Int32
The expected stagnant generations number to reach the termination.
See Also