Generation (GA)
Generation - Each iteration of the genetic algorithm. A generation consists of a population of parameter sets (runs) that are tested, and from which the next generation is produced. cTrader’s GA runs up to a maximum number of Max Iterations or until a Stagnation Period is reached (see below). Each new generation is created by keeping elites, crossing parents, and adding mutants.