public interface EnumerableBeliefState extends BeliefState
BeliefState
implementations that also can enumerate
the set of states that have probability mass. The probability mass of a state is specified by the
EnumerableBeliefState.StateBelief
class which is a pair
consisting of an MDP state defined by a State
instance, and its probability mass, defined by
a double.Modifier and Type | Interface and Description |
---|---|
static class |
EnumerableBeliefState.StateBelief
A class for specifying the probability mass of an MDP state in a
BeliefState . |
Modifier and Type | Method and Description |
---|---|
java.util.List<EnumerableBeliefState.StateBelief> |
nonZeroBeliefs()
Returns the states, and their probability mass, that have non-zero probability mass.
|
belief, sample
copy, get, variableKeys
java.util.List<EnumerableBeliefState.StateBelief> nonZeroBeliefs()
List
of EnumerableBeliefState.StateBelief
objects specifying the enumerated probability mass function.