package prbnmcn-ucb1

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Arm_sig = sig ... end

The UCB1 module is parameterised by a finite set of actions presented as an array of abstract "arms", each arm corresponding to an action.

type awaiting_reward

Phantom types used to tag the state of the bandit.

type ready_to_move
module Make (Arm : Arm_sig) : sig ... end
OCaml

Innovation. Community. Security.