|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfer.BDBStore
infer.WalkSAT
public class WalkSAT
The WalkSAT inference algorithm.
Field Summary |
---|
Fields inherited from class infer.BDBStore |
---|
lowCost, rand |
Constructor Summary | |
---|---|
WalkSAT(MarkovLogicNetwork mln,
LazyGrounding grounding)
|
Method Summary | |
---|---|
void |
infer(int maxFlips,
int numTries)
Runs the WalkSAT algorithm, for maxFlips flips per try, and up to numTries tries |
Methods inherited from class infer.BDBStore |
---|
activateAtom, assignRandomTruthValues, calcCosts, close, initMRF, intToByteArray, isActive, saveLowTruth, writeBackTruthValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WalkSAT(MarkovLogicNetwork mln, LazyGrounding grounding)
Method Detail |
---|
public void infer(int maxFlips, int numTries)
infer
in class BDBStore
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |