Uses of Class
jmdp.solvers.AbstractInfiniteSolver

Packages that use AbstractInfiniteSolver
jmdp   
jmdp.solvers   
 

Uses of AbstractInfiniteSolver in jmdp
 

Methods in jmdp that return AbstractInfiniteSolver
protected  AbstractInfiniteSolver<S,A> InfiniteMDP.getDefaultSolver()
           
 AbstractInfiniteSolver<S,A> InfiniteMDP.getSolver()
           
 

Uses of AbstractInfiniteSolver in jmdp.solvers
 

Subclasses of AbstractInfiniteSolver in jmdp.solvers
 class AbstractAverageSolver<S extends State,A extends Action>
          Structural class for average cost solvers to extend.
 class AbstractDiscountedSolver<S extends State,A extends Action>
          This is a structural class that must be extended by classes solving the dicounted cost minimization problem.
 class AbstractTotalSolver<S extends State,A extends Action>
          Structural class to be extended by solvers in order to solve the total cost criteria for an infinite horizon problem
 class PolicyIterationSolver<S extends State,A extends Action>
          This class belongs to the set of default solvers included in the jmdp package.
 class RelativeValueIterationSolver<S extends State,A extends Action>
          This class solves the average cost criteria for infinite horizon problems
 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.
 class ValueIterationSolver<S extends State,A extends Action>
          This class belongs to the set of default solvers included in the jmdp package.