What are the differences between genetic algorithms and genetic programming?

前端 未结 6 1808
别跟我提以往
别跟我提以往 2020-12-05 02:40

I would like to have a simple explanation of the differences between genetic algorithms and genetic programming (without too much programming jargon). Examples would also be

6条回答
  •  庸人自扰
    2020-12-05 03:08

    genetic programming is much more powerful than genetic algorithms. the output of the genetic algorithms is a quantity while the output of the genetic programming is another computer program.

提交回复
热议问题