Class IterativePolicyEvaluation<S extends State,A extends Action>

java.lang.Object
org.tweetyproject.machinelearning.rl.mdp.algorithms.IterativePolicyEvaluation<S,A>
Type Parameters:
S - The type of states
A - The type of actions
All Implemented Interfaces:
PolicyEvaluation<S,A>

public class IterativePolicyEvaluation<S extends State,A extends Action> extends Object implements PolicyEvaluation<S,A>
Determines utilities iteratively.
Author:
Matthias Thimm