|
|
|
|
|
by platz
4056 days ago
|
|
Yes, I didn't quite grasp GP initially, but it simply appears to be using a GA to find an optimal syntax tree (code) that has the desired properties. From the GA perspective, wither the cost/fitness test involves executing code or not seems like just a detail of the GA optimization step. |
|
But, the arbitrary nature of the code being executed in GP (vs a fixed set of parameters in a GA), gives the GP system a lot more flexibility in finding an effective solution. The potential solution space is a lot larger.