RouletteWheelSpec
@Serializable
@SerialName(value = "RouletteWheel")
Spec for RouletteWheelBandit.
Constructors
Properties
Functions
Link copied to clipboard
Build a live RouletteWheelBandit from its spec.
Dispatch any UnivariateBanditSpec to its concrete bandit.
RouletteWheelSpec
initialWeight
Starting weight assigned to every arm.
minWeight
nbrArms
reactionFactor
Blend factor for the Ropke-Pisinger weight update.
segmentLength
Updates between successive weight rebalances.