|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfer.BDBStore
infer.BDBWalkSAT
public class BDBWalkSAT
The WalkSAT inference algorithm.
Field Summary | |
---|---|
protected boolean |
sampleSatMode
|
Fields inherited from class infer.BDBStore |
---|
inferOps, lowCost, rand |
Constructor Summary | |
---|---|
BDBWalkSAT(Grounding grounding)
|
Method Summary | |
---|---|
void |
infer(int nTries,
int nSteps)
Runs the WalkSAT algorithm, for maxFlips flips per try, and up to numTries tries |
protected boolean |
walkSatBDB(int numFlips)
|
Methods inherited from class infer.BDBStore |
---|
activateAtom, assignRandomTruthValues, calcCosts, close, dumpAtomProb, fixAtom, flushTruthValues, initMRF, intToByteArray, isActive, resetDeadClauses, resetFixedAtoms, restoreLowTruth, retainOnlyHardClauses, retainSomeGoodClauses, saveLowTruth, tallyAtomTrueCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean sampleSatMode
Constructor Detail |
---|
public BDBWalkSAT(Grounding grounding)
Method Detail |
---|
public void infer(int nTries, int nSteps)
infer
in class BDBStore
protected boolean walkSatBDB(int numFlips)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |