Next: My Genetic Algorithm
Up: BODY
Previous: My Cellular Automata
Genetic algorithms are derived, as would be expected, from genetics. Genetic algorithms are an AI-based
concept designed to evolve systems towards the desired end. There are countless methods of defining
reproduction of genes to pass on to the next generation. Many of these methods relate to real genetic
processes. Every algorithm uses a specific set of factors to suit the problem at hand. The hope is that
each generation will provide subjects that offer better solutions to the attempted problem.
Austin L. Rachlin
2003-06-12