|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MDP | |
---|---|
jmarkov.jmdp | jMDP is used to solve Markov Decision Processes. |
jmarkov.jmdp.solvers | This package contins the framwork of solvers used by jMDP to solve Markov Decision Processes. |
Uses of MDP in jmarkov.jmdp |
---|
Subclasses of MDP in jmarkov.jmdp | |
---|---|
class |
CT2DTConverter<S extends State,A extends Action>
This class formulates a DTMDP equivalent to a CTMDP. |
class |
CTMDP<S extends State,A extends Action>
This class represents a continuous time MDP. |
class |
CTMDPEv<S extends State,A extends Action,E extends Event>
This class represents an Infinite horizon, continuous time Markov Decision Process with events. |
class |
CTMDPEvA<S extends State,A extends Action,E extends Event>
This class represents an Infinite horizon, continuous time Markov Decision Process with events where actions depend on events. |
class |
DTMDP<S extends State,A extends Action>
This class represents a discrete time infnite horizon MDP problem. |
class |
DTMDPEv<S extends State,A extends Action,E extends Event>
This class represents an infinite horizon, discrete time, Markov Decision Process with events. |
class |
DTMDPEvA<S extends State,A extends Action,E extends Event>
This class represents an infinite horizon, discrete time, Markov Decision Process with events, where actions depend on events. |
class |
FiniteDP<S extends State,A extends Action>
This class should ONLY be used in FINITE horizondeterministic problems. |
class |
FiniteMDP<S extends State,A extends Action>
This class should ONLY be used in FINITE horizon problems. |
class |
FiniteMDPEv<S extends State,A extends Action,E extends Event>
This class represents a finite horizon discrete time MDP with events. |
class |
InfiniteMDP<S extends State,A extends Action>
This class is a structural class and is. |
class |
StochasticShortestPath<S extends StateC,A extends Action>
This class represents an infinite horizon shortest path problem. |
Uses of MDP in jmarkov.jmdp.solvers |
---|
Fields in jmarkov.jmdp.solvers declared as MDP | |
---|---|
protected MDP<S,A> |
Solver.problem
The problem to be solved |
Methods in jmarkov.jmdp.solvers that return MDP | |
---|---|
MDP<S,A> |
Solver.getProblem()
Returns the problem associated wit this solver. |
Constructors in jmarkov.jmdp.solvers with parameters of type MDP | |
---|---|
Solver(MDP<S,A> problem)
Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |