John Bolt
John Bolt
Hello, could you expand somewhat on what this task entails? I'd like to tackle it or a portion of it as a first issue, but I will likely need some...
I have done some reading based off of some keyword searches in this post. My assumption is that we are talking about graph contraction here. It looks like union-find would...
Hey @wouterwln ! Looks like my intuition was way off! Thanks for the links and the incredibly thorough explanation. I looked through some of the relevant code this morning and...
Hey @wouterwln! I have had some more time to look at RxInfer and GraphPPL, as well as learning more about Julia. I have some questions and ideas about the proposed...
Hey @wouterwln! I really appreciate your thorough answers here. The need for type stability here makes sense to me. I have spent a good amount of time reading through the...
Thanks for the advice here guys, I think I was able to implement node contraction with everything provided. I have been spending some time since working to implement the HGF...
Hey @trendelkampschroer! I have been looking over this issue some and deciding whether I would pick it up. I also have some pretty limited time, so perhaps we could work...
Are you aware of any examples in other AWS open-source projects that make use of Smithy schemas to support Julia in this way? May be helpful to reference. I will...
Was it not the intention to let the user define custom node logic for a given backend? This was the example in the original issue, ``` GraphPPL.NodeType(::RxInferBackend{True}, ::typeof(gcv)) = GraphPPL.Atomic()...
Thanks Wouter! Just linking a recent paper with some rules on message-passing for HGF as I know one of the goals of this issue is to produce documentation with custom...