Multi-Armed Bandit Library v0.1

GamblerBase.observationCounts Field

Contains the number of observations for each lever. The observation counts are indexed by the lever indices.

protected int[] observationCounts;

See Also

GamblerBase Class | Bandit.Stochastic Namespace