microsoft / showwhy

MIT License
200 stars 28 forks source link

Discovered graph is not a DAG message #437

Open cla-ra3426 opened 6 months ago

cla-ra3426 commented 6 months ago

When performing causal discovery with the NHEFS example, DECI discovery algorithm I get this message:

"Discovered graph is not a DAG, try running with more steps/epochs"

How can I do that?

I can only find "Max steps auglag" and "Max auglag inner epochs" but both of them have a maximum number of steps/epochs that can be selected. I selected the maximun and I still get the message: "Discovered graph is not a DAG, try running with more steps/epochs".

Can I change the number of maximum steps somewhere in the back end?

Thank you in advance!