Multi-Armed Bandit Library v0.1

GamblerBase.rewardSums Field

Contains the sum of the collected rewards for each lever. The sums are indexed by the lever indices.

protected double[] rewardSums;

See Also

GamblerBase Class | Bandit.Stochastic Namespace