org.jactr.core.module.procedural.six.learning
Interface IExpectedUtilityEquation


public interface IExpectedUtilityEquation


Method Summary
 double computeExpectedUtility(IProduction production, IModel model, double reward)
          compute the expected utility for the production given the discounted reward.
 

Method Detail

computeExpectedUtility

double computeExpectedUtility(IProduction production,
                              IModel model,
                              double reward)
compute the expected utility for the production given the discounted reward. if the returned value is NaN or infinite, it will be ignored

Parameters:
production -
model -
reward -
Returns: