Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practical parallel hypergraph algorithms #2788

Open
LifeIsStrange opened this issue Feb 15, 2021 · 4 comments
Open

Practical parallel hypergraph algorithms #2788

LifeIsStrange opened this issue Feb 15, 2021 · 4 comments

Comments

@LifeIsStrange
Copy link

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
Copy link
Member

linas commented Feb 21, 2021

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 ...

@LifeIsStrange
Copy link
Author

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/

@bgoertzel
Copy link
Contributor

bgoertzel commented Feb 21, 2021 via email

@bgoertzel
Copy link
Contributor

bgoertzel commented Feb 21, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants