Hello!

First of all, thanks for reading.

I need to add some Constraints to my GP program so each function that I have can only accept a specific subset of children. For this, should specify this on the params files or I have to add some checks on the checkConstraints method for each GPNode.

Does anybody know an example on the web about this that I can follow?

Thanks in advance.