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

Merge single floret edges. #77

Open
kasia-kobalczyk opened this issue Apr 8, 2022 · 0 comments
Open

Merge single floret edges. #77

kasia-kobalczyk opened this issue Apr 8, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@kasia-kobalczyk
Copy link
Collaborator

Say there are two consecutive florets A and B with only one emanating edge from each (say yes from A, and recovery from B):

... -> [A] -- yes--> [B] -- recovery --> [C] ...

Then this might be simplified to:

.... -> [A] -- yes & recovery --> [C] -> ...

Which would possibly make the graph less cluttered.

As an illustrative example I coded up the kidney liver disorder example from section 5.1.3 in the CEG J.Q.Smith's book.

Screenshot 2022-04-08 at 19 07 23

The idea is to skip position w_6 and create a direct edge from w2 to w_\infty labelled yes & R with a probability of 0.75.

@kasia-kobalczyk kasia-kobalczyk added the enhancement New feature or request label Apr 8, 2022
@kasia-kobalczyk kasia-kobalczyk added this to the v1.1 milestone Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant