opencog / asmoses

MOSES Machine Learning: Meta-Optimizing Semantic Evolutionary Search for the AtomSpace (https://github.com/opencog/atomspace)
https://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search
Other
39 stars 31 forks source link

Add hash functions for std::unodered_map #110

Closed linas closed 1 year ago

linas commented 1 year ago

Custom hash functions are needed, to allow std::unordered_set to compile. Add the missing functions.