I know that there are memory leaks. During the GP, and also tree simplification procedures, there are places where a node's children are set to None, but the children themselves are not actually deleted. I am adding delete functionality to the node and tree objects, but the above-mentioned procedures need to be checked and updated appropriately.
I know that there are memory leaks. During the GP, and also tree simplification procedures, there are places where a node's children are set to None, but the children themselves are not actually deleted. I am adding delete functionality to the node and tree objects, but the above-mentioned procedures need to be checked and updated appropriately.