Changeset 12893 for branches/HeuristicLab.Problems.GrammaticalOptimization-gkr/HeuristicLab.Algorithms.Bandits/Policies/ChernoffIntervalEstimationPolicy.cs
- Timestamp:
- 08/24/15 13:56:27 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GrammaticalOptimization-gkr/HeuristicLab.Algorithms.Bandits/Policies/ChernoffIntervalEstimationPolicy.cs
r12876 r12893 33 33 } else { 34 34 35 var avgReward = aInfo.SumReward / aInfo.Tries; 35 var avgReward = aInfo.SumReward / aInfo.Tries; 36 36 37 37 // page 5 of "A simple distribution-free approach to the max k-armed bandit problem"
Note: See TracChangeset
for help on using the changeset viewer.