Crossover – A genetic algorithm operation where two “parent” parameter sets are combined to produce new “offspring” sets. In cTrader’s GA, once the two fittest passes are selected, their parameter values (genes) are recombined: e.g. some parameters from parent A and some from parent B form a new child pass. This mimics biological crossover to explore new regions of the parameter space.