Genetic Algorithms

From Computer Science Wiki
Revision as of 12:43, 17 November 2020 by Mr. MacKenty (talk | contribs)
Advanced programming[1]

In computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to generate high-quality solutions to optimization and search problems by relying on biologically inspired operators such as mutation, crossover and selection[2]


Start here to understand genetic algorithms

References