|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmdp.MDP<S,A>
jmdp.InfiniteMDP<S,A>
jmdp.DTMDP<S,A>
jmdp.StochasticShortestPath<S,A>
public abstract class StochasticShortestPath<S extends StateC,A extends Action>
This class represents an infinite horizon shortest path problem.
Field Summary |
---|
Fields inherited from class jmdp.InfiniteMDP |
---|
absorbingStates, explorationTime, hasAbsorbingState, probability, probabilitySolver, states |
Fields inherited from class jmdp.MDP |
---|
finite, initial, reporter |
Constructor Summary | |
---|---|
StochasticShortestPath(States<S> states)
|
Method Summary | |
---|---|
int |
getTotalNumberOfStates()
This method returns the cardinality of state space. |
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 jmdp.DTMDP |
---|
explore, getSteadyStateProbabilities, immediateCost, oneStageReachable, prob, reachable, setProbabilitySolver, solve |
Methods inherited from class jmdp.InfiniteMDP |
---|
feasibleActions, getAllStates, getDefaultAverageSolver, getDefaultDiscountedSolver, getDefaultSolver, getSolver, setInterestRate |
Methods inherited from class jmdp.MDP |
---|
debug, getOptimalPolicy, getOptimalValueFunction, getReporter, isFinite, isSolved, operation, printSolution, printSolution, 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)
Method Detail |
---|
public double modifiedProb(S i, S j, A a) throws StructureException
i
- j
- a
-
StructureException
public int getTotalNumberOfStates()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |