Thanks for your answer. I don't want to run nodes' evaluation function
except root node. In other words I just want to run evaluation function for
root node. In evaluation function, I will find same nodes between population
tree and desired tree. I mean I will do pattern matching. And my fitness
value is the number of same nodes between trees.
Thanks,