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 TypeMethodDescriptionvoid
conquer
(int a, int b, int c) void
divide
(int a, int b, int c) boolean
search()
void
setDepth
(int depth) void
setNumStarts
(int numStarts) void
setVerbose
(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)
-