Changeset 12922 for branches/HeuristicLab.Algorithms.IteratedSentenceConstruction/HeuristicLab.Algorithms.IteratedSymbolicExpressionConstruction/3.3/Interfaces
- Timestamp:
- 08/27/15 16:55:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Algorithms.IteratedSentenceConstruction/HeuristicLab.Algorithms.IteratedSymbolicExpressionConstruction/3.3/Interfaces/ITabularQualityFunction.cs
r12909 r12922 9 9 // represents quality functions that use a table representation for states & actions and can therefore return the number of tries for each state/action pair 10 10 public interface ITabularQualityFunction : IQualityFunction { 11 double QVariance(object state, int action); // estimate for the variance of observed rewards 11 12 int Tries(object state, int action); 12 13 }
Note: See TracChangeset
for help on using the changeset viewer.