Creates a new instance of the GenerationHistory class with the specified Generation number and IIndividual names.
MaximizeFitness will be given a default value of true.
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when generation is less than zero. |
| ArgumentNullException | Thrown when individuals is null. |
| ArgumentException | Thrown when individuals is empty. |
GenerationHistory Class | GeneticProgrammingEngine.Internal Namespace | GenerationHistory Constructor Overload List | Population Class | Generation Term