| Constructor and Description |
|---|
ProbsExample(States<InvLevel> initial) |
| Modifier and Type | Method and Description |
|---|---|
Actions<Order> |
feasibleActions(InvLevel i)
Returns the set of actions available at this state.
|
double |
immediateCost(InvLevel i,
Order a)
Cost incurred when taking action a from state i
|
static void |
main(java.lang.String[] args) |
double |
prob(InvLevel i,
InvLevel j,
Order a)
Probability of going from state i to state j by taking the
action a
|
States<InvLevel> |
reachable(InvLevel i,
Order a)
Set of states that can be reached from this state i, after
taking the action a.
|
getSteadyStateProbabilities, setProbabilitySolver, solvegetAllStates, getNumStates, getSolverdebug, debug, debug, getDebugLevel, getOptimalPolicy, getOptimalValueFunction, getReporter, isFinite, isSolved, operation, printSolution, printSolution, setDebugLevel, setReporter, setSolver, solvepublic double immediateCost(InvLevel i, Order a)
DTMDPimmediateCost in class DTMDP<InvLevel,Order>i - Current Statea - Current Actionpublic double prob(InvLevel i, InvLevel j, Order a)
DTMDPpublic States<InvLevel> reachable(InvLevel i, Order a)
DTMDPpublic Actions<Order> feasibleActions(InvLevel i)
InfiniteMDPfeasibleActions in class InfiniteMDP<InvLevel,Order>i - Current Statepublic static void main(java.lang.String[] args)
args -