jmdp.solvers
Class AbstractAverageSolver<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.AbstractAverageSolver<S,A>
Type Parameters:
S - state
A - action
Direct Known Subclasses:
RelativeValueIterationSolver

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

Structural class for average cost solvers to extend.

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