Multi-Armed Bandit Library v0.1

GamblerBase Class

Base stochastic gambler.

For a list of all members of this type, see GamblerBase Members.

System.Object
   Gambler
      GamblerBase

public abstract class GamblerBase : Gambler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The abstract class GamblerBase provides various utilities to implement stochastic bandit Gambler.

In particuler it provides an access to the LeverMean and LeverSigma for all levers.

Requirements

Namespace: Bandit.Stochastic

Assembly: Bandit (in Bandit.dll)

See Also

GamblerBase Members | Bandit.Stochastic Namespace