PerformanceGenerationStrategy Class

GeneticSharp

PerformanceGenerationStrategy Class GeneticSharp
An IGenerationStrategy's implementation wich takes into account the performance just keep the last one generations in the population.
Remarks

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.
Inheritance Hierarchy

OnlineSystem Object  GeneticSharp.Domain.Populations PerformanceGenerationStrategy

Namespace: GeneticSharp.Domain.Populations
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public class PerformanceGenerationStrategy : IGenerationStrategy
public class PerformanceGenerationStrategy : IGenerationStrategy
See Also