+A **Genetic Algorithm** (GA) is a search [heuristic](/wiki/heuristic) inspired by the process of natural [evolution](/wiki/evolution). It iteratively refines a population of candidate solutions through selection, crossover, and mutation, seeking optimal outcomes by mimicking nature's adaptation.
+## See also
+- [Evolutionary Computing](/wiki/evolutionary_computing)
+- [Optimization](/wiki/optimization)
+- [Machine Learning](/wiki/machine_learning)
... 1 more lines