iCog-Labs-Dev / metta-moses

Meta Optimization Semantic Evolutionary Search
3 stars 14 forks source link

[ENH] Added TreeNode Equality Checker (Helper Function) #22

Closed abdulmunimjemal closed 3 months ago

abdulmunimjemal commented 3 months ago

A helper function was added to check whether two TreeNode atoms are equal. It compares both their value and the constraint's truth value.

EyobAshenaki commented 3 months ago

This function is already implemented