AI / Machine Learningintermediate
Genetic Algorithm
Definition
A genetic algorithm is a heuristic optimisation method inspired by natural selection — candidate parameter sets are mutated, crossed, and selected over generations toward higher fitness. In MetaTrader it is the default fast-optimisation mode, useful when full grid search is computationally infeasible.