Uses of Interface
org.encog.ml.world.World

Packages that use World
org.encog.ml.world   
org.encog.ml.world.basic   
org.encog.ml.world.grid   
org.encog.ml.world.learning.mdp   
org.encog.ml.world.learning.q   
 

Uses of World in org.encog.ml.world
 

Methods in org.encog.ml.world that return World
 World WorldAgent.getWorld()
           
 World AgentPolicy.getWorld()
           
 

Methods in org.encog.ml.world with parameters of type World
 double PerformAction.determineCost(World w, State s, Action a)
           
 boolean PerformAction.isPossible(World w, State s, Action a)
           
 void PerformAction.perform(World w, State s, Action a)
           
 void WorldAgent.setWorld(World world)
           
 

Uses of World in org.encog.ml.world.basic
 

Classes in org.encog.ml.world.basic that implement World
 class BasicWorld
           
 

Methods in org.encog.ml.world.basic that return World
 World BasicAgent.getWorld()
           
 

Methods in org.encog.ml.world.basic with parameters of type World
 void BasicAgent.setWorld(World world)
           
 

Uses of World in org.encog.ml.world.grid
 

Classes in org.encog.ml.world.grid that implement World
 class GridWorld
           
 

Uses of World in org.encog.ml.world.learning.mdp
 

Methods in org.encog.ml.world.learning.mdp that return World
 World MarkovDecisionProcess.getWorld()
           
 

Constructors in org.encog.ml.world.learning.mdp with parameters of type World
MarkovDecisionProcess(World theWorld)
           
ValueIteration(World theWorld, double theDiscountFactor)
           
 

Uses of World in org.encog.ml.world.learning.q
 

Constructors in org.encog.ml.world.learning.q with parameters of type World
QLearning(World theWorld, double theLearningRate, double theDiscountRate)
           
 



Copyright © 2014. All Rights Reserved.