![]() | Creates a new interval draw gambler. |
![]() | Gets the number of levers (of arms) of the multi-armed bandit. |
![]() | Sum of the observed values. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Records of the reward brough by the specified lever. |
![]() | Returns the index of the pulled lever. |
![]() | Reset the counters of the GamblerBase . |
![]() | Returns a String that represents the current Object. |
![]() | The sum of the mean of the already observed levers. |
![]() | The of the sigma of the levers already observed twice. |
![]() | The sum of the square mean of the already observed levers. |
![]() | Contains the number of observations for each lever. The observation counts are indexed by the lever indices. |
![]() | Number of already observed levers. |
![]() | Contains the sum of the squared of the collected rewards for each lever. The sums are indexed by the lever indices. |
![]() | Contains the sum of the collected rewards for each lever. The sums are indexed by the lever indices. |
![]() | Index of the round currently played when the method Play is called. |
![]() | Number of levers already observed twice. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Gets the reward mean associated to the specified lever. |
![]() | Gets the reward standard deviation associated to the specified lever. |
![]() | Creates a shallow copy of the current Object. |
IntervalDrawGambler Class | Bandit.Stochastic Namespace