Questions tagged [tgp]

For questions related to tree-based genetic programming (TGP), which is one of the first approaches to GP.

1 questions
4
votes
1 answer

Why do all nodes in a GP tree need to be the same type?

Context: I'm a complete beginner to evolutionary algorithms and genetic algorithms and programming. I'm currently taking a course about genetic algorithms and genetic programming. One of the concepts introduced in the course is "closure," the idea…