public interface FullModel extends SampleModel
SampleModel
that not only can provide samples of transitions, but can enumerate the probability distribution
of the transitions. Typically, this model can on only be implemented when there are a finite number of possible outcomes.
This interface also contains a helper class for common approaches to implementing different aspects the model.Modifier and Type | Interface and Description |
---|---|
static class |
FullModel.Helper |
Modifier and Type | Method and Description |
---|---|
java.util.List<TransitionProb> |
transitions(State s,
Action a)
|
sample, terminal
java.util.List<TransitionProb> transitions(State s, Action a)