issues
search
iCog-Labs-Dev
/
metta-moses
Meta Optimization Semantic Evolutionary Search
3
stars
14
forks
source link
refactor: relocated functions to tree-helpers.metta
#43
Closed
Amanuel-1
closed
3 months ago
Amanuel-1
commented
3 months ago
This pull request introduces the following functions
AllExceptTargetType : accepts a list of trees and a node type , and returns all the elements of the list except those with the same node type.
delete_OR_subTree/delete_AND_subTree : accept a tree and correspondingly a tree with children except OR and AND type
This pull request introduces the following functions