The fields of the GamblerBase class are listed below. For a complete list of GamblerBase class members, see the GamblerBase Members topic.
![]() random | Random generator utility. |
leverMeanSum | The sum of the mean of the already observed levers. |
leverSigmaSum | The of the sigma of the levers already observed twice. |
leverSquareMeanSum | The sum of the square mean of the already observed levers. |
observationCounts | Contains the number of observations for each lever. The observation counts are indexed by the lever indices. |
observedLeverCount | Number of already observed levers. |
rewardSquareSums | Contains the sum of the squared of the collected rewards for each lever. The sums are indexed by the lever indices. |
rewardSums | Contains the sum of the collected rewards for each lever. The sums are indexed by the lever indices. |
roundIndex | Index of the round currently played when the method Play is called. |
twiceObservedLeverCount | Number of levers already observed twice. |
GamblerBase Class | Bandit.Stochastic Namespace