Package | Description |
---|---|
jmarkov |
Provides the basic elements to model continuous time Markov chains (CTMC).
|
jmarkov.solvers |
Provides classes for customizing a solver used by JMarkov to solve transient
and steady state probabilities in different models.
|
Modifier and Type | Method and Description |
---|---|
SteadyStateSolver |
MarkovProcess.getSteadyStateSolver()
The currently defined solver.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkovProcess.setSteadyStateSolver(SteadyStateSolver steadyStateSolver)
Allows the user to set an alternate solver.
|
Modifier and Type | Class and Description |
---|---|
class |
JamaSolver
Solver implementation for steady state, using JAMA
|
class |
MtjSolver
This class uses MTJ to solve Steady State probabilities.
|