On Mar 14, 2017, at 5:39 PM, Warren Henning <[log in to unmask]> wrote:
> Thanks. Does ECJ have any classes/functionality for editing trees at evaluation time or do I just write code myself to edit them? Will that break anything in ECJ that assumes the trees are only modified by ECJ internals?
ECJ's code editing functions are largely within GPTree.java and GPNode.java. At evaluation time you have complete control over the trees. As long as your tree is consistent, you won't be messing with ECJ at all.
Sean