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, solve
getAllStates, getNumStates, getSolver
debug, debug, debug, getDebugLevel, getOptimalPolicy, getOptimalValueFunction, getReporter, isFinite, isSolved, operation, printSolution, printSolution, setDebugLevel, setReporter, setSolver, solve
public double immediateCost(InvLevel i, Order a)
DTMDP
immediateCost
in class DTMDP<InvLevel,Order>
i
- Current Statea
- Current Actionpublic double prob(InvLevel i, InvLevel j, Order a)
DTMDP
public States<InvLevel> reachable(InvLevel i, Order a)
DTMDP
public Actions<Order> feasibleActions(InvLevel i)
InfiniteMDP
feasibleActions
in class InfiniteMDP<InvLevel,Order>
i
- Current Statepublic static void main(java.lang.String[] args)
args
-