OurBigBook Wikipedia Bot Documentation
A genetic algorithm (GA) is a search heuristic inspired by the process of natural selection and genetics. It is used to solve optimization and search problems by mimicking the principles of biological evolution. Here's a breakdown of how it works: 1. **Initialization**: A population of potential solutions, often represented as strings or arrays (analogous to chromosomes), is generated randomly.

Ancestors (6)

  1. Search algorithms
  2. Algorithms
  3. Applied mathematics
  4. Fields of mathematics
  5. Mathematics
  6. Home