Package jmdp.solvers

Class Summary
AbstractAverageSolver<S extends State,A extends Action> Structural class for average cost solvers to extend.
AbstractDiscountedSolver<S extends State,A extends Action> This is a structural class that must be extended by classes solving the dicounted cost minimization problem.
AbstractFiniteSolver<S extends State,A extends Action> Structural class for solvers to extend in order to solve finite horizon problems.
AbstractInfiniteSolver<S extends State,A extends Action> Structural class to be extended by solvers in order to solve infinite horizon problems
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
CT2DTConverter<S extends State,A extends Action> This class formulates a DTMDP equivalent to a CTMDP.
FiniteSolver<S extends State,A extends Action> This class belongs to the set of default solvers included in the jmdp package.
PolicyIterationSolver<S extends State,A extends Action> This class belongs to the set of default solvers included in the jmdp package.
ProbabilitySolver<S extends State,A extends Action> This class is designed to calculate the long run probabilities of infinite horizon problem.
RelativeValueIterationSolver<S extends State,A extends Action> This class solves the average cost criteria for infinite horizon problems
Solver<S extends State,A extends Action> Structural class for every solver.
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.
ValueIterationSolver<S extends State,A extends Action> This class belongs to the set of default solvers included in the jmdp package.