|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmarkov.jmdp.solvers.Solver<S,A>
jmarkov.jmdp.solvers.AbstractInfiniteSolver<S,A>
jmarkov.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 jmarkov.jmdp.solvers.Solver |
|---|
policy, printProcessTime, printValueFunction, problem, solved, valueFunction |
| Constructor Summary | |
|---|---|
AbstractTotalSolver(DTMDP<S,A> problem)
Creates a solver for a discrete time problem |
|
| Method Summary |
|---|
| Methods inherited from class jmarkov.jmdp.solvers.AbstractInfiniteSolver |
|---|
getDiscreteProblem, getIterations, getProblem, printSolution |
| Methods inherited from class jmarkov.jmdp.solvers.Solver |
|---|
description, getOptimalPolicy, getOptimalValueFunction, getProcessTime, getValueFunction, isSolved, label, printSolution, setPrintProcessTime, setPrintValueFunction, solve, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jmarkov.basic.JMarkovElement |
|---|
equals |
| Constructor Detail |
|---|
public AbstractTotalSolver(DTMDP<S,A> problem)
problem - discrete time problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||