Genetic Programming

From GM-RKB
Jump to navigation Jump to search


References

2017

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.