Package edu.cmu.tetrad.search
Class BossMB2
java.lang.Object
edu.cmu.tetrad.search.BossMB2
Implements the GRASP algorithms, with various execution flags.
- Author:
- bryanandrews, josephramsey
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbesOrder
(TeyssierScorer2 scorer) void
betterMutationBossTuck
(@NotNull TeyssierScorer2 scorer, List<Node> targets) boolean
Prints local graphs for all variables and returns the one of them.void
setDepth
(int depth) void
setFindMb
(boolean findMb) void
setKnowledge
(Knowledge knowledge) void
setVerbose
(boolean verbose)
-
Constructor Details
-
BossMB2
-
-
Method Details
-
search
Prints local graphs for all variables and returns the one of them. -
setFindMb
public void setFindMb(boolean findMb) -
betterMutationBossTuck
public void betterMutationBossTuck(@NotNull @NotNull TeyssierScorer2 scorer, List<Node> targets) throws InterruptedException - Throws:
InterruptedException
-
besOrder
-
getGraphs
-
getVariables
-
isVerbose
public boolean isVerbose() -
setVerbose
public void setVerbose(boolean verbose) -
setKnowledge
-
setDepth
public void setDepth(int depth) -
getKnowledge
-