Multi-Armed Bandit Library v0.1

Gambler Class

Base class for all the multi-armed bandit strategy.

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

System.Object
   Gambler

public abstract class 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

All multi-armed bandit strategies must derive from Gambler. In particular, the methods Play and Observe must be implemented.

Requirements

Namespace: Bandit

Assembly: Bandit (in Bandit.dll)

See Also

Gambler Members | Bandit Namespace