PerformanceGenerationStrategy Class | GeneticSharp |
An IGenerationStrategy's implementation wich takes into account the performance just keep the last one generations in the population.
This strategy is not good for tracking all the generations, for this case use TrackingGenerationStrategy,
but is the best one when you have a very long term termination.
Remarks
Inheritance Hierarchy
Namespace: GeneticSharp.Domain.Populations
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
See Also