What is the algorithm outline for genetic programming?
How does mutation work in genetic programming?
Choose a subtree at random, remove it, and generate a new subtree in its place.
How does crossover work in genetic programming?
Swapping a subtree from 2 chromosomes.
What are the 5 major preparatory steps for genetic programming?