kumulant

Exp3ArmResult

@Serializable
@SerialName(value = "Exp3ArmResult")
data class Exp3ArmResult(val weight: Double) : Result(source)

Per-arm snapshot for Exp3Bandit: the exponential-weight cell for one arm.

Constructors

Link copied to clipboard
constructor(weight: Double)

Properties

Link copied to clipboard

Unnormalised exponential weight exp(eta * cumulative gain).

Exp3ArmResult

constructor(weight: Double)(source)

weight

Unnormalised exponential weight exp(eta * cumulative gain).