ahowe42 / baseball

My explorations with Sabermetrics
GNU General Public License v3.0
0 stars 0 forks source link

Memory leaks #5

Open ahowe42 opened 3 years ago

ahowe42 commented 3 years ago

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.