Multi-Armed Bandit Library v0.1

GamblerBase.rewardSquareSums Field

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

protected double[] rewardSquareSums;

See Also

GamblerBase Class | Bandit.Stochastic Namespace