2009-07-14

Genetic algorithm

  • A genetic algorithm (GA) is a search technique used in computing to find exact or approximate solutions to optimization and search problems.
  • Genetic algorithms are categorized as global search heuristics.
  • Genetic algorithms are a particular class of evolutionary algorithms (EA) that use techniques inspired by evolutionary biology such as inheritance, mutation, selection, and crossover (also called recombination).