verae98
verae98
Apologies for my late response. I am not sure where this exactly happens in the code, but I can provide an example. In the first image, I have visualized the...
Also, looking at the FAS function (https://github.com/py-why/causal-learn/blob/main/causallearn/utils/FAS.py), there is not a check for required edges anymore
Thank you for your reply! I store the forbidden and required edges in self.forbidden_rules_specs and self.required_rules_specs for the BackgroundKnowledge class which I thought only allow singleton pairs, since the type...
Hi, I have added a childclass of this BackgroundKnowledge class called FastBackgroundKnowledge in my code which inherits all the properties of the BackgroundKnowledge, except for the is_forbidden() and is_required() functions...