Uses of Class
jmarkov.basic.StateC

Packages that use StateC
jmarkov.jmdp jMDP is used to solve Markov Decision Processes. 
jmarkov.jmdp.solvers This package contins the framwork of solvers used by jMDP to solve Markov Decision Processes. 
 

Uses of StateC in jmarkov.jmdp
 

Classes in jmarkov.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 jmarkov.jmdp.solvers
 

Classes in jmarkov.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.