org.encog.ml.world.learning.mdp
Class ValueIteration

java.lang.Object
  extended by org.encog.ml.world.learning.mdp.MarkovDecisionProcess
      extended by org.encog.ml.world.learning.mdp.ValueIteration

public class ValueIteration
extends MarkovDecisionProcess


Constructor Summary
ValueIteration(World theWorld, double theDiscountFactor)
           
 
Method Summary
 void calculateValue(State state)
           
 void iteration()
           
 
Methods inherited from class org.encog.ml.world.learning.mdp.MarkovDecisionProcess
getGoal, getWorld
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueIteration

public ValueIteration(World theWorld,
                      double theDiscountFactor)
Method Detail

calculateValue

public void calculateValue(State state)

iteration

public void iteration()


Copyright © 2014. All Rights Reserved.