Multi-Armed Bandit Library v0.1

SoftmaxGambler Class

Softmax strategy with Gibs distribution.

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

System.Object
   Gambler
      GamblerBase
         SoftmaxGambler

public class SoftmaxGambler : GamblerBase

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 Softmax seems to have been described first by D. Luce in Individual Choice Behavior (Wiley, 1959).

Requirements

Namespace: Bandit.Stochastic

Assembly: Bandit (in Bandit.dll)

See Also

SoftmaxGambler Members | Bandit.Stochastic Namespace