cmu-phil / tetrad

Repository for the Tetrad Project, www.phil.cmu.edu/tetrad.
GNU General Public License v2.0
404 stars 111 forks source link

Add a checkbox for FGS in the interface to allow the user to assume one-edge faithfulness if they want. #81

Closed jdramsey closed 8 years ago

jdramsey commented 8 years ago

Currently, the original GES algorithm and the newer FGS algorithm are both in the interface. One feature of FGS is that the user can assume that if X and Y are uncorrelated then X is not adjacent to Y in the graph. Assuming this kind of faithfulness speeds up the search considerably but is not always helpful. So the user should be able to choose whether to assume it or not. We need a switch to let the user decide.

jdramsey commented 8 years ago

Fixed. Closing.