| Package | Description |
|---|---|
| examples.jmdp | |
| jmarkov |
Provides the basic elements to model continuous time Markov chains (CTMC).
|
| jmarkov.jmdp |
jMDP is used to solve Markov Decision Processes.
|
| Modifier and Type | Method and Description |
|---|---|
static StatesSet<examples.jmdp.PendingOrders> |
OrderProcessing.initialize(int initPendingOrders) |
| Modifier and Type | Method and Description |
|---|---|
StatesSet<S> |
MarkovProcess.getStates()
Returns an array with all the States in the model.
|
StatesSet<GeomState<Sub>> |
GeomProcess.getStates() |
StatesSet<S> |
MarkovProcess.getStates(boolean causesGeneration)
Returns an array with the States in the model that have been
checked so far.
|
| Modifier and Type | Method and Description |
|---|---|
StatesSet<S> |
InfiniteMDP.getAllStates()
Complete set of states explored
|
StatesSet<S> |
CTMDP.getAllStates()
Complete set of states explored
|