Genetic Learning Algorithm (GA)

From GM-RKB
(Redirected from Genetic Learning Algorithm)
Jump to navigation Jump to search

A Genetic Learning Algorithm (GA) is a evolutionary algorithm that uses genetic operations on a gene-type representation.



References

2017

2014

2009

  • http://www.genetic-programming.com/gpanimatedtutorial.html
    • Genetic programming is a domain-independent method that genetically breeds a population of computer programs to solve a problem. Specifically, genetic programming iteratively transforms a population of computer programs into a new generation of programs by applying analogs of naturally occurring genetic operations. The genetic operations include crossover (sexual recombination), mutation, reproduction, gene duplication, and gene deletion.

1998

1993

1991