-
This method implements the [d2] algorithm for computing the diameter of real directed graphs.
[d2] Takuya Akiba, Yoichi Iwata, Yuki Kawata: An Exact Algorithm for Diameters of Large Real Directed G…
-
We could prune the search space by detecting symmetries. Especially likely to be of use in the first move. Might be worth re-computing for subsequent moves if cheap, but unlikely to find symmetries …
arr28 updated
9 years ago
-
**Is your feature request related to a problem? Please describe.**
Tidygraph has a set of `play_*` functions to create graphs from scratch according to some defined rules/algorithms. For example `pla…
-
Would like to see more support for Community Detection
- [ ] Optimal
- [x] Edge-Betweenness
- [x] Leading Eigenvector
- [ ] Fast-Greedy
- [x] Multi-Level (also https://github.com/igraph/igraph/is…
-
Integration of Neo4J retriever, as done for REDIS, PINECONE, etc.
This provides the opportunity to use graph databases as data retrievers.
https://python.langchain.com/docs/integrations/providers/…
-
Hi there,
I was wondering if I'm overlooking something: is the `` operation of an edge for a Labelled Graph ever used? Or is it only used for it's `mempty` value to "recover" `Overlay`? In which ca…
-
Right now autodE only models single step elementary reactions automatically (for multi-step the intermediates must be known). If there are intermediates, they are ignored. Which is a problem for model…
-
Efficient approximate kNN-graph construction, and efficient approximate kNN search using such a graph would be of significant potential benefit for scikit-learn. Such methods are independent of data d…
-
Hey,
Recently Tensorflow and Pytorch have implemented a way to pass tensors from one framework to another using DLpack, and I was wondering if it is possible to somehow use your code in a pytorch mod…
-
Here for this assembly although the score does increase with each increase of K the choice made seems particularly poor... Maybe the way the score is calculated is not suited to this type of situati…
jflot updated
2 years ago