A Genetic Programming Framework for .NET

HistoryInfo Constructor

Initializes a new instance of the HistoryInfo class with a specified IIndividual name.

Overload List

Initializes a new instance of the HistoryInfo class with a specified IIndividual name.

public HistoryInfo(string);

Initializes a new instance of the HistoryInfo class with a specified IIndividual name and a Generation number.

public HistoryInfo(string,int);

See Also

HistoryInfo Class | GeneticProgrammingEngine.Internal Namespace | Name Property