| Package | Description |
|---|---|
| jmarkov.jmdp.solvers |
This package contins the framwork of solvers used by jMDP to solve Markov Decision Processes.
|
| Modifier and Type | Method and Description |
|---|---|
StochasticShortestPath<S,A> |
StochasticShortestPathSolver.getProblem() |
| Constructor and Description |
|---|
StochasticShortestPathSolver(StochasticShortestPath<S,A> problem)
Default contructor.
|