# Crossover (genetic algorithms)
Last edited: 2026-02-05
Crossover (genetic algorithms)
Suppose we have two points $a_1, a_2 \in A$. A crossover $C: A \times A \rightarrow A^k$ is a function that combines these points to produce offspring.
Last edited: 2026-02-05
Suppose we have two points $a_1, a_2 \in A$. A crossover $C: A \times A \rightarrow A^k$ is a function that combines these points to produce offspring.