Marcel Wienöbst
Marcel Wienöbst
Currently working on this and related stuff here: https://github.com/mwien/CausalInference.jl/blob/idalgorithms/src/gensearch.jl Gonna submit a PR soon.
> Ah, that's good timing, you exactly can use my Dor and Tasi algorithm for the is_cpdag check Yep, that fits well, I'm very happy with the general direction (also...
What I would find interesting in addition to the settings in the paper would be to sample MECs/CPDAGs with some control over the number of v-structures. E.g., similar to parameter...
Sounds good!
Yep, that's probably the way to go. We have to be a bit careful. Once you start with variants of PC, it doesn't stop 😅 E.g., this change would only...
I'm also very interested in this and might try to find the time to contribute here (though I don't have much experience yet)...
Thanks, that helps a lot :)
Same here. With ```cargo run``` it works, similar to the bundled feature. Seems like the same difficulties with dynamic linking. Is it possible to add static linking now with from-source-building?
I think for the bundled feature with pre-built binary that cannot be statically linked it is likely the only way and a nice-to-have option 👍 Will test it out in...