Uses of Class
edu.iastate.jrelm.rl.bushmosteller.GBMParameters

Packages that use GBMParameters
edu.iastate.jrelm.rl.bushmosteller   
 

Uses of GBMParameters in edu.iastate.jrelm.rl.bushmosteller
 

Subclasses of GBMParameters in edu.iastate.jrelm.rl.bushmosteller
 class LinearGBMParameters
          An implementation of AbstractGBMParmaters that specifies a linear function for the reinforcement strength modifier used in Generalised Bush-Mosteller learning.
 

Methods in edu.iastate.jrelm.rl.bushmosteller that return GBMParameters
 GBMParameters GBMLearner.getParameters()
           
 GBMParameters GBMLearner.makeParameters()
          The implementation of Generalised Bush-Mosteller learning is partially distributed between the GBMLearnerTest and a specific child of GBMParameters.
 

Methods in edu.iastate.jrelm.rl.bushmosteller with parameters of type GBMParameters
 void GBMLearner.setParameters(GBMParameters params)
           
 

Constructors in edu.iastate.jrelm.rl.bushmosteller with parameters of type GBMParameters
GBMLearner(GBMParameters learningParams, SimpleStatelessPolicy<I,A> aPolicy)