Answer Posted / Himani Singh
Genetic Programming is an evolutionary algorithm inspired by the process of natural selection. It uses a population of computer programs, represented as trees, to evolve solutions for a given problem. Genetic Programming applies operators such as mutation, crossover, and selection to generate new program populations that are better suited to solve the problem.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers