Answer Posted / Shilpi Gangwar
Genetic Programming is a type of evolutionary algorithm used in Machine Learning. It mimics the process of natural selection and genetic inheritance to evolve computer programs that solve problems. In genetic programming, programs are represented as trees of functions and terminals, and populations of programs are evolved using operators like mutation, crossover, and selection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers