A Genetic Programming Framework for .NET

GenerationHistory Constructor

Creates a new instance of the GenerationHistory class with the specified Generation number and IIndividual names.

Overload List

Creates a new instance of the GenerationHistory class with the specified Generation number and IIndividual names.

public GenerationHistory(int,string[]);

Creates a new instance of the GenerationHistory class with the specified Generation number, IIndividual names.

public GenerationHistory(int,string[],bool);

See Also

GenerationHistory Class | GeneticProgrammingEngine.Internal Namespace | Population Class | Generation Term