CausalDisco / gadjid

Adjustment Identification Distance: A gadjid for Causal Structure Learning
https://doi.org/10.48550/arXiv.2402.08616
Mozilla Public License 2.0
9 stars 0 forks source link

Release v0.1.0 - Early stopping for `oset_aid` #12

Closed Whatisthisname closed 3 months ago

Whatisthisname commented 7 months ago

In reachability alg get_invalidly_un_blocked, a new argument is added:

early_stop_when_determined: Option<usize>.

Approximately speeds up oset-aid by a factor of 4 on my machine.