Package edu.cmu.tetrad.search
Class Bdce
java.lang.Object
edu.cmu.tetrad.search.Bdce
Implements the BOSS DC Experimental algorithm.
- Author:
- bryanandrews, josephramsey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconquer(int a, int b, int c) voiddivide(int a, int b, int c) booleansearch()voidsetDepth(int depth) voidsetNumStarts(int numStarts) voidsetVerbose(boolean verbose)
-
Constructor Details
-
Bdce
-
-
Method Details
-
search
-
divide
public void divide(int a, int b, int c) -
conquer
public void conquer(int a, int b, int c) -
setNumStarts
public void setNumStarts(int numStarts) -
getVariables
-
isVerbose
public boolean isVerbose() -
setVerbose
public void setVerbose(boolean verbose) -
setDepth
public void setDepth(int depth)
-