Uses of Class
jmdp.basic.StructureException

Packages that use StructureException
jmdp   
jmdp.solvers   
 

Uses of StructureException in jmdp
 

Methods in jmdp that throw StructureException
 double StochasticShortestPath.modifiedProb(S i, S j, A a)
          This method was specially created to eliminate in a existent graph the self-transition probabilities.
 

Uses of StructureException in jmdp.solvers
 

Methods in jmdp.solvers that throw StructureException
 double StochasticShortestPathSolver.future(S i, A a)
          This method calculates the expected value of valueFunction for the current state and a specified action.