|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmdp.solvers.Solver<S,A>
jmdp.solvers.AbstractInfiniteSolver<S,A>
jmdp.solvers.AbstractTotalSolver<S,A>
S
- stateA
- actionpublic abstract 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
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 |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |