issues
search
iCog-Labs-Dev
/
metta-moses
Meta Optimization Semantic Evolutionary Search
3
stars
14
forks
source link
Added disconnectSubTreeHandler function
#44
Closed
Liya-F
closed
2 months ago
Liya-F
commented
3 months ago
Created a new file inside the enf-reducer folder called 'RTEHelpers'
Added a function called disconnetSubTreeHandler inside the new file
The function takes a child and a tree, removes the child from the tree's listOfChildren, and returns the updated tree
Added a test case for the function inside the utilityTests file