Trait

com.cra.figaro.experimental.collapsedgibbs

HeuristicCollapseStrategy

Related Doc: package collapsedgibbs

Permalink

trait HeuristicCollapseStrategy extends BaseUnweightedSampler with CollapsedProbabilisticGibbs

HeuristicCollapsedGibbs adds the Hellinger-distance-based term to the elimination heuristic. So the heuristic is now based on the marginal probabilities and pairwise marginals. These have to be estimated by some number of saved samples.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HeuristicCollapseStrategy
  2. CollapsedProbabilisticGibbs
  3. ProbabilisticGibbs
  4. Gibbs
  5. FactoredAlgorithm
  6. BaseUnweightedSampler
  7. Sampler
  8. Algorithm
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type LastUpdate[T] = (T, Int)

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSampler
  2. type Sample = Map[Element[_], Any]

    Permalink

    A sample is a map from elements to their values.

    A sample is a map from elements to their values.

    Definition Classes
    BaseUnweightedSampler
  3. class StarSampleException extends AlgorithmException

    Permalink
    Definition Classes
    ProbabilisticGibbs
  4. type TimesSeen[T] = Map[T, Int]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSampler

Abstract Value Members

  1. abstract def burnIn(): Int

    Permalink

    Number of samples to throw away initially.

    Number of samples to throw away initially.

    Definition Classes
    Gibbs
  2. abstract def createBlocks(): List[Block]

    Permalink

    Method to create a blocking scheme given information about the model and factors.

    Method to create a blocking scheme given information about the model and factors.

    Definition Classes
    Gibbs
  3. abstract val dependentAlgorithm: (Universe, List[NamedEvidence[_]]) ⇒ () ⇒ Double

    Permalink

    The algorithm to compute probability of specified evidence in a dependent universe.

    The algorithm to compute probability of specified evidence in a dependent universe. We use () => Double to represent this algorithm instead of an instance of ProbEvidenceAlgorithm. Typical usage is to return the result of ProbEvidenceAlgorithm.computeProbEvidence when invoked.

    Definition Classes
    FactoredAlgorithm
  4. abstract val dependentUniverses: List[(Universe, List[NamedEvidence[_]])]

    Permalink

    A list of universes that depend on this universe such that evidence on those universes should be taken into account in this universe.

    A list of universes that depend on this universe such that evidence on those universes should be taken into account in this universe.

    Definition Classes
    FactoredAlgorithm
  5. abstract def doKill(): Unit

    Permalink
    Attributes
    protected[com.cra.figaro.algorithm]
    Definition Classes
    Algorithm
  6. abstract def doResume(): Unit

    Permalink
    Attributes
    protected[com.cra.figaro.algorithm]
    Definition Classes
    Algorithm
  7. abstract def doStart(): Unit

    Permalink
    Attributes
    protected[com.cra.figaro.algorithm]
    Definition Classes
    Algorithm
  8. abstract def doStop(): Unit

    Permalink
    Attributes
    protected[com.cra.figaro.algorithm]
    Definition Classes
    Algorithm
  9. abstract def interval(): Int

    Permalink

    Iterations thrown away between samples.

    Iterations thrown away between samples.

    Definition Classes
    Gibbs
  10. abstract val targetElements: List[Element[_]]

    Permalink

    Elements whose samples will be recorded at each iteration.

    Elements whose samples will be recorded at each iteration.

    Definition Classes
    Gibbs

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var active: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Algorithm
  5. def addFactor[T](factor: Factor[T], map: Map[Variable[_], MultiSet[Factor[T]]]): Unit

    Permalink

    add a factor to the list

    add a factor to the list

    Definition Classes
    CollapsedProbabilisticGibbs
  6. var allLastUpdates: Map[Element[_], LastUpdate[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSampler
  7. var allTimesSeen: Map[Element[_], TimesSeen[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSampler
  8. var alpha: Int

    Permalink

    Only variables with alpha or fewer neighbors in the primal graph are candidates for collapsing.

    Only variables with alpha or fewer neighbors in the primal graph are candidates for collapsing.

    Definition Classes
    CollapsedProbabilisticGibbs
  9. var alphaChoose2: Double

    Permalink

    We use ( alpha C 2 ) often, may as well store it.

    We use ( alpha C 2 ) often, may as well store it.

    Definition Classes
    CollapsedProbabilisticGibbs
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. var blockSamplerCreate: BlockSamplerCreator

    Permalink
    Definition Classes
    CollapsedProbabilisticGibbs
  12. var blockSamplers: List[BlockSampler]

    Permalink
    Attributes
    protected
    Definition Classes
    ProbabilisticGibbs
  13. def cleanUp(): Unit

    Permalink

    Called when the algorithm is killed.

    Called when the algorithm is killed. By default, does nothing. Can be overridden.

    Definition Classes
    Algorithm
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def collapseVariables(): Unit

    Permalink

    Perform the collapsing step.

    Perform the collapsing step.

    Definition Classes
    HeuristicCollapseStrategyCollapsedProbabilisticGibbs
  16. def correctBlocks(originalBlocks: List[Block]): List[Block]

    Permalink

    We want to alter the original blocks so that we filter out any variables which have been eliminated.

    We want to alter the original blocks so that we filter out any variables which have been eliminated. If the original blocks overlapped a lot, then there'll be a lot of redundancy in the filtered blocks, so we take a further step of eliminating any block xs which is fully contained in another block ys.

    Definition Classes
    CollapsedProbabilisticGibbs
  17. val currentSamples: Map[Variable[_], Int]

    Permalink

    The most recent set of samples, used for sampling variables conditioned on the values of other variables.

    The most recent set of samples, used for sampling variables conditioned on the values of other variables.

    Definition Classes
    Gibbs
  18. def distributionDistance[T, U](var1: Variable[T], var2: Variable[U]): Double

    Permalink

    Hellinger distance is defined in the source paper (amongst other places).

    Hellinger distance is defined in the source paper (amongst other places). It's the sum over all values of X1 and X2 of (sqrt(P(X1,X2)) - sqrt(P(X1)*P(X2)))^2

  19. def doSample(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ProbabilisticGibbsBaseUnweightedSamplerSampler
  20. def eliminate(variable: Variable[_], factors: MultiSet[Factor[Double]], map: Map[Variable[_], MultiSet[Factor[Double]]]): Unit

    Permalink

    Eliminate a variable.

    Eliminate a variable. This follows the same approach as in VariableElimination.scala. }

    Definition Classes
    CollapsedProbabilisticGibbs
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. var factors: List[Factor[Double]]

    Permalink

    List of all factors.

    List of all factors.

    Definition Classes
    Gibbs
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. var gamma: Int

    Permalink
    Definition Classes
    CollapsedProbabilisticGibbs
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def getFactors(neededElements: List[Element[_]], targetElements: List[Element[_]], upperBounds: Boolean = false): List[Factor[Double]]

    Permalink

    All implementations of factored algorithms must specify a way to get the factors from the given universe and dependent universes.

    All implementations of factored algorithms must specify a way to get the factors from the given universe and dependent universes.

    Definition Classes
    ProbabilisticGibbsFactoredAlgorithm
  28. def getNeededElements(starterElements: List[Element[_]], depth: Int, parameterized: Boolean = false): (List[Element[_]], Boolean)

    Permalink

    Get the elements that are needed by the query target variables and the evidence variables.

    Get the elements that are needed by the query target variables and the evidence variables. Also compute the values of those variables to the given depth. Only get factors for elements that are actually used by the target variables. This is more efficient. Also, it avoids problems when values of unused elements have not been computed.

    In addition to getting all the needed elements, it determines if any of the conditioned, constrained, or dependent universe parent elements has * in its range. If any of these elements has * in its range, the lower and upper bounds of factors will be different, so we need to compute both. If they don't, we don't need to compute bounds.

    Definition Classes
    FactoredAlgorithm
  29. def getSampleCount: Int

    Permalink

    Number of samples taken

    Number of samples taken

    Definition Classes
    BaseUnweightedSampler
  30. var globalGraph: VEGraph

    Permalink

    globalGraph lets us traverse the primal graph.

    globalGraph lets us traverse the primal graph.

    Definition Classes
    CollapsedProbabilisticGibbs
  31. def graphHeuristicFunction[T](var1: Variable[T]): Double

    Permalink

    Compute the score of a given variable.

    Compute the score of a given variable.

    Definition Classes
    HeuristicCollapseStrategyCollapsedProbabilisticGibbs
  32. def graphTerm[T](var1: Variable[T]): Double

    Permalink

    Returns how many edges would be added to the primal graph by removing var1.

    Returns how many edges would be added to the primal graph by removing var1. Note: this is number of edges added, NOT net edges added and removed. Source paper is somewhat ambiguous on whether this should be added or net.

    Definition Classes
    CollapsedProbabilisticGibbs
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. var hellingerDistances: Map[(Int, Int), Double]

    Permalink
  35. def initUpdates(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSampler
  36. def initialize(): Unit

    Permalink

    Called when the algorithm is started before running any steps.

    Called when the algorithm is started before running any steps. By default, does nothing. Can be overridden.

    Definition Classes
    HeuristicCollapseStrategyAlgorithm
  37. def isActive: Boolean

    Permalink
    Definition Classes
    Algorithm
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. def kill(): Unit

    Permalink

    Kill the algorithm so that it is inactive.

    Kill the algorithm so that it is inactive. It will no longer be able to provide answers.Throws AlgorithmInactiveException if the algorithm is not active.

    Definition Classes
    Algorithm
  40. def makeResultFactor(factorsAfterElimination: MultiSet[Factor[Double]]): Factor[Double]

    Permalink

    Combine all the remaining factors into one 'result factor', as in VE.

    Combine all the remaining factors into one 'result factor', as in VE.

    Definition Classes
    CollapsedProbabilisticGibbs
  41. def marginalize(resultFactor: Factor[Double]): List[Factor[Double]]

    Permalink

    Marginalize all factors to their component variables.

    Marginalize all factors to their component variables.

    Definition Classes
    CollapsedProbabilisticGibbs
  42. def marginalizeToTarget(factor: Factor[Double], target: Variable[_]): Factor[Double]

    Permalink

    Marginalize a factor to a particular variable.

    Marginalize a factor to a particular variable.

    Definition Classes
    CollapsedProbabilisticGibbs
  43. var marginals: Map[Int, Map[Int, Double]]

    Permalink
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. def newLastUpdate[T](target: Element[T]): LastUpdate[T]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSampler
  46. def newTimesSeen[T](target: Element[T]): TimesSeen[T]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSampler
  47. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. var numSamplesSeenSoFar: Int

    Permalink
  50. var originalBlocks: List[Block]

    Permalink
    Definition Classes
    CollapsedProbabilisticGibbs
  51. var pairwiseMarignals: Map[(Int, Int), Map[(Int, Int), Double]]

    Permalink
  52. lazy val queryTargets: List[Element[_]]

    Permalink
    Definition Classes
    BaseUnweightedSampler
  53. def removeFactor[T](factor: Factor[T], map: Map[Variable[_], MultiSet[Factor[T]]]): Unit

    Permalink

    remove a factor from the list

    remove a factor from the list

    Definition Classes
    CollapsedProbabilisticGibbs
  54. def resetCounts(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSamplerSampler
  55. def resetMarginals(): Unit

    Permalink

    Reset all the marginal and p.m.

    Reset all the marginal and p.m. maps to empty maps.

  56. def resume(): Unit

    Permalink

    Resume the computation of the algorithm, if it has been stopped.

    Resume the computation of the algorithm, if it has been stopped. Throws AlgorithmInactiveException if the algorithm is not active.

    Definition Classes
    Algorithm
  57. def sample(): (Boolean, Sample)

    Permalink

    Produce a single sample.

    Produce a single sample.

    Definition Classes
    ProbabilisticGibbsBaseUnweightedSampler
  58. def sampleAllBlocks(): Unit

    Permalink
    Definition Classes
    ProbabilisticGibbs
  59. def sampleAllBlocksWithTracking(): Unit

    Permalink

    Sample all blocks, then store that sample in the marginal and p.m.

    Sample all blocks, then store that sample in the marginal and p.m. maps.

  60. var sampleCount: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSampler
  61. val semiring: LogSumProductSemiring

    Permalink

    Semiring for use in factors.

    Semiring for use in factors.

    Definition Classes
    ProbabilisticGibbsGibbsFactoredAlgorithm
  62. def sortByHeuristic(varList: List[Variable[_]], HeuristicMap: Map[Variable[_], Double]): List[Variable[_]]

    Permalink

    Sort variables by the target heuristic, if they have fewer than alpha neighbors and are not targets.

    Sort variables by the target heuristic, if they have fewer than alpha neighbors and are not targets.

    Definition Classes
    CollapsedProbabilisticGibbs
  63. def start(): Unit

    Permalink

    Start the algorithm and make it active.

    Start the algorithm and make it active. After it returns, the algorithm must be ready to provide answers. Throws AlgorithmActiveException if the algorithm is already active.

    Definition Classes
    Algorithm
  64. def stop(): Unit

    Permalink

    Stop the algorithm from computing.

    Stop the algorithm from computing. The algorithm is still ready to provide answers after it returns. Throws AlgorithmInactiveException if the algorithm is not active.

    Definition Classes
    Algorithm
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  66. var targetVariables: List[Variable[_]]

    Permalink

    List of variables corresponding to target elements.

    List of variables corresponding to target elements. Creating these is memoized, so we don't need to worry about duplicates.

    Definition Classes
    CollapsedProbabilisticGibbs
  67. var targs: Seq[Element[_]]

    Permalink

    Store which elements are our target variables so that subclasses can make use of them.

    Store which elements are our target variables so that subclasses can make use of them.

    Definition Classes
    CollapsedProbabilisticGibbs
  68. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  69. var totalSamples: Int

    Permalink
  70. val trackingSamples: Int

    Permalink
  71. val universe: Universe

    Permalink
    Definition Classes
    BaseUnweightedSampler
  72. def update(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSamplerSampler
  73. def updateDistances(): Unit

    Permalink

    Use the marginal maps to compute Hellinger maps.

  74. def updateTimesSeenForTarget[T](elem: Element[T], newValue: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSampler
  75. def updateTimesSeenWithValue[T](value: T, timesSeen: TimesSeen[T], seen: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseUnweightedSampler
  76. var upperB: Boolean

    Permalink

    Store which elements are our target variables so that subclasses can make use of them.

    Store which elements are our target variables so that subclasses can make use of them.

    Definition Classes
    CollapsedProbabilisticGibbs
  77. var variables: Set[Variable[_]]

    Permalink

    Variables to sample at each time step.

    Variables to sample at each time step.

    Definition Classes
    Gibbs
  78. var varsInOrder: List[Variable[_]]

    Permalink

    We need a list of variables in order so we can access them by index.

    We need a list of variables in order so we can access them by index.

    Definition Classes
    CollapsedProbabilisticGibbs
  79. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProbabilisticGibbs

Inherited from Gibbs[Double]

Inherited from FactoredAlgorithm[Double]

Inherited from BaseUnweightedSampler

Inherited from Sampler

Inherited from Algorithm

Inherited from AnyRef

Inherited from Any

Ungrouped