You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #2232, we could easily extent the current log_arg_likelihood such that we also return the correct likelihood when the ARG simulation was stopped early. This means we need to distinguish between roots that are unary across the ARG versus those that are only unary across parts of the ARG.
I guess the easiest solution would be if those nodes had their own flag/NodeType instead of flag=0.
The text was updated successfully, but these errors were encountered:
As discussed in #2232, we could easily extent the current
log_arg_likelihood
such that we also return the correct likelihood when the ARG simulation was stopped early. This means we need to distinguish between roots that are unary across the ARG versus those that are only unary across parts of the ARG.I guess the easiest solution would be if those nodes had their own flag/
NodeType
instead offlag=0
.The text was updated successfully, but these errors were encountered: