Multi-Armed Bandit Library v0.1

Exp3Gambler.Observe Method 

Records of the reward brough by the specified lever.

public override void Observe(
   int index,
   double reward
);

See Also

Exp3Gambler Class | Bandit.Stochastic Namespace