What are the differences between genetic algorithms and genetic programming?

前端 未结 6 1829
别跟我提以往
别跟我提以往 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:23

    To make it simple, (on the way I see it) Genetic Programming is an application of Genetic Algorithm. The Genetic Algorithm is used to create another solution via a computer program.

提交回复
热议问题