Artificial Mind Help

GeneticAlgorithm.BestPopulationsHistorySize Property

Specifies the number of best populations to keep.

public int BestPopulationsHistorySize {get; set;}

Remarks

This property defines the size of the buffer that keeps n best populations. When you set this property the changes will be made after you call Evolve function.

See Also

GeneticAlgorithm Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace