mschauer / CausalInference.jl

Causal inference, graphical models and structure learning in Julia
https://mschauer.github.io/CausalInference.jl/latest/
Other
189 stars 24 forks source link

Use `next_CPDAG` also in greedy equivalence search #136

Open mschauer opened 7 months ago

mschauer commented 7 months ago

Use next_CPDAG from operators.jl also in greedy equivalence search (GES) e.g. here:

https://github.com/mschauer/CausalInference.jl/blob/d5054fb89b2a4f2b03efb8c54ece2469112a45dd/src/ges.jl#L133