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, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitequalspublic InfiniteMDP<S,A> getProblem()
public abstract long getIterations()