S
- States classA
- Actions classpublic abstract class AbstractInfiniteSolver<S extends State,A extends Action> extends Solver<S,A>
Modifier and Type | Method and Description |
---|---|
abstract long |
getIterations() |
InfiniteMDP<S,A> |
getProblem()
Returns the problem associated with this solver.
|
void |
printSolution(java.io.PrintWriter pw)
Prints the solution on a given PrintWriter.
|
description, getOptimalPolicy, getOptimalValueFunction, getProcessTime, getValueFunction, isSolved, label, printSolution, setPrintProcessTime, setPrintValueFunction, solve, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals
public InfiniteMDP<S,A> getProblem()
public abstract long getIterations()