|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmarkov.jmdp.MDP<S,A>
jmarkov.jmdp.InfiniteMDP<S,A>
jmarkov.jmdp.DTMDP<S,A>
jmarkov.jmdp.StochasticShortestPath<S,A>
S
- States classA
- Actions classpublic abstract class StochasticShortestPath<S extends StateC,A extends Action>
This class represents an infinite horizon shortest path problem.
Field Summary |
---|
Fields inherited from class jmarkov.jmdp.InfiniteMDP |
---|
absorbingStates, explorationTime, hasAbsorbingState, numStates, probability, probabilitySolver, states |
Fields inherited from class jmarkov.jmdp.MDP |
---|
finite, initial, reporter |
Constructor Summary | |
---|---|
StochasticShortestPath(States<S> states)
|
Method Summary | |
---|---|
double |
modifiedProb(S i,
S j,
A a)
This method was specially created to eliminate in a existent graph the self-transition probabilities. |
Methods inherited from class jmarkov.jmdp.DTMDP |
---|
generate, getSteadyStateProbabilities, immediateCost, oneStageReachable, prob, reachable, setProbabilitySolver, solve |
Methods inherited from class jmarkov.jmdp.InfiniteMDP |
---|
feasibleActions, getAllStates, getDefaultAverageSolver, getDefaultDiscountedSolver, getDefaultSolver, getNumStates, getSolver, setInterestRate |
Methods inherited from class jmarkov.jmdp.MDP |
---|
debug, debug, debug, getDebugLevel, getOptimalPolicy, getOptimalValueFunction, getReporter, isFinite, isSolved, operation, printSolution, printSolution, setDebugLevel, setReporter, setSolver, solve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StochasticShortestPath(States<S> states)
states
- ConstructorMethod Detail |
---|
public double modifiedProb(S i, S j, A a) throws StructureException
i
- j
- a
-
StructureException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |