jmdp.solvers
Class AbstractTotalSolver<S extends State,A extends Action>

java.lang.Object
  extended by jmdp.solvers.Solver<S,A>
      extended by jmdp.solvers.AbstractInfiniteSolver<S,A>
          extended by jmdp.solvers.AbstractTotalSolver<S,A>
Type Parameters:
S - state
A - action
Direct Known Subclasses:
StochasticShortestPathSolver

public abstract class AbstractTotalSolver<S extends State,A extends Action>
extends AbstractInfiniteSolver<S,A>

Structural class to be extended by solvers in order to solve the total cost criteria for an infinite horizon problem

Author:
Andres Sarmiento and German Riano - Universidad de Los Andes

Field Summary
 
Fields inherited from class jmdp.solvers.Solver
policy, printProcessTime, printValueFunction, problem, solved, valueFunction
 
Method Summary
 
Methods inherited from class jmdp.solvers.AbstractInfiniteSolver
getDiscreteProblem, getIterations, getProblem, printSolution
 
Methods inherited from class jmdp.solvers.Solver
getOptimalPolicy, getOptimalValueFunction, getProcessTime, getValueFunction, isSolved, printSolution, setPrintProcessTime, setPrintValueFunction, solve, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait