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
38 stars 29 forks source link

Add hash functions for std::unodered_map #110

Closed linas closed 9 months ago

linas commented 9 months ago

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