Uses of Class
jmdp.basic.StateC

Packages that use StateC
jmdp   
jmdp.solvers   
 

Uses of StateC in jmdp
 

Classes in jmdp with type parameters of type StateC
 class StochasticShortestPath<S extends StateC,A extends Action>
          This class represents an infinite horizon shortest path problem.
 

Uses of StateC in jmdp.solvers
 

Classes in jmdp.solvers with type parameters of type StateC
 class StochasticShortestPathSolver<S extends StateC,A extends Action>
          This solver gives a solution for the minimization of the total cost criterion for an infinite horizon MDP.