Hi SO!
The only thing I could come up with was this tiny explanation: "The main difference between genetic programming and genetic algorithms is the representation of the solution. Genetic programming creates computer programs in the lisp or scheme computer languages as the solution. Genetic algorithms create a string of numbers that represent the solution."
So what I would very much like is a simple explanation of the differences (that is, without too much programming jargon).
Edit: an example would be appreciated, if you have the time!
Thanks!