opencog/atomspace

Practical parallel hypergraph algorithms

LifeIsStrange opened this issue · 4 comments

I just stumbled upon this paper about optimizing hypergraphs, thought it might interest opencog
Feel free to close this "issue" :)

https://dl.acm.org/doi/10.1145/3332466.3374527

linas commented

In private conversation, someone told me this:

When it comes to recursion schemes, I found that a histomorphism with early stopping works perfectly on graphs. You can implement a lot of popular graph algorithms (and some very neat ones like http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf) with an (iterated) application of this recursion scheme with a simple algebra.

I don't know what a histomorphism is ...

I don't know what they are either :/ but I might remember @bgoertzel talking about them on the discord, or was it another *morphism ?
There is this blog about it: https://www.reddit.com/r/haskell/comments/75pfaz/recursion_schemes_exploring_histomorphisms_and/