Moritz Schauer
Moritz Schauer
to_dot shout also allow for preamble blocks as in ``` graph [bgcolor=black] node [ colorscheme="spectral10" shape=point ]; edge [ colorscheme="spectral10" ]; ``` currently only isolated attributes=value pairs are allowed.
Yeah, I have some code for that somewhere, but essentially you need to do tree traversal and call StochDiffEq on each segment. Do you want to forward simulate or also...
> There is probably a lot to talk about, and some more things to implement, like allowing the user to create and use his own callback method. Is anything of...
@platawiec, @GVigne, @mohamed82008 because this package is so much unmaintained, one way forward I would see is that you mutually review your pull request. Does this make sense? I am...
Out of curiosity, how did you run into this?
You lost me.
Can you say shortly in words what you are doing?
#280 is merged now
Ah, that's good timing, you exactly can use my Dor and Tasi algorithm for the `is_cpdag` check. I should make a version which doesn't throw an error in that case....
> Counting the number of "adjacent" CPDAGs sounds fun, the current approach is to test every possible operation and check whether it gives a consistent extension/new CPDAG? Strange, 10.1214/13-AOS1125 do...