com.cra.figaro.algorithm

lazyfactored

package lazyfactored

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Extended[T] extends AnyRef

    An extended value, which could either be a regular value or the special value Star.

  2. class LazyValues extends AnyRef

  3. class LazyVariableElimination extends FactoredAlgorithm[Double] with LazyAlgorithm

  4. case class Regular[T](value: T) extends Extended[T] with Product with Serializable

    A regular value.

  5. case class Star[T]() extends Extended[T] with Product with Serializable

    The special value Star, which stands for the unknown result of an unexpanded computation.

  6. class ValueSet[T] extends AnyRef

    A value set that possibly contains unspecified values.

Value Members

  1. object BoundedProbFactor

    Methods for creating lower and upper bound probability factors.

  2. object LazyValues

  3. object ValueSet

Ungrouped