public interface DenseBeliefVector extends EnumerableBeliefState
BeliefState
instances
for belief states that can generate a dense belief vector representation.EnumerableBeliefState.StateBelief
Modifier and Type | Method and Description |
---|---|
double[] |
beliefVector()
Returns a dense belief vector representation of the this belief state.
|
void |
setBeliefVector(double[] b)
Sets this belief state to the provided.
|
nonZeroBeliefs
belief, sample
copy, get, variableKeys
double[] beliefVector()
void setBeliefVector(double[] b)
b
- the belief vector to set this belief state to.